{"info":{"_postman_id":"06ce89c9-cf6a-4621-b3c4-5e7cef57c27c","name":"ExpertflowCX Public APIs","description":"<html><head></head><body><p>Welcome to our public APIs workspace. These APIs allow you to integrate with various components of Expertflow CX independently.</p>\n<h1 id=\"about-expertflow-cx-apis\">About Expertflow CX APIs</h1>\n<p>Expertflow CX is a complete solution for automation of chat and voice interactions and to assist agents in real time in customer contact center space. With EF CX APIs, you can integrate with Twilio and 360Dialog or develop your own custom channel connector to integrate more than one channel. Your business can also use our Agent APIs to create a custom Agent Interface to manage agent conversations, conversation topics and queues. Expertflow CX further provides APIs for managing customers, identification of customers via KeyCloack and access reports. Our bot framework comes embedded with RASA, Dialogflow and Amazon LEX connectors. We also offer integration of indigenously developed bots via our custom connector APIs to the bot framework.</p>\n<h1 id=\"requestresponse-structure\">Request/Response Structure</h1>\n<p>The EF APIs follow HTTP request methods and the URI is made up of:</p>\n<p>http:// {URI-host} / {resource-path} ? {query-string}</p>\n<p>Following HTTP methods are in use:</p>\n<ol>\n<li>GET</li>\n<li>POST</li>\n<li>PUT</li>\n<li>DELETE</li>\n</ol>\n<p>The response is in JSON format and updated according to the content type in the response header.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>We use KeyCloak to secure Our APIs for Authentication and Authorization Mechanisms. Keycloak is an open-source software product that provides authentication and authorization services. It allows you to add secure user authentication and authorization to your web and mobile applications.</p>\n<p>Securing an API with Keycloak involves protecting the API with an access token issued by Keycloak. The access token is obtained by the client application after the user is authenticated by Keycloak. The access token contains information about the user's identity and the permissions they have been granted to access specific resources. Protocol used for securing APIs with Keycloak is OAuth2. OAuth2 is an open standard for authorization that enables a user to grant a third-party application access to their resources without revealing their username and password. OAuth2 uses access tokens to protect resources and allows a user to grant or revoke access to their resources at any time.</p>\n<p>To Get an Access token of user from Keycloak, we request to keycloak server with the following Arguments, below is the example of structure of Curl request to get Access token that we later pass to our EF Applications to secure them:</p>\n<p><code>curl --location --request POST 'https:///auth/realms//protocol/openid-connect/token' --header 'Content-Type: application/x-www-form-urlencoded' --data-urlencode 'grant_type=password' --data-urlencode 'client_id=' --data-urlencode 'client_secret=' --data-urlencode 'username=' --data-urlencode 'password='</code></p>\n<p>Here's an explanation of each of the parameters used in this request:</p>\n<ul>\n<li>: The URL of your Keycloak server.</li>\n<li>: The name of the realm where the client is configured.</li>\n<li><code>grant_type=password</code>: This specifies that we are using the ROPC grant type to obtain an access token.</li>\n<li>: The client ID of the client that we are obtaining the access token for.</li>\n<li>: The client secret of the client that we are obtaining the access token for.</li>\n<li>: The username of the user that we are obtaining the access token for.</li>\n<li>: The password of the user that we are obtaining the access token for.</li>\n</ul>\n<p>To pass the Keycloak access token with each client request, you need to include it in the request headers. The header name is usually <code>Authorization</code>, and the value is the access token preceded by the token type, which is typically \"Bearer\".</p>\n<p>So the Authorization header would look something like this:</p>\n<p><code>Authorization: `Bearer ${token}`</code></p>\n<h1 id=\"status-codes\">Status Codes</h1>\n<p>The common error codes used in EF CX APIs are listed in the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Ok or Success</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Created</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Accepted</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n</tr>\n<tr>\n<td>409</td>\n<td>Conflict or Already exists</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rate-limit\">Rate limit</h1>\n<p>The EF CX APIs are not rate limited as of now. The update will be shared here once the rate limit is implemented.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About Expertflow CX APIs","slug":"about-expertflow-cx-apis"},{"content":"Request/Response Structure","slug":"requestresponse-structure"},{"content":"Authentication","slug":"authentication"},{"content":"Status Codes","slug":"status-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"4288348","collectionId":"06ce89c9-cf6a-4621-b3c4-5e7cef57c27c","publishedId":"2s8ZDX2hVu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-19T08:28:47.000Z"},"item":[{"name":"Customer Channels","item":[{"name":"Message Controller ","item":[{"name":"Receive outbound Cim Message","id":"0f2694ab-9542-417b-a4c9-5db26272e8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"+254713568758\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Abraham Lugonzo\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"schedulingMetaData\": null,\n        \"channelSession\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi, Good Morning\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/send","urlObject":{"path":["message","send"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"8df1dec8-e6bb-4e21-ab1d-1f26abccaeab","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"+254713568758\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Abraham Lugonzo\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi, Good Morning\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://6b250c26-4270-4838-9987-df3383a76f23.mock.pstmn.io/message/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"ok\",\n    \"description\": \"\",\n    \"messageId\": null,\n    \"additionalDetails\": {\n        \"customer\": {\n            \"_id\": \"64ca69e42b017d8fab6c8d2c\",\n            \"phoneNumber\": [\n                \"923086655231\"\n            ],\n            \"firstName\": \"Anonymous\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [],\n            \"facebook\": [\n                \"\"\n            ],\n            \"twitter\": [\n                \"\"\n            ],\n            \"telegram\": [\n                \"\"\n            ],\n            \"instagram\": [\n                \"\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        }\n    }\n}"}],"_postman_id":"0f2694ab-9542-417b-a4c9-5db26272e8f8"},{"name":"Receive Message","id":"7bcaa2f5-4c06-497f-8ae8-d3cdcd637483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"939f00bb-e033-4aa1-855b-49e70350183d\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"14567\",\n            \"serviceIdentifier\": \"1111\",\n            \"channelTypeCode\":\"webChannel\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p>This API is used to receive message from Whatsapp connector.</p>\n","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"2aeea97f-ddc7-4ebe-af0c-c00d9c9638fa","name":"Receive Message (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"694d798e-bbe0-4e1c-9215-c231cac2ceb5\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"14567\",\n            \"serviceIdentifier\": \"1111\",\n            \"channelTypeCode\":\"webChannel\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 08:59:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"13b02856-a547-4d79-9692-ac025fe2ed99"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea3b28cb-8d56-45e5-9b4d-fdb5706e2f55","name":"Receive Message (Bad Request)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"9b53f8f0-faaf-4d61-af32-394d0fe1a829\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": null,\n            \"serviceIdentifier\": \"1111\",\n            \"channelTypeCode\":\"webChannel\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:00:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"timestamp\": \"2022-06-06@08:59:32.930+0000\",\n    \"message\": \"Validation error\",\n    \"errorDetails\": null,\n    \"subErrors\": [\n        {\n            \"object\": \"cimMessage\",\n            \"field\": \"header.channelData.channelCustomerIdentifier\",\n            \"rejectedValue\": null,\n            \"message\": \"channelCustomerIdentifier is mandatory\"\n        }\n    ]\n}"},{"id":"b6dab3a8-bd3b-4121-9e8f-eb440d42688e","name":"Receive Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"5db679fc-fd0b-457e-a7b4-8ef4d5046c3f\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"14567\",\n            \"serviceIdentifier\": \"1111\",\n            \"channelTypeCode\":\"webChannel\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ede0a05e-7783-44cd-b205-d58f9a0c4882","name":"Call_Leg_Started","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"61e42a1e-2a68-46f1-9b18-ba36086a3514\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"42224\",\n            \"serviceIdentifier\": \"62451\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable3\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable4\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable5\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable6\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable7\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable8\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable9\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable10\",\n                    \"type\": \"String2000\",\n                    \"value\": \"app\"\n                },\n                {\n                    \"key\": \"user.microapp.locale\",\n                    \"type\": \"String2000\",\n                    \"value\": \"en-us\"\n                },\n                {\n                    \"key\": \"user.microapp.media_server\",\n                    \"type\": \"String2000\",\n                    \"value\": \"http://192.168.1.72\"\n                },\n                {\n                    \"key\": \"user.microapp.fetchdelay\",\n                    \"type\": \"String2000\",\n                    \"value\": \"D\"\n                },\n                {\n                    \"key\": \"user.microapp.app_media_lib\",\n                    \"type\": \"String2000\",\n                    \"value\": \"app\"\n                },\n                {\n                    \"key\": \"user.cvp_server_info\",\n                    \"type\": \"String2000\",\n                    \"value\": \"10.192.9.33\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1661780714817,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_STARTED\",\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"markdownText\": null,\n        \"reasonCode\": \"\",\n        \"customer\": {\n            \"phoneNumber\": [\n                \"4567876547\"\n            ],\n            \"_id\": \"63060967b20a830ed331c068\",\n            \"firstName\": \"Tester\",\n            \"voice\": [\n                \"42224\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0,\n            \"labels\": [],\n            \"web\": [\n                \"220022\"\n            ],\n            \"facebookSM\": [\n                \"\"\n            ]\n        },\n        \"agent\": {\n            \"id\": \"db82d6be-b1d9-434d-a2cd-d724655c10aa\",\n            \"username\": \"492041558\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                        \"rsname\": \"leave-chat\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                        \"rsname\": \"customer-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                        \"rsname\": \"customer-labels\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                        \"rsname\": \"start-conversation\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                        \"rsname\": \"customer-conversation-view\"\n                    }\n                ]\n            },\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\"\n            ],\n            \"realm\": \"expertflow\"\n        },\n        \"leg\": \"17779390db82d6be-b1d9-434d-a2cd-d724655c10aa\",\n        \"dialog\": {\n            \"id\": \"17779390\",\n            \"callType\": \"PREROUTE_ACD_IN\",\n            \"fromAddress\": \"42224\",\n            \"dialedNumber\": \"62451\",\n            \"dnis\": \"42225\",\n            \"ani\": \"42224\",\n            \"state\": \"ACTIVE\",\n            \"wrapUpReason\": null,\n            \"queueName\": \"indah.SG\",\n            \"associatedDialogUri\": null,\n            \"secondaryId\": null,\n            \"participants\": {\n                \"Participant\": [\n                    {\n                        \"actions\": {\n                            \"action\": [\n                                \"TRANSFER_SST\",\n                                \"CONSULT_CALL\",\n                                \"HOLD\",\n                                \"UPDATE_CALL_DATA\",\n                                \"SEND_DTMF\",\n                                \"DROP\"\n                            ]\n                        },\n                        \"mediaAddress\": \"42224\",\n                        \"mediaAddressType\": \"\",\n                        \"startTime\": \"2022-08-29T13:45:14.915Z\",\n                        \"state\": \"ACTIVE\",\n                        \"stateCause\": \"\",\n                        \"stateChangeTime\": \"2022-08-29T13:45:14.915Z\"\n                    },\n                    {\n                        \"actions\": {\n                            \"action\": [\n                                \"TRANSFER_SST\",\n                                \"CONSULT_CALL\",\n                                \"HOLD\",\n                                \"UPDATE_CALL_DATA\",\n                                \"SEND_DTMF\",\n                                \"DROP\"\n                            ]\n                        },\n                        \"mediaAddress\": \"42225\",\n                        \"mediaAddressType\": \"AGENT_DEVICE\",\n                        \"startTime\": \"2022-08-29T13:45:14.915Z\",\n                        \"state\": \"ACTIVE\",\n                        \"stateCause\": \"\",\n                        \"stateChangeTime\": \"2022-08-29T13:45:14.915Z\"\n                    }\n                ]\n            },\n            \"callVariables\": {\n                \"CallVariable\": [\n                    {\n                        \"name\": \"callVariable1\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable2\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable3\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable4\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable5\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable6\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable7\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable8\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable9\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable10\",\n                        \"value\": \"app\"\n                    },\n                    {\n                        \"name\": \"user.microapp.locale\",\n                        \"value\": \"en-us\"\n                    },\n                    {\n                        \"name\": \"user.microapp.media_server\",\n                        \"value\": \"http://192.168.1.72\"\n                    },\n                    {\n                        \"name\": \"user.microapp.fetchdelay\",\n                        \"value\": \"D\"\n                    },\n                    {\n                        \"name\": \"user.microapp.app_media_lib\",\n                        \"value\": \"app\"\n                    },\n                    {\n                        \"name\": \"user.cvp_server_info\",\n                        \"value\": \"10.192.9.33\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"88bd5e0b-92e9-40c8-a129-91986c48e580","name":"Call_Leg_Ended","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"61e42a1e-2a68-46f1-9b18-ba36086a3514\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"42224\",\n            \"serviceIdentifier\": \"62451\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable3\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable4\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable5\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable6\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable7\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable8\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable9\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                },\n                {\n                    \"key\": \"callVariable10\",\n                    \"type\": \"String2000\",\n                    \"value\": \"app\"\n                },\n                {\n                    \"key\": \"user.microapp.locale\",\n                    \"type\": \"String2000\",\n                    \"value\": \"en-us\"\n                },\n                {\n                    \"key\": \"user.microapp.media_server\",\n                    \"type\": \"String2000\",\n                    \"value\": \"http://192.168.1.72\"\n                },\n                {\n                    \"key\": \"user.microapp.fetchdelay\",\n                    \"type\": \"String2000\",\n                    \"value\": \"D\"\n                },\n                {\n                    \"key\": \"user.microapp.app_media_lib\",\n                    \"type\": \"String2000\",\n                    \"value\": \"app\"\n                },\n                {\n                    \"key\": \"user.cvp_server_info\",\n                    \"type\": \"String2000\",\n                    \"value\": \"10.192.9.33\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1661780714817,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_ENDED\",\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"markdownText\": null,\n        \"reasonCode\": \"\",\n        \"customer\": {\n            \"phoneNumber\": [\n                \"4567876547\"\n            ],\n            \"_id\": \"63060967b20a830ed331c068\",\n            \"firstName\": \"Tester\",\n            \"voice\": [\n                \"42224\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0,\n            \"labels\": [],\n            \"web\": [\n                \"220022\"\n            ],\n            \"facebookSM\": [\n                \"\"\n            ]\n        },\n        \"agent\": {\n            \"id\": \"db82d6be-b1d9-434d-a2cd-d724655c10aa\",\n            \"username\": \"492041558\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                        \"rsname\": \"leave-chat\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                        \"rsname\": \"customer-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                        \"rsname\": \"customer-labels\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                        \"rsname\": \"start-conversation\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                        \"rsname\": \"customer-conversation-view\"\n                    }\n                ]\n            },\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\"\n            ],\n            \"realm\": \"expertflow\"\n        },\n        \"leg\": \"17779390db82d6be-b1d9-434d-a2cd-d724655c10aa\",\n        \"dialog\": {\n            \"id\": \"17779390\",\n            \"callType\": \"PREROUTE_ACD_IN\",\n            \"fromAddress\": \"42224\",\n            \"dialedNumber\": \"62451\",\n            \"dnis\": \"42225\",\n            \"ani\": \"42224\",\n            \"state\": \"ACTIVE\",\n            \"wrapUpReason\": null,\n            \"queueName\": \"indah.SG\",\n            \"associatedDialogUri\": null,\n            \"secondaryId\": null,\n            \"participants\": {\n                \"Participant\": [\n                    {\n                        \"actions\": {\n                            \"action\": [\n                                \"TRANSFER_SST\",\n                                \"CONSULT_CALL\",\n                                \"HOLD\",\n                                \"UPDATE_CALL_DATA\",\n                                \"SEND_DTMF\",\n                                \"DROP\"\n                            ]\n                        },\n                        \"mediaAddress\": \"42224\",\n                        \"mediaAddressType\": \"\",\n                        \"startTime\": \"2022-08-29T13:45:14.915Z\",\n                        \"state\": \"ACTIVE\",\n                        \"stateCause\": \"\",\n                        \"stateChangeTime\": \"2022-08-29T13:45:14.915Z\"\n                    },\n                    {\n                        \"actions\": {\n                            \"action\": [\n                                \"TRANSFER_SST\",\n                                \"CONSULT_CALL\",\n                                \"HOLD\",\n                                \"UPDATE_CALL_DATA\",\n                                \"SEND_DTMF\",\n                                \"DROP\"\n                            ]\n                        },\n                        \"mediaAddress\": \"42225\",\n                        \"mediaAddressType\": \"AGENT_DEVICE\",\n                        \"startTime\": \"2022-08-29T13:45:14.915Z\",\n                        \"state\": \"ACTIVE\",\n                        \"stateCause\": \"\",\n                        \"stateChangeTime\": \"2022-08-29T13:45:14.915Z\"\n                    }\n                ]\n            },\n            \"callVariables\": {\n                \"CallVariable\": [\n                    {\n                        \"name\": \"callVariable1\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable2\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable3\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable4\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable5\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable6\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable7\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable8\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable9\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"name\": \"callVariable10\",\n                        \"value\": \"app\"\n                    },\n                    {\n                        \"name\": \"user.microapp.locale\",\n                        \"value\": \"en-us\"\n                    },\n                    {\n                        \"name\": \"user.microapp.media_server\",\n                        \"value\": \"http://192.168.1.72\"\n                    },\n                    {\n                        \"name\": \"user.microapp.fetchdelay\",\n                        \"value\": \"D\"\n                    },\n                    {\n                        \"name\": \"user.microapp.app_media_lib\",\n                        \"value\": \"app\"\n                    },\n                    {\n                        \"name\": \"user.cvp_server_info\",\n                        \"value\": \"10.192.9.33\"\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fa4eed37-8609-449d-be31-5b2362d3b36d","name":"Receive Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"f2cf432e-93af-43a4-bfa9-065ecba37303\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"14567\",\n            \"serviceIdentifier\": \"1111\",\n            \"channelTypeCode\":\"webChannel\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"schedulingMetaData\": null,\n        \"entities\": {}\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bcaa2f5-4c06-497f-8ae8-d3cdcd637483"},{"name":"Get Channel Messages","id":"25653dda-9a1b-41a8-b991-9301955bd741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/message/?customerChannelIdentifier=4789&channelTypeCode=webChannel&conversationId=25f758c4-c361-4260-aa28-b94760b46fd0","urlObject":{"path":["message",""],"host":["{{ccm_url}}"],"query":[{"key":"customerChannelIdentifier","value":"4789"},{"key":"channelTypeCode","value":"webChannel"},{"key":"conversationId","value":"25f758c4-c361-4260-aa28-b94760b46fd0"}],"variable":[]}},"response":[{"id":"7b4401ef-b4e1-4bc3-ba88-aeff6ad7be8d","name":"Get Channel Messages ","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/message/?customerChannelIdentifier=4789&channelTypeCode=webChannel&conversationId=25f758c4-c361-4260-aa28-b94760b46fd0","host":["{{ccm_url}}"],"path":["message",""],"query":[{"key":"customerChannelIdentifier","value":"4789"},{"key":"channelTypeCode","value":"webChannel"},{"key":"conversationId","value":"25f758c4-c361-4260-aa28-b94760b46fd0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:02:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"93eeef8d-4bf5-4c23-8a24-050e6bc8d529\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"BOT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"ConversationMonitor\",\n                    \"id\": \"7487120b-649a-4c96-a2d0-f71ba31251eb\",\n                    \"displayName\": \"Conversation Monitor: 7487120b-649a-4c96-a2d0-f71ba31251eb\"\n                },\n                \"id\": \"729079e7-2d62-4081-8878-5d9f8c473bbc\",\n                \"joiningTime\": \"2022-06-06T09:00:33.877+00:00\",\n                \"token\": null,\n                \"conversationId\": null,\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": null,\n                \"stateChangedOn\": null\n            },\n            \"channelData\": null,\n            \"language\": null,\n            \"timestamp\": \"2022-06-06T09:00:34.666+00:00\",\n            \"securityInfo\": null,\n            \"stamps\": null,\n            \"intent\": null,\n            \"entities\": null,\n            \"schedulingMetaData\": null,\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n        }\n    },\n    {\n        \"id\": \"2195d820-e577-11ec-b121-e750785fc136\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"CUSTOMER\",\n                \"role\": \"CUSTOMER\",\n                \"participant\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                    \"channel\": {\n                        \"id\": \"6224aa535bd05f57c1c18517\",\n                        \"name\": \"web\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"tenant\": {\n                            \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 60000,\n                            \"customerActivityTimeout\": 30,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PULL\",\n                                \"routingObjectId\": \"6224aa24378c960030df479f\",\n                                \"agentRequestTtl\": 60000\n                            },\n                            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6224a9d25bd05f57c1c18506\",\n                            \"name\": \"web\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6224a9c75bd05f57c1c18500\",\n                                \"name\": \"web\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"622222cc5bd05f57c1c18421\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                    },\n                                    {\n                                        \"id\": \"6233de0e3ef6175890847d4c\",\n                                        \"name\": \"web\",\n                                        \"channelLogo\": \"54450_webchat.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"629dc23127460f0d37e363e5\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"4789\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"4789\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"requestPriority\": 0,\n                        \"channelTypeCode\": \"webChannel\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.46782988397527325,\n                                        \"formId\": 0.44722528673179407,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"4789\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"id\": \"988175b5-2da6-4edc-9c54-a12e1667fad2\",\n                \"joiningTime\": \"2022-06-06T09:00:34.195+00:00\",\n                \"token\": null,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": \"SUBSCRIBED\",\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:36.898+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"schedulingMetaData\": null,\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"hi\"\n        }\n    },\n    {\n        \"id\": \"0e321d38-a279-4067-922e-dfa133bbb4a2\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"BOT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"ConversationMonitor\",\n                    \"id\": \"7487120b-649a-4c96-a2d0-f71ba31251eb\",\n                    \"displayName\": \"Conversation Monitor: 7487120b-649a-4c96-a2d0-f71ba31251eb\"\n                },\n                \"id\": \"729079e7-2d62-4081-8878-5d9f8c473bbc\",\n                \"joiningTime\": \"2022-06-06T09:00:33.877+00:00\",\n                \"token\": null,\n                \"conversationId\": null,\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": null,\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:37.503+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Hi, its me the ExpertFlow bot.\\nHow can i help you today?\"\n        }\n    },\n    {\n        \"id\": \"2286a0c0-e577-11ec-b121-e750785fc136\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"CUSTOMER\",\n                \"role\": \"CUSTOMER\",\n                \"participant\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                    \"channel\": {\n                        \"id\": \"6224aa535bd05f57c1c18517\",\n                        \"name\": \"web\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"tenant\": {\n                            \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 60000,\n                            \"customerActivityTimeout\": 30,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PULL\",\n                                \"routingObjectId\": \"6224aa24378c960030df479f\",\n                                \"agentRequestTtl\": 60000\n                            },\n                            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6224a9d25bd05f57c1c18506\",\n                            \"name\": \"web\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6224a9c75bd05f57c1c18500\",\n                                \"name\": \"web\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"622222cc5bd05f57c1c18421\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                    },\n                                    {\n                                        \"id\": \"6233de0e3ef6175890847d4c\",\n                                        \"name\": \"web\",\n                                        \"channelLogo\": \"54450_webchat.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"629dc23127460f0d37e363e5\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"4789\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"4789\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"requestPriority\": 0,\n                        \"channelTypeCode\": \"webChannel\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.46782988397527325,\n                                        \"formId\": 0.44722528673179407,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"4789\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"id\": \"988175b5-2da6-4edc-9c54-a12e1667fad2\",\n                \"joiningTime\": \"2022-06-06T09:00:34.195+00:00\",\n                \"token\": null,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": \"SUBSCRIBED\",\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:38.476+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"schedulingMetaData\": null,\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"cim\\\\\"\n        }\n    },\n    {\n        \"id\": \"7804ceb0-9056-403b-bc7b-f6741bb82346\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"BOT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"ConversationMonitor\",\n                    \"id\": \"7487120b-649a-4c96-a2d0-f71ba31251eb\",\n                    \"displayName\": \"Conversation Monitor: 7487120b-649a-4c96-a2d0-f71ba31251eb\"\n                },\n                \"id\": \"729079e7-2d62-4081-8878-5d9f8c473bbc\",\n                \"joiningTime\": \"2022-06-06T09:00:33.877+00:00\",\n                \"token\": null,\n                \"conversationId\": null,\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": null,\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:39.105+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"*Customer Interaction Manager* (CIM) is a customer data platform (CDP), storing customer profiles with identities such as phone numbers, chat and browser IDâ\\u0080\\u0099s. It tracks customer journeys across all channels (voice, chat, web) with an emphasis on real-time communication.\"\n        }\n    },\n    {\n        \"id\": \"24aa1d00-e577-11ec-b121-e750785fc136\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"CUSTOMER\",\n                \"role\": \"CUSTOMER\",\n                \"participant\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                    \"channel\": {\n                        \"id\": \"6224aa535bd05f57c1c18517\",\n                        \"name\": \"web\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"tenant\": {\n                            \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 60000,\n                            \"customerActivityTimeout\": 30,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PULL\",\n                                \"routingObjectId\": \"6224aa24378c960030df479f\",\n                                \"agentRequestTtl\": 60000\n                            },\n                            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6224a9d25bd05f57c1c18506\",\n                            \"name\": \"web\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6224a9c75bd05f57c1c18500\",\n                                \"name\": \"web\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"622222cc5bd05f57c1c18421\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                    },\n                                    {\n                                        \"id\": \"6233de0e3ef6175890847d4c\",\n                                        \"name\": \"web\",\n                                        \"channelLogo\": \"54450_webchat.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"629dc23127460f0d37e363e5\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"4789\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"4789\",\n                        \"serviceIdentifier\": \"1111\",\n                        \"requestPriority\": 0,\n                        \"channelTypeCode\": \"webChannel\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.46782988397527325,\n                                        \"formId\": 0.44722528673179407,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"4789\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"id\": \"988175b5-2da6-4edc-9c54-a12e1667fad2\",\n                \"joiningTime\": \"2022-06-06T09:00:34.195+00:00\",\n                \"token\": null,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": \"SUBSCRIBED\",\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:42.064+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"bye\"\n        }\n    },\n    {\n        \"id\": \"4ecce260-19ec-4fa9-a8c3-57b3aa4d0b75\",\n        \"header\": {\n            \"sender\": {\n                \"type\": \"BOT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"ConversationMonitor\",\n                    \"id\": \"7487120b-649a-4c96-a2d0-f71ba31251eb\",\n                    \"displayName\": \"Conversation Monitor: 7487120b-649a-4c96-a2d0-f71ba31251eb\"\n                },\n                \"id\": \"729079e7-2d62-4081-8878-5d9f8c473bbc\",\n                \"joiningTime\": \"2022-06-06T09:00:33.877+00:00\",\n                \"token\": null,\n                \"conversationId\": null,\n                \"isActive\": true,\n                \"userCredentials\": {},\n                \"state\": null,\n                \"stateChangedOn\": null\n            },\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"4789\",\n                \"serviceIdentifier\": \"1111\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"webChannel\",\n                \"additionalAttributes\": []\n            },\n            \"language\": {},\n            \"timestamp\": \"2022-06-06T09:00:42.696+00:00\",\n            \"securityInfo\": {},\n            \"stamps\": [],\n            \"intent\": null,\n            \"entities\": {},\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"44145b56-b1b8-4abc-8267-1ce488f3ab13\",\n                \"channel\": {\n                    \"id\": \"6224aa535bd05f57c1c18517\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"tenant\": {\n                        \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 60000,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"6224aa24378c960030df479f\",\n                            \"agentRequestTtl\": 60000\n                        },\n                        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6224a9d25bd05f57c1c18506\",\n                        \"name\": \"web\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6224a9c75bd05f57c1c18500\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"622222cc5bd05f57c1c18421\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                                },\n                                {\n                                    \"id\": \"6233de0e3ef6175890847d4c\",\n                                    \"name\": \"web\",\n                                    \"channelLogo\": \"54450_webchat.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"629dc23127460f0d37e363e5\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"4789\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4789\",\n                    \"serviceIdentifier\": \"1111\",\n                    \"requestPriority\": 0,\n                    \"channelTypeCode\": \"webChannel\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.46782988397527325,\n                                    \"formId\": 0.44722528673179407,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"4789\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-06-06T09:01:37.336Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"25f758c4-c361-4260-aa28-b94760b46fd0\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Thanks for choosing ExpertFlow\"\n        }\n    }\n]"}],"_postman_id":"25653dda-9a1b-41a8-b991-9301955bd741"}],"id":"767b840e-5f16-4fa9-9257-ad2a227501dc","_postman_id":"767b840e-5f16-4fa9-9257-ad2a227501dc","description":""},{"name":" Configuration APIs","item":[{"name":"channel-type","item":[{"name":"Get a channel-type","event":[{"listen":"prerequest","script":{"exec":["var id = \"2eebe307-2e35-4f79-aea6-70a655b6f498\"","pm.environment.set(\"id\", \"variable_value\");","var companyLogo = \"https://cdn.fakercloud.com/avatars/borantula_128.jpg\"","var channelType = {","    \"id\": id, ","    \"typeName\": \"whatsapp\", ","    \"companyLogo\": companyLogo, ","    \"isInteractive\": \"false\"","    ","}","","pm.environment.set(\"channelType\", JSON.stringify(channelType));"],"type":"text/javascript","id":"a9660cd3-3258-4d05-839e-31051a609eb7"}}],"id":"1dc98d6e-9459-43d3-b877-69180959a9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{ccm_url}}/channel-types/:channel-type-id","description":"<p>This API will help you retrieve the channel type ID. Channels can be any Voice or Media Channels to be integrated to CIM system.</p>\n<p>The API is available at: <a href=\"https://cim.expertflow.com/ccm/channel-typesEndFragmFragmentEndpointsGET/channel-type-idReturns\">https://cim.expertflow.com/ccm/channel-types</a></p>\n<p><a href=\"https://cim.expertflow.com/ccm/channel-typesEndFragmFragmentEndpointsGET/channel-type-idReturns\"><strong>Endpoints</strong></a></p>\n<hr />\n<p><strong>GET/channel-type-id</strong></p>\n<p>Returns the ID of the type of channel</p>\n","urlObject":{"path":["channel-types",":channel-type-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"05e1d7fa-967d-4556-b861-5bcd279573c7","type":"any","value":"629dc2c2c2fc5e06bf842552","key":"channel-type-id"}]}},"response":[{"id":"6d358439-cfed-468d-97a5-9853da2d27ba","name":"Get a channel-type","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-types/:channel-type-id","host":["{{ccm_url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"629dc2c2c2fc5e06bf842551"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:05:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dc2c2c2fc5e06bf842551\",\n    \"name\": \"Dummy channel type\",\n    \"channelLogo\": \"image name\",\n    \"isInteractive\": false,\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\n}"},{"id":"b34d51d9-be48-45e4-ac9e-baa9fff822e0","name":"Get a channel-type (Not Found)","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-types/:channel-type-id","host":["{{ccm_url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"629dc2c2c2fc5e06bf842552"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:06:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"timestamp\": \"2022-06-06@09:05:11.776+0000\",\n    \"message\": \"ChannelType Not Found with id : 629dc2c2c2fc5e06bf842552\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"}],"_postman_id":"1dc98d6e-9459-43d3-b877-69180959a9b5"},{"name":"Add a channel-type","id":"971b19ed-ba13-499e-99fd-acc161382399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Dummy channel type\",\r\n    \"channelLogo\": \"image name\",\r\n    \"isInteractive\": false,\r\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\r\n}"},"url":"{{ccm_url}}/channel-types","urlObject":{"path":["channel-types"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"c707085e-1486-427e-bef5-fcc98327cbe9","name":"Add a channel-type (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Dummy channel type\",\r\n    \"channelLogo\": \"image name\",\r\n    \"isInteractive\": false,\r\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\r\n}"},"url":"{{ccm_url}}/channel-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dc2c2c2fc5e06bf842551\",\n    \"name\": \"Dummy channel type\",\n    \"channelLogo\": \"image name\",\n    \"isInteractive\": false,\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\n}"},{"id":"1c7d4d05-126a-4260-a2dc-8051160bc8f8","name":"Add a channel-type (Conflict)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Dummy channel type\",\r\n    \"channelLogo\": \"image name\",\r\n    \"isInteractive\": false,\r\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\r\n}"},"url":"{{ccm_url}}/channel-types"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:04:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"CONFLICT\",\n    \"timestamp\": \"2022-06-06@09:03:39.306+0000\",\n    \"message\": \"ChannelType name must be unique. ChannelType already exists with name : Dummy channel type\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"}],"_postman_id":"971b19ed-ba13-499e-99fd-acc161382399"},{"name":"Delete a channel-type","id":"24be42ad-a0cd-4581-8257-96678a07e931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-types/:channel-type-id","urlObject":{"path":["channel-types",":channel-type-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"6bb771eb-9f9b-449f-b887-519fa8285931","type":"any","value":"622222cc5bd05f57c1c1841f","key":"channel-type-id"}]}},"response":[{"id":"33067cca-25f7-488a-8dde-4095094af926","name":"Delete a channel-type","originalRequest":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-types/:channel-type-id","host":["{{ccm_url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"629dc2c2c2fc5e06bf842551"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:13:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"message\": \"ChannelType is deleted Successfully\"\n}"},{"id":"34fcd35a-715b-4e25-af43-16e7c226490d","name":"Delete a channel-type (Method Not Allowed)","originalRequest":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-types/:channel-type-id","host":["{{ccm_url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"622222cc5bd05f57c1c1841f"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:14:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2022-06-06@09:13:01.714+0000\",\n    \"message\": \"ChannelType is mapped to other Entities. ChannelType cannot be removed.\",\n    \"mappedEntities\": {\n        \"channels\": [\n            {\n                \"serviceIdentifier\": \"+14155238886\",\n                \"name\": \"twilio-whatsapp-channel\"\n            },\n            {\n                \"serviceIdentifier\": \"41762884806\",\n                \"name\": \"Whatsapp-public\"\n            },\n            {\n                \"serviceIdentifier\": \"4930609859535\",\n                \"name\": \"360Dialog Sandbox\"\n            },\n            {\n                \"serviceIdentifier\": \"1236\",\n                \"name\": \"WhatsAppMarketing1\"\n            }\n        ],\n        \"channelProviderInterfaces\": [\n            {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\"\n            },\n            {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\"\n            }\n        ]\n    }\n}"}],"_postman_id":"24be42ad-a0cd-4581-8257-96678a07e931"},{"name":"Update a channel-type","id":"baf51b0f-904f-4268-8e04-1ce8a9464d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"id\": \"629dc2c2c2fc5e06bf842551\",\r\n        \"name\": \"Dummy channel type\",\r\n        \"channelLogo\": \"image name\",\r\n        \"isInteractive\": true,\r\n        \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\r\n    }"},"url":"{{ccm_url}}/channel-types/:channel-type-id","urlObject":{"path":["channel-types",":channel-type-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"c58fe070-a37d-47ed-bb0f-badba5a58ccd","type":"any","value":"629dc2c2c2fc5e06bf842551","key":"channel-type-id"}]}},"response":[{"id":"d78dec0b-e793-48c5-aa26-513d10a957e6","name":"updating channelType name is not allowed","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"612f4bccf647413e3e352ee5\",\r\n    \"typeName\": \"Channel Type\",\r\n    \"channelLogo\": \"image name\",\r\n    \"isInteractive\": false,\r\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352ee5\"\r\n}"},"url":{"raw":"{{url}}/channel-types/:channel-type-id","host":["{{url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"612f4bccf647413e3e352ee5"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 06 Oct 2021 12:46:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2021-10-06@17:46:11.426+0500\",\n    \"message\": \"Editing of ChannelType Name is not Allowed\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"},{"id":"ef5d7373-71b6-4800-be1c-5ba39e902e44","name":"Update a channel-type","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"id\": \"629dc2c2c2fc5e06bf842551\",\r\n        \"name\": \"Dummy channel type\",\r\n        \"channelLogo\": \"image name\",\r\n        \"isInteractive\": true,\r\n        \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\r\n    }"},"url":{"raw":"{{ccm_url}}/channel-types/:channel-type-id","host":["{{ccm_url}}"],"path":["channel-types",":channel-type-id"],"variable":[{"key":"channel-type-id","value":"629dc2c2c2fc5e06bf842551"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:12:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dc2c2c2fc5e06bf842551\",\n    \"name\": \"Dummy channel type\",\n    \"channelLogo\": \"image name\",\n    \"isInteractive\": true,\n    \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\n}"}],"_postman_id":"baf51b0f-904f-4268-8e04-1ce8a9464d0a"},{"name":"Get a list of channel-types","id":"c7a80ebd-92bc-42e6-8e3a-006b962f0ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-types","urlObject":{"path":["channel-types"],"host":["{{ccm_url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"83962105-53d8-4043-992a-e2ff6f7309ab","name":"Get a list of channel-types","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-types","host":["{{ccm_url}}"],"path":["channel-types"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:06:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"622222cb5bd05f57c1c1841d\",\n        \"name\": \"FACEBOOK\",\n        \"channelLogo\": \"_FACEBOOK.svg\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": null\n    },\n    {\n        \"id\": \"622222cc5bd05f57c1c1841e\",\n        \"name\": \"VIBER\",\n        \"channelLogo\": \"_VIBER.svg\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": null\n    },\n    {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62965cd90fc8134ccea1322d\"\n    },\n    {\n        \"id\": \"622222cc5bd05f57c1c18420\",\n        \"name\": \"SMS\",\n        \"channelLogo\": \"_SMS.svg\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": null\n    },\n    {\n        \"id\": \"622222cc5bd05f57c1c18421\",\n        \"name\": \"WEB\",\n        \"channelLogo\": \"_WEB.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n    },\n    {\n        \"id\": \"622222cc5bd05f57c1c18422\",\n        \"name\": \"GENERIC\",\n        \"channelLogo\": \"_GENERIC.svg\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": null\n    },\n    {\n        \"id\": \"6233de0e3ef6175890847d4c\",\n        \"name\": \"web\",\n        \"channelLogo\": \"54450_webchat.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n    },\n    {\n        \"id\": \"6278a14e34f02e7bc192b991\",\n        \"name\": \"VOICE\",\n        \"channelLogo\": \"42249_VOICE.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"6232cc5d44a4093550fea233\"\n    },\n    {\n        \"id\": \"6285cb410985ef126e0f200e\",\n        \"name\": \"WhatsApp\",\n        \"channelLogo\": \"63115_whatapp-logo.png\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    {\n        \"id\": \"629dc2c2c2fc5e06bf842551\",\n        \"name\": \"Dummy channel type\",\n        \"channelLogo\": \"image name\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": \"612f4bccf647413e3e352aa4\"\n    }\n]"}],"_postman_id":"c7a80ebd-92bc-42e6-8e3a-006b962f0ac2"},{"name":"get channel-types by MRD Id","id":"6a489e7d-fa5b-4e98-ac84-ecaddd915040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channel-types/media-routing-domains/:media-routing-domain-id","description":"<p>To get channelTypes by media-routing-domain id </p>\n","urlObject":{"path":["channel-types","media-routing-domains",":media-routing-domain-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"75760381-9563-467d-bd1c-fea06242d6ab","type":"any","value":"62965cd90fc8134ccea1322d","key":"media-routing-domain-id"}]}},"response":[{"id":"d85df931-4ee5-4a4f-b5e8-057f9b7b3c45","name":"get channel-types by MRD Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channel-types/media-routing-domains/:media-routing-domain-id","host":["{{ccm_url}}"],"path":["channel-types","media-routing-domains",":media-routing-domain-id"],"variable":[{"key":"media-routing-domain-id","value":"616d4a2258860d599a973d9c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 16 Oct 2021 08:19:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"616a6e76bbd86b376805ca69\",\n        \"name\": \"Viber\",\n        \"channelLogo\": \"image name\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": \"612f4bccf647413e3e352ee5\"\n    },\n    {\n        \"id\": \"616a6e83bbd86b376805ca6a\",\n        \"name\": \"facebook\",\n        \"channelLogo\": \"image name\",\n        \"isInteractive\": false,\n        \"mediaRoutingDomain\": \"612f4bccf647413e3e352ee5\"\n    }\n]"}],"_postman_id":"6a489e7d-fa5b-4e98-ac84-ecaddd915040"},{"name":"Get Default Outbound Channel Type Identity","id":"310236b7-321f-401f-b555-4acaed10e999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/defaultOutboundChannels","urlObject":{"path":["defaultOutboundChannels"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"c660c867-41b6-4140-8d98-81464e35a70f","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/defaultOutboundChannels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelTypeName\": \"WHATSAPP\",\n        \"serviceIdentifier\": 123\n    },\n    {\n        \"channelTypeName\": \"TELEGRAM\",\n        \"serviceIdentifier\": 456\n    }\n]"}],"_postman_id":"310236b7-321f-401f-b555-4acaed10e999"}],"id":"febdf50a-cd11-4838-b4cf-b23d2beebf3a","description":"<p>This collection of APIs allow you to do configuration of channel which includes:</p>\n<ul>\n<li>Get channel type</li>\n<li>Add channel</li>\n<li>Delete channel</li>\n<li>Update channel</li>\n<li>Get list of available channel based on Media Routing Domain</li>\n</ul>\n","_postman_id":"febdf50a-cd11-4838-b4cf-b23d2beebf3a"},{"name":"channel-provider-interface","item":[{"name":"get channel-provider-interface","id":"59b5bd0a-5916-41d9-be99-d2b05e672e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","urlObject":{"path":["channel-provider-interfaces",":channel-provider-interface-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"b6671841-fa0d-43cd-870f-839642e71f49","type":"any","value":"629dd1b3c2fc5e06bf842a82","key":"channel-provider-interface-id"}]}},"response":[{"id":"28c7049e-7c4a-4484-b405-96dea19102c3","name":"get channel-provider-interface","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","host":["{{ccm_url}}"],"path":["channel-provider-interfaces",":channel-provider-interface-id"],"variable":[{"key":"channel-provider-interface-id","value":"629dd1b3c2fc5e06bf842a82"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:08:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dd1b3c2fc5e06bf842a82\",\n    \"name\": \"Dummy Channel Provider\",\n    \"supportedChannelTypes\": [\n        {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    ],\n    \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n    \"channelProviderConfigSchema\": [\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"HOST-URL\",\n            \"label\": \"HOST-URL\",\n            \"valueType\": \"String100\"\n        },\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"API-KEY\",\n            \"label\": \"API-KEY\",\n            \"valueType\": \"String100\"\n        }\n    ]\n}"}],"_postman_id":"59b5bd0a-5916-41d9-be99-d2b05e672e32"},{"name":"Add channel-provider-interface","id":"b8123118-da66-4039-8098-6f4975998cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"Dummy Channel Provider\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/channel-provider-interfaces","urlObject":{"path":["channel-provider-interfaces"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"0bd61144-e497-44d8-9790-4de2edabc789","name":"Add channel-provider-interface","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"Dummy Channel Provider\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/channel-provider-interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:07:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dd1b3c2fc5e06bf842a82\",\n    \"name\": \"Dummy Channel Provider\",\n    \"supportedChannelTypes\": [\n        {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    ],\n    \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n    \"channelProviderConfigSchema\": [\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"HOST-URL\",\n            \"label\": \"HOST-URL\",\n            \"valueType\": \"String100\"\n        },\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"API-KEY\",\n            \"label\": \"API-KEY\",\n            \"valueType\": \"String100\"\n        }\n    ]\n}"}],"_postman_id":"b8123118-da66-4039-8098-6f4975998cac"},{"name":"Update channel-provider-interface","id":"4403e01d-7081-4f5b-95be-82b6d8ea5970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dd1b3c2fc5e06bf842a82\",\n    \"name\": \"Dummy Provider\",\n    \"supportedChannelTypes\": [\n        {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    ],\n    \"providerWebhook\": \"https://cim.expertflow.com\",\n    \"channelProviderConfigSchema\": [\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"HOST-URL\",\n            \"label\": \"HOST-URL\",\n            \"valueType\": \"String100\"\n        },\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"API-KEY\",\n            \"label\": \"API-KEY\",\n            \"valueType\": \"String100\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","urlObject":{"path":["channel-provider-interfaces",":channel-provider-interface-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"2768fd3f-24d6-4199-885c-91ed1d14907d","type":"any","value":"629dd1b3c2fc5e06bf842a82","key":"channel-provider-interface-id"}]}},"response":[{"id":"2e12016d-bd0e-4644-b688-31bc7e96e346","name":"Update channel-provider-interface","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dd1b3c2fc5e06bf842a82\",\n    \"name\": \"Dummy Channel Provider\",\n    \"supportedChannelTypes\": [\n        {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    ],\n    \"providerWebhook\": \"https://cim.expertflow.com\",\n    \"channelProviderConfigSchema\": [\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"HOST-URL\",\n            \"label\": \"HOST-URL\",\n            \"valueType\": \"String100\"\n        },\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"API-KEY\",\n            \"label\": \"API-KEY\",\n            \"valueType\": \"String100\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","host":["{{ccm_url}}"],"path":["channel-provider-interfaces",":channel-provider-interface-id"],"variable":[{"key":"channel-provider-interface-id","value":"629dd1b3c2fc5e06bf842a82"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:10:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dd1b3c2fc5e06bf842a82\",\n    \"name\": \"Dummy Channel Provider\",\n    \"supportedChannelTypes\": [\n        {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    ],\n    \"providerWebhook\": \"https://cim.expertflow.com\",\n    \"channelProviderConfigSchema\": [\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"HOST-URL\",\n            \"label\": \"HOST-URL\",\n            \"valueType\": \"String100\"\n        },\n        {\n            \"attributeType\": \"INPUT\",\n            \"categoryOptions\": null,\n            \"isRequired\": true,\n            \"helpText\": \"\",\n            \"key\": \"API-KEY\",\n            \"label\": \"API-KEY\",\n            \"valueType\": \"String100\"\n        }\n    ]\n}"}],"_postman_id":"4403e01d-7081-4f5b-95be-82b6d8ea5970"},{"name":"Delete channel-provider-interface","id":"5fb23fd0-4c38-41a9-8bf5-997ac2ef775f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","urlObject":{"path":["channel-provider-interfaces",":channel-provider-interface-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"3172ac61-7662-4c2c-9b59-bf3eb10eb03d","type":"any","value":"6231d79b8aa7081e2946ed32","key":"channel-provider-interface-id"}]}},"response":[{"id":"c69e2ceb-3007-4944-a63c-d781f14f655a","name":"Delete channel-provider-interface","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","host":["{{ccm_url}}"],"path":["channel-provider-interfaces",":channel-provider-interface-id"],"variable":[{"key":"channel-provider-interface-id","value":"629dd1b3c2fc5e06bf842a82"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:11:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"message\": \"ChannelProviderInterface is deleted Successfully\"\n}"},{"id":"81bc731d-41c7-412b-977b-84b087818c47","name":"Delete channel-provider-interface (Method Not Allowed)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{ccm_url}}/channel-provider-interfaces/:channel-provider-interface-id","host":["{{ccm_url}}"],"path":["channel-provider-interfaces",":channel-provider-interface-id"],"variable":[{"key":"channel-provider-interface-id","value":"6231d79b8aa7081e2946ed32"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:11:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2022-06-06@10:10:39.176+0000\",\n    \"message\": \"ChannelProviderInterface is mapped to ChannelConnectors. ChannelProviderInterface cannot be removed.\",\n    \"mappedEntities\": {\n        \"channelConnector\": [\n            {\n                \"id\": \"6231d7ef8aa7081e2946ed6e\",\n                \"name\": \"Whatsapp-public\"\n            },\n            {\n                \"id\": \"626ba8f034f02e7bc1929f48\",\n                \"name\": \"360Dialog Sandbox\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5fb23fd0-4c38-41a9-8bf5-997ac2ef775f"},{"name":"Get list of channel-provider-interface","id":"f6abbb2a-6c83-4588-97d8-5d780fc066d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channel-provider-interfaces","urlObject":{"path":["channel-provider-interfaces"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"7105fc63-82be-415f-b1cf-9d1d4ee64f11","name":"Get list of channel-provider-interface","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/channel-provider-interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:03:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6224a9c75bd05f57c1c18500\",\n        \"name\": \"web\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n            },\n            {\n                \"id\": \"6233de0e3ef6175890847d4c\",\n                \"name\": \"web\",\n                \"channelLogo\": \"54450_webchat.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n        \"channelProviderConfigSchema\": []\n    },\n    {\n        \"id\": \"62276c5808df8d31bb15d38b\",\n        \"name\": \"faizan-web\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n        \"channelProviderConfigSchema\": []\n    },\n    {\n        \"id\": \"62283f0008df8d31bb15dd9e\",\n        \"name\": \"mobeen-web\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n            }\n        ],\n        \"providerWebhook\": \"https://49d3-175-107-237-121.ngrok.io/message/receive\",\n        \"channelProviderConfigSchema\": []\n    },\n    {\n        \"id\": \"62302ef98b164e0d91f763e6\",\n        \"name\": \"twilio-whatsapp-provider\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"TWILIO_AUTH_TOKEN\",\n                \"label\": \"TWILIO_AUTH_TOKEN\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"TWILIO_ACCOUNT_SID\",\n                \"label\": \"TWILIO_ACCOUNT_SID\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    {\n        \"id\": \"625e50d221686859cc029fba\",\n        \"name\": \"my-channel\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cb5bd05f57c1c1841d\",\n                \"name\": \"FACEBOOK\",\n                \"channelLogo\": \"_FACEBOOK.svg\",\n                \"isInteractive\": false,\n                \"mediaRoutingDomain\": null\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n        \"channelProviderConfigSchema\": []\n    },\n    {\n        \"id\": \"6278b81d34f02e7bc192bf19\",\n        \"name\": \"Voice\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"6278a14e34f02e7bc192b991\",\n                \"name\": \"VOICE\",\n                \"channelLogo\": \"42249_VOICE.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n            }\n        ],\n        \"providerWebhook\": \"null\",\n        \"channelProviderConfigSchema\": []\n    }\n]"}],"_postman_id":"f6abbb2a-6c83-4588-97d8-5d780fc066d8"}],"id":"bbc3564e-2788-4c04-b12c-4eea198b7b02","_postman_id":"bbc3564e-2788-4c04-b12c-4eea198b7b02","description":""},{"name":"channel-connector","item":[{"name":"Get a channel-connector","id":"e88a3e66-10c4-4e09-bd94-65a97bc350e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-connectors/:channel-connector-id","urlObject":{"path":["channel-connectors",":channel-connector-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"c5443f8c-b2dd-406c-b48a-b906512909e4","type":"any","value":"629dc73bc2fc5e06bf842844","key":"channel-connector-id"}]}},"response":[{"id":"2e6eba8a-e998-47ae-932b-77d5bdd0fe54","name":"Get a channel-connector","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-connectors/:channel-connector-id","host":["{{ccm_url}}"],"path":["channel-connectors",":channel-connector-id"],"variable":[{"key":"channel-connector-id","value":"629dc73bc2fc5e06bf842844"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:25:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelProviderInterface\": {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    \"name\": \"Dummy 360-dialog whatsapp\",\n    \"channelProviderConfigs\": [\n        {\n            \"key\": \"HOST-URL\",\n            \"type\": \"String100\",\n            \"value\": \"https://waba-sandbox.360dialog.io\"\n        },\n        {\n            \"key\": \"API-KEY\",\n            \"type\": \"String100\",\n            \"value\": \"X4IpWk_sandbox\"\n        }\n    ],\n    \"id\": \"629dc73bc2fc5e06bf842844\",\n    \"tenant\": {\n        \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n        \"name\": null\n    }\n}"}],"_postman_id":"e88a3e66-10c4-4e09-bd94-65a97bc350e1"},{"name":"Delete a channel-connector","id":"18841fa2-5e31-43ae-9c50-fd5ebefab6e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-connectors/:connector-id","urlObject":{"path":["channel-connectors",":connector-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"3ab8e4b9-8773-4122-b851-73dbcb9c19c9","type":"any","value":"6224a9d25bd05f57c1c18506","key":"connector-id"}]}},"response":[{"id":"5298a031-404d-49f5-bed1-7dadcb4bfb8d","name":"Delete a channel-connector","originalRequest":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-connectors/:connector-id","host":["{{ccm_url}}"],"path":["channel-connectors",":connector-id"],"variable":[{"key":"connector-id","value":"629dc73bc2fc5e06bf842844"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:25:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"message\": \"ChannelConnector is deleted Successfully\"\n}"},{"id":"c9e6aab1-2a32-4871-b3ae-99bcbe6807dd","name":"Delete a channel-connector (Method Not Allowed)","originalRequest":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channel-connectors/:connector-id","host":["{{ccm_url}}"],"path":["channel-connectors",":connector-id"],"variable":[{"key":"connector-id","value":"6224a9d25bd05f57c1c18506"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:26:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2022-06-06@09:25:34.757+0000\",\n    \"message\": \"ChannelConnector is mapped to Channels. ChannelConnector cannot be removed.\",\n    \"mappedEntities\": {\n        \"channels\": [\n            {\n                \"serviceIdentifier\": \"1111\",\n                \"name\": \"web\"\n            }\n        ]\n    }\n}"}],"_postman_id":"18841fa2-5e31-43ae-9c50-fd5ebefab6e0"},{"name":"Add a channel-connector","id":"b6f574f0-7693-401e-8537-9c699188bec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"Dummy 360dialog whatsapp\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    }"},"url":"{{ccm_url}}/channel-connectors","urlObject":{"path":["channel-connectors"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"0f1d2a2c-0512-4826-b899-d80ba7717704","name":"Add a channel-connector","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"Dummy 360dialog whatsapp\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    }"},"url":"{{ccm_url}}/channel-connectors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:23:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dc73bc2fc5e06bf842844\",\n    \"name\": \"Dummy 360dialog whatsapp\",\n    \"channelProviderInterface\": {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    \"channelProviderConfigs\": [\n        {\n            \"key\": \"HOST-URL\",\n            \"type\": \"String100\",\n            \"value\": \"https://waba-sandbox.360dialog.io\"\n        },\n        {\n            \"key\": \"API-KEY\",\n            \"type\": \"String100\",\n            \"value\": \"X4IpWk_sandbox\"\n        }\n    ],\n    \"tenant\": {\n        \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n        \"name\": null\n    }\n}"}],"_postman_id":"b6f574f0-7693-401e-8537-9c699188bec4"},{"name":"To update channel connector","id":"fc1430a8-17ca-4dfa-af52-ea2f79b361cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dc73bc2fc5e06bf842844\",\n    \"name\": \"Dummy 360-dialog whatsapp\",\n    \"channelProviderInterface\": {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    \"channelProviderConfigs\": [\n        {\n            \"key\": \"HOST-URL\",\n            \"type\": \"String100\",\n            \"value\": \"https://waba-sandbox.360dialog.io\"\n        },\n        {\n            \"key\": \"API-KEY\",\n            \"type\": \"String100\",\n            \"value\": \"X4IpWk_sandbox\"\n        }\n    ],\n    \"tenant\": {\n        \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n        \"name\": null\n    }\n}"},"url":"{{ccm_url}}/channel-connectors/:channel-connector-id","urlObject":{"path":["channel-connectors",":channel-connector-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"74fa5343-f47e-4c3c-8438-73d937e9a955","type":"any","value":"629dc73bc2fc5e06bf842844","key":"channel-connector-id"}]}},"response":[{"id":"1817daf0-28f3-4f42-951a-25799da8d6ba","name":"To update channel connector","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dc73bc2fc5e06bf842844\",\n    \"name\": \"Dummy 360-dialog whatsapp\",\n    \"channelProviderInterface\": {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    \"channelProviderConfigs\": [\n        {\n            \"key\": \"HOST-URL\",\n            \"type\": \"String100\",\n            \"value\": \"https://waba-sandbox.360dialog.io\"\n        },\n        {\n            \"key\": \"API-KEY\",\n            \"type\": \"String100\",\n            \"value\": \"X4IpWk_sandbox\"\n        }\n    ],\n    \"tenant\": {\n        \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n        \"name\": null\n    }\n}"},"url":{"raw":"{{ccm_url}}/channel-connectors/:channel-connector-id","host":["{{ccm_url}}"],"path":["channel-connectors",":channel-connector-id"],"variable":[{"key":"channel-connector-id","value":"629dc73bc2fc5e06bf842844"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:24:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dc73bc2fc5e06bf842844\",\n    \"name\": \"Dummy 360-dialog whatsapp\",\n    \"channelProviderInterface\": {\n        \"id\": \"6231d79b8aa7081e2946ed32\",\n        \"name\": \"Whatsapp-Public\",\n        \"supportedChannelTypes\": [\n            {\n                \"id\": \"622222cc5bd05f57c1c1841f\",\n                \"name\": \"WHATSAPP\",\n                \"channelLogo\": \"_WHATSAPP.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n            }\n        ],\n        \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n        \"channelProviderConfigSchema\": [\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"HOST-URL\",\n                \"label\": \"HOST-URL\",\n                \"valueType\": \"String100\"\n            },\n            {\n                \"attributeType\": \"INPUT\",\n                \"categoryOptions\": null,\n                \"isRequired\": true,\n                \"helpText\": \"\",\n                \"key\": \"API-KEY\",\n                \"label\": \"API-KEY\",\n                \"valueType\": \"String100\"\n            }\n        ]\n    },\n    \"channelProviderConfigs\": [\n        {\n            \"key\": \"HOST-URL\",\n            \"type\": \"String100\",\n            \"value\": \"https://waba-sandbox.360dialog.io\"\n        },\n        {\n            \"key\": \"API-KEY\",\n            \"type\": \"String100\",\n            \"value\": \"X4IpWk_sandbox\"\n        }\n    ],\n    \"tenant\": {\n        \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n        \"name\": null\n    }\n}"}],"_postman_id":"fc1430a8-17ca-4dfa-af52-ea2f79b361cf"},{"name":"Get channel connector list","id":"56075723-2807-42c1-be4e-526bf3bd77ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-connectors","urlObject":{"path":["channel-connectors"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"7ed9a25a-3863-46b5-bec0-78c46f0676ae","name":"Get channel connector list","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channel-connectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:17:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"6224a9c75bd05f57c1c18500\",\n            \"name\": \"web\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c18421\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                },\n                {\n                    \"id\": \"6233de0e3ef6175890847d4c\",\n                    \"name\": \"web\",\n                    \"channelLogo\": \"54450_webchat.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"name\": \"web\",\n        \"channelProviderConfigs\": [],\n        \"id\": \"6224a9d25bd05f57c1c18506\",\n        \"tenant\": {\n            \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"62276c5808df8d31bb15d38b\",\n            \"name\": \"faizan-web\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c18421\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"name\": \"faizan-web\",\n        \"channelProviderConfigs\": [],\n        \"id\": \"6227693508df8d31bb15d2ca\",\n        \"tenant\": {\n            \"id\": \"b846ccdb-39f4-4577-9469-c6fb17694c3a\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"62283f0008df8d31bb15dd9e\",\n            \"name\": \"mobeen-web\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c18421\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                }\n            ],\n            \"providerWebhook\": \"https://49d3-175-107-237-121.ngrok.io/message/receive\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"name\": \"mobeen-web\",\n        \"channelProviderConfigs\": [],\n        \"id\": \"62283f1308df8d31bb15ddb2\",\n        \"tenant\": {\n            \"id\": \"67bb5806-fe47-4eab-9902-20df85ca18a0\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"62302ef98b164e0d91f763e6\",\n            \"name\": \"twilio-whatsapp-provider\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"label\": \"TWILIO_AUTH_TOKEN\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"label\": \"TWILIO_ACCOUNT_SID\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"twilio-whatsapp-connector\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"TWILIO_AUTH_TOKEN\",\n                \"type\": \"String2000\",\n                \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n            },\n            {\n                \"key\": \"TWILIO_ACCOUNT_SID\",\n                \"type\": \"String2000\",\n                \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n            }\n        ],\n        \"id\": \"62302f6d8b164e0d91f7641f\",\n        \"tenant\": {\n            \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"Whatsapp-public\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"Qn5gxCWUGVFrLJAdK3zJTLIHAK\"\n            }\n        ],\n        \"id\": \"6231d7ef8aa7081e2946ed6e\",\n        \"tenant\": {\n            \"id\": \"740f3ee1-cd07-49a6-9718-2cac3fe06dd7\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"6224a9c75bd05f57c1c18500\",\n            \"name\": \"web\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c18421\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                },\n                {\n                    \"id\": \"6233de0e3ef6175890847d4c\",\n                    \"name\": \"web\",\n                    \"channelLogo\": \"54450_webchat.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"name\": \"Ahmad-web-connector\",\n        \"channelProviderConfigs\": [],\n        \"id\": \"6233de653ef6175890847d90\",\n        \"tenant\": {\n            \"id\": \"6645ad17-46d1-4ad9-bbe6-58c292b86841\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    {\n        \"channelProviderInterface\": {\n            \"id\": \"6278b81d34f02e7bc192bf19\",\n            \"name\": \"Voice\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"6278a14e34f02e7bc192b991\",\n                    \"name\": \"VOICE\",\n                    \"channelLogo\": \"42249_VOICE.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                }\n            ],\n            \"providerWebhook\": \"null\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"name\": \"Voice Connector\",\n        \"channelProviderConfigs\": [],\n        \"id\": \"6278bb3c34f02e7bc192bfb8\",\n        \"tenant\": {\n            \"id\": \"160bb538-6f88-4c7e-9261-f797429adf05\",\n            \"name\": null\n        }\n    }\n]"}],"_postman_id":"56075723-2807-42c1-be4e-526bf3bd77ee"},{"name":"Health Check(To be discussed)","id":"7fdb44ad-cf2a-43a0-9160-90ff0f84483e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/channel-connectors/health","urlObject":{"path":["channel-connectors","health"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b4daf8a3-1c41-4d2d-9061-cbc04c02a9dc","name":"Healthy","originalRequest":{"method":"GET","header":[],"url":"{{url}}/channel-connectors/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"healthy\"\n}"},{"id":"187d7119-9a54-420e-a5cd-8382fe8cf285","name":"UnHealthy","originalRequest":{"method":"GET","header":[],"url":"{{url}}/channel-connectors/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"unhealthy\"\n}"}],"_postman_id":"7fdb44ad-cf2a-43a0-9160-90ff0f84483e"},{"name":"Get Channel Connector Configurations","id":"d28f580b-7db4-4be9-b6ba-e991adc481b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/channel-connectors/configurations/:serviceIdentifier","description":"<p>This API is used to receive message from Whatsapp connector.</p>\n","urlObject":{"path":["channel-connectors","configurations",":serviceIdentifier"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"4b9939ea-d9d2-4004-900f-e95c01f4c628","type":"any","value":null,"key":"serviceIdentifier"}]}},"response":[{"id":"ed8b3c9b-c9ef-499d-9182-fd3e58135aec","name":"Get Channel Connector Configurations","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channel-connectors/configurations/:serviceIdentifier","host":["{{ccm_url}}"],"path":["channel-connectors","configurations",":serviceIdentifier"],"variable":[{"key":"serviceIdentifier","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"HOST-URL\",\n        \"type\": \"String100\",\n        \"value\": \"https://waba-sandbox.360dialog.io\"\n    },\n    {\n        \"key\": \"API-KEY\",\n        \"type\": \"String100\",\n        \"value\": \"X4IpWk_sandbox\"\n    }\n]"}],"_postman_id":"d28f580b-7db4-4be9-b6ba-e991adc481b8"}],"id":"0154e65c-a08d-4a4d-ae33-bf91fe92692e","_postman_id":"0154e65c-a08d-4a4d-ae33-bf91fe92692e","description":""},{"name":"channel","item":[{"name":"Get selected channel","id":"575ec71b-0d5a-46a7-80ec-63465e49e99f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channels/:channel-id","urlObject":{"path":["channels",":channel-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"ca417b4b-c790-43eb-9443-7261ad96c80c","type":"any","value":"629dd571c2fc5e06bf842b2b","key":"channel-id"}]}},"response":[{"id":"270b417a-dd11-49ca-a18c-b9b84e343cff","name":"Get selected channel","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channels/:channel-id","host":["{{ccm_url}}"],"path":["channels",":channel-id"],"variable":[{"key":"channel-id","value":"629dd571c2fc5e06bf842b2b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:25:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelConnector\": {\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"name\": \"Dummy Channel\",\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"id\": \"629dd571c2fc5e06bf842b2b\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"serviceIdentifier\": \"123456789\"\n}"}],"_postman_id":"575ec71b-0d5a-46a7-80ec-63465e49e99f"},{"name":"To delete channel","id":"78fe02d7-d916-4d93-94d1-b7bf2839fbee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channels/:service-identifier","urlObject":{"path":["channels",":service-identifier"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"1acebe73-3a25-4c20-8912-fe23214363e1","type":"any","value":"629dd571c2fc5e06bf842b2b","key":"service-identifier"}]}},"response":[{"id":"2775bb19-240d-4aca-b335-a752814321bc","name":"To delete channel","originalRequest":{"method":"DELETE","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":{"raw":"{{ccm_url}}/channels/:service-identifier","host":["{{ccm_url}}"],"path":["channels",":service-identifier"],"variable":[{"key":"service-identifier","value":"629dd571c2fc5e06bf842b2b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:29:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"message\": \"Channel is deleted Successfully\"\n}"}],"_postman_id":"78fe02d7-d916-4d93-94d1-b7bf2839fbee"},{"name":"To add channel","id":"6a614b2d-4862-4c7d-875d-deefcbddc1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dummy Channel\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}"},"url":"{{ccm_url}}/channels","urlObject":{"path":["channels"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"9222c0d7-17bd-49c0-ad9d-c5d869e45ede","name":"To add channel","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dummy Channel\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/channels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:23:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"629dd571c2fc5e06bf842b2b\",\n    \"name\": \"Dummy Channel\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}"}],"_postman_id":"6a614b2d-4862-4c7d-875d-deefcbddc1a6"},{"name":"To update channel","id":"932fe120-9b28-4c58-b636-ceea2c16378f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dd571c2fc5e06bf842b2b\",\n    \"name\": \"Dummy Channel 1\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}"},"url":"{{ccm_url}}/channels/:channel-id","urlObject":{"path":["channels",":channel-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"c4a7007a-ef3b-4c40-9207-7a5f08b88c94","type":"any","value":"629dd571c2fc5e06bf842b2b","key":"channel-id"}]}},"response":[{"id":"09be6627-feaa-4950-8b23-7f9e3dc4908e","name":"To update channel","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Tenant","value":"cim","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dd571c2fc5e06bf842b2b\",\n    \"name\": \"Dummy Channel 1\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ccm_url}}/channels/:channel-id","host":["{{ccm_url}}"],"path":["channels",":channel-id"],"variable":[{"key":"channel-id","value":"6224aa535bd05f57c1c18517"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:28:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6224aa535bd05f57c1c18517\",\n    \"name\": \"Dummy Channel 1\",\n    \"serviceIdentifier\": \"123456789\",\n    \"tenant\": {\n        \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 30,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n            \"agentRequestTtl\": 30\n        },\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n    },\n    \"channelConnector\": {\n        \"id\": \"626ba8f034f02e7bc1929f48\",\n        \"name\": \"360Dialog Sandbox\",\n        \"channelProviderInterface\": {\n            \"id\": \"6231d79b8aa7081e2946ed32\",\n            \"name\": \"Whatsapp-Public\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"622222cc5bd05f57c1c1841f\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n            \"channelProviderConfigSchema\": [\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"HOST-URL\",\n                    \"label\": \"HOST-URL\",\n                    \"valueType\": \"String100\"\n                },\n                {\n                    \"attributeType\": \"INPUT\",\n                    \"categoryOptions\": null,\n                    \"isRequired\": true,\n                    \"helpText\": \"\",\n                    \"key\": \"API-KEY\",\n                    \"label\": \"API-KEY\",\n                    \"valueType\": \"String100\"\n                }\n            ]\n        },\n        \"channelProviderConfigs\": [\n            {\n                \"key\": \"HOST-URL\",\n                \"type\": \"String100\",\n                \"value\": \"https://waba-sandbox.360dialog.io\"\n            },\n            {\n                \"key\": \"API-KEY\",\n                \"type\": \"String100\",\n                \"value\": \"X4IpWk_sandbox\"\n            }\n        ],\n        \"tenant\": {\n            \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"622222cc5bd05f57c1c1841f\",\n        \"name\": \"WHATSAPP\",\n        \"channelLogo\": \"_WHATSAPP.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n    },\n    \"defaultOutbound\": false\n}"}],"_postman_id":"932fe120-9b28-4c58-b636-ceea2c16378f"},{"name":"Get channel list","id":"d00d6fac-fec4-40c0-8e8c-f7eccc0782f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channels","urlObject":{"path":["channels"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"9589da77-7f89-450d-8bc6-c6f134fcd665","name":"Get channel list","originalRequest":{"method":"GET","header":[{"key":"Tenant","value":"cim","type":"text"}],"url":"{{ccm_url}}/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:36:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6224a9c75bd05f57c1c18500\",\n                \"name\": \"web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    },\n                    {\n                        \"id\": \"6233de0e3ef6175890847d4c\",\n                        \"name\": \"web\",\n                        \"channelLogo\": \"54450_webchat.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6224a9d25bd05f57c1c18506\",\n            \"tenant\": {\n                \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60000,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"6224aa24378c960030df479f\",\n                \"agentRequestTtl\": 60000\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"6224aa535bd05f57c1c18517\",\n        \"tenant\": {\n            \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1111\",\n        \"defaultOutbound\": true\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62276c5808df8d31bb15d38b\",\n                \"name\": \"faizan-web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"faizan-web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6227693508df8d31bb15d2ca\",\n            \"tenant\": {\n                \"id\": \"b846ccdb-39f4-4577-9469-c6fb17694c3a\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"4dd5ead9-ff44-4068-84c9-ebbea555eadb\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 300,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6223b4a3ef484b28639e9ca5\",\n                \"agentRequestTtl\": 300\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"faizan-web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"6227699608df8d31bb15d2e5\",\n        \"tenant\": {\n            \"id\": \"45b0d1fb-74d5-46ed-b848-dc2b3d461d35\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1212\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62283f0008df8d31bb15dd9e\",\n                \"name\": \"mobeen-web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                ],\n                \"providerWebhook\": \"https://49d3-175-107-237-121.ngrok.io/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"mobeen-web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"62283f1308df8d31bb15ddb2\",\n            \"tenant\": {\n                \"id\": \"67bb5806-fe47-4eab-9902-20df85ca18a0\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"d9cfeabd-c0f2-4555-9291-a0fd31f17cca\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 300,\n            \"customerActivityTimeout\": 100,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"62283f91ca110c0030fe0f7b\",\n                \"agentRequestTtl\": 300\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"mobeen-web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"62283f7908df8d31bb15ddda\",\n        \"tenant\": {\n            \"id\": \"1ddf9492-e7cd-4e87-a9f9-aa9d46f7a94a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1122\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"twilio-whatsapp-channel\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"+14155238886\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"Whatsapp-public\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"Qn5gxCWUGVFrLJAdK3zJTLIHAK\"\n                }\n            ],\n            \"id\": \"6231d7ef8aa7081e2946ed6e\",\n            \"tenant\": {\n                \"id\": \"740f3ee1-cd07-49a6-9718-2cac3fe06dd7\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"12965706-d485-41c7-9dd1-afb338038127\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 60\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Whatsapp-public\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"6231d8418aa7081e2946edc7\",\n        \"tenant\": {\n            \"id\": \"ecfc4d82-3084-4f0a-9090-81a75f33a0e3\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"41762884806\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6224a9c75bd05f57c1c18500\",\n                \"name\": \"web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    },\n                    {\n                        \"id\": \"6233de0e3ef6175890847d4c\",\n                        \"name\": \"web\",\n                        \"channelLogo\": \"54450_webchat.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Ahmad-web-connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6233de653ef6175890847d90\",\n            \"tenant\": {\n                \"id\": \"6645ad17-46d1-4ad9-bbe6-58c292b86841\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"3eb409f2-7fe1-41fc-a226-47e638626863\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 3000,\n            \"customerActivityTimeout\": 100,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"623d98021a6eaf43942acaa0\",\n                \"agentRequestTtl\": 3000\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Ahmad-web-channel\",\n        \"channelType\": {\n            \"id\": \"6233de0e3ef6175890847d4c\",\n            \"name\": \"web\",\n            \"channelLogo\": \"54450_webchat.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n        },\n        \"id\": \"6233ded13ef6175890847dc8\",\n        \"tenant\": {\n            \"id\": \"3d874ca3-81d1-4598-8285-decb07126af0\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"725\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"626ba96e34f02e7bc1929f8d\",\n        \"tenant\": {\n            \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"4930609859535\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6278b81d34f02e7bc192bf19\",\n                \"name\": \"Voice\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"6278a14e34f02e7bc192b991\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"42249_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Voice Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6278bb3c34f02e7bc192bfb8\",\n            \"tenant\": {\n                \"id\": \"160bb538-6f88-4c7e-9261-f797429adf05\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"21946a62-9975-4a0a-a0bf-e3bf670863dd\",\n            \"channelMode\": \"BOT\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 0,\n            \"customerActivityTimeout\": 0,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": null,\n                \"routeToLastAgent\": false,\n                \"routingMode\": null,\n                \"routingObjectId\": null,\n                \"agentRequestTtl\": 0\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Voice Channel\",\n        \"channelType\": {\n            \"id\": \"6278a14e34f02e7bc192b991\",\n            \"name\": \"VOICE\",\n            \"channelLogo\": \"42249_VOICE.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n        },\n        \"id\": \"6278c55d34f02e7bc192c174\",\n        \"tenant\": {\n            \"id\": \"e4751933-c782-4167-b4bc-fe7c5a1d1eed\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1234\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6278b81d34f02e7bc192bf19\",\n                \"name\": \"Voice\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"6278a14e34f02e7bc192b991\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"42249_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Voice Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6278bb3c34f02e7bc192bfb8\",\n            \"tenant\": {\n                \"id\": \"160bb538-6f88-4c7e-9261-f797429adf05\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"2a361889-32ae-4b7b-856d-4be56d505643\",\n            \"channelMode\": \"BOT\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 0,\n            \"customerActivityTimeout\": 0,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": null,\n                \"routeToLastAgent\": false,\n                \"routingMode\": null,\n                \"routingObjectId\": null,\n                \"agentRequestTtl\": 0\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Popop\",\n        \"channelType\": {\n            \"id\": \"6278a14e34f02e7bc192b991\",\n            \"name\": \"VOICE\",\n            \"channelLogo\": \"42249_VOICE.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n        },\n        \"id\": \"6278fb2934f02e7bc192cb05\",\n        \"tenant\": {\n            \"id\": \"4ae35359-9036-4f23-87b5-6eb8c70cd15b\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"23432\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"defaultOutbound\": false,\n        \"channelConfig\": {\n            \"id\": \"c2ffd867-bbe7-4cd8-806d-103146a21645\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 15,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"628dd6eaa5ad530026724620\",\n                \"agentRequestTtl\": 15\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"WhatsAppMarketing1\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"628dd86491c0fb79953b9aae\",\n        \"tenant\": {\n            \"id\": \"7dab7b2a-6b31-4867-9527-44aefaed799a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1236\"\n    }\n]"}],"_postman_id":"d00d6fac-fec4-40c0-8e8c-f7eccc0782f3"},{"name":"Get Channels by routing-object-Id","id":"ce75607d-35cf-4808-801f-c1096edb6bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/routing-id/:routing-object-id","description":"<p>Gets the list of all Channels that have same routing-object-Id.</p>\n","urlObject":{"path":["channels","routing-id",":routing-object-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"f6abea2c-318f-46bf-ba9c-1f23cbde775a","type":"any","value":"6230360b6b1fba2525db2715","key":"routing-object-id"}]}},"response":[{"id":"6a9357fb-bca8-4b8b-983e-8f8ca36b9dbd","name":"Get Channels by routingObjectId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/routing-id/:routing-object-id","host":["{{ccm_url}}"],"path":["channels","routing-id",":routing-object-id"],"variable":[{"key":"routing-object-id","value":"6230360b6b1fba2525db2714"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:31:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"twilio-whatsapp-channel\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"+14155238886\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"Whatsapp-public\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"Qn5gxCWUGVFrLJAdK3zJTLIHAK\"\n                }\n            ],\n            \"id\": \"6231d7ef8aa7081e2946ed6e\",\n            \"tenant\": {\n                \"id\": \"740f3ee1-cd07-49a6-9718-2cac3fe06dd7\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"12965706-d485-41c7-9dd1-afb338038127\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 60\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Whatsapp-public\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"6231d8418aa7081e2946edc7\",\n        \"tenant\": {\n            \"id\": \"ecfc4d82-3084-4f0a-9090-81a75f33a0e3\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"41762884806\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"626ba96e34f02e7bc1929f8d\",\n        \"tenant\": {\n            \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"4930609859535\"\n    }\n]"},{"id":"59dd4f09-aca7-47af-9699-bde86a92c708","name":"Get Channels by routingObjectId ( No mapping for given id)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/routing-id/:routing-object-id","host":["{{ccm_url}}"],"path":["channels","routing-id",":routing-object-id"],"variable":[{"key":"routing-object-id","value":"6230360b6b1fba2525db2715"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:32:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"ce75607d-35cf-4808-801f-c1096edb6bb2"},{"name":"Get Channels by serviceIdentifier","id":"483b2bfe-5626-414b-a704-83e1acd74de8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/service-identifier/:service-identifier","description":"<p>Gets the list of all Channels that have same routing-object-Id.</p>\n","urlObject":{"path":["channels","service-identifier",":service-identifier"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"6e580f58-db7c-4119-801b-b0fd9633044f","type":"any","value":null,"key":"service-identifier"}]}},"response":[{"id":"d47afe5e-2cd8-4242-9e1c-045608a986a1","name":"Get Channels by serviceIdentifier","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/service-identifier/:service-identifierid","host":["{{ccm_url}}"],"path":["channels","service-identifier",":service-identifierid"],"variable":[{"key":"service-identifierid","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:31:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"twilio-whatsapp-channel\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"+14155238886\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"Whatsapp-public\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"Qn5gxCWUGVFrLJAdK3zJTLIHAK\"\n                }\n            ],\n            \"id\": \"6231d7ef8aa7081e2946ed6e\",\n            \"tenant\": {\n                \"id\": \"740f3ee1-cd07-49a6-9718-2cac3fe06dd7\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"12965706-d485-41c7-9dd1-afb338038127\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 60\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Whatsapp-public\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"6231d8418aa7081e2946edc7\",\n        \"tenant\": {\n            \"id\": \"ecfc4d82-3084-4f0a-9090-81a75f33a0e3\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"41762884806\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"626ba96e34f02e7bc1929f8d\",\n        \"tenant\": {\n            \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"4930609859535\"\n    }\n]"}],"_postman_id":"483b2bfe-5626-414b-a704-83e1acd74de8"},{"name":"Get Channels by bot-id","id":"7d482fd5-fee9-4848-97b3-ab61cf93a998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/bot-id/:bot-id","urlObject":{"path":["channels","bot-id",":bot-id"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"41f03d85-3fd7-4323-b7bd-82e62fc97e4a","type":"any","value":"8bce469d-91d9-43a1-bf14-1f0832396589","key":"bot-id"}]}},"response":[{"id":"e7b3b948-ed9b-4a9c-b87e-b7d0b00c8f5f","name":"Get Channels by bot-id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/bot-id/:bot-id","host":["{{ccm_url}}"],"path":["channels","bot-id",":bot-id"],"variable":[{"key":"bot-id","value":"8bce469d-91d9-43a1-bf14-1f0832396588"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:35:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6224a9c75bd05f57c1c18500\",\n                \"name\": \"web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    },\n                    {\n                        \"id\": \"6233de0e3ef6175890847d4c\",\n                        \"name\": \"web\",\n                        \"channelLogo\": \"54450_webchat.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6224a9d25bd05f57c1c18506\",\n            \"tenant\": {\n                \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60000,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"6224aa24378c960030df479f\",\n                \"agentRequestTtl\": 60000\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"6224aa535bd05f57c1c18517\",\n        \"tenant\": {\n            \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1111\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62276c5808df8d31bb15d38b\",\n                \"name\": \"faizan-web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"faizan-web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6227693508df8d31bb15d2ca\",\n            \"tenant\": {\n                \"id\": \"b846ccdb-39f4-4577-9469-c6fb17694c3a\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"4dd5ead9-ff44-4068-84c9-ebbea555eadb\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 300,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6223b4a3ef484b28639e9ca5\",\n                \"agentRequestTtl\": 300\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"faizan-web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"6227699608df8d31bb15d2e5\",\n        \"tenant\": {\n            \"id\": \"45b0d1fb-74d5-46ed-b848-dc2b3d461d35\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1212\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62283f0008df8d31bb15dd9e\",\n                \"name\": \"mobeen-web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    }\n                ],\n                \"providerWebhook\": \"https://49d3-175-107-237-121.ngrok.io/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"mobeen-web\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"62283f1308df8d31bb15ddb2\",\n            \"tenant\": {\n                \"id\": \"67bb5806-fe47-4eab-9902-20df85ca18a0\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"d9cfeabd-c0f2-4555-9291-a0fd31f17cca\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 300,\n            \"customerActivityTimeout\": 100,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"62283f91ca110c0030fe0f7b\",\n                \"agentRequestTtl\": 300\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"mobeen-web\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c18421\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n        },\n        \"id\": \"62283f7908df8d31bb15ddda\",\n        \"tenant\": {\n            \"id\": \"1ddf9492-e7cd-4e87-a9f9-aa9d46f7a94a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1122\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"twilio-whatsapp-channel\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"+14155238886\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"Whatsapp-public\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"Qn5gxCWUGVFrLJAdK3zJTLIHAK\"\n                }\n            ],\n            \"id\": \"6231d7ef8aa7081e2946ed6e\",\n            \"tenant\": {\n                \"id\": \"740f3ee1-cd07-49a6-9718-2cac3fe06dd7\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"12965706-d485-41c7-9dd1-afb338038127\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 60,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 60\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Whatsapp-public\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"6231d8418aa7081e2946edc7\",\n        \"tenant\": {\n            \"id\": \"ecfc4d82-3084-4f0a-9090-81a75f33a0e3\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"41762884806\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6224a9c75bd05f57c1c18500\",\n                \"name\": \"web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c18421\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                    },\n                    {\n                        \"id\": \"6233de0e3ef6175890847d4c\",\n                        \"name\": \"web\",\n                        \"channelLogo\": \"54450_webchat.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Ahmad-web-connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6233de653ef6175890847d90\",\n            \"tenant\": {\n                \"id\": \"6645ad17-46d1-4ad9-bbe6-58c292b86841\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"3eb409f2-7fe1-41fc-a226-47e638626863\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 3000,\n            \"customerActivityTimeout\": 100,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"623d98021a6eaf43942acaa0\",\n                \"agentRequestTtl\": 3000\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Ahmad-web-channel\",\n        \"channelType\": {\n            \"id\": \"6233de0e3ef6175890847d4c\",\n            \"name\": \"web\",\n            \"channelLogo\": \"54450_webchat.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n        },\n        \"id\": \"6233ded13ef6175890847dc8\",\n        \"tenant\": {\n            \"id\": \"3d874ca3-81d1-4598-8285-decb07126af0\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"725\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"b3c5fda0-d405-40b0-a2bf-15acfbbfe5b0\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"360Dialog Sandbox\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"626ba96e34f02e7bc1929f8d\",\n        \"tenant\": {\n            \"id\": \"086e0931-5b2f-43fa-b6d2-247ecc1c2d14\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"4930609859535\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6278b81d34f02e7bc192bf19\",\n                \"name\": \"Voice\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"6278a14e34f02e7bc192b991\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"42249_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Voice Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6278bb3c34f02e7bc192bfb8\",\n            \"tenant\": {\n                \"id\": \"160bb538-6f88-4c7e-9261-f797429adf05\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"21946a62-9975-4a0a-a0bf-e3bf670863dd\",\n            \"channelMode\": \"BOT\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 0,\n            \"customerActivityTimeout\": 0,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": null,\n                \"routeToLastAgent\": false,\n                \"routingMode\": null,\n                \"routingObjectId\": null,\n                \"agentRequestTtl\": 0\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Voice Channel\",\n        \"channelType\": {\n            \"id\": \"6278a14e34f02e7bc192b991\",\n            \"name\": \"VOICE\",\n            \"channelLogo\": \"42249_VOICE.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n        },\n        \"id\": \"6278c55d34f02e7bc192c174\",\n        \"tenant\": {\n            \"id\": \"e4751933-c782-4167-b4bc-fe7c5a1d1eed\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1234\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6278b81d34f02e7bc192bf19\",\n                \"name\": \"Voice\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"6278a14e34f02e7bc192b991\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"42249_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Voice Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"6278bb3c34f02e7bc192bfb8\",\n            \"tenant\": {\n                \"id\": \"160bb538-6f88-4c7e-9261-f797429adf05\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"2a361889-32ae-4b7b-856d-4be56d505643\",\n            \"channelMode\": \"BOT\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 0,\n            \"customerActivityTimeout\": 0,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": null,\n                \"routeToLastAgent\": false,\n                \"routingMode\": null,\n                \"routingObjectId\": null,\n                \"agentRequestTtl\": 0\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"Popop\",\n        \"channelType\": {\n            \"id\": \"6278a14e34f02e7bc192b991\",\n            \"name\": \"VOICE\",\n            \"channelLogo\": \"42249_VOICE.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n        },\n        \"id\": \"6278fb2934f02e7bc192cb05\",\n        \"tenant\": {\n            \"id\": \"4ae35359-9036-4f23-87b5-6eb8c70cd15b\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"23432\"\n    },\n    {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"6231d79b8aa7081e2946ed32\",\n                \"name\": \"Whatsapp-Public\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/360connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"HOST-URL\",\n                        \"label\": \"HOST-URL\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"API-KEY\",\n                        \"label\": \"API-KEY\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"name\": \"360Dialog Sandbox\",\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"HOST-URL\",\n                    \"type\": \"String100\",\n                    \"value\": \"https://waba-sandbox.360dialog.io\"\n                },\n                {\n                    \"key\": \"API-KEY\",\n                    \"type\": \"String100\",\n                    \"value\": \"X4IpWk_sandbox\"\n                }\n            ],\n            \"id\": \"626ba8f034f02e7bc1929f48\",\n            \"tenant\": {\n                \"id\": \"10050a6c-419d-4cca-ae02-51478386c367\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"c2ffd867-bbe7-4cd8-806d-103146a21645\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 15,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PULL\",\n                \"routingObjectId\": \"628dd6eaa5ad530026724620\",\n                \"agentRequestTtl\": 15\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"name\": \"WhatsAppMarketing1\",\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        },\n        \"id\": \"628dd86491c0fb79953b9aae\",\n        \"tenant\": {\n            \"id\": \"7dab7b2a-6b31-4867-9527-44aefaed799a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1236\"\n    }\n]"},{"id":"c8ec4043-f45c-44ad-b00c-848033368eaf","name":"Get Channels by bot-id (No mapping for given id)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/bot-id/:bot-id","host":["{{ccm_url}}"],"path":["channels","bot-id",":bot-id"],"variable":[{"key":"bot-id","value":"8bce469d-91d9-43a1-bf14-1f0832396589"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:35:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"7d482fd5-fee9-4848-97b3-ab61cf93a998"},{"name":"Get Default Outbound Channel By channel Type Id","id":"59d2ca89-eee0-450c-8e20-6b45ee4e3bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/default-outbound?channelTypeId=633bebd413e4ec64cd35040e","urlObject":{"path":["channels","default-outbound"],"host":["{{ccm_url}}"],"query":[{"key":"channelTypeId","value":"633bebd413e4ec64cd35040e"}],"variable":[]}},"response":[{"id":"dc56209c-a9d7-4785-a898-af7661e088ca","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/default-outbound?channelTypeId=633bebd413e4ec64cd35040e","host":["{{ccm_url}}"],"path":["channels","default-outbound"],"query":[{"key":"channelTypeId","value":"633bebd413e4ec64cd35040e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6352a3096423f264db282c67\",\n    \"name\": \"Abraham Channel\",\n    \"serviceIdentifier\": \"1111\",\n    \"defaultOutbound\": true,\n    \"tenant\": {\n        \"id\": \"6352a3096423f264db282c6d\",\n        \"name\": null\n    },\n    \"channelConfig\": {\n        \"id\": \"6352a3096423f264db282c6e\",\n        \"channelMode\": \"HYBRID\",\n        \"conversationBot\": \"\",\n        \"responseSla\": 30,\n        \"customerActivityTimeout\": 120,\n        \"customerIdentificationCriteria\": {\n            \"value\": null\n        },\n        \"routingPolicy\": {\n            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n            \"routeToLastAgent\": true,\n            \"routingMode\": \"PUSH\",\n            \"routingObjectId\": \"633bfe7fadce8108c912d490\",\n            \"agentRequestTtl\": 120\n        },\n        \"botId\": \"6350ef75e0ca4d7faa9ba0e0\"\n    },\n    \"channelConnector\": {\n        \"id\": \"6352a2c16423f264db282bb7\",\n        \"name\": \"Abraham connector\",\n        \"channelProviderInterface\": {\n            \"id\": \"6352a2a46423f264db282b8d\",\n            \"name\": \"Abraham Provider\",\n            \"supportedChannelTypes\": [\n                {\n                    \"id\": \"633bebd413e4ec64cd35040e\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            ],\n            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n            \"channelProviderConfigSchema\": []\n        },\n        \"channelProviderConfigs\": [],\n        \"tenant\": {\n            \"id\": \"6352a2da6423f264db282c05\",\n            \"name\": null\n        }\n    },\n    \"channelType\": {\n        \"id\": \"633bebd413e4ec64cd35040e\",\n        \"name\": \"WEB\",\n        \"channelLogo\": \"_WEB.svg\",\n        \"isInteractive\": true,\n        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n    }\n}"},{"id":"ca6b2947-9849-4070-b66f-cdfceee558e6","name":"NOT FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/channels/default-outbound?channelTypeId=633bebd413e4ec64cd35040e","host":["{{ccm_url}}"],"path":["channels","default-outbound"],"query":[{"key":"channelTypeId","value":"633bebd413e4ec64cd35040e"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59d2ca89-eee0-450c-8e20-6b45ee4e3bc0"},{"name":"Default Outbound Channel List","id":"00be8b3b-f6e6-4cc8-a312-9b9a49d52be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/defaultoutbound","urlObject":{"path":["channels","defaultoutbound"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"00731a19-4f51-485f-88c5-e2573bbdd20e","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/defaultoutbound"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"360Dialog\",\n        \"serviceIdentifier\": \"4930609859535\",\n        \"channelType\": {\n            \"id\": \"64c906056d35790df2ef70f0\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": false,\n            \"mediaRoutingDomain\": \"64c908e6eb1d14361be73392\"\n        }\n    },\n    {\n        \"name\": \"Facebook Channel\",\n        \"serviceIdentifier\": \"104792695727029\",\n        \"channelType\": {\n            \"id\": \"64c906056d35790df2ef70ee\",\n            \"name\": \"FACEBOOK\",\n            \"channelLogo\": \"_FACEBOOK.svg\",\n            \"isInteractive\": false,\n            \"mediaRoutingDomain\": \"64c90886eb1d14361be73388\"\n        }\n    },\n    {\n        \"name\": \"Twilio Sms\",\n        \"serviceIdentifier\": \"+13433211079\",\n        \"channelType\": {\n            \"id\": \"64c906056d35790df2ef70f1\",\n            \"name\": \"SMS\",\n            \"channelLogo\": \"_SMS.svg\",\n            \"isInteractive\": false,\n            \"mediaRoutingDomain\": \"64c908e3eb1d14361be73391\"\n        }\n    },\n    {\n        \"name\": \"Instagram Channel\",\n        \"serviceIdentifier\": \"17841460797970662\",\n        \"channelType\": {\n            \"id\": \"64c906056d35790df2ef70f8\",\n            \"name\": \"INSTAGRAM\",\n            \"channelLogo\": \"_INSTAGRAM.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"64c908eeeb1d14361be73395\"\n        }\n    },\n    {\n        \"name\": \"smpp_chat\",\n        \"serviceIdentifier\": \"195\",\n        \"channelType\": {\n            \"id\": \"64c9123f6d35790df2ef9429\",\n            \"name\": \"smpp_chat\",\n            \"channelLogo\": \"67137_14558.png\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        }\n    },\n    {\n        \"name\": \"TELEGRAM DM\",\n        \"serviceIdentifier\": \"5647903440\",\n        \"channelType\": {\n            \"id\": \"64c906056d35790df2ef70f7\",\n            \"name\": \"TELEGRAM\",\n            \"channelLogo\": \"_TELEGRAM.svg\",\n            \"isInteractive\": false,\n            \"mediaRoutingDomain\": \"64c9517407971e51ba38e394\"\n        }\n    }\n]"},{"id":"69490e7e-4835-409e-85b4-cf9ba1b753b7","name":"NOT FOUND","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/channels/defaultoutbound"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"00be8b3b-f6e6-4cc8-a312-9b9a49d52be6"}],"id":"cdef2efe-4c64-4fba-871a-1a6bed72f3cf","_postman_id":"cdef2efe-4c64-4fba-871a-1a6bed72f3cf","description":""},{"name":"widget-config","item":[{"name":"Get widget-config by widget-Identifier","id":"9064eea3-f508-4d44-901a-06823713a59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/widget-configs/:widget-identifier","urlObject":{"path":["widget-configs",":widget-identifier"],"host":["{{ccm_url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"id":"03d40684-9620-4082-b940-721a8e685b33","type":"any","value":"123123","key":"widget-identifier"}]}},"response":[{"id":"5d45acdd-d71f-4108-8710-3ae272fe49b4","name":"Get widget-config by widgetIdentifier","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/widget-configs/:widget-identifier","host":["{{ccm_url}}"],"path":["widget-configs",":widget-identifier"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"widget-identifier","value":"123123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:45:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"9064eea3-f508-4d44-901a-06823713a59d"},{"name":"Add widget-config","id":"36339923-4ce5-4d79-835f-1f4795913e65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/widget-configs","urlObject":{"path":["widget-configs"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"fa587312-088a-49ab-b9b2-1f99c688af22","name":"Add widget-config","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/widget-configs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:40:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}"},{"id":"11c282d5-b9f8-4df0-a829-b8ae92641a65","name":"Add widget-config (Conflict)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"widgetIdentifier\": \"123123\",\n        \"theme\": \"yellow_theme\",\n        \"title\": \"Dummy widget\",\n        \"subTitle\": \"Call center\",\n        \"enableFontResize\": true,\n        \"enableEmoji\": true,\n        \"enableFileTransfer\": true,\n        \"enableDynamicLink\": true,\n        \"enableDownloadTranscript\": true,\n        \"customerReconnectTime\": 100,\n        \"language\": {\n            \"code\": \"en\",\n            \"policy\": null\n        }\n    }","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/widget-configs"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:41:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"CONFLICT\",\n    \"timestamp\": \"2022-06-06@10:40:29.178+0000\",\n    \"message\": \"WidgetIdentifier must be unique. widgetIdentifier already exists : 123123\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"}],"_postman_id":"36339923-4ce5-4d79-835f-1f4795913e65"},{"name":"Update widget-config","id":"b6f6d732-508f-4074-a87e-1174754ff51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/widget-configs/:widget-identifier","urlObject":{"path":["widget-configs",":widget-identifier"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"022c0f0a-5d46-4184-a517-4b2dfb222fb2","type":"any","value":"Test","key":"widget-identifier"}]}},"response":[{"id":"68074ed0-028c-4bc5-8649-e0560fd91731","name":"editing of widgetIdentifier is not allowed","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"615eee2381b5fc0c87450a4c\",\n    \"widgetIdentifier\": \"1a117eb5-268e-4c08-9ba6-b4f7a846c8b\",\n    \"theme\": \"orange_theme\",\n    \"title\": \"Title\",\n    \"subTitle\": \"port\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": false,\n    \"enableDynamicLink\": true,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"name\": \"english\",\n        \"flag\": \"data:image/png;base64\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/widget-configs/:widget-identifier","host":["{{url}}"],"path":["widget-configs",":widget-identifier"],"variable":[{"key":"widget-identifier","value":"1a117eb5-268e-4c08-9ba6-b4f7a846c8ba"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 08 Oct 2021 07:41:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2021-10-08@12:41:18.822+0500\",\n    \"message\": \"Editing of widgetIdentifier is not allowed\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"},{"id":"db2d78d1-b783-45e0-93c3-dee0847cfc17","name":"Update widget-config","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ccm_url}}/widget-configs/:widget-identifier","host":["{{ccm_url}}"],"path":["widget-configs",":widget-identifier"],"variable":[{"key":"widget-identifier","value":"Test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:49:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}"},{"id":"5fd9ada7-32e8-4015-9155-4d9f9e59647f","name":"Update widget-config (Method Not Allowed)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"629dd96ac2fc5e06bf842c19\",\n    \"widgetIdentifier\": \"123121\",\n    \"theme\": \"yellow_theme\",\n    \"title\": \"Dummy widget\",\n    \"subTitle\": \"Sub-Title\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": true,\n    \"enableDownloadTranscript\": true,\n    \"customerReconnectTime\": 100,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ccm_url}}/widget-configs/:widget-identifier","host":["{{ccm_url}}"],"path":["widget-configs",":widget-identifier"],"variable":[{"key":"widget-identifier","value":"123123"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"METHOD_NOT_ALLOWED\",\n    \"timestamp\": \"2022-06-06@10:48:47.352+0000\",\n    \"message\": \"Editing of widgetIdentifier is not allowed\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"}],"_postman_id":"b6f6d732-508f-4074-a87e-1174754ff51a"},{"name":"Delete widget-config","id":"6c9d7a5c-2a51-490b-8538-a6753f6b70b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{ccm_url}}/widget-configs/:widget-identifier","urlObject":{"path":["widget-configs",":widget-identifier"],"host":["{{ccm_url}}"],"query":[],"variable":[{"id":"cd3ea8ae-ca9d-40d8-b92a-29f5d1bfb0b6","type":"any","value":"123123","key":"widget-identifier"}]}},"response":[{"id":"83022de6-dc90-4f77-95fe-bf3aa5a19818","name":"Delete widget-config","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{ccm_url}}/widget-configs/:widget-identifier","host":["{{ccm_url}}"],"path":["widget-configs",":widget-identifier"],"variable":[{"key":"widget-identifier","value":"123123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:50:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"message\": \"CustomerWidgetConfig is deleted Successfully\"\n}"},{"id":"51e28521-02b9-40d0-9638-91d9627504bd","name":"Delete widget-config (Not Found)","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{ccm_url}}/widget-configs/:widget-identifier","host":["{{ccm_url}}"],"path":["widget-configs",":widget-identifier"],"variable":[{"key":"widget-identifier","value":"123123"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:50:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"timestamp\": \"2022-06-06@10:49:45.829+0000\",\n    \"message\": \"CustomerWidgetConfig not found with id 123123\",\n    \"errorDetails\": null,\n    \"subErrors\": null\n}"}],"_postman_id":"6c9d7a5c-2a51-490b-8538-a6753f6b70b4"},{"name":"Get list of widget-configs","id":"ba4e7557-b99a-4a81-a987-ac47ce8ca2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/widget-configs","urlObject":{"path":["widget-configs"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"69289870-f904-4a46-960e-23a07da747a9","name":"Get list of widget-configs","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/widget-configs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:47:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"id\": \"63fd903c1d15d057aa164fb3\",\n    \"widgetIdentifier\": \"Test\",\n    \"theme\": \"#424270\",\n    \"title\": \"Test\",\n    \"subTitle\": \"Available ( 8AM to 10PM ) PST\",\n    \"enableFontResize\": true,\n    \"enableEmoji\": true,\n    \"enableFileTransfer\": true,\n    \"enableDynamicLink\": false,\n    \"enableDownloadTranscript\": false,\n    \"customerReconnectTime\": 30,\n    \"language\": {\n        \"code\": \"en\",\n        \"policy\": null\n    },\n    \"form\": \"123abc\",\n    \"webRtc\": {\n        \"enableWebRtc\": false,\n        \"wssServerIp\": \"192.168.1.201\",\n        \"wssServerPort\": \"5072\",\n        \"diallingUri\": \"448899\",\n        \"sipExtension\": \"1000\",\n        \"enabledSipLogs\": false,\n        \"extensionPassword\": \"Expertflow464\",\n        \"channel\": \"mobile\",\n        \"websocket\": \"ws\",\n        \"iceServers\": [\n            {\n                \"urls\": [\n                    \"stun:stun.l.google.com:19302\",\n                    \"stun:stun1.l.google.com:19302\"\n                ]\n            }\n        ]\n    }\n}\n]"}],"_postman_id":"ba4e7557-b99a-4a81-a987-ac47ce8ca2f0"}],"id":"53500f3c-0260-4f30-8803-b437a93f96fb","_postman_id":"53500f3c-0260-4f30-8803-b437a93f96fb","description":""}],"id":"f850db3a-895b-4cca-8ee4-8fb96b0d672b","_postman_id":"f850db3a-895b-4cca-8ee4-8fb96b0d672b","description":""},{"name":"Actuator","item":[{"name":"Get Loggers","id":"0c26bdaa-4836-4299-8a97-37dbb794582c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/loggers","urlObject":{"path":["actuator","loggers"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"0d43a529-fea8-4513-a78c-4678c2a47e6e","name":"Get Loggers","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/loggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:51:50 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"levels\": [\n        \"OFF\",\n        \"ERROR\",\n        \"WARN\",\n        \"INFO\",\n        \"DEBUG\",\n        \"TRACE\"\n    ],\n    \"loggers\": {\n        \"ROOT\": {\n            \"configuredLevel\": \"INFO\",\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef\": {\n            \"configuredLevel\": \"DEBUG\",\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.ChannelManagerApplication\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.annotations\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.annotations.trackexecutiontime\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.annotations.trackexecutiontime.ExecutionTimeAdvice\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.bootstrap\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.bootstrap.Bootstrap\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.commons\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.commons.EFLogger\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.config.RedisConfig\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.ChannelConnectorController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.ChannelController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.ChannelProviderInterfaceController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.ChannelSessionController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.ChannelTypeController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.CustomerWidgetConfigController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.controllers.MessageController\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.exceptions\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.exceptions.ControllerExceptionHandler\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.rest\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.rest.RestClient\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.ActivemqServiceImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.ChannelConnectorService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.ChannelProviderInterfaceService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.ChannelService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.ChannelTypeService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.CustomerTopicService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.CustomerWidgetConfigService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.MessageProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.jms\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.jms.JmsCommunicationManager\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.jms.JmsConsumer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.jms.JmsProducer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.services.jms.Publisher\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.utils\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.ccm.utils.Utils\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"io\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.RedisClient\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource.DefaultClientResources\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource.DefaultEventLoopGroupProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.JvmGcMetrics\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal.DefaultGauge\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.util.internal\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.util.internal.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.util.internal.logging.InternalLoggerFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.buffer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.buffer.PoolThreadCache\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.buffer.PooledByteBufAllocator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.HashedWheelTimer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.ResourceLeakDetector\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.ResourceLeakDetectorFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.AbstractEventExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise.rejectedExecution\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.GlobalEventExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.SingleThreadEventExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.CleanerJava6\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.InternalThreadLocalMap\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.PlatformDependent\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.PlatformDependent0\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.SystemPropertyUtil\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.logging.InternalLoggerFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnection\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnectionFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageConsumer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageProducer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQPrefetchPolicy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSession\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSessionExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.AdvisoryConsumer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.TransactionContext\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management.JMSEndpointStatsImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state.ConnectionStateTracker\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.PooledTaskRunner\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.TaskRunnerFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.AbstractInactivityMonitor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.FutureResponse\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.InactivityMonitor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.ResponseCorrelator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.TransportSupport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.WireFormatNegotiator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover.FailoverTransport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransportFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ClassLoadingAwareObjectInputStream\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IdGenerator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IntrospectionSupport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ServiceSupport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat]\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost]\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardEngine\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardService\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.startup\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.startup.DigesterFactory\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.catalina.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.util.LifecycleBase\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.coyote\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11.Http11NioProtocol\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common.util.SecurityUtils\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util.net\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util.net.NioSelectorPool\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util.component\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util.component.AbstractLifeCycle\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.hibernate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.cfg\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.cfg.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.ConfigurationImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.ConstraintViolationImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.MessageInterpolatorContext\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidationContext\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorFactoryImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.SimpleConstraintTree\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.groups\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.groups.Sequence\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.path\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.path.NodeImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.path.PathImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver.TraversableResolvers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.ConstraintHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.MetaConstraints\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.descriptor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.Contracts\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.ExecutableHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.ReflectionHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.TypeHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.TypeVariables\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.Version\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.annotation.AnnotationDescriptor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.LoadClass\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.xml\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.xml.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ResourceLoaderHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationXmlParser\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.messageinterpolation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.resourceloading\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.resourceloading.PlatformResourceBundleLocator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.jboss\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.jboss.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.cluster\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.connection\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.operation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol.command\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol.event\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.AspectJExpressionPointcut\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.CglibAopProxy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.JdkDynamicAopProxy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.ObjenesisCglibAopProxy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.autoproxy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.AbstractNestablePropertyAccessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.BeanUtils\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.CachedIntrospectionResults\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.ExtendedBeanInfo\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.TypeConverterDelegate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.annotation.InjectionMetadata\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.config.PropertiesFactoryBean\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.parsing\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.parsing.FailFastProblemReporter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support.DefaultListableBeanFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support.DisposableBeanAdapter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml.DefaultDocumentLoader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml.XmlBeanDefinitionReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments$Source\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.SpringApplication\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.StartupInfoLogger\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration$ProbesCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnAvailableEndpointCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration$LogFileCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration$OnEnabledLoggingSystemCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration$MultipleNonPrimaryMeterRegistriesCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration$LogbackLoggingCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryConfigurer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointId\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$WebMvcEndpointHandlerMethod\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.health\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.health.PingHealthIndicator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jms\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jms.JmsHealthIndicator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.logging.LogFileWebEndpoint\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.metrics\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.metrics.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.metrics.web.servlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.mongo\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.mongo.MongoHealthIndicator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.redis\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.system\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.system.DiskSpaceHealthIndicator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationImportSelector\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationPackages\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.cache\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.cache.CacheCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnBeanCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnClassCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnExpressionCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnJndiCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnPropertyCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnResourceCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWebApplicationCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration$ResourceBundleCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data.OnRepositoryTypeCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$JacksonAndJsonbUnavailableCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$PreferGsonOrJacksonAndJsonbUnavailableCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$GitResourceAvailableCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceAvailableCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DefaultDispatcherServletCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$ErrorTemplateMissingCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.cloud\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.FileEncodingApplicationListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigFileApplicationListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.logging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.logging.ClasspathLoggingApplicationListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.logging.LoggingApplicationListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.PropertySourcesDeducer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.diagnostics\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.diagnostics.FailureAnalyzers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.OriginTrackedMapPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.liquibase\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatStarter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatWebServer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.RegistrationBean\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedFormContentFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.AutoProxyRegistrar\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ClassPathBeanDefinitionScanner\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.CommonAnnotationBeanPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser$1\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassEnhancer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassParser\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassUtils\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.event\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.event.EventListenerMethodProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.index\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.index.CandidateComponentsIndexLoader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.ApplicationListenerDetector\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.DefaultLifecycleProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.DelegatingMessageSource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer$1\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.LocalVariableTableParameterNameDiscoverer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.SpringProperties\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.MapPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertiesPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource$ComparisonPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource$StubPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySourcesPropertyResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.StandardEnvironment\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.SystemEnvironmentPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.PathMatchingResourcePatternResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.ResourceArrayPropertyEditor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.SpringFactoriesLoader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter.AnnotationTypeFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter.AssignableTypeFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.convert\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.convert.CustomConversions\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.model\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.model.SimplePersistentPropertyPathAccessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.MongoTemplate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.convert\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.convert.DefaultDbRefResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.convert.MappingMongoConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.index\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.mapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.repository\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.repository.query\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mongodb.repository.query.MongoQueryCreator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.connection\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.connection.convert\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.connection.convert.Converters\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.connection.lettuce\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.core.RedisTemplate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.core.StringRedisTemplate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.listener\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.redis.listener.RedisMessageListenerContainer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryBeanDefinitionBuilder\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider$InterfaceTypeFilter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationDelegate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support.RepositoryFactorySupport\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.web.ProxyingHandlerMethodArgumentResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ByteArrayHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ResourceHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ResourceRegionHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.StringHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.json\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.json.Jackson2ObjectMapperBuilder\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.json.MappingJackson2HttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.xml\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.xml.SourceHttpMessageConverter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.config.JmsListenerEndpointRegistry\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.JndiTemplate\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.support.SimpleJndiBeanFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.concurrent\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.support.TransactionSynchronizationManager\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support.ResourceBundleThemeSource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support.UiApplicationContextUtils\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.util.PropertyPlaceholderHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.validation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.validation.DataBinder\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.HttpLogging\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request.async\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request.async.WebAsyncManager\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.ServletContextPropertySource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.ServletContextResourcePatternResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.StandardServletEnvironment\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.cors\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.cors.DefaultCorsProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.HandlerMethod\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.annotation.ModelAttributeMethodProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.DispatcherServlet\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.HandlerExecutionChain\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.PageNotFound\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config.annotation.WebMvcConfigurer\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function.support.RouterFunctionMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler.SimpleUrlHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.condition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition$ConsumeMediaTypeExpression\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.condition.ProducesRequestCondition\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.condition.ProducesRequestCondition$ProduceMediaTypeExpression\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.PathResourceResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceHttpRequestHandler\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceUrlProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.support\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.support.SessionFlashMapManager\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.BeanNameViewResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.ContentNegotiatingViewResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.InternalResourceViewResolver\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.util.UrlPathHelper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.publisher\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.publisher.Operators\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.scheduler\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.scheduler.Schedulers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.util\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.util.Loggers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.util.Loggers$LoggerFactory\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis.HostAndPort\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.CachingModelDependencyProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.CachingModelProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.DefaultModelDependencyProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.DefaultModelProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.property\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.property.CachingModelPropertiesProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.schema.property.OptimizedModelPropertiesProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.plugins\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.plugins.DefaultRequestHandlerCombiner\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.operation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.operation.OperationModelsProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.operation.OperationResponseClassReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.parameter\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.parameter.ModelAttributeParameterExpander\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.readers.parameter.ParameterTypeReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.scanners\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.scanners.ApiDescriptionReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.scanners.ApiListingReferenceScanner\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.spring.web.scanners.ApiModelReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.OperationAuthReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.OperationHttpMethodReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.OperationPositionReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.SwaggerOperationModelsProvider\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.SwaggerOperationResponseClassReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.readers.operation.VendorExtensionsReader\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger.web.ClassOrApiAnnotationResourceGrouping\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger2\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger2.web\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"springfox.documentation.swagger2.web.Swagger2Controller\": {\n            \"configuredLevel\": null,\n            \"effectiveLevel\": \"INFO\"\n        }\n    },\n    \"groups\": {\n        \"web\": {\n            \"configuredLevel\": null,\n            \"members\": [\n                \"org.springframework.core.codec\",\n                \"org.springframework.http\",\n                \"org.springframework.web\",\n                \"org.springframework.boot.actuate.endpoint.web\",\n                \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\"\n            ]\n        },\n        \"sql\": {\n            \"configuredLevel\": null,\n            \"members\": [\n                \"org.springframework.jdbc.core\",\n                \"org.hibernate.SQL\",\n                \"org.jooq.tools.LoggerListener\"\n            ]\n        }\n    }\n}"},{"id":"9b3ad967-9a0c-456c-bf5f-b3bdee41002b","name":"Get Loggers (for specific package)","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/loggers/com.ef.ccm.ChannelManagerApplication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:52:45 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"configuredLevel\": null,\n    \"effectiveLevel\": \"DEBUG\"\n}"}],"_postman_id":"0c26bdaa-4836-4299-8a97-37dbb794582c"},{"name":"Set Loggers","id":"a12b8547-d1ce-4e6e-9a02-a510b044a8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/actuator/loggers/com.ef.ccm","urlObject":{"path":["actuator","loggers","com.ef.ccm"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"da5d68fd-5bd0-4cbf-a22b-d7f555e65329","name":"Set Loggers (for specific package) ","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/actuator/loggers/com.ef.ccm"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:55:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a12b8547-d1ce-4e6e-9a02-a510b044a8b3"},{"name":"Prometheous","id":"cec957e8-afea-4240-899e-064a388b3b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/prometheus","urlObject":{"path":["actuator","prometheus"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"5297b004-a7eb-4449-acaa-cb03948c2faa","name":"Prometheous","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/prometheus"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain; version=0.0.4;charset=utf-8"},{"key":"Content-Length","value":"8754"},{"key":"Date","value":"Tue, 07 Jun 2022 06:40:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"# HELP system_cpu_usage The \"recent cpu usage\" for the whole system\n# TYPE system_cpu_usage gauge\nsystem_cpu_usage 0.2580859548072663\n# HELP jvm_gc_max_data_size_bytes Max size of old generation memory pool\n# TYPE jvm_gc_max_data_size_bytes gauge\njvm_gc_max_data_size_bytes 2.053111808E9\n# HELP jvm_memory_max_bytes The maximum amount of memory in bytes that can be used for memory management\n# TYPE jvm_memory_max_bytes gauge\njvm_memory_max_bytes{area=\"nonheap\",id=\"CodeHeap 'profiled nmethods'\",} 1.22912768E8\njvm_memory_max_bytes{area=\"heap\",id=\"G1 Survivor Space\",} -1.0\njvm_memory_max_bytes{area=\"heap\",id=\"G1 Old Gen\",} 2.053111808E9\njvm_memory_max_bytes{area=\"nonheap\",id=\"Metaspace\",} -1.0\njvm_memory_max_bytes{area=\"nonheap\",id=\"CodeHeap 'non-nmethods'\",} 5832704.0\njvm_memory_max_bytes{area=\"heap\",id=\"G1 Eden Space\",} -1.0\njvm_memory_max_bytes{area=\"nonheap\",id=\"Compressed Class Space\",} 1.073741824E9\njvm_memory_max_bytes{area=\"nonheap\",id=\"CodeHeap 'non-profiled nmethods'\",} 1.22912768E8\n# HELP process_uptime_seconds The uptime of the Java virtual machine\n# TYPE process_uptime_seconds gauge\nprocess_uptime_seconds 154.764\n# HELP jvm_classes_loaded_classes The number of classes that are currently loaded in the Java virtual machine\n# TYPE jvm_classes_loaded_classes gauge\njvm_classes_loaded_classes 13649.0\n# HELP jvm_buffer_total_capacity_bytes An estimate of the total capacity of the buffers in this pool\n# TYPE jvm_buffer_total_capacity_bytes gauge\njvm_buffer_total_capacity_bytes{id=\"mapped\",} 0.0\njvm_buffer_total_capacity_bytes{id=\"direct\",} 32768.0\n# HELP logback_events_total Number of error level events that made it to the logs\n# TYPE logback_events_total counter\nlogback_events_total{level=\"warn\",} 0.0\nlogback_events_total{level=\"debug\",} 33.0\nlogback_events_total{level=\"error\",} 0.0\nlogback_events_total{level=\"trace\",} 0.0\nlogback_events_total{level=\"info\",} 26.0\n# HELP tomcat_sessions_created_sessions_total  \n# TYPE tomcat_sessions_created_sessions_total counter\ntomcat_sessions_created_sessions_total 0.0\n# HELP jvm_threads_peak_threads The peak live thread count since the Java virtual machine started or peak was reset\n# TYPE jvm_threads_peak_threads gauge\njvm_threads_peak_threads 38.0\n# HELP jvm_threads_states_threads The current number of threads having NEW state\n# TYPE jvm_threads_states_threads gauge\njvm_threads_states_threads{state=\"runnable\",} 10.0\njvm_threads_states_threads{state=\"blocked\",} 0.0\njvm_threads_states_threads{state=\"waiting\",} 11.0\njvm_threads_states_threads{state=\"timed-waiting\",} 10.0\njvm_threads_states_threads{state=\"new\",} 0.0\njvm_threads_states_threads{state=\"terminated\",} 0.0\n# HELP jvm_classes_unloaded_classes_total The total number of classes unloaded since the Java virtual machine has started execution\n# TYPE jvm_classes_unloaded_classes_total counter\njvm_classes_unloaded_classes_total 0.0\n# HELP process_files_max_files The maximum file descriptor count\n# TYPE process_files_max_files gauge\nprocess_files_max_files 1048576.0\n# HELP jvm_threads_daemon_threads The current number of live daemon threads\n# TYPE jvm_threads_daemon_threads gauge\njvm_threads_daemon_threads 25.0\n# HELP process_files_open_files The open file descriptor count\n# TYPE process_files_open_files gauge\nprocess_files_open_files 163.0\n# HELP jvm_threads_live_threads The current number of live threads including both daemon and non-daemon threads\n# TYPE jvm_threads_live_threads gauge\njvm_threads_live_threads 31.0\n# HELP http_server_requests_seconds  \n# TYPE http_server_requests_seconds summary\nhttp_server_requests_seconds_count{exception=\"None\",method=\"GET\",outcome=\"SUCCESS\",status=\"200\",uri=\"/actuator/prometheus\",} 1.0\nhttp_server_requests_seconds_sum{exception=\"None\",method=\"GET\",outcome=\"SUCCESS\",status=\"200\",uri=\"/actuator/prometheus\",} 0.117116857\n# HELP http_server_requests_seconds_max  \n# TYPE http_server_requests_seconds_max gauge\nhttp_server_requests_seconds_max{exception=\"None\",method=\"GET\",outcome=\"SUCCESS\",status=\"200\",uri=\"/actuator/prometheus\",} 0.117116857\n# HELP jvm_gc_pause_seconds Time spent in GC pause\n# TYPE jvm_gc_pause_seconds summary\njvm_gc_pause_seconds_count{action=\"end of minor GC\",cause=\"Metadata GC Threshold\",} 1.0\njvm_gc_pause_seconds_sum{action=\"end of minor GC\",cause=\"Metadata GC Threshold\",} 0.029\njvm_gc_pause_seconds_count{action=\"end of minor GC\",cause=\"G1 Evacuation Pause\",} 3.0\njvm_gc_pause_seconds_sum{action=\"end of minor GC\",cause=\"G1 Evacuation Pause\",} 0.072\n# HELP jvm_gc_pause_seconds_max Time spent in GC pause\n# TYPE jvm_gc_pause_seconds_max gauge\njvm_gc_pause_seconds_max{action=\"end of minor GC\",cause=\"Metadata GC Threshold\",} 0.029\njvm_gc_pause_seconds_max{action=\"end of minor GC\",cause=\"G1 Evacuation Pause\",} 0.03\n# HELP jvm_buffer_memory_used_bytes An estimate of the memory that the Java virtual machine is using for this buffer pool\n# TYPE jvm_buffer_memory_used_bytes gauge\njvm_buffer_memory_used_bytes{id=\"mapped\",} 0.0\njvm_buffer_memory_used_bytes{id=\"direct\",} 32769.0\n# HELP jvm_memory_committed_bytes The amount of memory in bytes that is committed for the Java virtual machine to use\n# TYPE jvm_memory_committed_bytes gauge\njvm_memory_committed_bytes{area=\"nonheap\",id=\"CodeHeap 'profiled nmethods'\",} 1.6449536E7\njvm_memory_committed_bytes{area=\"heap\",id=\"G1 Survivor Space\",} 1.048576E7\njvm_memory_committed_bytes{area=\"heap\",id=\"G1 Old Gen\",} 6.9206016E7\njvm_memory_committed_bytes{area=\"nonheap\",id=\"Metaspace\",} 8.2051072E7\njvm_memory_committed_bytes{area=\"nonheap\",id=\"CodeHeap 'non-nmethods'\",} 2555904.0\njvm_memory_committed_bytes{area=\"heap\",id=\"G1 Eden Space\",} 1.08003328E8\njvm_memory_committed_bytes{area=\"nonheap\",id=\"Compressed Class Space\",} 1.048576E7\njvm_memory_committed_bytes{area=\"nonheap\",id=\"CodeHeap 'non-profiled nmethods'\",} 4325376.0\n# HELP process_cpu_usage The \"recent cpu usage\" for the Java Virtual Machine process\n# TYPE process_cpu_usage gauge\nprocess_cpu_usage 0.004531448250860975\n# HELP system_load_average_1m The sum of the number of runnable entities queued to available processors and the number of runnable entities running on the available processors averaged over a period of time\n# TYPE system_load_average_1m gauge\nsystem_load_average_1m 1.81\n# HELP jvm_gc_memory_promoted_bytes_total Count of positive increases in the size of the old generation memory pool before GC to after GC\n# TYPE jvm_gc_memory_promoted_bytes_total counter\njvm_gc_memory_promoted_bytes_total 1.4778608E7\n# HELP jvm_gc_memory_allocated_bytes_total Incremented for an increase in the size of the young generation memory pool after one GC to before the next\n# TYPE jvm_gc_memory_allocated_bytes_total counter\njvm_gc_memory_allocated_bytes_total 3.27155712E8\n# HELP process_start_time_seconds Start time of the process since unix epoch.\n# TYPE process_start_time_seconds gauge\nprocess_start_time_seconds 1.654583848294E9\n# HELP tomcat_sessions_rejected_sessions_total  \n# TYPE tomcat_sessions_rejected_sessions_total counter\ntomcat_sessions_rejected_sessions_total 0.0\n# HELP jvm_gc_live_data_size_bytes Size of old generation memory pool after a full GC\n# TYPE jvm_gc_live_data_size_bytes gauge\njvm_gc_live_data_size_bytes 0.0\n# HELP jvm_memory_used_bytes The amount of used memory\n# TYPE jvm_memory_used_bytes gauge\njvm_memory_used_bytes{area=\"nonheap\",id=\"CodeHeap 'profiled nmethods'\",} 1.6395776E7\njvm_memory_used_bytes{area=\"heap\",id=\"G1 Survivor Space\",} 1.048576E7\njvm_memory_used_bytes{area=\"heap\",id=\"G1 Old Gen\",} 2.5900272E7\njvm_memory_used_bytes{area=\"nonheap\",id=\"Metaspace\",} 7.9747136E7\njvm_memory_used_bytes{area=\"nonheap\",id=\"CodeHeap 'non-nmethods'\",} 1335424.0\njvm_memory_used_bytes{area=\"heap\",id=\"G1 Eden Space\",} 5.4525952E7\njvm_memory_used_bytes{area=\"nonheap\",id=\"Compressed Class Space\",} 9631400.0\njvm_memory_used_bytes{area=\"nonheap\",id=\"CodeHeap 'non-profiled nmethods'\",} 4278400.0\n# HELP system_cpu_count The number of processors available to the Java virtual machine\n# TYPE system_cpu_count gauge\nsystem_cpu_count 4.0\n# HELP jvm_buffer_count_buffers An estimate of the number of buffers in the pool\n# TYPE jvm_buffer_count_buffers gauge\njvm_buffer_count_buffers{id=\"mapped\",} 0.0\njvm_buffer_count_buffers{id=\"direct\",} 5.0\n# HELP tomcat_sessions_expired_sessions_total  \n# TYPE tomcat_sessions_expired_sessions_total counter\ntomcat_sessions_expired_sessions_total 0.0\n# HELP tomcat_sessions_active_current_sessions  \n# TYPE tomcat_sessions_active_current_sessions gauge\ntomcat_sessions_active_current_sessions 0.0\n# HELP tomcat_sessions_alive_max_seconds  \n# TYPE tomcat_sessions_alive_max_seconds gauge\ntomcat_sessions_alive_max_seconds 0.0\n# HELP tomcat_sessions_active_max_sessions  \n# TYPE tomcat_sessions_active_max_sessions gauge\ntomcat_sessions_active_max_sessions 0.0\n"}],"_postman_id":"cec957e8-afea-4240-899e-064a388b3b44"},{"name":"Health","id":"95dc238c-51d1-4b6e-9585-a569420ffe30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/health","urlObject":{"path":["actuator","health"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"f06c9521-3239-4989-9623-012da7d8efe5","name":"Health","originalRequest":{"method":"GET","header":[],"url":"{{ccm_url}}/actuator/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 03 Oct 2022 05:43:17 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\",\n    \"components\": {\n        \"diskSpace\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"total\": 101955665920,\n                \"free\": 48039124992,\n                \"threshold\": 10485760,\n                \"exists\": true\n            }\n        },\n        \"jms\": {\n            \"status\": \"UP\",\n            \"components\": {\n                \"activeMQConnectionFactory\": {\n                    \"status\": \"UP\",\n                    \"details\": {\n                        \"provider\": \"ActiveMQ\"\n                    }\n                },\n                \"activeMQSslConnectionFactory\": {\n                    \"status\": \"UP\",\n                    \"details\": {\n                        \"provider\": \"ActiveMQ\"\n                    }\n                }\n            }\n        },\n        \"mongo\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"version\": \"4.4.15\"\n            }\n        },\n        \"ping\": {\n            \"status\": \"UP\"\n        },\n        \"redis\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"version\": \"6.0.10\"\n            }\n        }\n    }\n}"}],"_postman_id":"95dc238c-51d1-4b6e-9585-a569420ffe30"}],"id":"2a44daa2-00d6-403a-a96a-0ace430034e9","_postman_id":"2a44daa2-00d6-403a-a96a-0ace430034e9","description":""},{"name":"CIM Messages","item":[{"name":"In-Bound CIM Messages","item":[{"name":"Send Plain CimMessage","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"5ec2bd26-db8c-4303-8468-ec4294db987e"}}],"id":"20d9a8dc-0835-4932-bd9b-f946b11c63ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post plain text message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"PLAIN\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>Contains custom plain text message sent by end user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"9ca44e81-ccbd-445d-9d05-e61a1954e484","name":"Send Plain CimMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 11:55:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"65dcdcc4-fabf-42fd-88df-bcab1cc7f825"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20d9a8dc-0835-4932-bd9b-f946b11c63ac"},{"name":"Send FormDataMessage","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1a3d9741-653f-4f68-8485-2ad456318a17"}}],"id":"e29c51d4-4b5e-49bf-a6d6-d76f689dbc4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"originalMessageId\" : null,\n        \"providerMessageId\": null,\n        \"roomId\" : \"65a3cda12a79d24b2999f930111\"\n    },\n    \"body\": {\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Quality Assurance Form\",\n      \"formType\": \"Questionnaire\",\n      \"type\": \"FORM_DATA\",\n      \"attributeType\":\"OPTION\",\n      \"enableSections\": true,\n      \"enableWeightage\": true,\n      \"formWeightage\" : null,\n      \"additionalDetail\" : {\n        \"reviewer\": {   \n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"mubeen\",\n          \"type\" : \"SUPERVISOR\"\n        }, \n        \"agent\" : {\n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"Aamna\",\n          \"type\": \"AGENT\"\n        }\n      },\n      \"sentiment\": {\n        \"result\" : null,\n        \"color\" : null \n      },\n      \"sections\": []\n        }  \n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post FormData as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formId - String - Required</td>\n<td>Id of the form</td>\n</tr>\n<tr>\n<td>formTitle - String - Required</td>\n<td>Title of the form</td>\n</tr>\n<tr>\n<td>formType - String - Required</td>\n<td>Type of the form</td>\n</tr>\n<tr>\n<td>type - String- Required</td>\n<td>Type of the body.  <br />value = \"FORM_DATA\"</td>\n</tr>\n<tr>\n<td>attributeType - Enum - Required</td>\n<td>value can be OPTION, INPUT, TEXTAREA</td>\n</tr>\n<tr>\n<td>enableSections - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>enableWeightage - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>formWeightage - Object -Optional</td>\n<td>Object of formWeightage</td>\n</tr>\n<tr>\n<td>additionalDetial - Object - Optional</td>\n<td>Contains any additional detail like reviewer/agent info in case of Questionare</td>\n</tr>\n<tr>\n<td>sentiment - Enum - optional</td>\n<td>value can be result and color</td>\n</tr>\n<tr>\n<td>sections - List of Objects - optional</td>\n<td>contains list of objects of sections</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"cbbfc0b0-45e5-4092-bc2d-d3205ea07a4e","name":"Send FormDataMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"originalMessageId\" : null,\n        \"providerMessageId\": null,\n        \"roomId\" : \"65a3cda12a79d24b2999f930111\"\n    },\n    \"body\": {\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Quality Assurance Form\",\n      \"formType\": \"Questionnaire\",\n      \"type\": \"FORM_DATA\",\n      \"attributeType\":\"OPTION\",\n      \"enableSections\": true,\n      \"enableWeightage\": true,\n      \"formWeightage\" : null,\n      \"additionalDetail\" : {\n        \"reviewer\": {   \n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"mubeen\",\n          \"type\" : \"SUPERVISOR\"\n        }, \n        \"agent\" : {\n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"Aamna\",\n          \"type\": \"AGENT\"\n        }\n      },\n      \"sentiment\": {\n        \"result\" : null,\n        \"color\" : null \n      },\n      \"sections\": []\n        }  \n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"23e418aa-da02-4ac6-b60c-53a15506c50c"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 05 Sep 2024 06:33:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e29c51d4-4b5e-49bf-a6d6-d76f689dbc4f"},{"name":"Send ASSIGN_RESOURCE_REQUESTED","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"83719fc2-ae39-4add-9458-d60377cd5dc0"}}],"id":"3a46e410-b04a-42ad-905c-f5366f8b9c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"33f735c3-3ce8-4177-9966-2dfac836185f\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"327-767-9251\",\n            \"serviceIdentifier\": \"592-757-8330\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"queue\",\n                    \"type\": \"String100\",\n                    \"value\": \"queue-name\"\n                },\n                {\n                    \"key\": \"queueType\",\n                    \"type\": \"String100\",\n                    \"value\": \"NAME\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"ASSIGN_RESOURCE_REQUESTED\",\n        \"entities\": {},\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Optional\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post plain text message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"PLAIN\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>Contains custom plain text message sent by end user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"f6cc048e-31d7-456a-a3cb-63dc78cdfb05","name":"Send Assign Resource Requested","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"queue\",\n                    \"type\": \"String100\",\n                    \"value\": \"queue-name\"\n                },\n                {\n                    \"key\": \"queueType\",\n                    \"type\": \"String100\",\n                    \"value\": \"NAME\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652074481000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": \"ASSIGN_RESOURCE_REQUESTED\",\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 11:55:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"65dcdcc4-fabf-42fd-88df-bcab1cc7f825"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3a46e410-b04a-42ad-905c-f5366f8b9c66"},{"name":"Send ImageMessage","id":"e3aaedf9-f53e-44f0-80f2-a0a272942413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"f655e43e-02b7-442c-ad0d-af8f535e524b\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652080145000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"IMAGE\",\n        \"caption\": \"Screenshot\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=743dc126-24fa-41f2-88fc-11b964e64ee8\",\n            \"thumbnail\": null,\n            \"mimeType\": \"image/jpeg\",\n            \"size\": 41047\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652080145\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post an image as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"IMAGE\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by end user for the image.</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"image/jpeg\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"5f9fe7a8-57e1-474c-bd52-775ba99eaa53","name":"Send ImageMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"f655e43e-02b7-442c-ad0d-af8f535e524b\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652080145000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"IMAGE\",\n        \"caption\": \"Screenshot\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=743dc126-24fa-41f2-88fc-11b964e64ee8\",\n            \"thumbnail\": null,\n            \"mimeType\": \"image/jpeg\",\n            \"size\": 41047\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652080145\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3aaedf9-f53e-44f0-80f2-a0a272942413"},{"name":"Send VideoMessage","id":"442c68b2-89f0-4657-9e0f-ca3987550cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"c30be46a-b5cc-471a-890b-ba760ca6084f\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652177594000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"VIDEO\",\n        \"caption\": \"sample video message\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=9960d501-092d-4758-81f6-e008758593f3\",\n            \"thumbnail\": null,\n            \"mimeType\": \"video/mp4\",\n            \"size\": 3114398\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177594\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post a video as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"VIDEO\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by end user for the video</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"video/mp4\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"dbe29d4b-c497-456e-8afc-fd185a42f1a2","name":"Send VideoMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"c30be46a-b5cc-471a-890b-ba760ca6084f\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652177594000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"VIDEO\",\n        \"caption\": \"sample video message\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=9960d501-092d-4758-81f6-e008758593f3\",\n            \"thumbnail\": null,\n            \"mimeType\": \"video/mp4\",\n            \"size\": 3114398\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177594\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"442c68b2-89f0-4657-9e0f-ca3987550cd9"},{"name":"Send AudioMessage","id":"a0bc27d9-a799-4a46-b9b4-ed6d29ae24bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d600eb23-0b66-4153-9ec2-a7f7d7d8ddab\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179438000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"AUDIO\",\n        \"caption\": \"\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=589a0a52-108a-4272-a8d5-52c63a9fe1e2\",\n            \"thumbnail\": null,\n            \"mimeType\": \"audio/ogg; codecs=opus\",\n            \"size\": 10690\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652179438\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post a audio message to Customer Channel Manager (CCM). It requires authentication.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"AUDIO\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by end user for the audio</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"audio/ogg; codecs=opus\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"d91d03f8-8c52-4d9e-8d08-5f18795390c7","name":"Send AudioMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d600eb23-0b66-4153-9ec2-a7f7d7d8ddab\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179438000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"AUDIO\",\n        \"caption\": \"\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=589a0a52-108a-4272-a8d5-52c63a9fe1e2\",\n            \"thumbnail\": null,\n            \"mimeType\": \"audio/ogg; codecs=opus\",\n            \"size\": 10690\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652179438\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0bc27d9-a799-4a46-b9b4-ed6d29ae24bb"},{"name":"Send FileMessage","id":"a3e61d15-8a29-4ded-a2fe-9fc6665b6909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"2b97e0cc-470f-4afc-872f-b532babb05ff\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652177308000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FILE\",\n        \"caption\": \"sample.pdf\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=96460746-9a80-4bc8-bba1-87b93e39c245\",\n            \"thumbnail\": null,\n            \"mimeType\": \"application/pdf\",\n            \"size\": 3028\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177308\",\n            \"fileName\": \"sample.pdf\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post file as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"FILE\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by end user for the file</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"application/pdf\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values or file name can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"07716684-3249-4d8c-9ea1-4d2d2d564659","name":"Send FileMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"2b97e0cc-470f-4afc-872f-b532babb05ff\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652177308000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FILE\",\n        \"caption\": \"sample.pdf\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=96460746-9a80-4bc8-bba1-87b93e39c245\",\n            \"thumbnail\": null,\n            \"mimeType\": \"application/pdf\",\n            \"size\": 3028\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177308\",\n            \"fileName\": \"sample.pdf\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3e61d15-8a29-4ded-a2fe-9fc6665b6909"},{"name":"Send StickerMessage","id":"37fbfaa5-af6c-4750-8497-31c6c93a266f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"be36dfd7-2451-449f-9df0-7d812cbba5c7\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"41762884806\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652178293000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"STICKER\",\n        \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=9870130c-a862-4e9e-a5a6-a0f7420008f0\",\n        \"stickerId\": null,\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652178293\",\n            \"metadata\": {\n                \"emojis\": [\n                    \"☕\",\n                    \"🙂\"\n                ],\n                \"is-first-party-sticker\": 1,\n                \"sticker-pack-id\": \"whatsappcuppy\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{cim_ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post a sticker message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"STICKER\"</td>\n</tr>\n<tr>\n<td>mediaUrl - URL - Req</td>\n<td>Contains media object URL: mediaUrl = \"http://...\"</td>\n</tr>\n<tr>\n<td>stickerId - numeric - Req</td>\n<td>contains ID of the sticker as provided by the channel.</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as: - timedate object - <strong>metadata</strong>: - emojis - contains available emojis</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{cim_ccm_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37fbfaa5-af6c-4750-8497-31c6c93a266f"},{"name":"Send ContactMessage","id":"baba77d2-babe-4204-ad26-d420993932e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"713289fd-44dd-4fb0-a5ed-a46693144951\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652178542000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"markdownText\": null,\n        \"additionalDetails\": null,\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"Dummy Name\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"Dummy\",\n                        \"last_name\": \"Name\",\n                        \"middle_name\": null,\n                        \"name_suffix\": null,\n                        \"name-prefix\": null\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92123456489789\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"CELL\",\n                            \"wa_id\": null\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"street\": \"3b Block 3\",\n                            \"city\": \"Lahore\",\n                            \"state\": null,\n                            \"zip\": \"54700\",\n                            \"country\": \"Pakistan\",\n                            \"country_code\": \"pk\",\n                            \"type\": \"HOME\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"email\": \"email@expertflow.com\",\n                            \"type\": \"INTERNET\"\n                        }\n                    ],\n                    \"org\": {\n                        \"company\": \"Expertflow\",\n                        \"department\": \"SW\",\n                        \"title\": \"Software Engineer\"\n                    },\n                    \"urls\": [\n                        {\n                            \"url\": \"www.expertflow.com\",\n                            \"type\": \"HomePage\"\n                        }\n                    ],\n                    \"ims\": [\n                        {\n                            \"service\": \"SKYPE\",\n                            \"userId\": \"Expertflow\"\n                        }\n                    ],\n                    \"birthday\": \"1990-05-06\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post contact as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"CONTACT\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n<tr>\n<td>contacts:</td>\n<td>Contacts contains parameters such as name, phone and additional details.</td>\n</tr>\n<tr>\n<td>contacts: name - String - Required</td>\n<td>Contains information about the name. <strong>Query Parameters: [Req]</strong>formattedName=\"someName\" [Opt]addtionalNameDetails (first_name,last_name,middle_name,name_suffix,name_prefix)</td>\n</tr>\n<tr>\n<td>contacts: phone - String - Required</td>\n<td>Contains phone number information. <strong>Query Parameters: [Req]</strong>phone=\"+923xxxx\" [Opt]addtionalPhoneDetails (type = \"CELL\", wa_id)</td>\n</tr>\n<tr>\n<td>contacts: addtionalContactDetails - String - Optional</td>\n<td><strong>Query Parameters: -</strong> addresses=(street,city,state,zip,country,country_code,type) - emails=(email, type) - org= (company,department,title) - urls=(url,type) - ims=(service,userId) - birthday=\"yy-mm-dd\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"939300a1-3217-430e-87a9-65009618c60a","name":"Send ContactMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"713289fd-44dd-4fb0-a5ed-a46693144951\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652178542000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"markdownText\": null,\n        \"additionalDetails\": null,\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"Dummy Name\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"Dummy\",\n                        \"last_name\": \"Name\",\n                        \"middle_name\": null,\n                        \"name_suffix\": null,\n                        \"name-prefix\": null\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92123456489789\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"CELL\",\n                            \"wa_id\": null\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"street\": \"3b Block 3\",\n                            \"city\": \"Lahore\",\n                            \"state\": null,\n                            \"zip\": \"54700\",\n                            \"country\": \"Pakistan\",\n                            \"country_code\": \"pk\",\n                            \"type\": \"HOME\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"email\": \"email@expertflow.com\",\n                            \"type\": \"INTERNET\"\n                        }\n                    ],\n                    \"org\": {\n                        \"company\": \"Expertflow\",\n                        \"department\": \"SW\",\n                        \"title\": \"Software Engineer\"\n                    },\n                    \"urls\": [\n                        {\n                            \"url\": \"www.expertflow.com\",\n                            \"type\": \"HomePage\"\n                        }\n                    ],\n                    \"ims\": [\n                        {\n                            \"service\": \"SKYPE\",\n                            \"userId\": \"Expertflow\"\n                        }\n                    ],\n                    \"birthday\": \"1990-05-06\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"baba77d2-babe-4204-ad26-d420993932e0"},{"name":"Send LocationMessage","id":"f6d55d4f-7de2-45f7-b3ba-a8b43f3fb197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1d045aca-38b1-490e-9f1e-ca005e7c1261\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179125000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"location\": {\n            \"latitude\": 31.51335334777832,\n            \"longitude\": 74.3333969116211\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"name\": \"Gaddafi Stadium\",\n            \"address\": \"Hafeez Kardar Road\",\n            \"url\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to post a location as a message to Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"LOCATION\"</td>\n</tr>\n<tr>\n<td>location - Numeric - Required</td>\n<td>Location contains parameters: - Latitude - Required = 31.51335334777832 - Longitude - Required = 74.3333969116211</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by end user.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as name, address, url can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"3b30ee56-e6ed-4d52-8d31-e3ee9c663c7c","name":"Send LocationMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1d045aca-38b1-490e-9f1e-ca005e7c1261\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179125000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"location\": {\n            \"latitude\": 31.51335334777832,\n            \"longitude\": 74.3333969116211\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"name\": \"Gaddafi Stadium\",\n            \"address\": \"Hafeez Kardar Road\",\n            \"url\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6d55d4f-7de2-45f7-b3ba-a8b43f3fb197"},{"name":"Send InteractiveMessage","id":"4fdc771e-b5a0-402f-9cd2-5af282f63782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"9c717c1b-1c46-4d59-b80d-5686d62739b3\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179688000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": \"buttonOne\",\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": \"gBEGkjCGZTFUAglvbzlybx2gFd0\"\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Internet Packages\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p>CimMessage can be use embed the response of WhatsApp interactive messages such as List or Button.\nThe title of the button will be mapped to markdownText filed of CimMessage and postback-id will be mapped to intent field in the CimMessage Header.\nId of the orignal Message will be mapped to providerMessageId field in the CimMessage Header.</p>\n","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"33a900b7-7e64-4c88-8479-a23d4617a260","name":"Send InteractiveMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"9c717c1b-1c46-4d59-b80d-5686d62739b3\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"whatsapp360\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1652179688000,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": \"buttonOne\",\n        \"entities\": null,\n        \"channelSession\": null,\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": \"gBEGkjCGZTFUAglvbzlybx2gFd0\"\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Internet Packages\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4fdc771e-b5a0-402f-9cd2-5af282f63782"},{"name":"WrapUp message","id":"612a37bc-2a59-4f57-af12-683bb81511e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"aba035c8-b9a9-4d9b-ae40-6fc9a9c02c07\",\r\n    \"header\": {\r\n        \"sender\": null,\r\n        \"channelData\": {\r\n            \"channelCustomerIdentifier\": \"923086653154\",\r\n            \"serviceIdentifier\": \"4930609859535\",\r\n            \"requestPriority\": 0,\r\n            \"channelTypeCode\": \"whatsapp360\",\r\n            \"additionalAttributes\": [\r\n                {\r\n                    \"key\": \"name\",\r\n                    \"type\": \"String2000\",\r\n                    \"value\": \"Haroon Ahmed\"\r\n                }\r\n            ]\r\n        },\r\n        \"language\": null,\r\n        \"timestamp\": 1652074481000,\r\n        \"securityInfo\": null,\r\n        \"stamps\": null,\r\n        \"intent\": null,\r\n        \"entities\": null,\r\n        \"channelSession\": null,\r\n        \"schedulingMetaData\": null,\r\n        \"replyToMessageId\": null,\r\n        \"providerMessageId\": null\r\n    },\r\n    \"body\": {\r\n        \"type\": \"WRAPUP\",\r\n        \"markdownText\": \"\",\r\n        \"wrapups\": [\r\n            {\r\n                \"categoryName\": \"Category1\",\r\n                \"value\": \"internet disconnecty\"\r\n            },\r\n            {\r\n                \"categoryName\": \"Category2\",\r\n                \"value\": \"plan upgradation\"\r\n            }\r\n        ],\r\n        \"note\": \"optional\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"612a37bc-2a59-4f57-af12-683bb81511e5"},{"name":"Send Call Leg Started","id":"69e5093f-0bd3-4073-8f3e-5b29cdecece1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<messageId>\", // required\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"<customer-number>\", // required\n            \"serviceIdentifier\": \"1218\", // required\n            \"additionalAttributes\": [ // Call variables\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1680692114700, // required\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_STARTED\", // required\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": { // required\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"<sender-name>\",\n            \"type\": \"AGENT | IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"\",\n        \"reasonCode\": \"INBOUND\",\n        \"additionalAttr1\": {},\n        \"additionalAttr2\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"5db70aac-7f0b-4d11-a8f3-3ad5c6475a50","name":"Call Leg Started for IVR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"b72a5bba-46b1-4b53-8fa5-bf7f20331770\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"090078601\",\n            \"serviceIdentifier\": \"1218\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1683282216,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_STARTED\",\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"IVR1\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"1234\",\n        \"reasonCode\": \"INBOUND\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69e5093f-0bd3-4073-8f3e-5b29cdecece1"},{"name":"Send Call Leg Ended","id":"5b793968-ec6b-47d7-b4fd-3eed81ba234b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<messageId>\", // required\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"<customer-number>\", // required\n            \"serviceIdentifier\": \"1218\", // required\n            \"additionalAttributes\": [ // Call variables\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1680692114700, // required\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_ENDED\", // required\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": { // required\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"<sender-name>\",\n            \"type\": \"AGENT | IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"\",\n        \"reasonCode\": \"TRANSFER | DIALOG_ENDED\",\n        \"additionalAttr1\": {},\n        \"additionalAttr2\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"82f4b7d4-7e34-4bdf-a357-6bd17ea6dd32","name":"Call Leg Ended for IVR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"b72a5bba-46b1-4b53-8fa5-bf7f20331770\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"090078601\",\n            \"serviceIdentifier\": \"1218\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1683282216,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"CALL_LEG_ENDED\",\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"IVR1\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"1234\",\n        \"reasonCode\": \"TRANSFER\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b793968-ec6b-47d7-b4fd-3eed81ba234b"},{"name":"Send Ivr Activity","id":"86d3d7e7-2031-48a0-9cba-ad454ad9f29c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<messageId>\", // required\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"<customer-number>\", // required\n            \"serviceIdentifier\": \"1218\", // required\n            \"additionalAttributes\": [ // Call variables\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1680692114700, // required\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"IVR_ACTIVITY\", // required\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": { // required\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"<sender-name>\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"\",\n        \"reasonCode\": null,\n        \"menu\": \"Main\",\n        \"selection\": \"Billing\",\n        \"timestamp\": \"1680692114700\",\n        \"metadata\": {},\n        \"additionalAttr1\": {},\n        \"additionalAttr2\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"d283f39b-9b99-414f-8770-0f9636d9534f","name":"IVR Activty 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"b72a5bba-46b1-4b53-8fa5-bf7f20331770\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"090078601\",\n            \"serviceIdentifier\": \"1218\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1683282216,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"IVR_ACTIVITY\",\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"IVR1\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"VOICE\",\n        \"callId\": \"1234\",\n        \"leg\": \"1234\",\n        \"reasonCode\": null,\n        \"menu\": \"Main\",\n        \"selection\": \"Billing\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86d3d7e7-2031-48a0-9cba-ad454ad9f29c"},{"name":"Send Ivr Aggregated Activity","id":"8646b960-72bb-4cfe-beee-15acdb31ebb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"<messageId>\", // required\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"<customer-number>\", // required\n            \"serviceIdentifier\": \"1218\", // required\n            \"additionalAttributes\": [ // Call variables\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1680692114700, // required\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"IVR_AGGREGATED_ACTIVITY\", // required\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": { // required\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"<sender-name>\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"IVR_AGGREGATED_ACTIVITY\",\n        \"callId\": \"1234\",\n        \"leg\": \"\",\n        \"startDirection\": \"INBOUND\",\n        \"endDirection\": \"TRANSFER\",\n        \"startTime\": \"1680692114700\",\n        \"endTime\": \"1680692114700\",\n        \"activities\": [{\n            \"menu\": \"Main\",\n            \"selection\": \"Billing\",\n            \"timestamp\": \"1680692114700\",\n            \"metadata\": {}\n        }],\n        \"additionalAttr1\": {},\n        \"additionalAttr2\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"8778615e-c55a-444f-a083-f84fe5f67d92","name":"IVR Aggregated Activty 200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"b72a5bba-46b1-4b53-8fa5-bf7f20331770\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"090078601\",\n            \"serviceIdentifier\": \"1218\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"callVariable1\",\n                    \"type\": \"String2000\",\n                    \"value\": \"42225\"\n                },\n                {\n                    \"key\": \"callVariable2\",\n                    \"type\": \"String2000\",\n                    \"value\": \"\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1683282216,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"IVR_AGGREGATED_ACTIVITY\",\n        \"entities\": {},\n        \"schedulingMetaData\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"senderName\": \"IVR1\",\n            \"type\": \"IVR\",\n            \"additionalDetail\": {}\n        }\n    },\n    \"body\": {\n        \"type\": \"IVR_AGGREGATED_ACTIVITY\",\n        \"callId\": \"1234\",\n        \"leg\": \"4567\",\n        \"startDirection\": \"INBOUND\",\n        \"endDirection\": \"TRANSFER\",\n        \"startTime\": \"2021-04-12T10:16:23.942+00:00\",\n        \"endTime\": \"2021-04-12T10:16:23.942+00:00\",\n        \"activities\": [{\n            \"menu\": \"Main\",\n            \"selection\": \"Billing\",\n            \"timestamp\": \"2021-04-12T10:16:23.942+00:00\",\n            \"metadata\": {}\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://7cc4fb9c-9091-4521-a92c-c8ed384b7c56.mock.pstmn.io/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8646b960-72bb-4cfe-beee-15acdb31ebb0"}],"id":"3e917ac7-bf4d-4d3c-b8a5-1054ff41577a","description":"<p>This folder contains APIs related to inbound CIM Messages.</p>\n","_postman_id":"3e917ac7-bf4d-4d3c-b8a5-1054ff41577a"},{"name":"Out-Bound CIM Messages","item":[{"name":"Send CimPlain Message","id":"192c4715-2185-4b24-961f-3607df74cf15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive plain text message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"PLAIN\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>Contains custom plain text message sent by Agent and routed from CCM to connector Webhook.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"c1e6eabf-d7c7-4ee7-939d-68b533fa73dd","name":"Send CimPlain Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:48:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"0f4fe81f-7766-4174-b8a6-d56e1633a27a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgll86l58qIFbeg\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgll86l58qIFbeg\"\n}"}],"_postman_id":"192c4715-2185-4b24-961f-3607df74cf15"},{"name":"Send AGENT_RESERVE Notification","id":"5028687a-4a3f-4c5a-8235-21c9fed9d9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63da4ab2637b710da6721ad8\",\n    \"header\": {\n        \"sender\": null,\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"1111\",\n            \"serviceIdentifier\": \"1222\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"queue\",\n                    \"type\": \"String100\",\n                    \"value\": \"Queue One\"\n                },\n                {\n                    \"key\": \"queueType\",\n                    \"type\": \"String100\",\n                    \"value\": \"NAME\"\n                }\n            ]\n        },\n        \"language\": null,\n        \"timestamp\": 1675250354891,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"63da4ab1637b710da6721a63\",\n            \"channel\": {\n                \"id\": \"63b6c95f8e87b53ce80ce95e\",\n                \"name\": \"EF Web Channel\",\n                \"serviceIdentifier\": \"1222\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"63ca69ee798d971c27a8b973\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"63ca69ee798d971c27a8b974\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 150,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"63b6c8818f591e04b2d137b3\",\n                        \"agentRequestTtl\": 300\n                    },\n                    \"botId\": \"63b6c7b5871c6d0207099699\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"63b6c8ed8e87b53ce80ce937\",\n                    \"name\": \"EF Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"63b6c8dd8e87b53ce80ce931\",\n                        \"name\": \"EF Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"63b6c1588e87b53ce80ce917\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://cim-dev.expertflow.com/web-channel-manager/message/receive\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"63b6c8ed8e87b53ce80ce939\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"63b6c1588e87b53ce80ce917\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"63da4ab26ca8bca9f3c45ceb\",\n                \"firstName\": \"Jane Doe\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"1111\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"1111\",\n                \"serviceIdentifier\": \"1222\",\n                \"requestPriority\": 0,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"queue\",\n                        \"type\": \"String100\",\n                        \"value\": \"Queue One\"\n                    },\n                    {\n                        \"key\": \"queueType\",\n                        \"type\": \"String100\",\n                        \"value\": \"NAME\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"63da4ab254e96d16c80e7ca8\",\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": \"INBOUND\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"NOTIFICATION\",\n        \"markdownText\": null,\n        \"notificationType\": \"AGENT_RESERVED\",\n        \"notificationData\": {\n            \"data\": {\n                \"task\": {\n                    \"id\": \"b2b89f43-02e4-4436-9806-d73a30064597\",\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63f8a3e6df0d0f6473f50327\",\n                        \"channel\": {\n                            \"id\": \"63f78e17df0d0f6473f48395\",\n                            \"name\": \"EF-Switch Voice\",\n                            \"serviceIdentifier\": \"4323\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"63f8a386df0d0f6473f502f7\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"63f8a386df0d0f6473f502f8\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 0,\n                                \"customerActivityTimeout\": 100,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"63f8a371813b77539fa94275\",\n                                    \"agentRequestTtl\": 100\n                                },\n                                \"botId\": \"63f5a7e3e616092d936d0a6e\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"63f5a77fdf0d0f6473f32cf4\",\n                                \"name\": \"Voice Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"63f5a750df0d0f6473f32cf2\",\n                                    \"name\": \"Voice Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"63f5957cdf0d0f6473f32cee\",\n                                            \"name\": \"VOICE\",\n                                            \"channelLogo\": \"_VOICE.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"null\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"63f5a77fdf0d0f6473f32cf6\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"63f5957cdf0d0f6473f32cee\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63f8a3e663a1fa094ada6876\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"voice\": [\n                                \"3\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"3\",\n                            \"serviceIdentifier\": \"4323\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"queue\",\n                                    \"type\": \"String100\",\n                                    \"value\": \"Voice Queue\"\n                                },\n                                {\n                                    \"key\": \"queueType\",\n                                    \"type\": \"String100\",\n                                    \"value\": \"NAME\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63f8a3e64e57c96a2453f5f5\",\n                        \"state\": {\n                            \"name\": \"STARTED\",\n                            \"reasonCode\": \"CUSTOMER\"\n                        },\n                        \"channelSessionDirection\": \"INBOUND\",\n                        \"active\": true\n                    },\n                    \"mrd\": {\n                        \"id\": \"6298b744b777de61844f616b\",\n                        \"name\": \"VOICE\",\n                        \"description\": \"Standard voice MRD\",\n                        \"interruptible\": true,\n                        \"maxRequests\": 1,\n                        \"managedByRe\": false\n                    },\n                    \"queue\": {\n                        \"id\": \"63f8a371813b77539fa94275\",\n                        \"name\": \"Voice Queue\"\n                    },\n                    \"priority\": 1,\n                    \"state\": {\n                        \"name\": \"RESERVED\",\n                        \"reasonCode\": null\n                    },\n                    \"type\": {\n                        \"direction\": \"INBOUND\",\n                        \"mode\": \"QUEUE\",\n                        \"metadata\": {\n                            \"offerToAgent\": false\n                        }\n                    },\n                    \"assignedTo\": \"81017822-3dc1-43ef-a895-474251eccd86\",\n                    \"enqueueTime\": 1677239270814,\n                    \"answerTime\": null,\n                    \"handleTime\": 0\n                },\n                \"ccUser\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"4b0f5e56-699e-4659-8fe5-2bf453cfcb80\",\n                    \"keycloakUser\": {\n                        \"id\": \"4b0f5e56-699e-4659-8fe5-2bf453cfcb80\",\n                        \"firstName\": \"Raza\",\n                        \"lastName\": \"Elahi\",\n                        \"roles\": [\n                            \"default-roles-expertflow\",\n                            \"agent\",\n                            \"offline_access\",\n                            \"uma_authorization\",\n                            \"supervisor\"\n                        ],\n                        \"username\": \"raza\",\n                        \"permittedResources\": {\n                            \"Resources\": [\n                                {\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                    \"rsname\": \"subscribed-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                    \"rsname\": \"leave-chat\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                    \"rsname\": \"state-change\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                    \"rsname\": \"customer-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                    \"rsname\": \"customer-labels\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                    \"rsname\": \"start-conversation\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                                    \"rsname\": \"supervisor-dashboard\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                    \"rsname\": \"customer-conversation-view\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\n                                    \"rsname\": \"customer-schema\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"realm\": \"expertflow\"\n                    },\n                    \"associatedRoutingAttributes\": [\n                        {\n                            \"routingAttribute\": {\n                                \"id\": \"63be71c1c9896012050022ac\",\n                                \"name\": \"WhatsApp\",\n                                \"description\": null,\n                                \"type\": \"BOOLEAN\",\n                                \"defaultValue\": 1\n                            },\n                            \"value\": 1\n                        },\n                        {\n                            \"routingAttribute\": {\n                                \"id\": \"63b6c7ef8f591e04b2d137b2\",\n                                \"name\": \"English\",\n                                \"description\": \"English\",\n                                \"type\": \"BOOLEAN\",\n                                \"defaultValue\": 1\n                            },\n                            \"value\": 1\n                        }\n                    ],\n                    \"associatedMrds\": [\n                        {\n                            \"mrdId\": \"63c7bdaa3f71ca10e7fe3a7b\",\n                            \"maxAgentTasks\": 5\n                        },\n                        {\n                            \"mrdId\": \"63bc25f933ab1f7fff9fedc6\",\n                            \"maxAgentTasks\": 5\n                        },\n                        {\n                            \"mrdId\": \"63be643dc989601205002279\",\n                            \"maxAgentTasks\": 5\n                        },\n                        {\n                            \"mrdId\": \"63be71cec9896012050022ad\",\n                            \"maxAgentTasks\": 5\n                        },\n                        {\n                            \"mrdId\": \"63bbb9f9c63de36f971f8c49\",\n                            \"maxAgentTasks\": 5\n                        },\n                        {\n                            \"mrdId\": \"6298b744b777de61844f616b\",\n                            \"maxAgentTasks\": 1\n                        },\n                        {\n                            \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                            \"maxAgentTasks\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive plain text message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"PLAIN\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>Contains custom plain text message sent by Agent and routed from CCM to connector Webhook.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"6baa6b28-8d34-4767-9e2c-0bd28eade4d5","name":"Send CimPlain Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hi\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:48:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"0f4fe81f-7766-4174-b8a6-d56e1633a27a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgll86l58qIFbeg\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgll86l58qIFbeg\"\n}"}],"_postman_id":"5028687a-4a3f-4c5a-8235-21c9fed9d9c7"},{"name":"Send CimImageMessage","id":"682f50cb-01a6-42e3-98d6-e9b287e11659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"IMAGE\",\n        \"markdownText\": \"\",\n        \"caption\": \"Here is the list of our available internet packages.\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=6d135bc6-a7e2-4720-9690-316bd2801bb2_ptcl_internet_packages.png\",\n            \"mimeType\": \"image/png\",\n            \"size\": 4013815\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive an image as a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"IMAGE\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by Agent for the image.</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"image/jpeg\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"5016e9ab-a504-4bc9-aa88-6bb5185ed55f","name":"Send CimImageMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"IMAGE\",\n        \"markdownText\": \"\",\n        \"caption\": \"Here is the list of our available internet packages.\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=6d135bc6-a7e2-4720-9690-316bd2801bb2_ptcl_internet_packages.png\",\n            \"mimeType\": \"image/png\",\n            \"size\": 4013815\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:51:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"de40f583-2139-4d9a-85fc-9bbe1dead1e2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgn0_kKakAQgvLg\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgn0_kKakAQgvLg\"\n}"}],"_postman_id":"682f50cb-01a6-42e3-98d6-e9b287e11659"},{"name":"CimVideoMessage","id":"56c0b595-c947-47d5-9595-2f0cda17127c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"VIDEO\",\n        \"markdownText\": \"\",\n        \"caption\": \"Hello\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://qatw.expertflow.com/file-engine/api/downloadFileStream?filename=dabe66c8-0671-4ec2-ac07-8b375f626135\",\n            \"type\": \"\",\n            \"size\": 60184\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive a video message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"VIDEO\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by Agent for the video</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"video/mp4\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"e231b0a6-3f45-4dad-8f75-e9c95004dd06","name":"CimVideoMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"VIDEO\",\n        \"markdownText\": \"\",\n        \"caption\": \"Hello\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://qatw.expertflow.com/file-engine/api/downloadFileStream?filename=dabe66c8-0671-4ec2-ac07-8b375f626135\",\n            \"type\": \"\",\n            \"size\": 60184\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:53:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"b24ca9ec-ff89-4889-b019-20b25f17226b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgm59bQXKvZhDW0\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgm59bQXKvZhDW0\"\n}"}],"_postman_id":"56c0b595-c947-47d5-9595-2f0cda17127c"},{"name":"CimFileMessage","id":"e0e33272-f131-4f12-9dc0-2eca6f415eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FILE\",\n        \"markdownText\": \"\",\n        \"caption\": \"Here is the copy of your PTCL bill\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=6d188c53-27d0-4696-9b75-49402fa11b55_ptcl-bill.pdf\",\n            \"mimeType\": \"application/pdf\",\n            \"size\": 79185\n        },\n        \"additionalDetails\": {\n            \"fileName\": \"Customer-1-ptcl-bill\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive file as a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"FILE\"</td>\n</tr>\n<tr>\n<td>caption - String - Optional</td>\n<td>contains caption specified by Agent for the file</td>\n</tr>\n<tr>\n<td><strong>attachment</strong> - Object:  <br />mediaUrl - URL - Req  <br />thumbnail - Image - Op  <br />mimeType - String - Req  <br />size - Numeric - Req</td>\n<td>Contains media object attachment details: mediaUrl = \"http://...\"  <br />thumbnail = \"\"  <br />mimeType = \"application/pdf\"  <br />size = \"1024\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values or file name can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"7afe3c80-7650-4980-8eeb-df9061fe4bd1","name":"CimFileMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FILE\",\n        \"markdownText\": \"\",\n        \"caption\": \"Here is the copy of your PTCL bill\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=6d188c53-27d0-4696-9b75-49402fa11b55_ptcl-bill.pdf\",\n            \"mimeType\": \"application/pdf\",\n            \"size\": 79185\n        },\n        \"additionalDetails\": {\n            \"fileName\": \"Customer-1-ptcl-bill\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:53:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"355abe18-d3cd-41b5-94ea-72273e4f3495"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgk-06UJv2kTw10\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgk-06UJv2kTw10\"\n}"}],"_postman_id":"e0e33272-f131-4f12-9dc0-2eca6f415eda"},{"name":"Send CimUrlMessage","id":"358d3d3c-7cdd-42c4-af27-d24be07a4a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"URL\",\n        \"markdownText\": \"You can download our Android app from this link.\",\n        \"mediaUrl\": \"https://play.google.com/store/apps/details?id=com.ptcl_app.main&hl=en\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive URL as a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"URL\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>Contains custom plain text message sent by Agent and routed from CCM to connector Webhook.</td>\n</tr>\n<tr>\n<td>mediaURL</td>\n<td>URL</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"761ddca1-ac61-4608-9075-35ad2d95953b","name":"Send CimUrlMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"URL\",\n        \"markdownText\": \"You can download our Android app from this link.\",\n        \"mediaUrl\": \"https://play.google.com/store/apps/details?id=com.ptcl_app.main&hl=en\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:54:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"dbe6d464-5272-4c77-9076-a61a565aac9d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgmas_ylzjzA0h4\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgmas_ylzjzA0h4\"\n}"}],"_postman_id":"358d3d3c-7cdd-42c4-af27-d24be07a4a0a"},{"name":"Send CimLocationMessage","id":"4d414a39-e2cd-4e72-8045-bb015395843e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"markdownText\": \"\",\n        \"location\": {\n            \"latitude\": 31.5605116,\n            \"longitude\": 74.3283623\n        },\n        \"additionalDetails\": {\n            \"name\": \"PTCL Head office & Central Exchange\",\n            \"address\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive a location message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"LOCATION\"</td>\n</tr>\n<tr>\n<td>location - Numeric - Required</td>\n<td>Location contains parameters: - Latitude - Required = 31.51335334777832 - Longitude - Required = 74.3333969116211</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as name, address, url can be passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"a1cd41c9-be42-4c31-8dee-8aef48e67712","name":"Send CimLocationMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"markdownText\": \"\",\n        \"location\": {\n            \"latitude\": 31.5605116,\n            \"longitude\": 74.3283623\n        },\n        \"additionalDetails\": {\n            \"name\": \"PTCL Head office & Central Exchange\",\n            \"address\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:55:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"945ec3e4-b942-4817-9d62-cd427ab7a178"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgkcR87VvWvzLTU\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgkcR87VvWvzLTU\"\n}"}],"_postman_id":"4d414a39-e2cd-4e72-8045-bb015395843e"},{"name":"Send CimStickerMessage","id":"903295ce-9fb0-4403-b246-5bfa282170d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"STICKER\",\n        \"markdownText\": \"Hello from Expertflow\",\n        \"mediaUrl\": \"https://qatw.expertflow.com/file-engine/api/downloadFileStream?filename=4751ab29-56fb-492c-81ec-23a7907b7024\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive a sticker message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"STICKER\"</td>\n</tr>\n<tr>\n<td>mediaUrl - URL - Req</td>\n<td>Contains media object URL: mediaUrl = \"http://...\"</td>\n</tr>\n<tr>\n<td>stickerId - numeric - Req</td>\n<td>contains ID of the sticker as provided by the channel.</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as: - timedate object - <strong>metadata</strong>: - emojis - contains available emojis</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"c394b2db-e322-4182-b50e-9387b1653222","name":"Send CimStickerMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"STICKER\",\n        \"markdownText\": \"Hello from Expertflow\",\n        \"mediaUrl\": \"https://qatw.expertflow.com/file-engine/api/downloadFileStream?filename=4751ab29-56fb-492c-81ec-23a7907b7024\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:56:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"571669a2-8e03-46dd-9ba5-5c803f0a299f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgkEB9wFuOOk95o\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgkEB9wFuOOk95o\"\n}"}],"_postman_id":"903295ce-9fb0-4403-b246-5bfa282170d5"},{"name":"Send CimContactMessage","id":"320a8fe8-a7be-4447-8391-e2c890ed9889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"John Smith\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Smith\"\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92 (331) 218-1218\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"OFFICE\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    },\n                    {\n                        \"phone\": \"+1 (650) 555-1234\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"1 Hacker Way\",\n                            \"type\": \"HOME\",\n                            \"zip\": \"94025\"\n                        },\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"200 Jefferson Dr\",\n                            \"type\": \"WORK\",\n                            \"zip\": \"94025\"\n                        }\n                    ],\n                    \"birthday\": \"2012-08-18\",\n                    \"emails\": [\n                        {\n                            \"email\": \"test@fb.com\",\n                            \"type\": \"WORK\"\n                        },\n                        {\n                            \"email\": \"test@whatsapp.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ],\n                    \"name\": {\n                        \"first_name\": \"John\",\n                        \"formatted_name\": \"John Smith\",\n                        \"last_name\": \"Smith\"\n                    },\n                    \"org\": {\n                        \"company\": \"WhatsApp\",\n                        \"department\": \"Design\",\n                        \"title\": \"Manager\"\n                    },\n                    \"phones\": [\n                        {\n                            \"phone\": \"+1 (940) 555-1234\",\n                            \"type\": \"HOME\"\n                        },\n                        {\n                            \"phone\": \"+1 (650) 555-1234\",\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"16505551234\"\n                        }\n                    ],\n                    \"urls\": [\n                        {\n                            \"url\": \"https://www.facebook.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive contact in a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"CONTACT\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such as timedate object values can be passed.</td>\n</tr>\n<tr>\n<td>contacts:</td>\n<td>Contacts contains parameters such as name, phone and additional details.</td>\n</tr>\n<tr>\n<td>contacts: name - String - Required</td>\n<td>Contains information about the name. <strong>Query Parameters:</strong> [Req]formattedName=\"someName\" [Opt]addtionalNameDetails (first_name,last_name,middle_name,name_suffix,name_prefix)</td>\n</tr>\n<tr>\n<td>contacts: phone - String - Required</td>\n<td>Contains phone number information. <strong>Query Parameters:</strong> [Req]phone=\"+923xxxx\" [Opt]addtionalPhoneDetails (type = \"CELL\", wa_id)</td>\n</tr>\n<tr>\n<td>contacts: addtionalContactDetails - String - Optional</td>\n<td><strong>Query Parameters: -</strong> addresses=(street,city,state,zip,country,country_code,type) - emails=(email, type) - org= (company,department,title) - urls=(url,type) - ims=(service,userId) - birthday=\"yy-mm-dd\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"8b12b04d-96e8-4709-96c4-7b29eac21930","name":"Send CimContactMessage","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"John Smith\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Smith\"\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92 (331) 218-1218\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"OFFICE\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    },\n                    {\n                        \"phone\": \"+1 (650) 555-1234\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"1 Hacker Way\",\n                            \"type\": \"HOME\",\n                            \"zip\": \"94025\"\n                        },\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"200 Jefferson Dr\",\n                            \"type\": \"WORK\",\n                            \"zip\": \"94025\"\n                        }\n                    ],\n                    \"birthday\": \"2012-08-18\",\n                    \"emails\": [\n                        {\n                            \"email\": \"test@fb.com\",\n                            \"type\": \"WORK\"\n                        },\n                        {\n                            \"email\": \"test@whatsapp.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ],\n                    \"name\": {\n                        \"first_name\": \"John\",\n                        \"formatted_name\": \"John Smith\",\n                        \"last_name\": \"Smith\"\n                    },\n                    \"org\": {\n                        \"company\": \"WhatsApp\",\n                        \"department\": \"Design\",\n                        \"title\": \"Manager\"\n                    },\n                    \"phones\": [\n                        {\n                            \"phone\": \"+1 (940) 555-1234\",\n                            \"type\": \"HOME\"\n                        },\n                        {\n                            \"phone\": \"+1 (650) 555-1234\",\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"16505551234\"\n                        }\n                    ],\n                    \"urls\": [\n                        {\n                            \"url\": \"https://www.facebook.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 12:58:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"2a1f55ef-58e2-4a2d-b489-c6ffb887ded9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgmKDbkNQy4_v-8\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgmKDbkNQy4_v-8\"\n}"},{"id":"20686e78-36c8-4589-88b7-ab379806c5e3","name":"Send CimContactMessage (Multiple)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"John Smith\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Smith\"\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92 (331) 218-1218\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"OFFICE\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    },\n                    {\n                        \"phone\": \"+1 (650) 555-1234\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"1 Hacker Way\",\n                            \"type\": \"HOME\",\n                            \"zip\": \"94025\"\n                        },\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"200 Jefferson Dr\",\n                            \"type\": \"WORK\",\n                            \"zip\": \"94025\"\n                        }\n                    ],\n                    \"birthday\": \"2012-08-18\",\n                    \"emails\": [\n                        {\n                            \"email\": \"test@fb.com\",\n                            \"type\": \"WORK\"\n                        },\n                        {\n                            \"email\": \"test@whatsapp.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ],\n                    \"name\": {\n                        \"first_name\": \"John\",\n                        \"formatted_name\": \"John Smith\",\n                        \"last_name\": \"Smith\"\n                    },\n                    \"org\": {\n                        \"company\": \"WhatsApp\",\n                        \"department\": \"Design\",\n                        \"title\": \"Manager\"\n                    },\n                    \"phones\": [\n                        {\n                            \"phone\": \"+1 (940) 555-1234\",\n                            \"type\": \"HOME\"\n                        },\n                        {\n                            \"phone\": \"+1 (650) 555-1234\",\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"16505551234\"\n                        }\n                    ],\n                    \"urls\": [\n                        {\n                            \"url\": \"https://www.facebook.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ]\n                }\n            },\n            {\n                \"name\": {\n                    \"formattedName\": \"Mark Prime\",\n                    \"additionalNameDetails\": {\n                        \"first_name\": \"Mark\",\n                        \"last_name\": \"Prime\"\n                    }\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92 (331) 218-1218\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"OFFICE\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    },\n                    {\n                        \"phone\": \"+1 (650) 555-1234\",\n                        \"additionalPhoneDetails\": {\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"192405551234\"\n                        }\n                    }\n                ],\n                \"additionalContactDetails\": {\n                    \"addresses\": [\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"1 Hacker Way\",\n                            \"type\": \"HOME\",\n                            \"zip\": \"94025\"\n                        },\n                        {\n                            \"city\": \"Menlo Park\",\n                            \"country\": \"United States\",\n                            \"country_code\": \"us\",\n                            \"state\": \"CA\",\n                            \"street\": \"200 Jefferson Dr\",\n                            \"type\": \"WORK\",\n                            \"zip\": \"94025\"\n                        }\n                    ],\n                    \"birthday\": \"2012-08-18\",\n                    \"emails\": [\n                        {\n                            \"email\": \"test@fb.com\",\n                            \"type\": \"WORK\"\n                        },\n                        {\n                            \"email\": \"test@whatsapp.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ],\n                    \"name\": {\n                        \"first_name\": \"Mark\",\n                        \"formatted_name\": \"Mark Prime\",\n                        \"last_name\": \"Prime\"\n                    },\n                    \"org\": {\n                        \"company\": \"WhatsApp\",\n                        \"department\": \"Design\",\n                        \"title\": \"Manager\"\n                    },\n                    \"phones\": [\n                        {\n                            \"phone\": \"+1 (940) 555-1234\",\n                            \"type\": \"HOME\"\n                        },\n                        {\n                            \"phone\": \"+1 (650) 555-1234\",\n                            \"type\": \"WORK\",\n                            \"wa_id\": \"16505551234\"\n                        }\n                    ],\n                    \"urls\": [\n                        {\n                            \"url\": \"https://www.facebook.com\",\n                            \"type\": \"WORK\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 13:00:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"5461b8d7-f5c3-45cc-902c-e1e31ae83037"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgmYpNRCCf62rwY\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgmYpNRCCf62rwY\"\n}"}],"_postman_id":"320a8fe8-a7be-4447-8391-e2c890ed9889"},{"name":"Send CimButtonMessage (Quick Replies)","id":"86827809-d832-4a8e-a107-f3cf8069c595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"BUTTON\",\n        \"markdownText\": \"Hi\",\n        \"buttonMessageType\": \"QUICK_REPLIES\",\n        \"buttons\": [\n            {\n                \"title\": \"abc\",\n                \"type\": \"reply\",\n                \"payload\": \"Greetings\"\n            },\n            {\n                \"title\": \"def\",\n                \"type\": \"reply\",\n                \"payload\": \"Greetings1\"\n            }\n        ],\n        \"additionalDetails\": {\n            \"interactive\": {\n                \"type\": \"button\",\n                \"header\": {\n                    \"type\": \"text\",\n                    \"text\": \"Header Text\"\n                },\n                \"body\": {\n                    \"text\": \"Body Text\"\n                },\n                \"footer\": {\n                    \"text\": \"Footer Text\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive options as buttons in a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"BUTTON\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>buttonMessageType - String - Required</td>\n<td>Value=\"Quick_Replies\"</td>\n</tr>\n<tr>\n<td>buttons - List - Required</td>\n<td>More than one button can be added. <strong>Query Parameters: -</strong> Title - String - Label of the button - Type - String - Type of the button. Can be user defined. - payload</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such head, body, footer etc.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"56f77074-a233-4f4d-b853-7d24f2fb3652","name":"Send CimButtonMessage (Quick Replies)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"BUTTON\",\n        \"markdownText\": \"Hi\",\n        \"buttonMessageType\": \"QUICK_REPLIES\",\n        \"buttons\": [\n            {\n                \"title\": \"abc\",\n                \"type\": \"reply\",\n                \"payload\": \"Greetings\"\n            },\n            {\n                \"title\": \"def\",\n                \"type\": \"reply\",\n                \"payload\": \"Greetings1\"\n            }\n        ],\n        \"additionalDetails\": {\n            \"interactive\": {\n                \"type\": \"button\",\n                \"header\": {\n                    \"type\": \"text\",\n                    \"text\": \"Header Text\"\n                },\n                \"body\": {\n                    \"text\": \"Body Text\"\n                },\n                \"footer\": {\n                    \"text\": \"Footer Text\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 13:02:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"a0749e76-0155-4cf4-b7b5-d6c1abefdabd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAgl8351g6krnHj0\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAgl8351g6krnHj0\"\n}"}],"_postman_id":"86827809-d832-4a8e-a107-f3cf8069c595"},{"name":"Send CimButtonMessage (LIST)","id":"f129e3c3-4eaa-40d8-8062-e48728b9734c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"BUTTON\",\n        \"markdownText\": \"Hi\",\n        \"buttonMessageType\": \"BUTTON\",\n        \"additionalDetails\": {\n            \"interactive\": {\n                \"type\": \"list\",\n                \"button\": \"Main Menue\",\n                \"header\": {\n                    \"type\": \"text\",\n                    \"text\": \"<Header List Message>\"\n                },\n                \"body\": {\n                    \"text\": \"<List Body Message>\"\n                },\n                \"footer\": {\n                    \"text\": \"<Footer Message>\"\n                }\n            }\n        },\n        \"buttons\": [\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"dea84e28-15d1-4bbf-a91b-4cc75fcc340f\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 1,\n                    \"sectionTitle\": \"menue 1\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"983aa7d2-3669-45dc-b927-de217f04b361\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 2,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 2\",\n                \"payload\": \"58d74ca3-eece-4e4a-a629-70348ba4f97b\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 1,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/message</strong></p>\n<p>This API allows you to receive options as buttons in a message from Customer Channel Manager (CCM).</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type - String - Required</td>\n<td>Value = \"BUTTON\"</td>\n</tr>\n<tr>\n<td>markdownText - String - Optional</td>\n<td>contains custom plain text sent by Agent.</td>\n</tr>\n<tr>\n<td>buttonMessageType - String - Required</td>\n<td>Value=\"Quick_Replies\"</td>\n</tr>\n<tr>\n<td>buttons - List - Required</td>\n<td>More than one button can be added. <strong>Query Parameters: -</strong> Title - String - Label of the button - Type - String - Type of the button. Can be user defined. - payload</td>\n</tr>\n<tr>\n<td>additionalDetails - String - Optional</td>\n<td>Additional details such head, body, footer etc.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ccm-msg","receive"],"host":["{{360-connector_url}}"],"query":[],"variable":[]}},"response":[{"id":"c2cfe940-5982-4b35-8608-ae182cb2df80","name":"Send CimButtonMessage(type LIST)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"BUTTON\",\n        \"markdownText\": \"Hi\",\n        \"buttonMessageType\": \"BUTTON\",\n        \"additionalDetails\": {\n            \"interactive\": {\n                \"type\": \"list\",\n                \"button\": \"Main Menue\",\n                \"header\": {\n                    \"type\": \"text\",\n                    \"text\": \"<Header List Message>\"\n                },\n                \"body\": {\n                    \"text\": \"<List Body Message>\"\n                },\n                \"footer\": {\n                    \"text\": \"<Footer Message>\"\n                }\n            }\n        },\n        \"buttons\": [\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"8ed31252-5099-436d-9bbf-3c5dcd91d6ef\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 1,\n                    \"sectionTitle\": \"menue 1\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"3c8d0c94-0706-4bb8-89de-a5ba05174028\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 2,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 2\",\n                \"payload\": \"c0d4097d-ef19-45d3-ba31-feb225acd7ef\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 1,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 13:05:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"15b26a76-30dc-4dec-81a7-71b5830e9bc4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"OK\",\n    \"description\": \"{\\\"meta\\\":{\\\"api_status\\\":\\\"stable\\\",\\\"version\\\":\\\"2.39.4\\\"},\\\"messages\\\":[{\\\"id\\\":\\\"gBEGkjCGZTFUAglHONZ2tKyjrt0\\\"}],\\\"contacts\\\":[{\\\"input\\\":\\\"923086653154\\\",\\\"wa_id\\\":\\\"923086653154\\\"}]}\",\n    \"messageId\": \"gBEGkjCGZTFUAglHONZ2tKyjrt0\"\n}"},{"id":"349b4321-ee62-4f2c-8fb2-bf91eaf385a5","name":"Send CimButtonMessage ( Section Limit 10)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"d0192521-dcd1-4061-8e21-3c47d048ca95\",\n                \"displayName\": \"Conversation Monitor: d0192521-dcd1-4061-8e21-3c47d048ca95\"\n            },\n            \"id\": \"ba515ef9-a0a4-4e26-8800-69b715412ea0\",\n            \"joiningTime\": 1654519502631,\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        \"channelData\": null,\n        \"language\": null,\n        \"timestamp\": 1654519503071,\n        \"securityInfo\": null,\n        \"stamps\": null,\n        \"intent\": null,\n        \"entities\": null,\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"c6576ec4-50b8-4bc1-abab-751cc4c0f57a\",\n            \"channel\": {\n                \"id\": \"628f895bb46e6c3f300d767f\",\n                \"name\": \"360dialog Sandbox\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"tenant\": {\n                    \"id\": \"ade7787b-4a5e-412c-8cdc-14c9ea98bfb5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"13baf29d-20a4-40f1-af3b-e81458077694\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 60,\n                    \"customerActivityTimeout\": 20,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PULL\",\n                        \"routingObjectId\": \"628cacd1288c9500315bcf3b\",\n                        \"agentRequestTtl\": 60\n                    },\n                    \"botId\": \"b6cb130d-8dda-4547-9dbb-729a7e2cbffb\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"628f88adb46e6c3f300d766a\",\n                    \"name\": \"360Dialog Sandbox\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"628f8840b46e6c3f300d765d\",\n                        \"name\": \"360Dialog Sandbox\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"628caa2e4a5d893b507dd0f4\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://presales-cim.expertflow.com/360connector/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"HOST-URL\",\n                                \"label\": \"HOST-URL\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"API-KEY\",\n                                \"label\": \"API-KEY\",\n                                \"valueType\": \"String100\"\n                            }\n                        ]\n                    },\n                    \"channelProviderConfigs\": [\n                        {\n                            \"key\": \"HOST-URL\",\n                            \"type\": \"String100\",\n                            \"value\": \"https://waba-sandbox.360dialog.io\"\n                        },\n                        {\n                            \"key\": \"API-KEY\",\n                            \"type\": \"String100\",\n                            \"value\": \"WcAzdJ_sandbox\"\n                        }\n                    ],\n                    \"tenant\": {\n                        \"id\": \"ff4dcb16-8bc5-4118-896a-7d9d357e7b93\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"628caa2e4a5d893b507dd0f4\",\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\",\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": \"628f6a9d855c26502dbc6aaa\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"6294a11b6d2172cd50d6635b\",\n                \"firstName\": \"haroon\",\n                \"phoneNumber\": [\n                    \"\",\n                    \"923086653154\"\n                ],\n                \"isAnonymous\": false,\n                \"__v\": 0,\n                \"web\": [\n                    \"\",\n                    \"100\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"requestPriority\": 0,\n                \"channelTypeCode\": \"whatsapp360\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"type\": \"String2000\",\n                        \"value\": \"Haroon Ahmed\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"19890510-4b83-45fe-b1bb-b613fb3384be\",\n            \"state\": \"STARTED\",\n            \"active\": true\n        },\n        \"schedulingMetaData\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"BUTTON\",\n        \"markdownText\": \"Hi\",\n        \"buttonMessageType\": \"BUTTON\",\n        \"additionalDetails\": {\n            \"interactive\": {\n                \"type\": \"list\",\n                \"button\": \"Main Menue\",\n                \"header\": {\n                    \"type\": \"text\",\n                    \"text\": \"<Header List Message>\"\n                },\n                \"body\": {\n                    \"text\": \"<List Body Message>\"\n                },\n                \"footer\": {\n                    \"text\": \"<Footer Message>\"\n                }\n            }\n        },\n        \"buttons\": [\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"d83479fe-5aff-46b4-8ba1-381e082ae260\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 15,\n                    \"sectionTitle\": \"menue 1\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 1\",\n                \"payload\": \"f7d9df36-fdcb-46cc-94dd-33270d798e86\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 2,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            },\n            {\n                \"type\": \"String\",\n                \"title\": \"Button 2\",\n                \"payload\": \"5fd322ea-5a6e-4897-8ae2-0409c38355d5\",\n                \"additionalButtonDetails\": {\n                    \"sectionNo\": 1,\n                    \"sectionTitle\": \"menue 2\",\n                    \"description\": \"this is description\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{360-connector_url}}/ccm-msg/receive"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 13:06:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"6c4497dd-6340-4775-8116-589ca2ea49bb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"BAD_REQUEST\",\n    \"description\": \"Section No cannot be greater than 10\",\n    \"messageId\": null\n}"}],"_postman_id":"f129e3c3-4eaa-40d8-8062-e48728b9734c"}],"id":"a8792cd5-5714-44c9-a5c1-2dbfce7d0d18","description":"<p>StartFragment</p>\n<p>This folder contains APIs related to outbound CIM Messages.</p>\n<p>EndFragme</p>\n","_postman_id":"a8792cd5-5714-44c9-a5c1-2dbfce7d0d18"}],"id":"6644e840-95a1-4002-bf8b-965ab07e0c7e","_postman_id":"6644e840-95a1-4002-bf8b-965ab07e0c7e","description":""},{"name":"Channel Session Controller","item":[{"name":"Channel Session","id":"b802ea3c-610a-4463-8b9c-571f2e6ca20c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"channelData\": {\n            \"serviceIdentifier\": \"+14155238886\",\n            \"channelCustomerIdentifier\": \"03037441183\",\n            \"channelTypeCode\": \"VOICE\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"START_VOICE\",\n        \"entities\": {},\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n        \"type\": \"VOICE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Cim-ccm}}/channel-session","urlObject":{"path":["channel-session"],"host":["{{Cim-ccm}}"],"query":[],"variable":[]}},"response":[{"id":"9bc5476a-00ec-4d61-9c59-3c2f7014695e","name":"Create Channel Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"channelData\": {\n            \"serviceIdentifier\": \"+14155238886\",\n            \"channelCustomerIdentifier\": \"03037441183\",\n            \"channelTypeCode\": \"VOICE\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"START_VOICE\",\n        \"entities\": {},\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n        \"type\": \"VOICE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Cim-ccm}}/channel-session"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 20:35:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"11f3d561-9c22-4aed-9032-427e6009a3a9\",\n    \"channel\": {\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"name\": \"twilio-whatsapp-channel\",\n        \"serviceIdentifier\": \"+14155238886\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"EXTERNAL\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"channelConnector\": {\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    },\n    \"customer\": {\n        \"_id\": \"629e64bf27460f0849e364ec\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [\n            \"03037441183\"\n        ],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"03037441183\",\n        \"serviceIdentifier\": \"+14155238886\",\n        \"requestPriority\": 0,\n        \"channelTypeCode\": \"VOICE\",\n        \"additionalAttributes\": []\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"2fa03aa1-76e3-4868-b6c4-266f5c100653\",\n    \"state\": \"STARTED\",\n    \"active\": true\n}"},{"id":"42d07b98-4782-4309-b3c2-4b5943fbf31c","name":"End Channel Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"channelData\": {\n            \"serviceIdentifier\": \"+14155238886\",\n            \"channelCustomerIdentifier\": \"03037441183\",\n            \"channelTypeCode\": \"VOICE\"\n        },\n        \"language\": {},\n        \"timestamp\": \"\",\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"END_VOICE\",\n        \"entities\": {},\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n        \"type\": \"VOICE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{Cim-ccm}}/channel-session"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 20:36:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"11f3d561-9c22-4aed-9032-427e6009a3a9\",\n    \"channel\": {\n        \"id\": \"623030d58b164e0d91f76460\",\n        \"name\": \"twilio-whatsapp-channel\",\n        \"serviceIdentifier\": \"+14155238886\",\n        \"tenant\": {\n            \"id\": \"4ace7c02-1e32-4627-8e85-6ed268f4e38d\",\n            \"name\": null\n        },\n        \"channelConfig\": {\n            \"id\": \"7f12c828-160a-4119-9dc0-159faf011a19\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"EXTERNAL\",\n                \"routingObjectId\": \"6230360b6b1fba2525db2714\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n        },\n        \"channelConnector\": {\n            \"id\": \"62302f6d8b164e0d91f7641f\",\n            \"name\": \"twilio-whatsapp-connector\",\n            \"channelProviderInterface\": {\n                \"id\": \"62302ef98b164e0d91f763e6\",\n                \"name\": \"twilio-whatsapp-provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"622222cc5bd05f57c1c1841f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/twilio-connector/ccm-msg/receive\",\n                \"channelProviderConfigSchema\": [\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_AUTH_TOKEN\",\n                        \"label\": \"TWILIO_AUTH_TOKEN\",\n                        \"valueType\": \"String100\"\n                    },\n                    {\n                        \"attributeType\": \"INPUT\",\n                        \"categoryOptions\": null,\n                        \"isRequired\": true,\n                        \"helpText\": \"\",\n                        \"key\": \"TWILIO_ACCOUNT_SID\",\n                        \"label\": \"TWILIO_ACCOUNT_SID\",\n                        \"valueType\": \"String100\"\n                    }\n                ]\n            },\n            \"channelProviderConfigs\": [\n                {\n                    \"key\": \"TWILIO_AUTH_TOKEN\",\n                    \"type\": \"String2000\",\n                    \"value\": \"3066b0c7226cbc56ae1cea5631e4535f\"\n                },\n                {\n                    \"key\": \"TWILIO_ACCOUNT_SID\",\n                    \"type\": \"String2000\",\n                    \"value\": \"ACffc18ee1a1bff1e297134033a5d0772f\"\n                }\n            ],\n            \"tenant\": {\n                \"id\": \"4927c200-c67e-4185-b761-cd2a0acec651\",\n                \"name\": null\n            }\n        },\n        \"channelType\": {\n            \"id\": \"622222cc5bd05f57c1c1841f\",\n            \"name\": \"WHATSAPP\",\n            \"channelLogo\": \"_WHATSAPP.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"62302def6b1fba2525db2713\"\n        }\n    },\n    \"customer\": {\n        \"_id\": \"629e64bf27460f0849e364ec\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [\n            \"03037441183\"\n        ],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"03037441183\",\n        \"serviceIdentifier\": \"+14155238886\",\n        \"requestPriority\": 0,\n        \"channelTypeCode\": \"VOICE\",\n        \"additionalAttributes\": []\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": false,\n    \"conversationId\": \"2fa03aa1-76e3-4868-b6c4-266f5c100653\",\n    \"state\": \"ENDED\",\n    \"active\": false\n}"}],"_postman_id":"b802ea3c-610a-4463-8b9c-571f2e6ca20c"}],"id":"e9b34ccf-659f-4a16-840a-f930afba10b3","_postman_id":"e9b34ccf-659f-4a16-840a-f930afba10b3","description":""},{"name":"Social Media Channel Controller","item":[{"name":"Fetch Post with Comments by Post Id","id":"c8853bf1-5db1-4bfa-935f-4a6f256e31bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/social-media-post?postId=17883089801894158&serviceIdentifier=17841460797970662&limit=4","urlObject":{"path":["social-media-post"],"host":["{{ccm_url}}"],"query":[{"key":"postId","value":"17883089801894158"},{"key":"serviceIdentifier","value":"17841460797970662"},{"key":"limit","value":"4"}],"variable":[]}},"response":[{"id":"7185bdbe-0f46-458f-b5c1-985f2079c352","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/social-media-post?postId=17883089801894158&serviceIdentifier=17841460797970662&limit=4","host":["{{ccm_url}}"],"path":["social-media-post"],"query":[{"key":"postId","value":"17883089801894158"},{"key":"serviceIdentifier","value":"17841460797970662"},{"key":"limit","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:02:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Successfully fetched post data.\",\n    \"socialMediaPost\": {\n        \"id\": \"17883089801894158\",\n        \"text\": \"EF Sweets!\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://scontent.cdninstagram.com/v/t51.29350-15/358091076_788281453007944_7322257648765855259_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=8ae9d6&_nc_ohc=YIxOXFT0WIoAX9yVXsl&_nc_ht=scontent.cdninstagram.com&edm=AEQ6tj4EAAAA&oh=00_AfC6lJYyE3hm6cJ3ZVGZpvFm_ZN-g9U5P02nA-3NEOpisw&oe=64C66602\",\n            \"thumbnail\": null,\n            \"mimeType\": \"IMAGE\",\n            \"size\": 0\n        },\n        \"timestamp\": \"2023-07-07T16:08:42.000+00:00\",\n        \"username\": \"ef.ahsen.jalil5454\",\n        \"comments\": [\n            {\n                \"id\": \"17937454874694350\",\n                \"text\": \"post\",\n                \"attachment\": null,\n                \"timestamp\": \"2023-07-20T00:49:27.000+00:00\",\n                \"username\": \"ef.ahsan.jalil5454\",\n                \"parentId\": \"17883089801894158\",\n                \"hidden\": false,\n                \"deleted\": false,\n                \"subComments\": null,\n                \"additionalData\": null\n            },\n            {\n                \"id\": \"18031434235541415\",\n                \"text\": \"new comments\",\n                \"attachment\": null,\n                \"timestamp\": \"2023-07-19T01:18:22.000+00:00\",\n                \"username\": \"ef.ahsan.jalil5454\",\n                \"parentId\": \"17883089801894158\",\n                \"hidden\": false,\n                \"deleted\": false,\n                \"subComments\": null,\n                \"additionalData\": null\n            },\n            {\n                \"id\": \"18200869267252789\",\n                \"text\": \"comments\",\n                \"attachment\": null,\n                \"timestamp\": \"2023-07-19T01:15:44.000+00:00\",\n                \"username\": \"ef.ahsan.jalil5454\",\n                \"parentId\": \"17883089801894158\",\n                \"hidden\": false,\n                \"deleted\": false,\n                \"subComments\": null,\n                \"additionalData\": null\n            },\n            {\n                \"id\": \"17983914722200095\",\n                \"text\": \"comments\",\n                \"attachment\": null,\n                \"timestamp\": \"2023-07-19T01:11:47.000+00:00\",\n                \"username\": \"ef.ahsan.jalil5454\",\n                \"parentId\": \"17883089801894158\",\n                \"hidden\": false,\n                \"deleted\": false,\n                \"subComments\": null,\n                \"additionalData\": null\n            }\n        ],\n        \"additionalData\": null\n    }\n}"}],"_postman_id":"c8853bf1-5db1-4bfa-935f-4a6f256e31bb"}],"id":"5af9d36e-6225-436e-8751-39560a86eca4","_postman_id":"5af9d36e-6225-436e-8751-39560a86eca4","description":""},{"name":"Channel Session Data","item":[{"name":"Update Channel Session Data","id":"ea1755ae-5dd5-40dc-8298-485d6d2566e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n        {\r\n            \"key\":\"vifdvefogr55vsv\",\r\n            \"type\":\"AlphanumSpecial200\",\r\n            \"value\":{\r\n                \"browserDeviceInfo\": {\r\n                     \"browserId\": \"123456\",\r\n                     \"browserIdExpiryTime\": \"9999\",\r\n                     \"browserName\": \"chrome\",\r\n                     \"deviceType\": \"desktop\"\r\n                    }\r\n\r\n            }\r\n\r\n        },\r\n        {\r\n            \"key\":\"vifdvefogr55vsv22\",\r\n            \"type\":\"PositiveNumber\",\r\n            \"value\":{\r\n                \"browserDeviceInfo\": {\r\n                    \"browserId\": \"123456\",\r\n                    \"browserIdExpiryTime\": \"9999\",\r\n                    \"browserName\": \"chrome\",\r\n                    \"deviceType\": \"desktop\"\r\n                    },\r\n                \"id\":\"437783rbfew\"\r\n\r\n            }\r\n        },\r\n         {\r\n                \"key\": \"name\",\r\n                \"type\": \"String2000\",\r\n                \"value\": \"Haroon Ahmed1\"\r\n        },\r\n         {\r\n                \"key\": \"name1\",\r\n                \"type\": \"String2000\",\r\n                \"value\": \"Haroon Ahmed1\"\r\n        }\r\n]\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8081/channelSessionData/:channelSessionId","urlObject":{"protocol":"http","port":"8081","path":["channelSessionData",":channelSessionId"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"27d027ea-2d38-43cf-bb14-159fc92e8316","type":"any","value":"64e61cb7e5e95232f34b4cd3","key":"channelSessionId"}]}},"response":[],"_postman_id":"ea1755ae-5dd5-40dc-8298-485d6d2566e6"},{"name":"Get Channel Session By Id","id":"2d2efa04-1846-41d9-b026-08bd4f98d10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/channelSession/64e789321bbfdb7b71666ce8","urlObject":{"path":["channelSession","64e789321bbfdb7b71666ce8"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d2efa04-1846-41d9-b026-08bd4f98d10c"}],"id":"0b36ec27-9e43-4a74-b44d-61d7b5222586","_postman_id":"0b36ec27-9e43-4a74-b44d-61d7b5222586","description":""},{"name":"Send Message","id":"cfc08515-82a2-42af-9dd8-274118d47e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": \"e8a85d21-6e73-49e1-8493-11ba4e169c52\",\n  \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"618-486-0042\",\n      \"serviceIdentifier\": \"820-932-1156\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n  \"body\": {\n    \"type\": \"PLAIN\",\n    \"markdownText\": \"hi\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive","description":"<p>This folder contains examples of different types of messages supported by Expertflow CX.</p>\n","urlObject":{"path":["message","receive"],"host":["{{ccm_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce06ed05-f84e-428a-a600-240864a28457","name":"Send Plain Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"2235a025-5f13-4d62-bd9d-5b753f44ca03\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"234-455-2743\",\n      \"serviceIdentifier\": \"269-207-9472\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 08:59:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"13b02856-a547-4d79-9692-ac025fe2ed99"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""},{"id":"d140825b-e369-445a-a6e0-0bc54caeeed2","name":"Send ASSIGN_RESOURCE_REQUESTED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"2339edf1-a053-4e3f-bd60-80e375f072c4\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"CONNECTOR\",\n            \"senderName\": \"WEB_CONNECTOR\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"471-758-3255\",\n            \"serviceIdentifier\": \"593-698-8952\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"queue\",\n                    \"type\": \"String100\",\n                    \"value\": \"queue-name\"\n                },\n                {\n                    \"key\": \"queueType\",\n                    \"type\": \"String100\",\n                    \"value\": \"NAME\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"ASSIGN_RESOURCE_REQUESTED\",\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Optional\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 08:59:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"13b02856-a547-4d79-9692-ac025fe2ed99"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""},{"id":"329cc626-4232-478f-a506-eb7bb26cf842","name":"Success reponse 200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"15e15628-809f-4e1f-ba7f-a051e5d5c5e6\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"650-797-3541\",\n      \"serviceIdentifier\": \"501-492-6501\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 08:59:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"13b02856-a547-4d79-9692-ac025fe2ed99"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n        \"type\": \"DELIVERYNOTIFICATION\",\n        \"markdownText\": \"Optional\",\n        \"messageId\": 818db1b5-979e-4477-b871-8323f9323348,\n        \"status\":\"DELIVERED\",\n        \"reasonCode\":638\n    }"},{"id":"9dead180-8390-4564-984e-000f3226e0ef","name":"Success reponse 202","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"73c5f8f9-356b-49b6-af3f-fc2ac84b58b2\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"213-641-6979\",\n      \"serviceIdentifier\": \"876-745-5131\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 08:59:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"13b02856-a547-4d79-9692-ac025fe2ed99"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"a37ca79c-91b8-476c-b211-505765e25af1","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"342e2322-7191-489e-88da-9a70cf4af171\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": null,\n      \"serviceIdentifier\": \"357-797-8400\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:00:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"timestamp\": \"2022-06-06@08:59:32.930+0000\",\n    \"message\": \"Validation error\",\n    \"errorDetails\": null,\n    \"subErrors\": [\n        {\n            \"object\": \"cimMessage\",\n            \"field\": \"header.channelData.channelCustomerIdentifier\",\n            \"rejectedValue\": null,\n            \"message\": \"channelCustomerIdentifier is mandatory\"\n        }\n    ]\n}"},{"id":"9c2ce330-3f64-45c1-8720-9bc76aff125a","name":"Send Image Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"f655e43e-02b7-442c-ad0d-af8f535e524b\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"787-546-2674\",\n      \"serviceIdentifier\": \"324-658-4411\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"IMAGE\",\n        \"caption\": \"Screenshot\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=743dc126-24fa-41f2-88fc-11b964e64ee8\",\n            \"thumbnail\": null,\n            \"mimeType\": \"image/jpeg\",\n            \"size\": 41047\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652080145\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"736e3bd9-9053-452e-9534-6759b2d9d89b","name":"Send Video Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"c30be46a-b5cc-471a-890b-ba760ca6084f\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"264-943-0161\",\n      \"serviceIdentifier\": \"323-465-8461\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"VIDEO\",\n        \"caption\": \"sample video message\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=9960d501-092d-4758-81f6-e008758593f3\",\n            \"thumbnail\": null,\n            \"mimeType\": \"video/mp4\",\n            \"size\": 3114398\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177594\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cc22c516-eeff-4f32-ae66-ce9e11c751f0","name":"Send Audio Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d600eb23-0b66-4153-9ec2-a7f7d7d8ddab\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"311-230-9304\",\n      \"serviceIdentifier\": \"849-779-1206\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"AUDIO\",\n        \"caption\": \"\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=589a0a52-108a-4272-a8d5-52c63a9fe1e2\",\n            \"thumbnail\": null,\n            \"mimeType\": \"audio/ogg; codecs=opus\",\n            \"size\": 10690\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652179438\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fd9c3ed4-bdc3-4dd7-bfc4-ad3e58723446","name":"Send File Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"2b97e0cc-470f-4afc-872f-b532babb05ff\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"493-684-0068\",\n      \"serviceIdentifier\": \"933-500-1223\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"FILE\",\n        \"caption\": \"sample.pdf\",\n        \"attachment\": {\n            \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=96460746-9a80-4bc8-bba1-87b93e39c245\",\n            \"thumbnail\": null,\n            \"mimeType\": \"application/pdf\",\n            \"size\": 3028\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"timestamp\": \"1652177308\",\n            \"fileName\": \"sample.pdf\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"54983c4e-c6eb-4eee-8572-270a78c3ca5b","name":"Send Location Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"1d045aca-38b1-490e-9f1e-ca005e7c1261\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"690-426-4591\",\n      \"serviceIdentifier\": \"510-940-3068\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"location\": {\n            \"latitude\": 31.51335334777832,\n            \"longitude\": 74.3333969116211\n        },\n        \"markdownText\": null,\n        \"additionalDetails\": {\n            \"name\": \"Gaddafi Stadium\",\n            \"address\": \"Hafeez Kardar Road\",\n            \"url\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aaf913c4-cf63-425c-b328-2c312ce415bd","name":"Send Sticker Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"be36dfd7-2451-449f-9df0-7d812cbba5c7\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"CONNECTOR\",\n      \"senderName\": \"WEB_CONNECTOR\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"903-357-2900\",\n      \"serviceIdentifier\": \"764-801-4627\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"STICKER\",\n        \"mediaUrl\": \"https://cim.expertflow.com/file-engine/api/downloadFileStream?filename=9870130c-a862-4e9e-a5a6-a0f7420008f0\",\n        \"stickerId\": \"aa4194dc-002a-4d2b-8459-268ac76c21ed\",\n        \"markdownText\": null,\n        \"additionalDetails\": {}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"d2b69678-f112-44ea-998a-255dc5333466","name":"Send Contact Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"713289fd-44dd-4fb0-a5ed-a46693144951\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"CONNECTOR\",\n            \"senderName\": \"WEB_CONNECTOR\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"500-399-4992\",\n            \"serviceIdentifier\": \"460-207-4137\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"CONTACT\",\n        \"markdownText\": null,\n        \"additionalDetails\": null,\n        \"contacts\": [\n            {\n                \"name\": {\n                    \"formattedName\": \"Dummy Name\",\n                    \"additionalNameDetails\": {}\n                },\n                \"phones\": [\n                    {\n                        \"phone\": \"+92123456489789\",\n                        \"additionalPhoneDetails\": {}\n                    }\n                ],\n                \"additionalContactDetails\": {}\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0a2c1767-8cc5-480f-b0da-4892fdce8db8","name":"Send Interactive Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"9c717c1b-1c46-4d59-b80d-5686d62739b3\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"CONNECTOR\",\n            \"senderName\": \"WEB_CONNECTOR\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"292-954-9831\",\n            \"serviceIdentifier\": \"638-272-6035\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"name\",\n                    \"type\": \"String2000\",\n                    \"value\": \"Haroon Ahmed\"\n                }\n            ]\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"buttonOne\",\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": \"gBEGkjCGZTFUAglvbzlybx2gFd0\"\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Internet Packages\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"92937126-b77f-4cf8-8b0c-5a27f6998acc","name":"Send Delivery notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"b28bd10e-d3e1-4eda-8bc2-a1efad22d977\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"CONNECTOR\",\n            \"senderName\": \"WEB_CONNECTOR\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"565-630-4172\",\n            \"serviceIdentifier\": \"356-733-4251\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"DELIVERYNOTIFICATION\",\n        \"markdownText\": \"Optional\",\n        \"messageId\": ab83e96c-e530-4e9b-9e7e-73a1596df375,\n        \"status\": \"DELIVERED\",\n        \"reasonCode\": 468\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"34c1add1-4a7f-42c3-9bce-c72ee46a3d76","name":"Send Notification Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"94aae052-fae9-42d9-85b7-e4ab64ea3406\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"CONNECTOR\",\n            \"senderName\": \"WEB_CONNECTOR\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"273-909-0201\",\n            \"serviceIdentifier\": \"256-586-7668\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": null,\n        \"replyToMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"NOTIFICATION\",\n        \"markdownText\": \"Optional\",\n        \"notificationType\": \"TYPING_STARTED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{ccm_url}}/message/receive"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cfc08515-82a2-42af-9dd8-274118d47e4f"},{"name":"Get Message","id":"79b191be-265b-494f-81c0-5336e9bc8632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{ccm_url}}/message/?customerChannelIdentifier=4789&serviceIdentifier=1218&conversationId=25f758c4-c361-4260-aa28-b94760b46fd0","description":"<p>This folder contains APIs for reciving messages onto the channel connector from CCM.</p>\n","urlObject":{"path":["message",""],"host":["{{ccm_url}}"],"query":[{"key":"customerChannelIdentifier","value":"4789"},{"key":"serviceIdentifier","value":"1218"},{"key":"conversationId","value":"25f758c4-c361-4260-aa28-b94760b46fd0"}],"variable":[]}},"response":[{"id":"a5aedc7b-5b96-4e6b-9f8d-0b133b9d5f8b","name":"Get Channel Messages ","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{ccm_url}}/message/?customerChannelIdentifier=4789&serviceIdentifier=1218&conversationId=25f758c4-c361-4260-aa28-b94760b46fd0","host":["{{ccm_url}}"],"path":["message",""],"query":[{"key":"customerChannelIdentifier","value":"4789"},{"key":"serviceIdentifier","value":"1218","type":"text"},{"key":"conversationId","value":"25f758c4-c361-4260-aa28-b94760b46fd0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 09:02:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"63f7508c4e57c96a244eea4e\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n        \"type\": \"BOT\",\n        \"senderName\": \"CONVERSATION_MONITOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n          {\n            \"key\": \"WebChannelData\",\n            \"type\": \"WebChannelData\",\n            \"value\": {\n              \"browserDeviceInfo\": {\n                \"browserId\": \"123456\",\n                \"browserIdExpiryTime\": \"9999\",\n                \"browserName\": \"chrome\",\n                \"deviceType\": \"desktop\"\n              },\n              \"queue\": \"\",\n              \"locale\": {\n                \"timezone\": \"asia/karachi\",\n                \"language\": \"english\",\n                \"country\": \"pakistan\"\n              },\n              \"formData\": {\n                \"id\": 0.2439900446273675,\n                \"formId\": 0.8120648675038826,\n                \"filledBy\": \"web-init\",\n                \"attributes\": [\n                  {\n                    \"value\": \"\",\n                    \"key\": \"firstName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"lastName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"email\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"555\",\n                    \"key\": \"channelIdentifier1\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"createdOn\": \"2023-02-23T11:39:56.568Z\"\n              }\n            }\n          }\n        ]\n      },\n      \"language\": null,\n      \"timestamp\": 1677152396876,\n      \"securityInfo\": null,\n      \"stamps\": null,\n      \"intent\": null,\n      \"entities\": null,\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"Hey! this is sparrow from ExpertFlow. How may i help you today?\"\n    }\n  },\n  {\n    \"id\": \"cd13e140-b36e-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152398676,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"hi\"\n    }\n  },\n  {\n    \"id\": \"63f7508ee616092d936f47bd\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"63f5a7e3e616092d936d0a6e\",\n        \"type\": \"BOT\",\n        \"senderName\": \"EF-Bot\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152398767,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"BUTTON\",\n      \"buttonMessageType\": \"BUTTON\",\n      \"markdownText\": null,\n      \"additionalDetails\": {\n        \"interactive\": {\n          \"type\": \"list\",\n          \"button\": \"Main Menu\",\n          \"header\": {\n            \"type\": \"text\",\n            \"text\": \"Welcome to PTCL!\"\n          },\n          \"body\": {\n            \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n          }\n        }\n      },\n      \"buttons\": [\n        {\n          \"title\": \"Internet Packages\",\n          \"payload\": \"buttonOne\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"Download Android App\",\n          \"payload\": \"buttonTwo\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"Duplicate Bill\",\n          \"payload\": \"buttonThree\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"SmartTv App Config Video\",\n          \"payload\": \"buttonFour\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"WhatsApp Contact number\",\n          \"payload\": \"buttonFive\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"Head Office Location\",\n          \"payload\": \"buttonSix\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        },\n        {\n          \"title\": \"Talk to a human agent\",\n          \"payload\": \"buttonSeven\",\n          \"type\": \"String\",\n          \"additionalButtonDetails\": {\n            \"sectionNo\": 1,\n            \"sectionTitle\": \"Main Menu\"\n          }\n        }\n      ]\n    }\n  },\n  {\n    \"id\": \"cfe26a90-b36e-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152403385,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": \"buttonSeven\",\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": \"63f7508ee616092d936f47bd\",\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"Talk to a human agent\"\n    }\n  },\n  {\n    \"id\": \"0442fda0-c55a-48f5-94c1-1e03bd63aac4\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"9989fd18-1cef-411a-bacd-cdd3f481de4c\",\n        \"type\": \"AGENT\",\n        \"senderName\": \"haroon\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n          {\n            \"key\": \"WebChannelData\",\n            \"type\": \"WebChannelData\",\n            \"value\": {\n              \"browserDeviceInfo\": {\n                \"browserId\": \"123456\",\n                \"browserIdExpiryTime\": \"9999\",\n                \"browserName\": \"chrome\",\n                \"deviceType\": \"desktop\"\n              },\n              \"queue\": \"\",\n              \"locale\": {\n                \"timezone\": \"asia/karachi\",\n                \"language\": \"english\",\n                \"country\": \"pakistan\"\n              },\n              \"formData\": {\n                \"id\": 0.2439900446273675,\n                \"formId\": 0.8120648675038826,\n                \"filledBy\": \"web-init\",\n                \"attributes\": [\n                  {\n                    \"value\": \"\",\n                    \"key\": \"firstName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"lastName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"email\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"555\",\n                    \"key\": \"channelIdentifier1\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"createdOn\": \"2023-02-23T11:39:56.568Z\"\n              }\n            }\n          }\n        ]\n      },\n      \"language\": null,\n      \"timestamp\": 1677152427837,\n      \"securityInfo\": null,\n      \"stamps\": null,\n      \"intent\": null,\n      \"entities\": null,\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"Hi, How may I help you?\"\n    }\n  },\n  {\n    \"id\": \"ec737f00-b36e-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152451312,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"I wanted to know about CIM\"\n    }\n  },\n  {\n    \"id\": \"f7456c90-b36e-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152469465,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"cim\"\n    }\n  },\n  {\n    \"id\": \"77ed7363-f6c7-4d7e-8b9d-bc41ef360258\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"9989fd18-1cef-411a-bacd-cdd3f481de4c\",\n        \"type\": \"AGENT\",\n        \"senderName\": \"haroon\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n          {\n            \"key\": \"WebChannelData\",\n            \"type\": \"WebChannelData\",\n            \"value\": {\n              \"browserDeviceInfo\": {\n                \"browserId\": \"123456\",\n                \"browserIdExpiryTime\": \"9999\",\n                \"browserName\": \"chrome\",\n                \"deviceType\": \"desktop\"\n              },\n              \"queue\": \"\",\n              \"locale\": {\n                \"timezone\": \"asia/karachi\",\n                \"language\": \"english\",\n                \"country\": \"pakistan\"\n              },\n              \"formData\": {\n                \"id\": 0.2439900446273675,\n                \"formId\": 0.8120648675038826,\n                \"filledBy\": \"web-init\",\n                \"attributes\": [\n                  {\n                    \"value\": \"\",\n                    \"key\": \"firstName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"lastName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"email\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"555\",\n                    \"key\": \"channelIdentifier1\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"createdOn\": \"2023-02-23T11:39:56.568Z\"\n              }\n            }\n          }\n        ]\n      },\n      \"language\": null,\n      \"timestamp\": 1677152480648,\n      \"securityInfo\": null,\n      \"stamps\": null,\n      \"intent\": null,\n      \"entities\": null,\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"*Customer Interaction Manager* (CIM) is a customer data platform (CDP), storing customer profiles with identities such as phone numbers, chat and browser IDâs. It tracks customer journeys across all channels (voice, chat, web) with an emphasis on real-time communication.\"\n    }\n  },\n  {\n    \"id\": \"01012f30-b36f-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152485795,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"thanks\"\n    }\n  },\n  {\n    \"id\": \"cb9b4d83-7f26-465e-aed4-f4b8b5be90a7\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"9989fd18-1cef-411a-bacd-cdd3f481de4c\",\n        \"type\": \"AGENT\",\n        \"senderName\": \"haroon\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n          {\n            \"key\": \"WebChannelData\",\n            \"type\": \"WebChannelData\",\n            \"value\": {\n              \"browserDeviceInfo\": {\n                \"browserId\": \"123456\",\n                \"browserIdExpiryTime\": \"9999\",\n                \"browserName\": \"chrome\",\n                \"deviceType\": \"desktop\"\n              },\n              \"queue\": \"\",\n              \"locale\": {\n                \"timezone\": \"asia/karachi\",\n                \"language\": \"english\",\n                \"country\": \"pakistan\"\n              },\n              \"formData\": {\n                \"id\": 0.2439900446273675,\n                \"formId\": 0.8120648675038826,\n                \"filledBy\": \"web-init\",\n                \"attributes\": [\n                  {\n                    \"value\": \"\",\n                    \"key\": \"firstName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"lastName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"email\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"555\",\n                    \"key\": \"channelIdentifier1\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"createdOn\": \"2023-02-23T11:39:56.568Z\"\n              }\n            }\n          }\n        ]\n      },\n      \"language\": null,\n      \"timestamp\": 1677152497577,\n      \"securityInfo\": null,\n      \"stamps\": null,\n      \"intent\": null,\n      \"entities\": null,\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"you are most welcome\"\n    }\n  },\n  {\n    \"id\": \"0a8ce120-b36f-11ed-8892-71c2ecec92c9\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"type\": \"CONNECTOR\",\n        \"senderName\": \"WEB_CONNECTOR\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": []\n      },\n      \"language\": {},\n      \"timestamp\": 1677152501810,\n      \"securityInfo\": {},\n      \"stamps\": [],\n      \"intent\": null,\n      \"entities\": {},\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"bye\"\n    }\n  },\n  {\n    \"id\": \"7acfde09-6e53-4d4f-84f2-fb0014c7a98b\",\n    \"header\": {\n      \"sender\": {\n        \"id\": \"9989fd18-1cef-411a-bacd-cdd3f481de4c\",\n        \"type\": \"AGENT\",\n        \"senderName\": \"haroon\",\n        \"additionalDetail\": null\n      },\n      \"channelData\": {\n        \"channelCustomerIdentifier\": \"555\",\n        \"serviceIdentifier\": \"725\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n          {\n            \"key\": \"WebChannelData\",\n            \"type\": \"WebChannelData\",\n            \"value\": {\n              \"browserDeviceInfo\": {\n                \"browserId\": \"123456\",\n                \"browserIdExpiryTime\": \"9999\",\n                \"browserName\": \"chrome\",\n                \"deviceType\": \"desktop\"\n              },\n              \"queue\": \"\",\n              \"locale\": {\n                \"timezone\": \"asia/karachi\",\n                \"language\": \"english\",\n                \"country\": \"pakistan\"\n              },\n              \"formData\": {\n                \"id\": 0.2439900446273675,\n                \"formId\": 0.8120648675038826,\n                \"filledBy\": \"web-init\",\n                \"attributes\": [\n                  {\n                    \"value\": \"\",\n                    \"key\": \"firstName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"lastName\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"\",\n                    \"key\": \"email\",\n                    \"type\": \"string\"\n                  },\n                  {\n                    \"value\": \"555\",\n                    \"key\": \"channelIdentifier1\",\n                    \"type\": \"string\"\n                  }\n                ],\n                \"createdOn\": \"2023-02-23T11:39:56.568Z\"\n              }\n            }\n          }\n        ]\n      },\n      \"language\": null,\n      \"timestamp\": 1677152509814,\n      \"securityInfo\": null,\n      \"stamps\": null,\n      \"intent\": null,\n      \"entities\": null,\n      \"channelSessionId\": \"63f7508cdf0d0f6473f4043c\",\n      \"conversationId\": \"63f7508c4e57c96a244ee951\",\n      \"customer\": {\n        \"_id\": \"63f74b3863a1fab8dada64e1\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n          \"555\"\n        ]\n      },\n      \"replyToMessageId\": null,\n      \"providerMessageId\": null\n    },\n    \"body\": {\n      \"type\": \"PLAIN\",\n      \"markdownText\": \"have a good day\"\n    }\n  }\n]"}],"_postman_id":"79b191be-265b-494f-81c0-5336e9bc8632"}],"id":"5c497463-7549-44aa-abfd-5276255be15a","description":"<p>This folder covers all APIs exposed by Channel Manager for setting up a channel session and for messages exchange between channel connector and Expertflow CX.</p>\n","_postman_id":"5c497463-7549-44aa-abfd-5276255be15a"},{"name":"CX Customers","item":[{"name":"CIM Customer Enhancements","item":[{"name":"Filters","item":[{"name":"createFilter","id":"0f4c9802-53cb-4abf-89b3-9b7d7a2616c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFilter {\r\n    createFilter(\r\n        filterName: \"PTCL customers\"\r\n        filterQueryString: \"\"\"\r\n        { \"or\": [\r\n                { \"firstName\": { \"equalTo\": \"test\" } },\r\n                { \"and\": [\r\n                            { \"firstName\": { \"contains\": \"faraz\" }},\r\n                            { \"labels\": { \"equalTo\": \"PTCL\" }}\r\n                        ]\r\n                    },\r\n                { \"phoneNumber\": { \"startsWith\": \"123\" }}\r\n                ]\r\n            }\r\n        \"\"\"\r\n    ) {\r\n        _id\r\n        filterName\r\n        filterQuery\r\n        createdAt\r\n        updatedAt\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"a5b755b0-eb4b-4e66-aa4e-ec823584e4af","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:47:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"createFilter\": {\n            \"_id\": \"6719c362eebbb67a40fd90e3\",\n            \"filterName\": \"New Years customers\",\n            \"filterQuery\": {\n                \"or\": [\n                    {\n                        \"firstName\": {\n                            \"equalTo\": \"test\"\n                        }\n                    },\n                    {\n                        \"and\": [\n                            {\n                                \"firstName\": {\n                                    \"contains\": \"faraz\"\n                                }\n                            },\n                            {\n                                \"labels\": {\n                                    \"equalTo\": \"PTCL\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"phoneNumber\": {\n                            \"startsWith\": \"123\"\n                        }\n                    }\n                ]\n            },\n            \"createdAt\": \"2024-10-24T03:47:46.171Z\",\n            \"updatedAt\": \"2024-10-24T03:47:46.171Z\"\n        }\n    }\n}"},{"id":"75ca2651-b80e-4b92-8f70-3e502ad38e79","name":"filterName not Unique","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:50:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Error: ValidationError: filterName: Path `filterName` (New Years customers) is not unique.\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"createFilter\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"createFilter\": null\n    }\n}"},{"id":"f4f7627c-aad1-4cc4-ae46-813fbdffd3f0","name":"invalid operator/Non-Searchable attribute","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:50:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Error: Error: Invalid keys found in filterQuery: wow not searchable\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"createFilter\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"createFilter\": null\n    }\n}"},{"id":"350c7997-e4ca-41c8-9100-c8a09f44accb","name":"inValid Query Syntax","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:52:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"SyntaxError: Unexpected token { in JSON at position 64\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"createFilter\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"createFilter\": null\n    }\n}"}],"_postman_id":"0f4c9802-53cb-4abf-89b3-9b7d7a2616c3"},{"name":"updateFilterById","id":"7dae2bfd-6c60-42fa-b645-290c6eb7199f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateFilterByID {\r\n    updateFilterByID(\r\n        id: \"6719c362eebbb67a40fd90e3\"\r\n        filterName: \"Updated new Testing\"\r\n        filterQueryString: \"\"\"\r\n        { \"or\": [\r\n                { \"firstName\": { \"equalTo\": \"Updated\" } },\r\n                { \"and\": [\r\n                            { \"firstName\": { \"contains\": \"faraz\" }},\r\n                            { \"labels\": { \"equalTo\": \"Updated\" }}\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        \"\"\"\r\n    ) {\r\n        _id\r\n        filterName\r\n        filterQuery\r\n        createdAt\r\n        updatedAt\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"7c2d7b3c-406e-411d-a9c3-3329e19c570e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:48:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"updateFilterByID\": {\n            \"_id\": \"6719c362eebbb67a40fd90e3\",\n            \"filterName\": \"Updated new Testing\",\n            \"filterQuery\": {\n                \"or\": [\n                    {\n                        \"firstName\": {\n                            \"equalTo\": \"Updated\"\n                        }\n                    },\n                    {\n                        \"and\": [\n                            {\n                                \"firstName\": {\n                                    \"contains\": \"faraz\"\n                                }\n                            },\n                            {\n                                \"labels\": {\n                                    \"equalTo\": \"Updated\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"createdAt\": \"2024-10-24T03:47:46.171Z\",\n            \"updatedAt\": \"2024-10-24T03:48:35.101Z\"\n        }\n    }\n}"},{"id":"e898e9f5-9e24-45a1-b6b8-9c1d293b4740","name":"ID not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:48:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"CastError: Cast to ObjectId failed for value \\\"6719c362eebbb67a40fde3\\\" (type string) at path \\\"_id\\\" for model \\\"filterSchema\\\"\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"updateFilterByID\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"updateFilterByID\": null\n    }\n}"},{"id":"81f82305-792e-4b6f-9db9-db9b0140ad2d","name":"Invalid Query Syntax","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:49:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"SyntaxError: Unexpected token { in JSON at position 32\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"updateFilterByID\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"updateFilterByID\": null\n    }\n}"}],"_postman_id":"7dae2bfd-6c60-42fa-b645-290c6eb7199f"},{"name":"deleteFilterById","id":"dab39bf3-7037-4da8-8edf-eb758592ef6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteFilterByID {\r\n    deleteFilterByID(id: \"6719c4aceebbb6c0ccfd9101\") {\r\n        _id\r\n        filterName\r\n        filterQuery\r\n        createdAt\r\n        updatedAt\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"6a92c333-2fb9-4afe-9d86-60448f940cea","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:59:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"deleteFilterByID\": {\n            \"_id\": \"6719c4aceebbb6c0ccfd9101\",\n            \"filterName\": \"toBeDeleted\",\n            \"filterQuery\": {\n                \"or\": [\n                    {\n                        \"firstName\": {\n                            \"equalTo\": \"test\"\n                        }\n                    },\n                    {\n                        \"and\": [\n                            {\n                                \"firstName\": {\n                                    \"contains\": \"faraz\"\n                                }\n                            },\n                            {\n                                \"labels\": {\n                                    \"equalTo\": \"PTCL\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"phoneNumber\": {\n                            \"startsWith\": \"123\"\n                        }\n                    }\n                ]\n            },\n            \"createdAt\": \"2024-10-24T03:53:16.332Z\",\n            \"updatedAt\": \"2024-10-24T03:53:16.332Z\"\n        }\n    }\n}"},{"id":"f54d6161-d6fc-404e-ad03-57a95ea2ccde","name":"not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:59:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"TypeError: Cannot read properties of null (reading '_id')\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"deleteFilterByID\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"deleteFilterByID\": null\n    }\n}"}],"_postman_id":"dab39bf3-7037-4da8-8edf-eb758592ef6d"},{"name":"getAllFilters","id":"58bf86f7-7bb4-44f6-b6f5-0dd24e274b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetFilters {\r\n    getFilters(limit: 25, offset: 0, sort: \"filterName:desc\") {\r\n        docs {\r\n            _id\r\n            filterName\r\n            filterQuery\r\n            createdAt\r\n            updatedAt\r\n        }\r\n        totalDocs\r\n        limit\r\n        offset\r\n        totalPages\r\n        pagingCounter\r\n        hasPrevPage\r\n        hasNextPage\r\n        prevPage\r\n        nextPage\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"70d06676-58ff-4228-a4c5-10a0ab3956c7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:53:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getFilters\": {\n            \"docs\": [\n                {\n                    \"_id\": \"6719c362eebbb67a40fd90e3\",\n                    \"filterName\": \"Updated new Testing\",\n                    \"filterQuery\": {\n                        \"or\": [\n                            {\n                                \"firstName\": {\n                                    \"equalTo\": \"Updated\"\n                                }\n                            },\n                            {\n                                \"and\": [\n                                    {\n                                        \"firstName\": {\n                                            \"contains\": \"faraz\"\n                                        }\n                                    },\n                                    {\n                                        \"labels\": {\n                                            \"equalTo\": \"Updated\"\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"createdAt\": \"2024-10-24T03:47:46.171Z\",\n                    \"updatedAt\": \"2024-10-24T03:50:11.699Z\"\n                },\n                {\n                    \"_id\": \"6719c409eebbb6f094fd90f3\",\n                    \"filterName\": \"New Years customers\",\n                    \"filterQuery\": {\n                        \"or\": [\n                            {\n                                \"firstName\": {\n                                    \"equalTo\": \"test\"\n                                }\n                            },\n                            {\n                                \"and\": [\n                                    {\n                                        \"firstName\": {\n                                            \"contains\": \"faraz\"\n                                        }\n                                    },\n                                    {\n                                        \"labels\": {\n                                            \"equalTo\": \"PTCL\"\n                                        }\n                                    }\n                                ]\n                            },\n                            {\n                                \"phoneNumber\": {\n                                    \"startsWith\": \"123\"\n                                }\n                            }\n                        ]\n                    },\n                    \"createdAt\": \"2024-10-24T03:50:33.361Z\",\n                    \"updatedAt\": \"2024-10-24T03:50:33.361Z\"\n                },\n                {\n                    \"_id\": \"6719c4aceebbb6c0ccfd9101\",\n                    \"filterName\": \"toBeDeleted\",\n                    \"filterQuery\": {\n                        \"or\": [\n                            {\n                                \"firstName\": {\n                                    \"equalTo\": \"test\"\n                                }\n                            },\n                            {\n                                \"and\": [\n                                    {\n                                        \"firstName\": {\n                                            \"contains\": \"faraz\"\n                                        }\n                                    },\n                                    {\n                                        \"labels\": {\n                                            \"equalTo\": \"PTCL\"\n                                        }\n                                    }\n                                ]\n                            },\n                            {\n                                \"phoneNumber\": {\n                                    \"startsWith\": \"123\"\n                                }\n                            }\n                        ]\n                    },\n                    \"createdAt\": \"2024-10-24T03:53:16.332Z\",\n                    \"updatedAt\": \"2024-10-24T03:53:16.332Z\"\n                },\n                {\n                    \"_id\": \"6719c4d1eebbb6620afd910b\",\n                    \"filterName\": \"PTCL customers\",\n                    \"filterQuery\": {\n                        \"or\": [\n                            {\n                                \"firstName\": {\n                                    \"equalTo\": \"test\"\n                                }\n                            },\n                            {\n                                \"and\": [\n                                    {\n                                        \"firstName\": {\n                                            \"contains\": \"faraz\"\n                                        }\n                                    },\n                                    {\n                                        \"labels\": {\n                                            \"equalTo\": \"PTCL\"\n                                        }\n                                    }\n                                ]\n                            },\n                            {\n                                \"phoneNumber\": {\n                                    \"startsWith\": \"123\"\n                                }\n                            }\n                        ]\n                    },\n                    \"createdAt\": \"2024-10-24T03:53:53.790Z\",\n                    \"updatedAt\": \"2024-10-24T03:53:53.790Z\"\n                }\n            ],\n            \"totalDocs\": 4,\n            \"limit\": 25,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"pagingCounter\": 1,\n            \"hasPrevPage\": false,\n            \"hasNextPage\": false,\n            \"prevPage\": null,\n            \"nextPage\": null\n        }\n    }\n}"},{"id":"f11088ec-edc2-4a37-8f5a-a63fe8988e92","name":"invalid attribute in response body","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:54:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Cannot query field \\\"filterNam\\\" on type \\\"filter\\\". Did you mean \\\"filterName\\\" or \\\"filterQuery\\\"?\",\n            \"locations\": [\n                {\n                    \"line\": 5,\n                    \"column\": 13\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"58bf86f7-7bb4-44f6-b6f5-0dd24e274b9f"},{"name":"getFilterByName","id":"eafe68dd-b0fe-483f-9466-91396a4a654b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetFilterByName {\r\n    getFilterByName(filterName: \"PTCL customers\") {\r\n        _id\r\n        filterName\r\n        filterQuery\r\n        createdAt\r\n        updatedAt\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"3ce780e4-418b-4185-99e8-50106731e128","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:55:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getFilterByName\": {\n            \"_id\": \"6719c4d1eebbb6620afd910b\",\n            \"filterName\": \"PTCL customers\",\n            \"filterQuery\": {\n                \"or\": [\n                    {\n                        \"firstName\": {\n                            \"equalTo\": \"test\"\n                        }\n                    },\n                    {\n                        \"and\": [\n                            {\n                                \"firstName\": {\n                                    \"contains\": \"faraz\"\n                                }\n                            },\n                            {\n                                \"labels\": {\n                                    \"equalTo\": \"PTCL\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"phoneNumber\": {\n                            \"startsWith\": \"123\"\n                        }\n                    }\n                ]\n            },\n            \"createdAt\": \"2024-10-24T03:53:53.790Z\",\n            \"updatedAt\": \"2024-10-24T03:53:53.790Z\"\n        }\n    }\n}"},{"id":"27bd09cd-4d49-4ebe-a7d4-9766112bc415","name":"not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:56:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Error: Filter with filterName: PTCL not found\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"getFilterByName\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"getFilterByName\": null\n    }\n}"}],"_postman_id":"eafe68dd-b0fe-483f-9466-91396a4a654b"},{"name":"getFilterByID","id":"b95530e7-0ec9-4f21-8942-68f0c994b706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetFilterByID {\r\n    getFilterByID(id: \"6719c4d1eebbb6620afd910b\") {\r\n        _id\r\n        filterName\r\n        filterQuery\r\n        createdAt\r\n        updatedAt\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/filter","urlObject":{"protocol":"https","path":["cim-customer","filter"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"e7d422ad-71e1-47da-a9a7-a933a7e87bea","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:57:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getFilterByID\": {\n            \"_id\": \"6719c4d1eebbb6620afd910b\",\n            \"filterName\": \"PTCL customers\",\n            \"filterQuery\": {\n                \"or\": [\n                    {\n                        \"firstName\": {\n                            \"equalTo\": \"test\"\n                        }\n                    },\n                    {\n                        \"and\": [\n                            {\n                                \"firstName\": {\n                                    \"contains\": \"faraz\"\n                                }\n                            },\n                            {\n                                \"labels\": {\n                                    \"equalTo\": \"PTCL\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"phoneNumber\": {\n                            \"startsWith\": \"123\"\n                        }\n                    }\n                ]\n            },\n            \"createdAt\": \"2024-10-24T03:53:53.790Z\",\n            \"updatedAt\": \"2024-10-24T03:53:53.790Z\"\n        }\n    }\n}"},{"id":"41afa356-5cea-4044-9f3a-4bf5b8953263","name":"not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 03:59:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"TypeError: Cannot read properties of null (reading '_id')\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"getFilterByID\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"getFilterByID\": null\n    }\n}"}],"_postman_id":"b95530e7-0ec9-4f21-8942-68f0c994b706"}],"id":"3479a93a-a212-4cbd-83e4-88c227b0748a","description":"<p>Filter object requires following:</p>\n<ol>\n<li><p>filterName (Always unique)</p>\n</li>\n<li><p>FilterQuery (JSON Object)</p>\n</li>\n</ol>\n<p>Supported Operators in filterQuery:</p>\n<ul>\n<li><p>and</p>\n</li>\n<li><p>or</p>\n</li>\n<li><p>equalTo</p>\n</li>\n<li><p>notEqualTo</p>\n</li>\n<li><p>greaterThan</p>\n</li>\n<li><p>greaterThanOrEqualTo</p>\n</li>\n<li><p>lessThan</p>\n</li>\n<li><p>lessThanOrEqualTo</p>\n</li>\n<li><p>startsWith</p>\n</li>\n<li><p>endsWith</p>\n</li>\n<li><p>contains</p>\n</li>\n<li><p>notContains</p>\n</li>\n<li><p>isEmpty</p>\n</li>\n<li><p>isNotEmpty</p>\n</li>\n</ul>\n<p>Filters impose following constraints on customerSchema attributes:</p>\n<ol>\n<li><p>Only those customerSchema attributes can be used in filterQuery whose \"isSearchAble\" flag is set \"true\"</p>\n</li>\n<li><p>Once a customerSchema attribute is used in filter (filter is saved), the customerSchema attribute can't be deleted. If client tries to delete the attribute that is in use in filters, there will be bad request error with message saying cannot delete attribute in use in filter.</p>\n</li>\n</ol>\n","_postman_id":"3479a93a-a212-4cbd-83e4-88c227b0748a"},{"name":"CustomerSchema","item":[{"name":"Get CustomerSchema","id":"0543453d-4827-47cf-89f9-39c68238425b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema","urlObject":{"protocol":"https","path":["cim-customer","customerSchema"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"2efecf39-a826-462d-8ec2-d96481230dc1","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:00:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"c382ffd6-c310-4ac5-a58c-f871c0519496"},{"key":"ETag","value":"W/\"bf4-rjII1pVPUNks/FS1f972ZbDHYjU\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719bc00f61af8b2410bbe74\",\n        \"key\": \"firstName\",\n        \"defaultValue\": \"Jane Doe\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"First Name\",\n        \"length\": 50,\n        \"sortOrder\": 1,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [\n            \"WHATSAPP\",\n            \"SMS\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe75\",\n        \"key\": \"phoneNumber\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Phone Number\",\n        \"length\": 18,\n        \"sortOrder\": 2,\n        \"type\": \"phoneNumber\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"WEB\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe76\",\n        \"key\": \"web\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Web\",\n        \"length\": 50,\n        \"sortOrder\": 3,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"CX_VOICE\",\n            \"CISCO_CC\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe77\",\n        \"key\": \"voice\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Voice\",\n        \"length\": 18,\n        \"sortOrder\": 4,\n        \"type\": \"phoneNumber\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"FACEBOOK\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe78\",\n        \"key\": \"facebook\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Facebook SM\",\n        \"length\": 50,\n        \"sortOrder\": 7,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [],\n        \"_id\": \"6719bc00f61af8b2410bbe79\",\n        \"key\": \"isAnonymous\",\n        \"defaultValue\": false,\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Anonymous\",\n        \"length\": 4,\n        \"sortOrder\": 5,\n        \"type\": \"boolean\"\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719bc00f61af8b2410bbe7a\",\n        \"key\": \"labels\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Labels\",\n        \"length\": 24,\n        \"sortOrder\": 6,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"TWITTER\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe7b\",\n        \"key\": \"twitter\",\n        \"defaultValue\": \"\",\n        \"description\": \"Twitter DM\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Twitter\",\n        \"length\": 50,\n        \"sortOrder\": 8,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"TELEGRAM\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe7c\",\n        \"key\": \"telegram\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Telegram\",\n        \"length\": 50,\n        \"sortOrder\": 9,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"INSTAGRAM\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe7d\",\n        \"key\": \"instagram\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Instagram\",\n        \"length\": 50,\n        \"sortOrder\": 10,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": false,\n        \"channelTypes\": [\n            \"VIBER\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe7e\",\n        \"key\": \"viber\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Viber\",\n        \"length\": 50,\n        \"sortOrder\": 11,\n        \"type\": \"string\"\n    }\n]"}],"_postman_id":"0543453d-4827-47cf-89f9-39c68238425b"},{"name":"Get Searchable Schema Attributes","id":"81482558-c91c-4a6c-b191-5fb7581a89f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema?isSearchAble=true","urlObject":{"protocol":"https","path":["cim-customer","customerSchema"],"host":["cim-dev2","expertflow","com"],"query":[{"key":"isSearchAble","value":"true"}],"variable":[]}},"response":[{"id":"9bdec14f-9f74-4327-9e84-be46479b570b","name":"Get Searchable Schema Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev2.expertflow.com/cim-customer/customerSchema?isSearchAble=true","protocol":"https","host":["cim-dev2","expertflow","com"],"path":["cim-customer","customerSchema"],"query":[{"key":"isSearchAble","value":"true"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719bc00f61af8b2410bbe74\",\n        \"key\": \"firstName\",\n        \"defaultValue\": \"Jane Doe\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"First Name\",\n        \"length\": 50,\n        \"sortOrder\": 1,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [\n            \"WHATSAPP\",\n            \"SMS\"\n        ],\n        \"_id\": \"6719bc00f61af8b2410bbe75\",\n        \"key\": \"phoneNumber\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Phone Number\",\n        \"length\": 18,\n        \"sortOrder\": 2,\n        \"type\": \"phoneNumber\"\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719bc00f61af8b2410bbe7a\",\n        \"key\": \"labels\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Labels\",\n        \"length\": 24,\n        \"sortOrder\": 6,\n        \"type\": \"string\"\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719cc32eebbb66777fd914c\",\n        \"key\": \"mail\",\n        \"defaultValue\": \"Usman\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"mail\",\n        \"length\": 50,\n        \"type\": \"string\",\n        \"sortOrder\": 13,\n        \"__v\": 0\n    },\n    {\n        \"isSearchAble\": true,\n        \"channelTypes\": [],\n        \"_id\": \"6719cd14eebbb6670dfd9152\",\n        \"key\": \"newKey\",\n        \"defaultValue\": \"Updated\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"newKey\",\n        \"length\": 50,\n        \"type\": \"string\",\n        \"sortOrder\": 14,\n        \"__v\": 0\n    }\n]"}],"_postman_id":"81482558-c91c-4a6c-b191-5fb7581a89f0"},{"name":"Add CustomerSchema Attribute","id":"7f1ea168-6784-493e-8cc3-6d8c2b0b9f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"key\": \"newKey\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"isSearchAble\": \"true\",\r\n        \"label\": \"newKey\",\r\n        \"length\": 50,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema","urlObject":{"protocol":"https","path":["cim-customer","customerSchema"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"0e47d313-3b13-4a71-b63c-5e4dc2a67652","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"key\": \"newKey\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"isSearchAble\": \"true\",\r\n        \"label\": \"newKey\",\r\n        \"length\": 50,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:28:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"2b004ec6-cabe-4648-bc26-e2b9e434b950"},{"key":"ETag","value":"W/\"114-/LiFq0W8CYhMcMrxKqjF5It5bcc\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSearchAble\": true,\n    \"channelTypes\": [],\n    \"_id\": \"6719cd14eebbb6670dfd9152\",\n    \"key\": \"newKey\",\n    \"defaultValue\": \"Usman\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": true,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"newKey\",\n    \"length\": 50,\n    \"type\": \"string\",\n    \"sortOrder\": 14,\n    \"__v\": 0\n}"},{"id":"0c05ab81-6589-411e-b28b-ff4f27c343a6","name":"Unique constraint","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"key\": \"newkey\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"isSearchAble\": \"true\",\r\n        \"label\": \"NewLabel\",\r\n        \"length\": 50,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:03:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"762614a1-c655-4cb6-b3a1-51fff514b3c2"},{"key":"ETag","value":"W/\"35-HiBS1iYaRAbE+2QdLaYsvP3K4EI\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"attribute\": \"label\",\n        \"validation\": \"UNIQUE\"\n    }\n}"}],"_postman_id":"7f1ea168-6784-493e-8cc3-6d8c2b0b9f42"},{"name":"Update CustomerSchema Attribute","id":"29f8b543-aae3-4982-9910-b9b7031f36a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isSearchAble\": true,\r\n    \"channelTypes\": [],\r\n    \"_id\": \"6719cd14eebbb6670dfd9152\",\r\n    \"key\": \"newKey\",\r\n    \"defaultValue\": \"Updated\",\r\n    \"description\": \"\",\r\n    \"isChannelIdentifier\": false,\r\n    \"isDeleteAble\": true,\r\n    \"isPii\": false,\r\n    \"isRequired\": false,\r\n    \"label\": \"newKey\",\r\n    \"length\": 50,\r\n    \"type\": \"string\",\r\n    \"sortOrder\": 14\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","urlObject":{"protocol":"https","path":["cim-customer","customerSchema",":id"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[{"id":"eeaca0ec-2250-4ca9-be9f-55d272009554","type":"any","value":"6719cd14eebbb6670dfd9152","key":"id"}]}},"response":[{"id":"28d37fcd-a496-43b3-b651-02eaf66e3764","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isSearchAble\": true,\r\n    \"channelTypes\": [],\r\n    \"_id\": \"6719cd14eebbb6670dfd9152\",\r\n    \"key\": \"newKey\",\r\n    \"defaultValue\": \"Updated\",\r\n    \"description\": \"\",\r\n    \"isChannelIdentifier\": false,\r\n    \"isDeleteAble\": true,\r\n    \"isPii\": false,\r\n    \"isRequired\": false,\r\n    \"label\": \"newKey\",\r\n    \"length\": 50,\r\n    \"type\": \"string\",\r\n    \"sortOrder\": 14\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","protocol":"https","host":["cim-dev2","expertflow","com"],"path":["cim-customer","customerSchema",":id"],"variable":[{"key":"id","value":"6719cd14eebbb6670dfd9152"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:30:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"74450535-3658-4eef-b3c4-4c91adeb1f76"},{"key":"ETag","value":"W/\"116-ox1bg9E5ede6koKqqeDJMuKAAHU\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSearchAble\": true,\n    \"channelTypes\": [],\n    \"_id\": \"6719cd14eebbb6670dfd9152\",\n    \"key\": \"newKey\",\n    \"defaultValue\": \"Updated\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": true,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"newKey\",\n    \"length\": 50,\n    \"type\": \"string\",\n    \"sortOrder\": 14,\n    \"__v\": 0\n}"},{"id":"c217ec5f-57f8-4f10-b380-3a899f2edbe6","name":"searchAble cannot be unset","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isSearchAble\": false,\r\n    \"channelTypes\": [],\r\n    \"_id\": \"6719cc32eebbb66777fd914c\",\r\n    \"key\": \"mail\",\r\n    \"defaultValue\": \"Usman\",\r\n    \"description\": \"\",\r\n    \"isChannelIdentifier\": false,\r\n    \"isDeleteAble\": true,\r\n    \"isPii\": false,\r\n    \"isRequired\": false,\r\n    \"label\": \"mail\",\r\n    \"length\": 50,\r\n    \"type\": \"string\",\r\n    \"sortOrder\": 13\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","protocol":"https","host":["cim-dev2","expertflow","com"],"path":["cim-customer","customerSchema",":id"],"variable":[{"key":"id","value":"6719cc32eebbb66777fd914c"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:26:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"86609084-e7b2-4614-b560-a451fd62526a"},{"key":"ETag","value":"W/\"6a-sfXiAi4MQVjQwbltbOP9d/dD71A\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"SEARCHABLE_TRUE_CANNOT_BE_SET_TO_FALSE\",\n        \"msg\": \"Searchable true cannot be set to false\"\n    }\n}"}],"_postman_id":"29f8b543-aae3-4982-9910-b9b7031f36a8"},{"name":"Delete CustomerSchema Attribute","id":"079d3ed7-c42b-47f6-8334-e9330608a205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"isSearchAble\": true,\r\n        \"channelTypes\": [],\r\n        \"key\": \"newkey3\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"label\": \"newkey3\",\r\n        \"length\": 50,\r\n        \"type\": \"string\",\r\n        \"sortOrder\": 14\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","urlObject":{"protocol":"https","path":["cim-customer","customerSchema",":id"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[{"id":"91fe0470-b28b-4fb8-9506-d9802c06d4af","type":"any","value":"671a408db3980f2b9490ed2a","key":"id"}]}},"response":[{"id":"63dce2a4-e782-4f02-b278-2eafdcc72691","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"isSearchAble\": true,\r\n        \"channelTypes\": [],\r\n        \"key\": \"newkey3\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"label\": \"newkey3\",\r\n        \"length\": 50,\r\n        \"type\": \"string\",\r\n        \"sortOrder\": 14\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","protocol":"https","host":["cim-dev2","expertflow","com"],"path":["cim-customer","customerSchema",":id"],"variable":[{"key":"id","value":"671a408db3980f2b9490ed2a"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"msg\": \"Customer Schema Attribute Deleted Successfully\"\n}"},{"id":"dbe335d7-602f-4dea-b9c6-d9e29e8289f4","name":"Attribute in use in filters","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"isSearchAble\": true,\r\n        \"channelTypes\": [],\r\n        \"key\": \"newkey3\",\r\n        \"defaultValue\": \"Usman\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeleteAble\": true,\r\n        \"isPii\": false,\r\n        \"isRequired\": false,\r\n        \"label\": \"newkey3\",\r\n        \"length\": 50,\r\n        \"type\": \"string\",\r\n        \"sortOrder\": 14\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev2.expertflow.com/cim-customer/customerSchema/:id","protocol":"https","host":["cim-dev2","expertflow","com"],"path":["cim-customer","customerSchema",":id"],"variable":[{"key":"id","value":"671a408db3980f2b9490ed2a"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"ATTRIBUTE_IN_USE_IN_FILTER\",\n        \"msg\": \"Attribute in use in filter\"\n    }\n}"}],"_postman_id":"079d3ed7-c42b-47f6-8334-e9330608a205"}],"id":"f1a86517-37eb-418d-aac4-b581998a52d7","description":"<p>new Attribute \"isSearchAble\" is added in customerSchema object with following constraints:</p>\n<ol>\n<li><p>isSearchAble is by default false</p>\n</li>\n<li><p>isSearchAble once set true cannot be set to false later</p>\n</li>\n</ol>\n","_postman_id":"f1a86517-37eb-418d-aac4-b581998a52d7"},{"name":"GetCustomers","item":[{"name":"getCustomerByFilterQuery","id":"e8300c89-24e5-4f1e-b388-e118778a49cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetCustomerByFilterQuery {\r\n    getCustomerByFilterQuery(\r\n        filterQueryString: \"\"\"\r\n        {\r\n            \"or\": [\r\n                {\"firstName\": { \"equalTo\": \"test\" }},\r\n                {\"firstName\": { \"endsWith\": \"789\" }},\r\n                {\"phoneNumber\": { \"contains\": \"567\" }}\r\n            ]\r\n        }\r\n        \"\"\"\r\n        limit: 25\r\n        offset: 0\r\n        sort: \"firstName:desc\"\r\n    ) {\r\n        docs {\r\n            _id\r\n            firstName\r\n            phoneNumber\r\n            web\r\n            voice\r\n            facebook\r\n            isAnonymous\r\n            labels\r\n            twitter\r\n            telegram\r\n            instagram\r\n            viber\r\n        }\r\n        totalDocs\r\n        limit\r\n        page\r\n        totalPages\r\n        pagingCounter\r\n        hasPrevPage\r\n        hasNextPage\r\n        prevPage\r\n        nextPage\r\n    }\r\n}\r\n","variables":""}},"url":"https://cim-dev2.expertflow.com/cim-customer/v2/customers","urlObject":{"protocol":"https","path":["cim-customer","v2","customers"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"9fee66fb-31d8-446a-bfe5-933d70203158","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:32:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getCustomerByFilterQuery\": {\n            \"docs\": [\n                {\n                    \"_id\": \"671155f381d916a93efdd4cd\",\n                    \"firstName\": \"Faraz\",\n                    \"phoneNumber\": [\n                        \"123456789\"\n                    ],\n                    \"web\": [\n                        \"123456789\"\n                    ],\n                    \"voice\": [\n                        \"123\"\n                    ],\n                    \"facebook\": [\n                        \"\"\n                    ],\n                    \"isAnonymous\": false,\n                    \"labels\": [],\n                    \"twitter\": [\n                        \"\"\n                    ],\n                    \"telegram\": [\n                        \"\"\n                    ],\n                    \"instagram\": [\n                        \"\"\n                    ],\n                    \"viber\": [\n                        \"\"\n                    ]\n                },\n                {\n                    \"_id\": \"66e3f3ee90def29ec44d31d5\",\n                    \"firstName\": \"123456789\",\n                    \"phoneNumber\": [],\n                    \"web\": [\n                        \"123456789\"\n                    ],\n                    \"voice\": null,\n                    \"facebook\": null,\n                    \"isAnonymous\": true,\n                    \"labels\": null,\n                    \"twitter\": null,\n                    \"telegram\": null,\n                    \"instagram\": null,\n                    \"viber\": null\n                },\n                {\n                    \"_id\": \"670e1dcb07bfc7db39bf3702\",\n                    \"firstName\": \"789\",\n                    \"phoneNumber\": [],\n                    \"web\": [\n                        \"789\"\n                    ],\n                    \"voice\": null,\n                    \"facebook\": null,\n                    \"isAnonymous\": true,\n                    \"labels\": null,\n                    \"twitter\": null,\n                    \"telegram\": null,\n                    \"instagram\": null,\n                    \"viber\": null\n                },\n                {\n                    \"_id\": \"66e3f3d490def280454d31d1\",\n                    \"firstName\": \"test\",\n                    \"phoneNumber\": [],\n                    \"web\": [\n                        \"test\"\n                    ],\n                    \"voice\": null,\n                    \"facebook\": null,\n                    \"isAnonymous\": true,\n                    \"labels\": null,\n                    \"twitter\": null,\n                    \"telegram\": null,\n                    \"instagram\": null,\n                    \"viber\": null\n                },\n                {\n                    \"_id\": \"670e292d07bfc76295bf370d\",\n                    \"firstName\": \"test\",\n                    \"phoneNumber\": [],\n                    \"web\": [\n                        \"890\"\n                    ],\n                    \"voice\": null,\n                    \"facebook\": null,\n                    \"isAnonymous\": true,\n                    \"labels\": null,\n                    \"twitter\": null,\n                    \"telegram\": null,\n                    \"instagram\": null,\n                    \"viber\": null\n                }\n            ],\n            \"totalDocs\": 5,\n            \"limit\": 25,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"pagingCounter\": 0,\n            \"hasPrevPage\": false,\n            \"hasNextPage\": false,\n            \"prevPage\": null,\n            \"nextPage\": null\n        }\n    }\n}"},{"id":"764e1bcf-88fd-42da-b0db-5c05665c8e1f","name":"customers not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:33:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getCustomerByFilterQuery\": {\n            \"docs\": [],\n            \"totalDocs\": 0,\n            \"limit\": 25,\n            \"page\": 1,\n            \"totalPages\": 0,\n            \"pagingCounter\": 0,\n            \"hasPrevPage\": false,\n            \"hasNextPage\": false,\n            \"prevPage\": null,\n            \"nextPage\": null\n        }\n    }\n}"},{"id":"f0081a70-ef53-4a00-af50-a8f918cb357c","name":"invalid Operator or attribute passed","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:33:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Error: Error: Invalid keys found in filterQuery: EequalTo not searchable\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"getCustomerByFilterQuery\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"getCustomerByFilterQuery\": null\n    }\n}"},{"id":"21362e9c-b6e1-4bf3-a19c-e923c6882876","name":"Query Syntax not valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://cim-dev2.expertflow.com/cim-customer/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 24 Oct 2024 04:34:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"SyntaxError: Unexpected token { in JSON at position 67\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"getCustomerByFilterQuery\"\n            ]\n        }\n    ],\n    \"data\": {\n        \"getCustomerByFilterQuery\": null\n    }\n}"}],"_postman_id":"e8300c89-24e5-4f1e-b388-e118778a49cc"}],"id":"6d7d40f1-08ec-4cfa-9c1d-059796be3509","_postman_id":"6d7d40f1-08ec-4cfa-9c1d-059796be3509","description":""}],"id":"c276b2d7-f8cf-49c4-a55a-b22c21f388e0","description":"<p>This contains the APIs required for customer enhancement epic, APIs are needed mainly for campaigns.</p>\n<p>It contains new API:</p>\n<ol>\n<li><p>Filters CRUD</p>\n</li>\n<li><p>GetCustomers</p>\n</li>\n</ol>\n<p>and some old APIs modified:</p>\n<ol>\n<li>CustomerSchema</li>\n</ol>\n","_postman_id":"c276b2d7-f8cf-49c4-a55a-b22c21f388e0"},{"name":"Customer Schema","item":[{"name":"Get Schema Attribute List","id":"a75382e2-bc57-45a9-993b-ce922d62c627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customerSchema","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customerSchema</strong></p>\n<p>This API returns the customer schema attributes.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of attributes.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchema"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"99f10c3d-e47b-43dc-966b-c6aaae28d2f2","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2612"},{"key":"ETag","value":"W/\"a34-ePjhDJCKaUZaINVoojH0+xjGh0I\""},{"key":"Date","value":"Mon, 28 Jun 2021 15:55:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"channelTypes\": [],\n        \"_id\": \"62222255f1479ae37b5fd5e7\",\n        \"key\": \"firstName\",\n        \"defaultValue\": \"Jane Doe\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"First Name\",\n        \"length\": 50,\n        \"sortOrder\": 1,\n        \"type\": \"string\"\n    },\n    {\n        \"channelTypes\": [\n            \"WHATSAPP\",\n            \"SMS\"\n        ],\n        \"_id\": \"62222255f1479ae37b5fd5e8\",\n        \"key\": \"phoneNumber\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Phone Number\",\n        \"length\": 18,\n        \"sortOrder\": 2,\n        \"type\": \"phoneNumber\"\n    },\n    {\n        \"channelTypes\": [\n            \"WEB\"\n        ],\n        \"_id\": \"62222255f1479ae37b5fd5e9\",\n        \"key\": \"web\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": true,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Web\",\n        \"length\": 50,\n        \"sortOrder\": 3,\n        \"type\": \"string\"\n    },\n    {\n        \"channelTypes\": [],\n        \"_id\": \"62222255f1479ae37b5fd5ea\",\n        \"key\": \"isAnonymous\",\n        \"defaultValue\": false,\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Anonymous\",\n        \"length\": 4,\n        \"sortOrder\": 4,\n        \"type\": \"boolean\"\n    },\n    {\n        \"channelTypes\": [],\n        \"_id\": \"625d1c017c5ee86efd892164\",\n        \"key\": \"tesr\",\n        \"label\": \"tesr\",\n        \"description\": \"\",\n        \"type\": \"string\",\n        \"length\": 50,\n        \"isRequired\": false,\n        \"defaultValue\": \"\",\n        \"isPii\": false,\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"sortOrder\": 5,\n        \"__v\": 0\n    }\n]"},{"id":"afbd1e9b-b793-4aff-8a26-7d0f7d2c4d33","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching attributes.\"\n}"}],"_postman_id":"a75382e2-bc57-45a9-993b-ce922d62c627"},{"name":"Add Schema Attribute","id":"3d7d832f-944b-43de-9740-d393f8e92c36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"key\": \"lastName\",\n        \"defaultValue\": \"linkon\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Last Name\",\n        \"length\": 50,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/customerSchema</strong></p>\n<p>This API allows you to add a new customer attribute in the existing schema.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channelTypes - Array - Optional</td>\n<td>Required only when isChannelIdentifier is TRUE. Possible values: whatsapp, facebook, voice and web.</td>\n</tr>\n<tr>\n<td>key - String - Required</td>\n<td>system generated unique identifier</td>\n</tr>\n<tr>\n<td>defaultValue - String - Optional</td>\n<td>It is required only when isRequired check is enabled.</td>\n</tr>\n<tr>\n<td>description - String - Optional</td>\n<td>description of the attribute.</td>\n</tr>\n<tr>\n<td>isChannelIdentifier - Boolean - Required</td>\n<td>When checked, the attribute contain the channel type used by the customer.</td>\n</tr>\n<tr>\n<td>isDeleteAble - Boolean - Required</td>\n<td>By default, it is checked. When unchecked, the attribute cannot be deleted from the system.</td>\n</tr>\n<tr>\n<td>isPii - Boolean - Required</td>\n<td>Personal information identifiable. It is used to encrypt information of the customer. When checked, the information for the customer will be encrypted.</td>\n</tr>\n<tr>\n<td>isRequired - Boolean - Required</td>\n<td>When checked, the field value cannot be left blank.</td>\n</tr>\n<tr>\n<td>label - String - Required</td>\n<td>Display label of the attribute</td>\n</tr>\n<tr>\n<td>length - Numeric - Required</td>\n<td>attribute value length - valid only for strings</td>\n</tr>\n<tr>\n<td>sortOrder - Numeric - Required</td>\n<td>Order of the attribute in the schema.</td>\n</tr>\n<tr>\n<td>type - String - Required</td>\n<td>type of attribute - String, Numeric etc.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Attribute added to the schema.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while adding attribute.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while adding attribute.\"</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>Code 409. Message: An error occurred while adding attribute.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while adding attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchema"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"b5d6dc38-2a8c-4688-976e-1acedbcda5fd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"key\": \"lastName\",\n        \"defaultValue\": \"linkon\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Last Name\",\n        \"length\": 50,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelTypes\": [],\n    \"_id\": \"66df2aa9b1de3c4818907b15\",\n    \"key\": \"lastName\",\n    \"defaultValue\": \"linkon\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": true,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Last Name\",\n    \"length\": 50,\n    \"type\": \"string\",\n    \"sortOrder\": 14,\n    \"__v\": 0\n}"},{"id":"6f4afa78-7336-4ebd-9394-68bb4e6c74f2","name":"Bad Request Object","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"key\": \"lastName\",\n        \"defaultValue\": \"linkon\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Last Name\",\n        \"length\": 50,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\":\"BAD_REQUEST\",\n        \"msg\":\"An error occurred while adding attribute.\"\n    }\n}"},{"id":"ef462d21-aeaa-4beb-8324-2ec14a30b534","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"key\": \"lastName\",\n        \"defaultValue\": \"linkon\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Last Name\",\n        \"length\": 50,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while adding attribute.\"\n}"},{"id":"f4071a11-8247-4192-9b01-190e22df4180","name":"Unique Value Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"key\": \"lastName\",\n        \"defaultValue\": \"linkon\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeleteAble\": true,\n        \"isPii\": false,\n        \"isRequired\": false,\n        \"label\": \"Last Name\",\n        \"length\": 50,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"attribute\": \"label\",\n        \"validation\": \"UNIQUE\"\n    }\n}"},{"id":"9410983d-7588-4128-b91d-9743bdbd1519","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"618b7681b156e41f59f14ee1\",\n        \"key\": \"firstName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletable\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"First Name\",\n        \"length\": 50,\n        \"sortOrder\": 1,\n        \"type\": \"String\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while adding attribute.\"\n}"}],"_postman_id":"3d7d832f-944b-43de-9740-d393f8e92c36"},{"name":"Update Schema Attribute","id":"6034ae80-4068-4406-aa08-0f6aeb48da0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\n        \"key\": \"lastName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Updated Label\",\n        \"length\": 50,\n        \"sortOrder\": 14,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/customerSchema/:id</strong></p>\n<p>This API allows you to update attributes of a specific customer in a schema.</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>defaultValue - String - Required</td>\n<td>It is required only when isRequired check is enabled.</td>\n</tr>\n<tr>\n<td>description - String - Optional</td>\n<td>description of the attribute.</td>\n</tr>\n<tr>\n<td>isPii - Boolean - Required</td>\n<td>Personal information identifiable. It is used to encrypt information of the customer. When checked, the information for the customer will be encrypted.</td>\n</tr>\n<tr>\n<td>isRequired - Boolean - Required</td>\n<td>When checked, the field value cannot be left blank.</td>\n</tr>\n<tr>\n<td>label - String - Required</td>\n<td>Display label of the attribute</td>\n</tr>\n<tr>\n<td>length - Numeric - Required</td>\n<td>attribute value length - valid only for type = string</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Updates the attribute.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while updating attribute.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while updating attribute.\"</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>Code 409. Message: \"An error occurred while updating attribute.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while updating attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchema",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"f119d7f6-0c0a-49e2-b7ce-9fbfb35d5618","description":{"content":"<p>Specify ID of customer whose attributes need to be updated.</p>\n","type":"text/plain"},"type":"any","value":"66df2db5b1de3c50c8907b49","key":"id"}]}},"response":[{"id":"d65c03ca-8427-4e37-8271-10ea6f2b03b7","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\n        \"key\": \"lastName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Updated Label\",\n        \"length\": 50,\n        \"sortOrder\": 14,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-AlHZ85AZ+oU20gyfxgBojXdqfgQ\""},{"key":"Date","value":"Sat, 26 Jun 2021 11:01:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelTypes\": [],\n    \"_id\": \"66df2db5b1de3c50c8907b49\",\n    \"key\": \"lastName\",\n    \"label\": \"Updated Label\",\n    \"description\": \"\",\n    \"type\": \"string\",\n    \"length\": 50,\n    \"isRequired\": true,\n    \"defaultValue\": \"\",\n    \"isPii\": false,\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": true,\n    \"sortOrder\": 14,\n    \"__v\": 0\n}"},{"id":"aa216ca3-ec78-44b6-8de9-4e079c455154","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\n        \"key\": \"lastName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Updated Label\",\n        \"length\": 50,\n        \"sortOrder\": 14,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while updating attribute.\"\n}"},{"id":"024c1f3a-0c27-4836-9fca-0bef095b090a","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\n        \"key\": \"lastName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Updated Label\",\n        \"length\": 50,\n        \"sortOrder\": 14,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\":\"BAD_REQUEST\",\n        \"msg\":\"An error occurred while updating attribute.\"\n        }\n}"},{"id":"4b856eff-88c2-4f14-a640-b1481a2e8174","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b\",\n        \"key\": \"lastName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"Updated Label\",\n        \"length\": 50,\n        \"sortOrder\": 14,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"stringValue\": \"\\\"66df2db5b1de3c50c8907b\\\"\",\n        \"valueType\": \"string\",\n        \"kind\": \"ObjectId\",\n        \"value\": \"66df2db5b1de3c50c8907b\",\n        \"path\": \"_id\",\n        \"reason\": {},\n        \"name\": \"CastError\",\n        \"message\": \"Cast to ObjectId failed for value \\\"66df2db5b1de3c50c8907b\\\" (type string) at path \\\"_id\\\" for model \\\"customer_schema\\\"\"\n    }\n}"}],"_postman_id":"6034ae80-4068-4406-aa08-0f6aeb48da0f"},{"name":"Delete Schema Attribute","id":"11dbf4d9-5916-47bb-aad6-328ea8436f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\r\n        \"key\": \"firstName\",\r\n        \"defaultValue\": \"\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeletAble\": false,\r\n        \"isPii\": false,\r\n        \"isRequired\": true,\r\n        \"label\": \"First Name\",\r\n        \"length\": 50,\r\n        \"sortOrder\": 1,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchema/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE/customerSchema/:Id</strong></p>\n<p>This API deletes attribute with specific ID from the schema. This will be soft-delete action and will not remove the attribute from the database.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Message: \"Attribute successfully deleted.\"</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>Code 404. Message: \"The attribute you are trying to delete does not exist\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 400. Message: \"Server error. Cannot delete attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchema",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"48939dce-2980-4e7f-be4e-a8012ce7496d","description":{"content":"<p>Specify ID of attribute to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"66df2db5b1de3c50c8907b49","key":"id"}]}},"response":[{"id":"f3a707b2-f4e3-438e-b1d6-82d109471ef6","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n        \"channelTypes\": [],\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\n        \"key\": \"firstName\",\n        \"defaultValue\": \"\",\n        \"description\": \"\",\n        \"isChannelIdentifier\": false,\n        \"isDeletAble\": false,\n        \"isPii\": false,\n        \"isRequired\": true,\n        \"label\": \"First Name\",\n        \"length\": 50,\n        \"sortOrder\": 1,\n        \"type\": \"string\"\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-AlHZ85AZ+oU20gyfxgBojXdqfgQ\""},{"key":"Date","value":"Sat, 26 Jun 2021 11:01:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"Deleted\",\n    \"msg\": \"Customer Schema Attribute Deleted Successfully\"\n}"},{"id":"968fe52c-4058-4310-88a9-25ac5416dd4b","name":"Server Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\r\n        \"key\": \"firstName\",\r\n        \"defaultValue\": \"\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeletAble\": false,\r\n        \"isPii\": false,\r\n        \"isRequired\": true,\r\n        \"label\": \"First Name\",\r\n        \"length\": 50,\r\n        \"sortOrder\": 1,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"BAD_REQUEST\",\n        \"msg\": \"Server error. Cannot delete attribute.\"\n    }\n}"},{"id":"1a3922c1-aff8-4737-ada4-95c4498f6a01","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\r\n        \"key\": \"firstName\",\r\n        \"defaultValue\": \"\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeletAble\": false,\r\n        \"isPii\": false,\r\n        \"isRequired\": true,\r\n        \"label\": \"First Name\",\r\n        \"length\": 50,\r\n        \"sortOrder\": 1,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"NOT_FOUND\",\n        \"msg\": \"No Record Found\"\n    }\n}"},{"id":"eaafce5d-0089-4626-81c6-2564960cd3f7","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n        \"channelTypes\": [],\r\n        \"_id\": \"66df2db5b1de3c50c8907b49\",\r\n        \"key\": \"firstName\",\r\n        \"defaultValue\": \"\",\r\n        \"description\": \"\",\r\n        \"isChannelIdentifier\": false,\r\n        \"isDeletAble\": false,\r\n        \"isPii\": false,\r\n        \"isRequired\": true,\r\n        \"label\": \"First Name\",\r\n        \"length\": 50,\r\n        \"sortOrder\": 1,\r\n        \"type\": \"string\"\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66df2db5b1de3c50c8907b49","description":"Specify ID of attribute to be deleted.\n"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"error\": {\r\n        \"code\": \"CANNOT_DELETE_DEFAULT_ATTRIBUTES\",\r\n        \"msg\": \"Cannot delete default attributes\"\r\n    }\r\n}"}],"_postman_id":"11dbf4d9-5916-47bb-aad6-328ea8436f23"},{"name":"Get Schema Attribute By Id","id":"9a2c97ad-0234-4b47-81e6-1ea42bd6589f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customerSchema/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customerSchema/:id</strong></p>\n<p>This API returns the customer schema attribute with the specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns attribute with the given ID.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while retrieving attribute.\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"Object not found\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while retrieving attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchema",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"8fdd6a1d-f00f-47f9-bb0e-4ac5a20f9a8c","description":{"content":"<p>Specify ID for retrieving the specific attribute.</p>\n","type":"text/plain"},"type":"any","value":"66daf4f21042b29ffda22ae3","key":"id"}]}},"response":[{"id":"03269cff-2afd-4b82-b46e-84011d37722c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"66daf4f21042b29ffda22ae3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"254"},{"key":"ETag","value":"W/\"fe-AlHZ85AZ+oU20gyfxgBojXdqfgQ\""},{"key":"Date","value":"Sat, 26 Jun 2021 11:01:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelTypes\": [],\n    \"_id\": \"66daf4f21042b29ffda22ae3\",\n    \"key\": \"firstName\",\n    \"defaultValue\": \"Jane Doe\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"First Name\",\n    \"length\": 50,\n    \"sortOrder\": 1,\n    \"type\": \"string\"\n}"},{"id":"e529ee22-ce70-4faa-a9e5-aa2a96f5e5e9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":"77daf4f21042b29ffda22ae38"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"stringValue\": \"\\\"77daf4f21042b29ffda22ae38\\\"\",\n        \"valueType\": \"string\",\n        \"kind\": \"ObjectId\",\n        \"value\": \"77daf4f21042b29ffda22ae38\",\n        \"path\": \"_id\",\n        \"reason\": {},\n        \"name\": \"CastError\",\n        \"message\": \"Cast to ObjectId failed for value \\\"77daf4f21042b29ffda22ae38\\\" (type string) at path \\\"_id\\\" for model \\\"customer_schema\\\"\"\n    }\n}"},{"id":"5564a4ca-283b-474a-8b6d-65a2dc27fbed","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customerSchema/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customerSchema",":id"],"variable":[{"key":"id","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Object not found.\"\n}"}],"_postman_id":"9a2c97ad-0234-4b47-81e6-1ea42bd6589f"},{"name":"Get Attribute Types","id":"8bddcb01-cf6e-4a81-bf6b-d081b4dc0710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//attributeTypes","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/attributeTypes</strong></p>\n<p>This API returns the type of attributes present in the customer schema.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns attribute types.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while retrieving data.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["attributeTypes"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"9132cd38-ebd4-4d4e-afb4-6193d714fbac","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//attributeTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"634"},{"key":"ETag","value":"W/\"27a-h/cLqH/ADT+lWjmt765iLo/rjxI\""},{"key":"Date","value":"Fri, 25 Jun 2021 00:11:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"alphaNumeric\",\n        \"regex\": \"^$|^[A-Za-z0-9][A-Za-z0-9_-]{0,49}$\"\n    },\n    {\n        \"type\": \"boolean\",\n        \"regex\": \"^(true|false|1|0)$\"\n    },\n    {\n        \"type\": \"email\",\n        \"regex\": \"^(?!.{255})([a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+))$\"\n    },\n    {\n        \"type\": \"ip\",\n        \"regex\": \"((^s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))s*$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*$))\"\n    },\n    {\n        \"type\": \"name\",\n        \"regex\": \"^$|^(?!.{51})[a-zA-Z0-9_-]+(?: [a-zA-Z0-9_-]+)*$\"\n    },\n    {\n        \"type\": \"number\",\n        \"regex\": \"[-+0-9.]+$\"\n    },\n    {\n        \"type\": \"phoneNumber\",\n        \"regex\": \"^$|^(?!.{19})([+]?([0-9]+(?:[.][0-9]*)?|.[0-9]+))$\"\n    },\n    {\n        \"type\": \"password\",\n        \"regex\": \"^(?=.*[A-Za-z])(?=.*\\\\d)[A-Za-z!@#$%&.,:';\\\\-\\\\*()=_+\\\\d]{8,256}$\"\n    },\n    {\n        \"type\": \"string\",\n        \"regex\": \"\"\n    },\n    {\n        \"type\": \"url\",\n        \"regex\": \"^$|^(?!.{2049})((([A-Za-z]{2,9}:(?:\\/\\/)?)(?:[\\\\-;:&=\\\\+\\\\$,\\\\w]+@)?[A-Za-z0-9\\\\.\\\\-]+|(?:www\\\\.|[\\\\-;:&=\\\\+\\\\$,\\\\w]+@)[A-Za-z0-9\\\\.\\\\-]+)((?:\\/[\\\\+~%\\/\\\\.\\\\w\\\\-_]*)?\\\\??(?:[\\\\-\\\\+=&;%@\\\\.\\\\w_]*)#?(?:[\\\\.\\\\!\\/\\\\\\\\\\\\w]*))?)\"\n    }\n]"},{"id":"781974c1-491d-4a19-a273-3768d054fb34","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//attributeTypes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while retrieving data.\"\n}"}],"_postman_id":"8bddcb01-cf6e-4a81-bf6b-d081b4dc0710"},{"name":"Update Schema Sort Order","id":"548d4339-dfe2-4d13-aaf9-5da57b3ce3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"channelTypes\": [\"WHATSAPP\", \"SMS\"],\n    \"key\": \"phoneNumber\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Phone Number\",\n    \"length\": 18,\n    \"sortOrder\": 1,\n    \"type\": \"phoneNumber\"\n  },\n  {\n    \"channelTypes\": [\"WEB\"],\n    \"key\": \"web\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Web\",\n    \"length\": 50,\n    \"sortOrder\": 2,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"CX_VOICE\", \"CISCO_CC\"],\n    \"key\": \"voice\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Voice\",\n    \"length\": 18,\n    \"sortOrder\": 3,\n    \"type\": \"phoneNumber\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"labels\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Labels\",\n    \"length\": 24,\n    \"sortOrder\": 4,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"FACEBOOK\"],\n    \"key\": \"facebook\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Facebook SM\",\n    \"length\": 50,\n    \"sortOrder\": 5,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"firstName\",\n    \"defaultValue\": \"Jane Doe\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"First Name\",\n    \"length\": 50,\n    \"sortOrder\": 50,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"TWITTER\"],\n    \"key\": \"twitter\",\n    \"defaultValue\": \"\",\n    \"description\": \"Twitter DM\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Twitter\",\n    \"length\": 50,\n    \"sortOrder\": 7,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"TELEGRAM\"],\n    \"key\": \"telegram\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Telegram\",\n    \"length\": 50,\n    \"sortOrder\": 8,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"INSTAGRAM\"],\n    \"key\": \"instagram\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Instagram\",\n    \"length\": 50,\n    \"sortOrder\": 9,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"VIBER\"],\n    \"key\": \"viber\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Viber\",\n    \"length\": 50,\n    \"sortOrder\": 10,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"lastName\",\n    \"defaultValue\": \"linkon\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"Last Name\",\n    \"length\": 50,\n    \"sortOrder\": 11,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"TempAttribute2\",\n    \"defaultValue\": \"linkon\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"TempAttribute2\",\n    \"length\": 50,\n    \"sortOrder\": 12,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"isAnonymous\",\n    \"defaultValue\": false,\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"Anonymous\",\n    \"length\": 4,\n    \"sortOrder\": 13,\n    \"type\": \"boolean\"\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchemaOrder","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/customerSchemaOrder</strong></p>\n<p>This API allows you to re-sort the attributes in specific positions.</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sortOrder - Numeric - Required</td>\n<td>Order of the attribute in the schema.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Updates the sort order.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while updating attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customerSchemaOrder"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"8993379f-8e35-46e1-ada9-e51083800f9b","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"channelTypes\": [\"WHATSAPP\", \"SMS\"],\n    \"key\": \"phoneNumber\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Phone Number\",\n    \"length\": 18,\n    \"sortOrder\": 1,\n    \"type\": \"phoneNumber\"\n  },\n  {\n    \"channelTypes\": [\"WEB\"],\n    \"key\": \"web\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Web\",\n    \"length\": 50,\n    \"sortOrder\": 2,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"CX_VOICE\", \"CISCO_CC\"],\n    \"key\": \"voice\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Voice\",\n    \"length\": 18,\n    \"sortOrder\": 3,\n    \"type\": \"phoneNumber\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"labels\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Labels\",\n    \"length\": 24,\n    \"sortOrder\": 4,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"FACEBOOK\"],\n    \"key\": \"facebook\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Facebook SM\",\n    \"length\": 50,\n    \"sortOrder\": 5,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"firstName\",\n    \"defaultValue\": \"Jane Doe\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"First Name\",\n    \"length\": 50,\n    \"sortOrder\": 50,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"TWITTER\"],\n    \"key\": \"twitter\",\n    \"defaultValue\": \"\",\n    \"description\": \"Twitter DM\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Twitter\",\n    \"length\": 50,\n    \"sortOrder\": 7,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"TELEGRAM\"],\n    \"key\": \"telegram\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Telegram\",\n    \"length\": 50,\n    \"sortOrder\": 8,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"INSTAGRAM\"],\n    \"key\": \"instagram\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Instagram\",\n    \"length\": 50,\n    \"sortOrder\": 9,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [\"VIBER\"],\n    \"key\": \"viber\",\n    \"defaultValue\": \"\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": true,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": false,\n    \"label\": \"Viber\",\n    \"length\": 50,\n    \"sortOrder\": 10,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"lastName\",\n    \"defaultValue\": \"linkon\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"Last Name\",\n    \"length\": 50,\n    \"sortOrder\": 11,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"TempAttribute2\",\n    \"defaultValue\": \"linkon\",\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"TempAttribute2\",\n    \"length\": 50,\n    \"sortOrder\": 12,\n    \"type\": \"string\"\n  },\n  {\n    \"channelTypes\": [],\n    \"key\": \"isAnonymous\",\n    \"defaultValue\": false,\n    \"description\": \"\",\n    \"isChannelIdentifier\": false,\n    \"isDeleteAble\": false,\n    \"isPii\": false,\n    \"isRequired\": true,\n    \"label\": \"Anonymous\",\n    \"length\": 4,\n    \"sortOrder\": 13,\n    \"type\": \"boolean\"\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchemaOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"SORT_ORDER_UPDATED_SUCCESSFULLY\"\r\n}"},{"id":"40f31556-e5b8-4a42-a4f7-a13dbe08eb99","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39c26c3617b6a4348c8\",\n        \"key\": \"firstName\",\n        \"label\": \"First Name\",\n        \"type\": \"string\",\n        \"sort_order\": 1,\n        \"is_required\": true,\n        \"characters\": 50,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348ca\",\n        \"key\": \"lastName\",\n        \"label\": \"Last Name\",\n        \"type\": \"string\",\n        \"sort_order\": 2,\n        \"is_required\": false,\n        \"characters\": 50,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348cb\",\n        \"key\": \"email\",\n        \"label\": \"Email\",\n        \"type\": \"email\",\n        \"sort_order\": 3,\n        \"is_required\": false,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [\n            \"WHATSAPP\",\n            \"SMS\",\n            \"LANDLINE\"\n        ],\n        \"_id\": \"60dac39d26c3617b6a4348cd\",\n        \"key\": \"phone1\",\n        \"label\": \"Phone1\",\n        \"type\": \"phone\",\n        \"sort_order\": 4,\n        \"is_required\": true,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": true\n    },\n    {\n        \"channels\": [\n            \"VIBER\"\n        ],\n        \"_id\": \"60dac39d26c3617b6a4348cf\",\n        \"key\": \"viberId\",\n        \"label\": \"Viber ID\",\n        \"type\": \"string\",\n        \"sort_order\": 6,\n        \"is_required\": false,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": true\n    },\n    {\n        \"channels\": [\n            \"FACEBOOK\"\n        ],\n        \"_id\": \"60dac39d26c3617b6a4348d0\",\n        \"key\": \"facebookId\",\n        \"label\": \"Facebook ID\",\n        \"type\": \"string\",\n        \"sort_order\": 7,\n        \"is_required\": false,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": true\n    },\n    {\n        \"channels\": [\n            \"WEB\"\n        ],\n        \"_id\": \"60dac39d26c3617b6a4348d1\",\n        \"key\": \"webId\",\n        \"label\": \"Web ID\",\n        \"type\": \"string\",\n        \"sort_order\": 8,\n        \"is_required\": false,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": true\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348d2\",\n        \"key\": \"createdBy\",\n        \"label\": \"Created By\",\n        \"type\": \"string\",\n        \"sort_order\": 8,\n        \"characters\": null,\n        \"is_required\": false,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348d3\",\n        \"key\": \"updatedBy\",\n        \"label\": \"Updated By\",\n        \"type\": \"string\",\n        \"sort_order\": 9,\n        \"characters\": null,\n        \"is_required\": false,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348d4\",\n        \"key\": \"isAnonymous\",\n        \"label\": \"Is Anonymous\",\n        \"type\": \"bool\",\n        \"sort_order\": 9,\n        \"characters\": null,\n        \"is_required\": true,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60dac39d26c3617b6a4348d6\",\n        \"key\": \"labels\",\n        \"label\": \"Labels\",\n        \"type\": \"label\",\n        \"characters\": null,\n        \"sort_order\": 10,\n        \"is_required\": false,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60e5673b6071546d42624946\",\n        \"label\": \"New Attribute\",\n        \"key\": \"new_attribute\",\n        \"type\": \"string\",\n        \"is_required\": true,\n        \"characters\": 50,\n        \"is_deletable\": true,\n        \"sort_order\": 11,\n        \"desc\": \"\",\n        \"is_channel_identifier\": false,\n        \"createdAt\": \"2021-07-07T08:35:07.178Z\",\n        \"updatedAt\": \"2021-07-07T08:35:07.178Z\",\n        \"__v\": 0\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60e84086d9f518fc751b5ef3\",\n        \"label\": \"hello\",\n        \"key\": \"hello\",\n        \"type\": \"alphanumeric_special_character\",\n        \"is_required\": false,\n        \"desc\": \"\",\n        \"characters\": null,\n        \"is_channel_identifier\": false,\n        \"sort_order\": 12,\n        \"createdAt\": \"2021-07-09T12:26:46.832Z\",\n        \"updatedAt\": \"2021-07-09T12:26:46.832Z\",\n        \"__v\": 0\n    },\n    {\n        \"channels\": [],\n        \"_id\": \"60e849011958e65c14974c63\",\n        \"key\": \"phone2\",\n        \"label\": \"Phone2\",\n        \"type\": \"phone\",\n        \"sort_order\": 5,\n        \"is_required\": false,\n        \"characters\": null,\n        \"is_deletable\": false,\n        \"desc\": \"\",\n        \"is_channel_identifier\": true\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customerSchemaOrder"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Error Details are here\"\n}"}],"_postman_id":"548d4339-dfe2-4d13-aaf9-5da57b3ce3c8"}],"id":"ef93d6b7-4cd4-46c6-8792-eb2d47033ad5","description":"<p>This folder consists of APIs of defining new attributes of customer schema, updation and deletion in HyrbidChat.</p>\n","_postman_id":"ef93d6b7-4cd4-46c6-8792-eb2d47033ad5"},{"name":"Customer","item":[{"name":"Get Customer List Pagination","id":"e7cea8ab-9a5a-45bc-8fae-5fafa60f2283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=createdAt:desc&paginateQuery=firstName:guy","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customers</strong></p>\n<p>This API returns the current pagination i.e. number of customers to be displayed per page.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of attributes.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>Default value 25. Shows 25 customer details per page.</p>\n","type":"text/plain"},"key":"limit","value":"25"},{"description":{"content":"<p>Allows to skip through pages.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Sort ascending or descending.</p>\n","type":"text/plain"},"key":"sort","value":"createdAt:desc"},{"description":{"content":"<p>Filter the page on the basis of customer schema attribute.</p>\n","type":"text/plain"},"key":"paginateQuery","value":"firstName:guy"}],"variable":[]}},"response":[{"id":"119781eb-74b5-40b9-b5e0-31cf8b227999","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=createdAt:desc&paginateQuery=firstName:zubair","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"sort","value":"createdAt:desc"},{"key":"paginateQuery","value":"firstName:zubair"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"ETag","value":"W/\"1a2-HtEfzd6GOasrf+fFa1/NZIwNObM\""},{"key":"Date","value":"Mon, 28 Jun 2021 14:42:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"66db29e425fc3a64348318e9\",\n            \"phoneNumber\": [],\n            \"firstName\": \"M.Zubair\",\n            \"web\": [\n                \"345\",\n                \"56674\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0,\n            \"facebook\": [],\n            \"instagram\": [],\n            \"labels\": \"\",\n            \"telegram\": [],\n            \"twitter\": [],\n            \"viber\": [],\n            \"voice\": []\n        },\n        {\n            \"_id\": \"66db3ac625fc3a28a28318f1\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"1300\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66db3c2625fc3a7c7c8318f6\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"12121\",\n                \"3456\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0,\n            \"facebook\": [],\n            \"instagram\": [],\n            \"labels\": \"\",\n            \"telegram\": [],\n            \"twitter\": [],\n            \"viber\": [],\n            \"voice\": []\n        },\n        {\n            \"_id\": \"66dc179d25fc3aa7b4831936\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"12345\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dc1b7425fc3a413d831949\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"121321\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dc488025fc3add94831960\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"1122\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd8f1725fc3adda98319a8\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"53135813851\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd8fec25fc3a48e88319b1\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"isAnonymous\": true,\n            \"viber\": [\n                \"31348483\"\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd900325fc3a0a5e8319b6\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"3698345894\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd91f925fc3a03b28319bc\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"31354453\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd925825fc3a97388319c1\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"isAnonymous\": true,\n            \"viber\": [\n                \"369313843\"\n            ],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66dd928125fc3a5b2b8319c6\",\n            \"phoneNumber\": [],\n            \"firstName\": \"zubair\",\n            \"web\": [\n                \"364943914\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        }\n    ],\n    \"totalDocs\": 12,\n    \"limit\": 25,\n    \"page\": 1,\n    \"totalPages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"},{"id":"38b3d718-2280-4c4f-a32b-2462513c121f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=createdAt:desc&paginateQuery=firstName:guy","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25","description":"Default value is 25. 25 customers to be displayed per page."},{"key":"offset","value":"0"},{"key":"sort","value":"createdAt:desc"},{"key":"paginateQuery","value":"firstName:guy"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching attributes.\"\n}"}],"_postman_id":"e7cea8ab-9a5a-45bc-8fae-5fafa60f2283"},{"name":"Get Customer List","id":"5c2316fc-9a33-4bb2-9418-16bc92abab5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customers</strong></p>\n<p>This API returns the list of customers and their attributes.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of attributes.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching customers.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"8ef0f1a5-8df3-4677-8a97-ad35d6050ecc","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"ETag","value":"W/\"1a2-HtEfzd6GOasrf+fFa1/NZIwNObM\""},{"key":"Date","value":"Mon, 28 Jun 2021 14:42:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"phoneNumber\": [\n            \"123\"\n        ],\n        \"_id\": \"61c2b22725dadf1a1050c582\",\n        \"firstName\": \"Johnssadsa\",\n        \"isAnonymous\": false,\n        \"__v\": 0,\n        \"duim\": \"ffd\",\n        \"test\": [\n            \"fdfs\"\n        ],\n        \"alphaTest\": \"Alpha\",\n        \"bool\": \"true\",\n        \"emailTest\": \"dd@dfdf\",\n        \"iPTest\": \"192.168.2.50\",\n        \"nameTest\": \"Asfahan Kalam\",\n        \"numberTest\": \"12345\",\n        \"pAssTest\": \"Password3\",\n        \"phoneTest\": \"454444444\",\n        \"stringTestIdentifier\": [\n            \"rewew\"\n        ],\n        \"tester\": \"oyadd\",\n        \"web\": [\n            \"09\"\n        ],\n        \"testAttr\": \"Test Value\"\n    },\n    {\n        \"phoneNumber\": [\n            \"123456677\"\n        ],\n        \"_id\": \"61c307d725dadf1a1050c5ee\",\n        \"firstName\": \"Jane Doe\",\n        \"isAnonymous\": false,\n        \"__v\": 0\n    },\n    {\n        \"phoneNumber\": [\n            \"\"\n        ],\n        \"_id\": \"620eb444467a3a3e94e9aba6\",\n        \"firstName\": \"Jane Doe\",\n        \"web\": [\n            \"\"\n        ],\n        \"tester\": \"popar\",\n        \"alphaTest\": \"Alpha\",\n        \"boolTest\": \"true\",\n        \"emailTest\": \"dd@dfdf\",\n        \"iPTest\": \"192.168.2.50\",\n        \"nameTest\": \"George\",\n        \"numberTest\": \"12345\",\n        \"phoneTest\": \"454444444\",\n        \"pAssTest\": \"Password3\",\n        \"stringTestIdentifier\": [\n            \"rewew\"\n        ],\n        \"isAnonymous\": false,\n        \"__v\": 0\n    },\n    {\n        \"phoneNumber\": [\n            \"\"\n        ],\n        \"_id\": \"620eb591467a3a3e94e9ac16\",\n        \"firstName\": \"rty\",\n        \"web\": [\n            \"\"\n        ],\n        \"tester\": \"popar\",\n        \"alphaTest\": \"Alpha\",\n        \"emailTest\": \"dd@dfdf\",\n        \"iPTest\": \"192.168.2.50\",\n        \"phoneTest\": \"454444444\",\n        \"pAssTest\": \"Password3\",\n        \"stringTestIdentifier\": [\n            \"rewew\"\n        ],\n        \"bool\": \"true\",\n        \"nameTest\": \"trerrtretrettre\",\n        \"numberTest\": \"12345\",\n        \"isAnonymous\": false,\n        \"__v\": 0\n    },\n    {\n        \"phoneNumber\": [\n            \"\"\n        ],\n        \"_id\": \"620eb7b1467a3a3e94e9ac3e\",\n        \"firstName\": \"juu\",\n        \"web\": [\n            \"\"\n        ],\n        \"tester\": \"popar\",\n        \"alphaTest\": \"Alpha\",\n        \"emailTest\": \"dd@dfdf\",\n        \"iPTest\": \"192.168.2.50\",\n        \"phoneTest\": \"454444444\",\n        \"pAssTest\": \"Password3\",\n        \"stringTestIdentifier\": [\n            \"rewew\"\n        ],\n        \"bool\": \"true\",\n        \"nameTest\": \"George ui\",\n        \"numberTest\": \"12345\",\n        \"isAnonymous\": false,\n        \"__v\": 0\n    }\n]"},{"id":"a0d0a4e1-2719-4465-a797-00f2c3fb58cb","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching customers.\"\n}"}],"_postman_id":"5c2316fc-9a33-4bb2-9418-16bc92abab5e"},{"name":"Get Customer By Id","id":"cec08a7d-09ef-4397-9b2a-f4c52cf47d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customerSchema</strong></p>\n<p>This API returns the customer details with specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns customer details.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"Object not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"d19fd892-5f6b-4777-b167-22ca3c51ab68","description":{"content":"<p>Specify ID for retrieving the specific customer details.</p>\n","type":"text/plain"},"type":"any","value":"66def2ee25fc3a18ae831a58","key":"id"}]}},"response":[{"id":"d1982c30-2d9a-4f17-97d2-73e7e16b28f0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"619cc636f3e6593ce43fa728"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"366"},{"key":"ETag","value":"W/\"16e-m8DZoV3WQfuwh7jjVl51ktPjhqo\""},{"key":"Date","value":"Mon, 28 Jun 2021 15:35:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"phoneNumber\": [\n        \"123\"\n    ],\n    \"_id\": \"61c2b22725dadf1a1050c582\",\n    \"firstName\": \"Johnssadsa\",\n    \"isAnonymous\": false,\n    \"__v\": 0,\n    \"duim\": \"ffd\",\n    \"test\": [\n        \"fdfs\"\n    ],\n    \"alphaTest\": \"Alpha\",\n    \"bool\": \"true\",\n    \"emailTest\": \"dd@dfdf\",\n    \"iPTest\": \"192.168.2.50\",\n    \"nameTest\": \"Asfahan Kalam\",\n    \"numberTest\": \"12345\",\n    \"pAssTest\": \"Password3\",\n    \"phoneTest\": \"454444444\",\n    \"stringTestIdentifier\": [\n        \"rewew\"\n    ],\n    \"tester\": \"oyadd\",\n    \"web\": [\n        \"09\"\n    ],\n    \"testAttr\": \"Test Value\"\n}"},{"id":"c905eea1-c143-4d5f-8ff0-caee20d84316","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"64c9f1ececa4078dfc8bf706"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching customer.\"\n}"},{"id":"baa161f7-110c-47ed-b08b-68ab7eb3ab55","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"64c9f1ececa4078dfc8bf706"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"NOT_FOUND\"\n}"}],"_postman_id":"cec08a7d-09ef-4397-9b2a-f4c52cf47d79"},{"name":"Get Customer By Channel Identifier","id":"afecfca4-9442-42d9-a8ac-032d13740f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers?channelType=WEB&customerChannelIdentifier=13","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customers</strong></p>\n<p>This API returns customer details with specific channel tupe and channel identifier. In case of no-match or multi-match, system will create an anonymous customer.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of customer(s).</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>Specify the channel type such whatsapp, viber, web etc.</p>\n","type":"text/plain"},"key":"channelType","value":"WEB"},{"description":{"content":"<p>Specify the customer channel identifier.</p>\n","type":"text/plain"},"key":"customerChannelIdentifier","value":"13"}],"variable":[]}},"response":[{"id":"68d4fcc0-2738-4116-abd4-8e8bce576352","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?channelType=WHATSAPP&customerChannelIdentifier=0000","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"channelType","value":"WHATSAPP"},{"key":"customerChannelIdentifier","value":"0000"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customer\": {\n        \"phoneNumber\": [\n            \"0000\"\n        ],\n        \"_id\": \"62629a0ef4b255fbd1621f5c\",\n        \"firstName\": \"Jane Doe\",\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"customerSuggestions\": []\n}"},{"id":"e2ac9230-6092-49d1-ad40-dd875341261c","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching attributes.\"\n}"}],"_postman_id":"afecfca4-9442-42d9-a8ac-032d13740f2b"},{"name":"Get Customers By Labels","id":"fe2a2f67-5553-4318-8825-79e6db46872d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=&paginateQuery=labels:62d8f816d09f9933f865acc8,62d8fee9cae67823f8d9153a","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"sort","value":""},{"key":"paginateQuery","value":"labels:62d8f816d09f9933f865acc8,62d8fee9cae67823f8d9153a"}],"variable":[]}},"response":[{"id":"5413a100-7f15-4c4b-9e5e-dd72f7b1e1cf","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=&paginateQuery=labels:62d8f816d09f9933f865acc8,62d8fee9cae67823f8d9153a","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"sort","value":""},{"key":"paginateQuery","value":"labels:62d8f816d09f9933f865acc8,62d8fee9cae67823f8d9153a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"73acc001-87bc-488c-a010-10ca0a8d11dd"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1665"},{"key":"ETag","value":"W/\"681-ItF4UKFhbGATPCcjnY6NG0TJU+o\""},{"key":"Date","value":"Thu, 28 Jul 2022 10:23:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"62d8f944d09f9933f865acef\",\n            \"phoneNumber\": [\n                \"123\"\n            ],\n            \"firstName\": \"faizan\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8fee9cae67823f8d9153a\",\n                \"62d8f816d09f9933f865acc8\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62d8f973d09f9933f865acf8\",\n            \"phoneNumber\": [\n                \"345\"\n            ],\n            \"firstName\": \"raza\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8f816d09f9933f865acc8\",\n                \"62d8fee9cae67823f8d9153a\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62da3987dbeb243ac8e3e95f\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"mubeen\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62da3985dbeb243ac8e3e95b\",\n                \"62d8f816d09f9933f865acc8\",\n                \"62d8fee9cae67823f8d9153a\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62da3a99dbeb243ac8e3e9a6\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"haroon\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8fee9cae67823f8d9153a\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62da44c8dbeb243ac8e3e9e9\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"Jane Doe\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8f816d09f9933f865acc8\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62da46c6dbeb243ac8e3ea07\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"Jane Doe\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8fee9cae67823f8d9153a\",\n                \"62d901b7b2aa533028b0f3a4\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62da6582dbeb243ac8e3eae1\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"Jane Doe\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8f816d09f9933f865acc8\",\n                \"62da3a6edbeb243ac8e3e990\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"62de7b73dbeb243ac8e3eb7a\",\n            \"phoneNumber\": [\n                \"\"\n            ],\n            \"firstName\": \"jaz\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [\n                \"62d8f816d09f9933f865acc8\",\n                \"62de7824dbeb243ac8e3eb62\"\n            ],\n            \"isAnonymous\": false,\n            \"__v\": 0\n        }\n    ],\n    \"totalDocs\": 8,\n    \"limit\": 25,\n    \"page\": 1,\n    \"totalPages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"fe2a2f67-5553-4318-8825-79e6db46872d"},{"name":"Get Customer By Attribute","id":"3306083d-c56a-4925-b568-2bb803d34f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers?query=firstName:guy","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customers</strong></p>\n<p>This API returns the customer details with a specific first name.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns details of the customer.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>Retrieves customer with a specific first name.</p>\n","type":"text/plain"},"key":"query","value":"firstName:guy"}],"variable":[]}},"response":[{"id":"fc84540b-6498-421b-8e94-d81c4b138fca","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?query=firstName:John","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"query","value":"firstName:John"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"366"},{"key":"ETag","value":"W/\"16e-m8DZoV3WQfuwh7jjVl51ktPjhqo\""},{"key":"Date","value":"Mon, 28 Jun 2021 15:35:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"phoneNumber\": [\n            \"090078601\",\n            \"030012459845\",\n            \"03002154875\"\n        ],\n        \"_id\": \"6224aa8ac1117575d4dadbba\",\n        \"firstName\": \"Guy\",\n        \"web\": [\n            \"1133\",\n            \"1621444\",\n            \"8889\",\n            \"8686867768\"\n        ],\n        \"isAnonymous\": false,\n        \"__v\": 0,\n        \"tesr\": \"\"\n    }\n]"},{"id":"d9abd7ef-baaa-4933-abaa-a99ea07818b5","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching attributes.\"\n}"}],"_postman_id":"3306083d-c56a-4925-b568-2bb803d34f73"},{"name":"Get Customer List by searching over multiple attributes of customer","id":"e31c136f-66b1-4d99-8791-7f64927eb1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=createdAt:desc&paginateQuery={{searchTerm}}&fields=firstName,lastName,email","description":"<h3 id=\"get-customer-details\">Get Customer Details</h3>\n<p>This endpoint retrieves a list of customer details with the option to limit the number of results, specify the sorting order, and paginate the query based on a search term.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://cim.expertflow.com/cim-customer//v2/customers</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>limit (optional, number): The maximum number of results to return.</p>\n</li>\n<li><p>offset (optional, number): The number of results to skip.</p>\n</li>\n<li><p>sort (optional, string): The field to sort by and the sort order (e.g. createdAt:desc).</p>\n</li>\n<li><p>paginateQuery: The term/string we want to search for in the customer attributes.</p>\n</li>\n<li><p>fields (optional, string): Comma-separated list of fields to include in which we want to search the paginateQuery string.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The example response for this request is given:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"docs\": [\n        {\n            \"_id\": \"661cf5f3fb3aef6e3d7c2e38\",\n            \"phoneNumber\": [],\n            \"firstName\": \"131242\",\n            \"web\": [\n                \"131242\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"661d07c0fb3aefc50f7c2e49\",\n            \"phoneNumber\": [],\n            \"firstName\": \"12345\",\n            \"web\": [\n                \"12345\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66268b29aa0ffe7477e3977f\",\n            \"phoneNumber\": [],\n            \"firstName\": \"121222\",\n            \"web\": [\n                \"121222\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6626b15daa0ffe430de397ae\",\n            \"phoneNumber\": [],\n            \"firstName\": \"1212\",\n            \"web\": [\n                \"1212\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6626b1d1aa0ffe0288e397ba\",\n            \"phoneNumber\": [],\n            \"firstName\": \"1210210\",\n            \"web\": [\n                \"1210210\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"662780bf70065d6841bdef3a\",\n            \"phoneNumber\": [],\n            \"firstName\": \"123456\",\n            \"web\": [\n                \"123456\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"6627a48770065d2803bdef56\",\n            \"phoneNumber\": [],\n            \"firstName\": \"1201202\",\n            \"web\": [\n                \"1201202\"\n            ],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        }\n \n    ],\n    \"totalDocs\": 32,\n    \"limit\": 25,\n    \"page\": 1,\n    \"totalPages\": 2,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": true,\n    \"prevPage\": null,\n    \"nextPage\": 2\n}\n\n</code></pre>\n","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"sort","value":"createdAt:desc"},{"key":"paginateQuery","value":"{{searchTerm}}"},{"key":"fields","value":"firstName,lastName,email"}],"variable":[]}},"response":[{"id":"e1597a40-6e23-44a5-8134-fd5fde4f21da","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=&sort=&paginateQuery=faraz&fields=email,firstName,lastName","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":""},{"key":"sort","value":""},{"key":"paginateQuery","value":"faraz"},{"key":"fields","value":"email,firstName,lastName"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"6698aebd2aaef17b313c42ff\",\n            \"phoneNumber\": [\n                \"12345\"\n            ],\n            \"firstName\": \"Faraz\",\n            \"web\": [\n                \"\"\n            ],\n            \"voice\": [\n                \"\"\n            ],\n            \"labels\": [],\n            \"facebook\": [\n                \"\"\n            ],\n            \"twitter\": [\n                \"\"\n            ],\n            \"telegram\": [\n                \"\"\n            ],\n            \"instagram\": [\n                \"\"\n            ],\n            \"viber\": [\n                \"\"\n            ],\n            \"test\": \"\",\n            \"lastName\": \"\",\n            \"email\": \"nice@gmail.com\",\n            \"isAnonymous\": false,\n            \"__v\": 0\n        }\n    ],\n    \"totalDocs\": 1,\n    \"limit\": 25,\n    \"page\": 1,\n    \"totalPages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"},{"id":"9eab93ab-9d18-418f-a6c0-19d3c1efffda","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=&sort=&paginateQuery=faraz&fields=email,firstName,myField","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":""},{"key":"sort","value":""},{"key":"paginateQuery","value":"faraz"},{"key":"fields","value":"email,firstName,myField"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid fields passed: myField\"\n}"},{"id":"6872977c-4ccc-43fb-a32c-2221d478f4b9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers?limit=25&offset=0&sort=createdAt:desc&paginateQuery={{searchTerm}}&fields=firstName,lastName,email","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"sort","value":"createdAt:desc"},{"key":"paginateQuery","value":"{{searchTerm}}","description":"example123"},{"key":"fields","value":"firstName,lastName,email"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"INTERNAL_SERVER_ERROR\"\n}"}],"_postman_id":"e31c136f-66b1-4d99-8791-7f64927eb1c9"},{"name":"Add Customer","id":"bb4eadc3-48ed-4dba-bf55-24fa4055b6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"nabeel\",\n    \"phoneNumber\": [\n        \"03328283920\"\n    ],\n    \"isAnonymous\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customers","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/customers</strong></p>\n<p>This API allows you to add a new customer with specific details. Additional customer schema attributes values can also be passed in the API.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName - String - Required</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber - Array - Optional</td>\n<td>Dependent upon schema attribute type that has been set in database.</td>\n</tr>\n<tr>\n<td>isAnonymous - Boolean - Required</td>\n<td>By default unchecked. If checked, the customer is identified as an anonymous customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Customer added.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while adding customer.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while adding customer.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"2a12b54b-64d6-4b71-a4d2-24296f435db6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n    {\n       \"firstName\": \"nabeel\",\n       \"lastName\": \"Ahmad\",\n       \"email\": \"nabeel969@yahoo.com\",\n       \"phone1\": \"03328283920\",\n       \"phone2\": \"03338283920\",\n       \"viberId\": \"vid\",\n       \"facebookId\": \"nabeel969\",\n       \"webId\": \"123123\",\n       \"isAnonymous\": false\n\n    }\n    \n","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"326"},{"key":"ETag","value":"W/\"146-i4CleVqjYFk2yi8/sh8bHNy8MD4\""},{"key":"Date","value":"Mon, 28 Jun 2021 15:34:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"labels\": [],\n    \"_id\": \"60d9ec112d220907e393cb4b\",\n    \"firstName\": \"nabeel\",\n    \"lastName\": \"Ahmad\",\n    \"email\": \"nabeel969@yahoo.com\",\n    \"phone1\": \"03328283920\",\n    \"phone2\": \"03338283920\",\n    \"viberId\": \"vid\",\n    \"facebookId\": \"nabeel969\",\n    \"webId\": \"123123\",\n    \"isAnonymous\": false,\n    \"createdAt\": \"2021-06-28T15:34:41.553Z\",\n    \"updatedAt\": \"2021-06-28T15:34:41.553Z\",\n    \"__v\": 0\n}"},{"id":"c4f6e5f6-d6f9-4273-9678-0f0fadef6543","name":"Bad Request Object","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstame\": \"faraz\",\r\n    \"phoneNumber\": [\r\n        \"03328283920\"\r\n    ],\r\n    \"isAnonymous\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"BAD_REQUEST\",\n        \"msg\": \"Schema mismatch for firstame attribute\"\n    }\n}"},{"id":"ce07fa33-87a6-41ae-ab57-39ce9b8adf27","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"faraz\",\r\n    \"phoneNumber\": [\r\n        \"03328283920\"\r\n    ],\r\n    \"isAnonymous\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while adding customer.\"\n}"}],"_postman_id":"bb4eadc3-48ed-4dba-bf55-24fa4055b6e6"},{"name":"Update Customer","id":"280b2ead-f665-4111-be82-cfb6edaf95f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": [\n        \"03328283920\"\n    ],\n    \"firstName\": \"nabeel Ahmad\",\n    \"isAnonymous\": false\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customers/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/customers/:id</strong></p>\n<p>This API allows you to update details of a specific customer.</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName - String - Required</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber - Numeric - Required</td>\n<td>Contact number</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Updates the values.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while updating customer.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while updating customer.\"</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>Code 409. Message: \"An error occurred while updating customer.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while updating customer.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"0ce26d3c-d967-4d97-9b6a-e781e40d6beb","description":{"content":"<p>Specify the ID of the customer whose details need to be updated.</p>\n","type":"text/plain"},"type":"any","value":"66df3f45b1de3c05a8907bb7","key":"id"}]}},"response":[{"id":"1480533b-a3c7-4633-b831-89b1ce23f388","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": [\n        \"03328283920\"\n    ],\n    \"firstName\": \"nabeel Ahmad\",\n    \"isAnonymous\": false\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//customers/67692838fac117b4efe7b2d2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"366"},{"key":"ETag","value":"W/\"16e-m8DZoV3WQfuwh7jjVl51ktPjhqo\""},{"key":"Date","value":"Mon, 28 Jun 2021 15:35:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"phoneNumber\": [\n        \"03328283920\"\n    ],\n    \"_id\": \"66df3f45b1de3c05a8907bb7\",\n    \"firstName\": \"nabeel Ahmad\",\n    \"isAnonymous\": false,\n    \"__v\": 0\n}"},{"id":"2dacd6b7-dd57-40e8-b4f6-0e94ad6a7c76","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"phoneNumer\": [\r\n        \"03328283920\"\r\n    ],\r\n    \"firstName\": \"nabeel Ahmad\",\r\n    \"isAnonymous\": false\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"66df3f45b1de3c05a8907bb7"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"BAD_REQUEST\",\n        \"msg\": \"Schema mismatch for phoneNumer attribute\"\n    }\n}"},{"id":"66d7bac4-a430-452b-a1b1-52df74bbcd69","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"columns\": [\r\n        {\r\n            \"field\": \"firstName\",\r\n            \"header\": \"First Name\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"lastName\",\r\n            \"header\": \"Last Name\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"email\",\r\n            \"header\": \"Email\",\r\n            \"type\": \"email\"\r\n        },\r\n        {\r\n            \"field\": \"phone1\",\r\n            \"header\": \"Phone1\",\r\n            \"type\": \"phone\"\r\n        },\r\n        {\r\n            \"field\": \"phone2\",\r\n            \"header\": \"Phone2\",\r\n            \"type\": \"phone\"\r\n        },\r\n        {\r\n            \"field\": \"viberId\",\r\n            \"header\": \"Viber ID\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"facebookId\",\r\n            \"header\": \"Facebook ID\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"webId\",\r\n            \"header\": \"Web ID\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"createdBy\",\r\n            \"header\": \"Created By\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"updatedBy\",\r\n            \"header\": \"Updated By\",\r\n            \"type\": \"string\"\r\n        },\r\n        {\r\n            \"field\": \"isAnonymous\",\r\n            \"header\": \"Is Anonymous\",\r\n            \"type\": \"bool\"\r\n        },\r\n        {\r\n            \"field\": \"labels\",\r\n            \"header\": \"Labels\",\r\n            \"type\": \"label\"\r\n        }\r\n    ],\r\n    \"user_Id\": \"nabeel\",\r\n    \"page_size\": 10,\r\n    \"sort_option\": [\r\n        {\r\n            \"column\": \"firstName\",\r\n            \"sort_order\": \"desc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"66df3f45b1de3c05a8907bb7"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"stringValue\": \"\\\":id\\\"\",\n        \"valueType\": \"string\",\n        \"kind\": \"ObjectId\",\n        \"value\": \":id\",\n        \"path\": \"_id\",\n        \"reason\": {},\n        \"name\": \"CastError\",\n        \"message\": \"Cast to ObjectId failed for value \\\":id\\\" (type string) at path \\\"_id\\\" for model \\\"customer\\\"\"\n    }\n}"},{"id":"1e484e40-efa1-4baa-9ea7-8189c21531b8","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"phoneNumber\": [\r\n        \"03328283920\"\r\n    ],\r\n    \"firstName\": \"nabeel Ahmad\",\r\n    \"isAnonymous\": false\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"66df3f45b1de3c05a8907ba9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"NOT_FOUND\",\n        \"msg\": \"No Record Found\"\n    }\n}"}],"_postman_id":"280b2ead-f665-4111-be82-cfb6edaf95f5"},{"name":"Delete Customer","id":"39884f7a-9c2b-4217-aad2-43a334f619cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cim.expertflow.com/cim-customer//customers/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE/customerSchema/:Id</strong></p>\n<p>This API deletes customer with specific ID. This will be a hard-delete action and remove it from the database.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Message: \"Customer successfully deleted.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while updating customer.\"</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>Code 404. Message: \"The customer you are trying to delete does not exist.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 404. Message: \"Server error. Cannot delete customer.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customers",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"bd533d20-bb9f-47af-875a-b5a98643aada","description":{"content":"<p>Specify the ID of the customer to be deleted.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"d73bf2ad-a73b-4ada-a858-4dbb0f8bb99d","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"66df3f45b1de3c05a8907bb7"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"Deleted\",\r\n    \"msg\": \"Customer Deleted Successfully\"\r\n}"},{"id":"193f4eea-fff9-4856-bbf8-c4139f172f83","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":"66df3f45b1de3c05a8907bb7"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\":\"BAD_REQUEST\",\n        \"msg\":\"An error occurred while deleting customer.\"\n    }\n}"},{"id":"8c8c2e91-2efa-42be-b4e5-b4423f6f250f","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":null}]}},"status":"Not Found\\","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"NOT_FOUND\",\n        \"msg\": \"No Record Found\"\n    }\n}"},{"id":"d86d2c9f-f413-4396-9367-33448a4dedb8","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//customers/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["customers",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Server error. Cannot delete customer.\"\n}"}],"_postman_id":"39884f7a-9c2b-4217-aad2-43a334f619cd"}],"id":"64ef4f00-35c1-444e-a7c7-c0b9972b4ed7","description":"<p>StartFragment</p>\n<p>This folder consists of APIs to add new customers, update their values and manage them.</p>\n<p>EndFragme</p>\n","_postman_id":"64ef4f00-35c1-444e-a7c7-c0b9972b4ed7"},{"name":"User Preference","item":[{"name":"Get User Preference List","id":"657658ca-def7-4dd6-955b-c96a525db6a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//userPreference","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/userPreference</strong></p>\n<p>This API returns the user preferences of UI set by the admin.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of preferences.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching preferences.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["userPreference"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"563cbd71-4340-48c7-b943-d4d6c2babb39","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//userPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"ETag","value":"W/\"135-rK/hs9h2V06pz15Fa2oi5eGOVQU\""},{"key":"Date","value":"Mon, 12 Jul 2021 08:03:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"66db00c025fc3ad9ad8318af\",\n            \"columns\": [\n                {\n                    \"field\": \"firstName\",\n                    \"header\": \"First Name\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"phoneNumber\",\n                    \"header\": \"Phone Number\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"web\",\n                    \"header\": \"Web\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"voice\",\n                    \"header\": \"Voice\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"facebook\",\n                    \"header\": \"Facebook SM\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"isAnonymous\",\n                    \"header\": \"Anonymous\",\n                    \"type\": \"boolean\"\n                },\n                {\n                    \"field\": \"labels\",\n                    \"header\": \"Labels\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"twitter\",\n                    \"header\": \"Twitter\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"telegram\",\n                    \"header\": \"Telegram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"instagram\",\n                    \"header\": \"Instagram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"viber\",\n                    \"header\": \"Viber\",\n                    \"type\": \"string\"\n                }\n            ],\n            \"theme\": \"light\",\n            \"user_Id\": \"e4f71e3b-0768-4d4a-b06f-d7614aea88f6\",\n            \"pageSize\": null,\n            \"sortOption\": [\n                {\n                    \"field\": \"\",\n                    \"sortOption\": \"\"\n                }\n            ],\n            \"sort_option\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66db294025fc3aa5bb8318d4\",\n            \"columns\": [\n                {\n                    \"field\": \"firstName\",\n                    \"header\": \"First Name\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"phoneNumber\",\n                    \"header\": \"Phone Number\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"web\",\n                    \"header\": \"Web\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"voice\",\n                    \"header\": \"Voice\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"facebook\",\n                    \"header\": \"Facebook SM\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"isAnonymous\",\n                    \"header\": \"Anonymous\",\n                    \"type\": \"boolean\"\n                },\n                {\n                    \"field\": \"labels\",\n                    \"header\": \"Labels\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"twitter\",\n                    \"header\": \"Twitter\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"telegram\",\n                    \"header\": \"Telegram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"instagram\",\n                    \"header\": \"Instagram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"viber\",\n                    \"header\": \"Viber\",\n                    \"type\": \"string\"\n                }\n            ],\n            \"theme\": \"light\",\n            \"user_Id\": \"fd11bea5-65dc-4c55-9146-357a44587d71\",\n            \"pageSize\": null,\n            \"sortOption\": [\n                {\n                    \"field\": \"\",\n                    \"sortOption\": \"\"\n                }\n            ],\n            \"sort_option\": [],\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"66df276737fdf93702a698f1\",\n            \"columns\": [\n                {\n                    \"field\": \"firstName\",\n                    \"header\": \"First Name\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"phoneNumber\",\n                    \"header\": \"Phone Number\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"web\",\n                    \"header\": \"Web\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"voice\",\n                    \"header\": \"Voice\",\n                    \"type\": \"phoneNumber\"\n                },\n                {\n                    \"field\": \"facebook\",\n                    \"header\": \"Facebook SM\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"isAnonymous\",\n                    \"header\": \"Anonymous\",\n                    \"type\": \"boolean\"\n                },\n                {\n                    \"field\": \"labels\",\n                    \"header\": \"Labels\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"twitter\",\n                    \"header\": \"Twitter\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"telegram\",\n                    \"header\": \"Telegram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"instagram\",\n                    \"header\": \"Instagram\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"viber\",\n                    \"header\": \"Viber\",\n                    \"type\": \"string\"\n                }\n            ],\n            \"theme\": \"light\",\n            \"user_Id\": \"749fbe9c-cbc6-417a-9677-eda65c3631ba\",\n            \"pageSize\": null,\n            \"sortOption\": [\n                {\n                    \"field\": \"\",\n                    \"sortOption\": \"\"\n                }\n            ],\n            \"sort_option\": [],\n            \"__v\": 0\n        }\n    ],\n    \"total\": 3,\n    \"limit\": 50,\n    \"page\": 1,\n    \"pages\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"},{"id":"3d9c1184-06b6-4e17-b78d-01dfc17e3163","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//userPreference"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching preferences.\"\n}"}],"_postman_id":"657658ca-def7-4dd6-955b-c96a525db6a8"},{"name":"Add User Preference","id":"66e85c9d-287e-4154-8e25-38ecc49a2468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//userPreference","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/userPreferences</strong></p>\n<p>This API allows you to set the UI with specific user preferences.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>columns - Array - Required</td>\n<td>columns to be displayed: field, header and type to be specified for each column.</td>\n</tr>\n<tr>\n<td>_id - String - Required</td>\n<td>system generated</td>\n</tr>\n<tr>\n<td>user_Id - String - Required</td>\n<td>ID of the admin making changes to user preferences.</td>\n</tr>\n<tr>\n<td>page_size - Numeric - Required</td>\n<td>Number of customers to be displayed per page. Maximum value is 25.</td>\n</tr>\n<tr>\n<td>sort_option - Array - Optional</td>\n<td>to sort the list in ascending and descending.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Preferences set.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while setting preferences.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while setting preferences.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["userPreference"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"6fcb55de-5b3e-466a-a4bd-f4961cef9161","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//userPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"933"},{"key":"ETag","value":"W/\"3a5-Uhn8ENzcshT9aLcE4QgyCY1xEZA\""},{"key":"Date","value":"Mon, 12 Jul 2021 08:12:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"theme\": \"light\",\n    \"_id\": \"66df41231042b29ffdacd7d2\",\n    \"user_Id\": \"nabeel\",\n    \"__v\": 0,\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"_id\": \"66df4123b1de3c05a8907bc3\",\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}"},{"id":"b007ab54-2e45-4761-9c47-ad405fd7fada","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//userPreference"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while setting preferences.\"\n}"},{"id":"079efaa2-003d-4bae-9106-41ead6c9cec7","name":"Internal Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//userPreference"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while setting preferences.\"\n}"}],"_postman_id":"66e85c9d-287e-4154-8e25-38ecc49a2468"},{"name":"Update User Preference","id":"87749ecf-c063-4396-859c-c21aa4f2971c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//userPreference/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/userPreferences/:id</strong></p>\n<p>This API allows you to update the user preference settings for a specific agent (recongnized by ID).</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>columns - Array - Required</td>\n<td>columns to be displayed: field, header and type to be specified for each column.</td>\n</tr>\n<tr>\n<td>page_size - Numeric - Required</td>\n<td>Number of customers to be displayed per page. Maximum value is 25.</td>\n</tr>\n<tr>\n<td>sort_option</td>\n<td>to sort the list in ascending and descending.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Preferences set.</td>\n</tr>\n<tr>\n<td>Bad Request Object</td>\n<td>Code 400. Message: \"An error occurred while setting preferences.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while setting preferences.\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"Object not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["userPreference",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"b85e21d2-557b-4195-ba26-8bff2784c9e2","description":{"content":"<p>Specify the ID of the agent for whom the user preferences need to be set.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"333ca51c-7997-467b-9523-ae061b2b908e","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"columns\": [\n                {\n                    \"field\": \"firstName\",\n                    \"header\": \"First Name\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"lastName\",\n                    \"header\": \"Last Name\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"email\",\n                    \"header\": \"Email\",\n                    \"type\": \"email\"\n                },\n                {\n                    \"field\": \"phone1\",\n                    \"header\": \"Phone1\",\n                    \"type\": \"phone\"\n                },\n                {\n                    \"field\": \"phone2\",\n                    \"header\": \"Phone2\",\n                    \"type\": \"phone\"\n                },\n                {\n                    \"field\": \"viberId\",\n                    \"header\": \"Viber ID\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"facebookId\",\n                    \"header\": \"Facebook ID\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"webId\",\n                    \"header\": \"Web ID\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"createdBy\",\n                    \"header\": \"Created By\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"updatedBy\",\n                    \"header\": \"Updated By\",\n                    \"type\": \"string\"\n                },\n                {\n                    \"field\": \"isAnonymous\",\n                    \"header\": \"Is Anonymous\",\n                    \"type\": \"bool\"\n                },\n                {\n                    \"field\": \"labels\",\n                    \"header\": \"Labels\",\n                    \"type\": \"label\"\n                }\n            ],\n    \"user_Id\": \"admin\",\n    \"page_size\": 15,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}\n\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"933"},{"key":"ETag","value":"W/\"3a5-Uhn8ENzcshT9aLcE4QgyCY1xEZA\""},{"key":"Date","value":"Mon, 12 Jul 2021 08:12:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"_id\": \"60ebf9631958e65c14998c1f\",\n    \"user_Id\": \"admin\",\n    \"__v\": 0,\n    \"createdAt\": \"2021-07-12T08:12:41.301Z\",\n    \"page_size\": 15,\n    \"sort_option\": [\n        {\n            \"_id\": \"60ebf97974dc0b0881ed6e6d\",\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ],\n    \"updatedAt\": \"2021-07-12T08:12:41.301Z\"\n}"},{"id":"c906a66b-7de3-4a25-8e8a-25707b1e3cd2","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\":\"BAD_REQUEST\",\n        \"msg\":\"An error occurred while setting preferences.\"\n    }\n}"},{"id":"3f96418b-a7ba-4c01-b3ea-480632809def","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while setting preferences.\"\n}"},{"id":"52f45ac8-035c-4506-8f52-fa9a26b7b723","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"NOT_FOUND\",\n        \"msg\": \"Object not found.\"\n    }\n}"},{"id":"85fe9009-58bf-4b71-919b-6ad5901d4b1a","name":"Mongo Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"columns\": [\n        {\n            \"field\": \"firstName\",\n            \"header\": \"First Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"lastName\",\n            \"header\": \"Last Name\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"email\",\n            \"header\": \"Email\",\n            \"type\": \"email\"\n        },\n        {\n            \"field\": \"phone1\",\n            \"header\": \"Phone1\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"phone2\",\n            \"header\": \"Phone2\",\n            \"type\": \"phone\"\n        },\n        {\n            \"field\": \"viberId\",\n            \"header\": \"Viber ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"facebookId\",\n            \"header\": \"Facebook ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"webId\",\n            \"header\": \"Web ID\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"createdBy\",\n            \"header\": \"Created By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"updatedBy\",\n            \"header\": \"Updated By\",\n            \"type\": \"string\"\n        },\n        {\n            \"field\": \"isAnonymous\",\n            \"header\": \"Is Anonymous\",\n            \"type\": \"bool\"\n        },\n        {\n            \"field\": \"labels\",\n            \"header\": \"Labels\",\n            \"type\": \"label\"\n        }\n    ],\n    \"user_Id\": \"nabeel\",\n    \"page_size\": 10,\n    \"sort_option\": [\n        {\n            \"column\": \"firstName\",\n            \"sort_order\": \"desc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"attribute\":\"ERROR\",\n        \"validation\":\"Error Details are here\"\n    }\n}"}],"_postman_id":"87749ecf-c063-4396-859c-c21aa4f2971c"},{"name":"Delete User Preference","id":"07df6d9f-dd48-4f5f-8711-6e6bc1cc366f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://cim.expertflow.com/cim-customer//userPreference/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE/userPreference/:Id</strong></p>\n<p>This API resets user preferences to default for a specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Message: \"Customer successfully deleted.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"An error occurred while resetting preferences.\"</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>Code 404. Message: \"The customer you are trying to find does not exist.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 404. Message: \"Server error. Cannot reset preferences to default.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["userPreference",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"59b98e70-6680-47c3-adcc-c4b7d59e313d","description":{"content":"<p>Specify the ID of the agent for whom the user preferences need to be reset.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"783f1e49-e127-4e97-a1ae-f2e8f1d6f585","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ff89b2ce-4e34-45c7-babf-6a47a155c31a","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"BAD_REQUEST\",\n        \"msg\": \"Server error. Cannot reset preferences to default.\"\n    }\n}"},{"id":"296f884b-e8b4-4276-be5e-e31c92a660ef","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"NOT_FOUND\",\n        \"msg\": \"Object not found.\"\n    }\n}"},{"id":"1351d6f0-6d00-4edc-94b8-5cb4e7c2c468","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference",":id"],"variable":[{"key":"id","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Server error. Cannot reset preferences to default.\"\n}"}],"_postman_id":"07df6d9f-dd48-4f5f-8711-6e6bc1cc366f"},{"name":"Get User Pref by user ID","id":"8f91ff47-6f42-4262-80e5-2a85fb9a4eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//userPreference?user_Id=65809a15-f138-4fa9-9e6e-567c61b87c29","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/userPreference</strong></p>\n<p>This API returns the user preferences of UI set by the admin for a specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of preferences.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching preferences.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["userPreference"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>Specify the ID of the agent for whom the user preferences need to be retrieved.</p>\n","type":"text/plain"},"key":"user_Id","value":"65809a15-f138-4fa9-9e6e-567c61b87c29"}],"variable":[]}},"response":[{"id":"39ac9124-ef2d-44f3-a39d-15751ee0e126","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference?user_Id=65809a15-f138-4fa9-9e6e-567c61b87c29","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference"],"query":[{"key":"user_Id","value":"65809a15-f138-4fa9-9e6e-567c61b87c29"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6282d94504bce514f25265ee\",\n        \"columns\": [\n            {\n                \"field\": \"firstName\",\n                \"header\": \"First Name\",\n                \"type\": \"string\"\n            },\n            {\n                \"field\": \"phoneNumber\",\n                \"header\": \"Phone Number\",\n                \"type\": \"phoneNumber\"\n            },\n            {\n                \"field\": \"web\",\n                \"header\": \"Web\",\n                \"type\": \"string\"\n            },\n            {\n                \"field\": \"isAnonymous\",\n                \"header\": \"Anonymous\",\n                \"type\": \"boolean\"\n            }\n        ],\n        \"user_Id\": \"65809a15-f138-4fa9-9e6e-567c61b87c29\",\n        \"pageSize\": null,\n        \"sortOption\": [\n            {\n                \"field\": \"\",\n                \"sortOption\": \"\"\n            }\n        ],\n        \"sort_option\": [],\n        \"__v\": 0\n    }\n]"},{"id":"cfbf26ea-74f1-42a0-824c-d1bc93505ba8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//userPreference?user_Id=65809a15-f138-4fa9-9e6e-567c61b87c29","host":["https://cim.expertflow.com/cim-customer/"],"path":["userPreference"],"query":[{"key":"user_Id","value":"65809a15-f138-4fa9-9e6e-567c61b87c29"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"An error occurred while fetching preferences.\"\n}"}],"_postman_id":"8f91ff47-6f42-4262-80e5-2a85fb9a4eb4"}],"id":"67843a80-1122-4c42-ac64-fe4f1b0943da","description":"<p>This folder consists of APIs to manage user/agent preferences.</p>\n","_postman_id":"67843a80-1122-4c42-ac64-fe4f1b0943da"},{"name":"Log","item":[{"name":"Get Current Log Level","id":"fbd51b62-c119-4683-93c5-6550386c7404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//log-level","urlObject":{"path":["log-level"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"428474aa-b8ca-4dcf-b4c2-d0a62c0811b5","name":"Success 200","originalRequest":{"method":"PUT","header":[],"url":"https://cim.expertflow.com/cim-customer//log-level"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 18 May 2023 14:25:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Correlationid","value":"0397363b-ec3c-4976-a448-dea1801b3890"},{"key":"Etag","value":"W/\"25-s08KablD/3umK8GSA30M9MZ5kdE\""},{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"current log level:  info\"\n}"}],"_postman_id":"fbd51b62-c119-4683-93c5-6550386c7404"},{"name":"Update Log Level","id":"409b329c-1ec7-4ab3-9096-2dd76f1d19ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://cim.expertflow.com/cim-customer//log-level/:level","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/log-level/:level</strong></p>\n<p>This API allows you to update log level.</p>\n","urlObject":{"path":["log-level",":level"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"2ffbb7d2-98de-477c-a35a-e0dea2dd5d7a","description":{"content":"<p>[debug,info,error]</p>\n","type":"text/plain"},"type":"any","value":"info","key":"level"}]}},"response":[{"id":"98c8b578-93d5-4a39-adcf-391c7b67d995","name":"Success 200","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//log-level/:level","host":["https://cim.expertflow.com/cim-customer/"],"path":["log-level",":level"],"variable":[{"key":"level","value":"info","description":"[debug,info,error]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 18 May 2023 14:25:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Correlationid","value":"0397363b-ec3c-4976-a448-dea1801b3890"},{"key":"Etag","value":"W/\"25-s08KablD/3umK8GSA30M9MZ5kdE\""},{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"log level updated to:  info\"\n}"},{"id":"2d2946ca-646a-45b0-bc8c-848804b63944","name":"Invalid Log level","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//log-level/:level","host":["https://cim.expertflow.com/cim-customer/"],"path":["log-level",":level"],"variable":[{"key":"level","value":"www","description":"[debug,info,error]"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 18 May 2023 14:25:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Correlationid","value":"97d19270-60aa-4c59-a7c9-a08c5ef44aa8"},{"key":"Etag","value":"W/\"53-9FDbZEVPYcWAIFnoF34MtyudQpQ\""},{"key":"X-Powered-By","value":"Express"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"log level www is not in the defined list of log levels [debug,info,error]\"\n}"}],"_postman_id":"409b329c-1ec7-4ab3-9096-2dd76f1d19ef"}],"id":"fdd5a5a0-59f6-4272-9037-20c5678c0f7b","description":"<p>It is used to get and change log level. There are currently three levels associated: info, error and debug.</p>\n","_postman_id":"fdd5a5a0-59f6-4272-9037-20c5678c0f7b"},{"name":"agentSetting","item":[{"name":"Get User agentSetting By User ID","id":"4e73274e-08a8-47c0-90dd-94787ba50151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//agentSetting?user_Id=669e5ae2-f101-4df4-bc14-0d18586c4045","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/theme</strong></p>\n<p>This API returns the GUI theme and language set for the agent.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns list of preferences.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching preferences.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agentSetting"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>Specify the ID of the agent for whom the theme need to be retrieved.</p>\n","type":"text/plain"},"key":"user_Id","value":"669e5ae2-f101-4df4-bc14-0d18586c4045"}],"variable":[]}},"response":[{"id":"a8edd379-b603-4aa3-9e44-c78fa814d839","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//agentSetting?user_Id=669e5ae2-f101-4df4-bc14-0d18586c4045","host":["https://cim.expertflow.com/cim-customer/"],"path":["agentSetting"],"query":[{"key":"user_Id","value":"669e5ae2-f101-4df4-bc14-0d18586c4045","description":"Specify the ID of the agent for whom the theme need to be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"5e877629-2392-4e51-8d84-6e8c5de8cd31"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-+B3lmubTdKzoNWEgt1j0ZDsj3Wg\""},{"key":"Date","value":"Thu, 18 Aug 2022 08:06:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"theme\": \"light\",\n    \"language\": \"en\",\n    \"_id\": \"66df421eb1de3c6fc2907bce\",\n    \"user_Id\": \"669e5ae2-f101-4df4-bc14-0d18586c4045\",\n    \"__v\": 0\n}"}],"_postman_id":"4e73274e-08a8-47c0-90dd-94787ba50151"},{"name":"Update User  agentSetting By User ID","id":"d49dffd1-8f5b-417f-a8d1-e19148714b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"theme\": \"light\",\r\n    \"language\":\"en\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//agentSetting/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/theme/:id</strong></p>\n<p>This API allows you to update the GUI theme as well as language preference for a specific agent (recongnized by ID).</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>theme - Object - Required</td>\n<td>By default theme = light. Two themes are available: light or dark.</td>\n</tr>\n<tr>\n<td>language - Object - Required</td>\n<td>Language preference. By default, it is 'en\" (English).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Preferences set.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while setting preferences.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agentSetting",":id"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[{"id":"93250264-ed06-4b90-b6f9-17cb686769b3","description":{"content":"<p>Specify the ID of the agent for whom the theme needs to be updated.</p>\n","type":"text/plain"},"type":"any","value":"669e5ae2-f101-4df4-bc14-0d18586c4045","key":"id"}]}},"response":[{"id":"4b473499-dbbf-40f5-85ca-e89a8b503f7c","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"theme\": \"dark\",\r\n    \"language\":\"en\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//agentSetting/:id","host":["https://cim.expertflow.com/cim-customer/"],"path":["agentSetting",":id"],"variable":[{"key":"id","value":"669e5ae2-f101-4df4-bc14-0d18586c4045","description":"Specify the ID of the agent for whom the theme needs to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"37c8b085-cfb5-4ad3-93ae-87b5d0f45aea"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-gxTYABv3uPwDo/qGcCw9UrNkCEI\""},{"key":"Date","value":"Thu, 18 Aug 2022 08:07:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"theme\": \"dark\",\n    \"language\": \"en\",\n    \"_id\": \"66df421eb1de3c6fc2907bce\",\n    \"user_Id\": \"669e5ae2-f101-4df4-bc14-0d18586c4045\",\n    \"__v\": 0\n}"}],"_postman_id":"d49dffd1-8f5b-417f-a8d1-e19148714b3c"}],"id":"4185af85-04c5-4775-867d-7835109f660e","description":"<p>This folder consists of APIs for changing theme of the UI.</p>\n","_postman_id":"4185af85-04c5-4775-867d-7835109f660e"},{"name":"Label","item":[{"name":"Get All Labels","id":"d46792b9-94eb-4299-a088-1f1f94d0068b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//label","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/label</strong></p>\n<p>This API returns the list of customer labels.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns list of labels.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching labels.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"6b8ad27e-d964-49b3-8135-5c0bddb84ab2","name":"Get All Labels","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"bc33f78d-609e-4bd5-88e0-64394d0328c2"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1575"},{"key":"ETag","value":"W/\"627-Gv/pIca+ELvYSgDGzLCPhlB8aWo\""},{"key":"Date","value":"Thu, 28 Jul 2022 07:35:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62d8f80bd09f9933f865acc1\",\n        \"name\": \"block\",\n        \"colorCode\": \"#bfef45\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T06:54:03.056Z\",\n        \"updatedAt\": \"2022-07-21T06:54:03.056Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d8f816d09f9933f865acc8\",\n        \"name\": \"vvip\",\n        \"colorCode\": \"#42d4f4\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T06:54:14.131Z\",\n        \"updatedAt\": \"2022-07-21T06:54:14.131Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d8fee9cae67823f8d9153a\",\n        \"name\": \"iop\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T07:23:21.467Z\",\n        \"updatedAt\": \"2022-07-21T07:23:21.467Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d901b7b2aa533028b0f3a4\",\n        \"name\": \"www\",\n        \"colorCode\": \"#f34f1b\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T07:35:19.522Z\",\n        \"updatedAt\": \"2022-07-21T07:35:19.522Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62da3985dbeb243ac8e3e95b\",\n        \"name\": \"high\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdAt\": \"2022-07-22T05:45:41.462Z\",\n        \"updatedAt\": \"2022-07-22T05:45:41.462Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62da3a6edbeb243ac8e3e990\",\n        \"name\": \"qwerty\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdAt\": \"2022-07-22T05:49:34.370Z\",\n        \"updatedAt\": \"2022-07-22T05:49:34.370Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62de76d1dbeb243ac8e3eb42\",\n        \"name\": \"bui\",\n        \"createdBy\": \"faizan\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdAt\": \"2022-07-25T10:56:17.899Z\",\n        \"updatedAt\": \"2022-07-25T10:56:17.899Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62de7809dbeb243ac8e3eb5e\",\n        \"name\": \"fff\",\n        \"createdBy\": \"faizan\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdAt\": \"2022-07-25T11:01:29.067Z\",\n        \"updatedAt\": \"2022-07-25T11:01:29.067Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62de7824dbeb243ac8e3eb62\",\n        \"name\": \"kk\",\n        \"createdBy\": \"faizan\",\n        \"colorCode\": \"#f032e6\",\n        \"createdAt\": \"2022-07-25T11:01:56.872Z\",\n        \"updatedAt\": \"2022-07-27T10:51:55.747Z\",\n        \"__v\": 0,\n        \"updatedBy\": \"fadmin\"\n    }\n]"}],"_postman_id":"d46792b9-94eb-4299-a088-1f1f94d0068b"},{"name":"Get Label By Attribute","id":"f25c418c-9ae5-4209-a3b0-0713bf130cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//label?query=name: abc","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/label</strong></p>\n<p>This API returns the list of customer labels with a specific attribute value passed as query parameter.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns list of labels.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching labels.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>any attribute with a value (key, value pair) can be specified here e.g. name, colorCode, createdBy, createdAt etc.</p>\n","type":"text/plain"},"key":"query","value":"name: abc"}],"variable":[]}},"response":[{"id":"80584585-e947-4692-b52c-6e5171896feb","name":"Get Label By Attribute","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//label?query=name:vv","host":["https://cim.expertflow.com/cim-customer/"],"path":["label"],"query":[{"key":"query","value":"name:vv","description":"if name maches vv (regular expression)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"bb100e6d-513c-4dfe-b293-bea27f9ae5ed"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"178"},{"key":"ETag","value":"W/\"b2-uQj6ul618FzTKk9yhZl+rbZS6A0\""},{"key":"Date","value":"Thu, 28 Jul 2022 07:35:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62d8f816d09f9933f865acc8\",\n        \"name\": \"vvip\",\n        \"colorCode\": \"#42d4f4\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T06:54:14.131Z\",\n        \"updatedAt\": \"2022-07-21T06:54:14.131Z\",\n        \"__v\": 0\n    }\n]"},{"id":"90bf4f5e-c3fa-491f-a90e-768e22c4e6c0","name":"Get Label By Attribute","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//label?query=createdBy:ad","host":["https://cim.expertflow.com/cim-customer/"],"path":["label"],"query":[{"key":"query","value":"createdBy:ad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"2a37559e-0f9a-467e-bf87-5a34177e9e65"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"708"},{"key":"ETag","value":"W/\"2c4-GH9EgJ5IZcoPr2pckDNcx7eOX2E\""},{"key":"Date","value":"Thu, 28 Jul 2022 07:36:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"62d8f80bd09f9933f865acc1\",\n        \"name\": \"block\",\n        \"colorCode\": \"#bfef45\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T06:54:03.056Z\",\n        \"updatedAt\": \"2022-07-21T06:54:03.056Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d8f816d09f9933f865acc8\",\n        \"name\": \"vvip\",\n        \"colorCode\": \"#42d4f4\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T06:54:14.131Z\",\n        \"updatedAt\": \"2022-07-21T06:54:14.131Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d8fee9cae67823f8d9153a\",\n        \"name\": \"iop\",\n        \"colorCode\": \"#a9a9a9\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T07:23:21.467Z\",\n        \"updatedAt\": \"2022-07-21T07:23:21.467Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"62d901b7b2aa533028b0f3a4\",\n        \"name\": \"www\",\n        \"colorCode\": \"#f34f1b\",\n        \"createdBy\": \"admin\",\n        \"createdAt\": \"2022-07-21T07:35:19.522Z\",\n        \"updatedAt\": \"2022-07-21T07:35:19.522Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"f25c418c-9ae5-4209-a3b0-0713bf130cb4"},{"name":"Get Label By id","id":"4ac929f5-ef76-4eed-8bea-99ce724cc8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/cim-customer//label?query=_id:62d8f80bd09f9933f865acc1","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/label</strong></p>\n<p>This API returns the label of a specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns the label.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching label.\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"Resource not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>ID for which label has to be returned.</p>\n","type":"text/plain"},"key":"query","value":"_id:62d8f80bd09f9933f865acc1"}],"variable":[]}},"response":[{"id":"34140383-a641-43c8-a301-0091cb938364","name":"Get Label By id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/cim-customer//label?query=_id:62d8f80bd09f9933f865acc1","host":["https://cim.expertflow.com/cim-customer/"],"path":["label"],"query":[{"key":"query","value":"_id:62d8f80bd09f9933f865acc1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"5f0bd6d7-7115-4033-8490-094d906f288e"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"177"},{"key":"ETag","value":"W/\"b1-0qBTyruPW5fVAHpRwe3PP9YwNmk\""},{"key":"Date","value":"Thu, 28 Jul 2022 09:50:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62d8f80bd09f9933f865acc1\",\n    \"name\": \"block\",\n    \"colorCode\": \"#bfef45\",\n    \"createdBy\": \"admin\",\n    \"createdAt\": \"2022-07-21T06:54:03.056Z\",\n    \"updatedAt\": \"2022-07-21T06:54:03.056Z\",\n    \"__v\": 0\n}"}],"_postman_id":"4ac929f5-ef76-4eed-8bea-99ce724cc8cd"},{"name":"Save Label","id":"a9cf461f-9d70-4808-99a4-2a255ac6cd05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tuop\",\r\n    \"colorCode\": \"#f58231\",\r\n    \"createdBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//label","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/label</strong></p>\n<p>This API adds label for a customer.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>label</td>\n</tr>\n<tr>\n<td>colorCode - String - Required</td>\n<td>Specify color/RGB value of the label. By default, it is Grey.</td>\n</tr>\n<tr>\n<td>createdBy - String - Required</td>\n<td>role/name of the label creator.</td>\n</tr>\n<tr>\n<td>createdAt - String - Required</td>\n<td>Format: yyyy-mm-dd Thh:mm:ss</td>\n</tr>\n<tr>\n<td>updatedAt - String - Required</td>\n<td>Format: yyyy-mm-dd Thh:mm:ss</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Adds a label.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while adding label.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"e18a1354-6d49-4821-9375-4f9e46995ff6","name":"Save Label","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tu\",\r\n    \"colorCode\": \"#f58231\",\r\n    \"createdBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"89d616e7-8c87-4ac1-a734-faf365ade675"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"ETag","value":"W/\"ae-hXd1DvtfvN17QAcWOJ7+lt/wrZ0\""},{"key":"Date","value":"Thu, 28 Jul 2022 09:55:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62e25d2dc2990b16007c5bc3\",\n    \"name\": \"tu\",\n    \"colorCode\": \"#f58231\",\n    \"createdBy\": \"admin\",\n    \"createdAt\": \"2022-07-28T09:55:57.006Z\",\n    \"updatedAt\": \"2022-07-28T09:55:57.006Z\",\n    \"__v\": 0\n}"}],"_postman_id":"a9cf461f-9d70-4808-99a4-2a255ac6cd05"},{"name":"Update label By Id","id":"5be59dd3-ca28-4d96-92a8-b329226f1319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"u\",\r\n    \"colorCode\": \"#f58231\",\r\n    \"createdBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//label?_id=62d8f80bd09f9933f865acc1","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/label</strong></p>\n<p>This API updates label with a specific ID.</p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>label</td>\n</tr>\n<tr>\n<td>colorCode - String - Required</td>\n<td>Specify color/RGB value of the label. By default, it is Grey.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Updates label.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while updating label.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>ID of the label to be updated.</p>\n","type":"text/plain"},"key":"_id","value":"62d8f80bd09f9933f865acc1"}],"variable":[]}},"response":[{"id":"478eeb50-120d-48ad-b513-0e5c8d4cf08d","name":"Update label By Id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"u\",\r\n    \"colorCode\": \"#f58231\",\r\n    \"createdBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//label?_id=62d8f80bd09f9933f865acc1","host":["https://cim.expertflow.com/cim-customer/"],"path":["label"],"query":[{"key":"_id","value":"62d8f80bd09f9933f865acc1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"f7ca8d14-b307-49e5-b551-15f6c990e43d"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"173"},{"key":"ETag","value":"W/\"ad-PBJUkY3oGVzGgiDB/iiqKMr+U7E\""},{"key":"Date","value":"Thu, 28 Jul 2022 09:58:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"62d8f80bd09f9933f865acc1\",\n    \"name\": \"u\",\n    \"colorCode\": \"#f58231\",\n    \"createdBy\": \"admin\",\n    \"createdAt\": \"2022-07-21T06:54:03.056Z\",\n    \"updatedAt\": \"2022-07-28T09:58:48.189Z\",\n    \"__v\": 0\n}"}],"_postman_id":"5be59dd3-ca28-4d96-92a8-b329226f1319"},{"name":"Delete label By Id","id":"4e48ac6f-8102-4c54-ac45-8ef344027be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//label?_id=62e26114b393840a34bfb2a1","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DEL/label</strong></p>\n<p>This API deletes label with specific ID. This will be a hard-delete action and remove it from the database.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Deletes the label.</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 400. Message: \"Invalid request parameters.\"</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while deleting label.\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"Resource not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["label"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[{"description":{"content":"<p>ID of the label to be deleted.</p>\n","type":"text/plain"},"key":"_id","value":"62e26114b393840a34bfb2a1"}],"variable":[]}},"response":[{"id":"f443a286-d4ae-4277-820d-cf26bab48899","name":"Delete label By Id","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/cim-customer//label?_id=62e260ac60fc4e1cf4d84f1f","host":["https://cim.expertflow.com/cim-customer/"],"path":["label"],"query":[{"key":"_id","value":"62e260ac60fc4e1cf4d84f1f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"fb2e178b-19e4-48df-9966-47e91dbc4994"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-W+nAuB2WoFfXCJf017kGogymC54\""},{"key":"Date","value":"Thu, 28 Jul 2022 10:05:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"n\": 1,\n    \"ok\": 1,\n    \"deletedCount\": 1\n}"}],"_postman_id":"4e48ac6f-8102-4c54-ac45-8ef344027be0"}],"id":"c33b2160-5674-4857-b362-ac882dc93e40","_postman_id":"c33b2160-5674-4857-b362-ac882dc93e40","description":""}],"id":"95ae5c68-621f-417c-93a0-a2dbcea194ca","description":"<p>CX Customer API collection describes how to add new customers, their attributes in customer schema and manage them in Expertflow CX. It also defines how agents can setup and save the GUI elements according to their preferences.</p>\n","_postman_id":"95ae5c68-621f-417c-93a0-a2dbcea194ca"},{"name":"CX Teams","item":[{"name":"Create Team","id":"835bb509-6d1f-45d7-a511-ff330b021e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"Team EF\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n    \"description\": \"this is the team for EF\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team","description":"<p>The endpoint create a new team. The request should include the team name, supervisor ID, source, and the creator's ID. The supervisor ID may be null in some cases.</p>\n","urlObject":{"path":["team"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"2816a73c-c757-4e65-9d6a-e6268abffcd7","name":"Create team with supervisor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"Team EF\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"03602186-d8d7-4761-8616-625b24bc9df8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"417"},{"key":"ETag","value":"W/\"1a1-UFnsyAqtmWWZkt9D84aJpvKET1Y\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 14:56:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_name\": \"Team EF\",\n    \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\",\n    \"createdAt\": \"2025-01-14T14:56:00.068Z\",\n    \"updatedAt\": \"2025-01-14T14:56:00.068Z\",\n    \"id\": \"67867b00c45d802d43f25f99\",\n    \"supervisor\": {\n        \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n        \"username\": \"shabbernp-01\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\",\n            \"supervisor\"\n        ]\n    }\n}"},{"id":"c79a57e8-16d7-4842-a01a-6b9bbc03f4f0","name":"Create team without supervisor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"Team EF\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"03602186-d8d7-4761-8616-625b24bc9df8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"417"},{"key":"ETag","value":"W/\"1a1-UFnsyAqtmWWZkt9D84aJpvKET1Y\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 14:56:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_name\": \"Team EF\",\n    \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n    \"supervisor_Id\": null,\n    \"source\": \"CX\",\n    \"created_by\": \"admin\",\n    \"createdAt\": \"2025-01-14T14:56:00.068Z\",\n    \"updatedAt\": \"2025-01-14T14:56:00.068Z\",\n    \"id\": \"67867b00c45d802d43f25f99\",\n    \"supervisor\": null\n}"}],"_postman_id":"835bb509-6d1f-45d7-a511-ff330b021e37"},{"name":"Update Team","id":"adf05e9d-26e3-483d-93db-a18af42fdf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"Team EFCX\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n    \"description\": \"this is the team for EFCX\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}","description":"<p>This endpoint allows the user to update the details of a specific team identified by the <code>teamID</code>.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>team_name</code> (string, optional): The updated name of the team.</p>\n</li>\n<li><p><code>supervisor_Id</code> (string, optional): The ID of the supervisor for the team.</p>\n</li>\n<li><p><code>descrption</code>(string, optional): description of the team</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"team_name\": { \"type\": \"string\" },\n    \"team_Id\": { \"type\": \"string\" },\n    \"supervisor_Id\": { \"type\": \"string\" },\n    \"source\": { \"type\": \"string\" },\n    \"created_by\": { \"type\": \"string\" },\n    \"createdAt\": { \"type\": \"string\" },\n    \"updatedAt\": { \"type\": \"string\" },\n    \"id\": { \"type\": \"string\" },\n    \"supervisor\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": { \"type\": \"string\" },\n        \"username\": { \"type\": \"string\" },\n        \"firstName\": { \"type\": \"string\" },\n        \"lastName\": { \"type\": \"string\" },\n        \"roles\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["team","{{teamID}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"65199e33-f796-4a56-9b60-a6e738cdda42","name":"Update Team","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"Team EFCX\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"7cdf5566-5050-448a-ad92-3e9f750643cf"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"419"},{"key":"ETag","value":"W/\"1a3-wXQVvhyweRNzB8LEjQWGvEeatrA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 14:59:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_name\": \"Team EFCX\",\n    \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n    \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\",\n    \"createdAt\": \"2025-01-14T14:56:00.068Z\",\n    \"updatedAt\": \"2025-01-14T14:59:13.843Z\",\n    \"id\": \"67867b00c45d802d43f25f99\",\n    \"supervisor\": {\n        \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n        \"username\": \"shabbernp-01\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\",\n            \"supervisor\"\n        ]\n    }\n}"}],"_postman_id":"adf05e9d-26e3-483d-93db-a18af42fdf09"},{"name":"Delete Team","id":"75a64351-297e-4808-86b0-df2b4e19f188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseURL}}/team/56fe696-c3a0-4470-902d-cc1986dffa1c","description":"<p>This endpoint is used to delete a specific team.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<ul>\n<li><p><code>acknowledged</code> (boolean): Indicates whether the deletion was acknowledged.</p>\n</li>\n<li><p><code>deletedCount</code> (integer): The number of items deleted.</p>\n</li>\n</ul>\n","urlObject":{"path":["team","56fe696-c3a0-4470-902d-cc1986dffa1c"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"c38bebe7-6bb0-4354-be8a-177865d8a753","name":"Delete Teams","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3001/team/56fe696-c3a0-4470-902d-cc1986dffa1c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"15ca6632-a147-401e-b852-a414cf29eff1"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38"},{"key":"ETag","value":"W/\"26-cNC5LnJlaAZUicKAN6xhqN0RI9I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:00:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"acknowledged\": true,\n    \"deletedCount\": 0\n}"}],"_postman_id":"75a64351-297e-4808-86b0-df2b4e19f188"},{"name":"Get Teams List","id":"44aa5cbc-f7ed-4c55-830b-57066bdf6978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"{{baseURL}}/team","description":"<p>The endpoint retrieves a list of teams. The response for this request can be represented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"team_name\": { \"type\": \"string\" },\n      \"supervisor_Id\": { \"type\": \"string\" },\n      \"source\": { \"type\": \"string\" },\n      \"created_by\": { \"type\": \"string\" },\n      \"team_Id\": { \"type\": \"string\" },\n      \"createdAt\": { \"type\": \"string\" },\n      \"updatedAt\": { \"type\": \"string\" },\n      \"description\": { \"type\": \"string\" },\n      \"id\": { \"type\": \"string\" },\n      \"supervisor\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": { \"type\": \"string\" },\n          \"username\": { \"type\": \"string\" },\n          \"firstName\": { \"type\": \"string\" },\n          \"lastName\": { \"type\": \"string\" },\n          \"roles\": {\n            \"type\": \"array\",\n            \"items\": { \"type\": \"string\" }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["team"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"888b820e-cc7e-4069-b475-d22d43824aa8","name":"Get Teams List","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"localhost:3001/team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"bcc6c7fc-8d02-47d5-a25b-bf01567f97f6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3044-wg2PIqlw1rDrR+iHryTON8stdJ4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 14 Jan 2025 15:01:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"team_name\": \"test dashboard\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"5617d9e2-a9a4-45bb-a71e-7b76873d3008\",\n        \"createdAt\": \"2024-10-18T21:16:02.050Z\",\n        \"updatedAt\": \"2024-12-30T07:55:25.073Z\",\n        \"description\": \"\",\n        \"id\": \"6712d0129ee49a00276bd8d5\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test2\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"db0a8bdf-f694-4e15-be8f-bf6b6f1315fc\",\n        \"createdAt\": \"2024-10-18T21:16:10.517Z\",\n        \"updatedAt\": \"2025-01-10T15:09:42.799Z\",\n        \"id\": \"6712d01a9ee49a00276bd8e1\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test6\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"58ee8ccd-df9c-4cae-9a1c-5816046890fe\",\n        \"createdAt\": \"2024-10-18T21:16:47.169Z\",\n        \"updatedAt\": \"2025-01-13T13:10:41.658Z\",\n        \"id\": \"6712d03f9ee49a00276bd929\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test7\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"e6b95bb5-d50c-49f5-b209-de7c82b2bc3f\",\n        \"createdAt\": \"2024-10-18T21:16:52.520Z\",\n        \"updatedAt\": \"2024-10-18T21:16:52.520Z\",\n        \"id\": \"6712d0449ee49a00276bd941\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test8\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"90b8bab6-3e14-4cdc-ba09-6140027bd28c\",\n        \"createdAt\": \"2024-10-18T21:16:58.542Z\",\n        \"updatedAt\": \"2024-10-18T21:16:58.542Z\",\n        \"id\": \"6712d04a9ee49a00276bd959\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test9\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"7616050f-8dae-4e7c-ae06-b90e073e076b\",\n        \"createdAt\": \"2024-10-18T21:17:06.485Z\",\n        \"updatedAt\": \"2024-10-18T21:17:06.485Z\",\n        \"id\": \"6712d0529ee49a00276bd971\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test10\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"2f120055-a6c7-412f-8cd8-9324b877c739\",\n        \"createdAt\": \"2024-10-18T21:17:33.327Z\",\n        \"updatedAt\": \"2024-10-18T21:17:33.327Z\",\n        \"id\": \"6712d06d9ee49a00276bd989\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test11\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"d057a896-adf1-4a9d-8e02-c73de8727cdc\",\n        \"createdAt\": \"2024-10-18T21:17:39.641Z\",\n        \"updatedAt\": \"2024-10-18T21:17:39.641Z\",\n        \"id\": \"6712d0739ee49a00276bd9a1\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test12\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"cc496073-4016-4510-b873-d744e3ed0c67\",\n        \"createdAt\": \"2024-10-18T21:17:45.251Z\",\n        \"updatedAt\": \"2024-10-18T21:17:45.251Z\",\n        \"id\": \"6712d0799ee49a00276bd9b9\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test13\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"bb9292d8-c311-4323-be70-cb4c637abc67\",\n        \"createdAt\": \"2024-10-18T21:17:51.542Z\",\n        \"updatedAt\": \"2024-10-18T21:17:51.542Z\",\n        \"id\": \"6712d07f9ee49a00276bd9d1\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_Id\": \"12\",\n        \"team_name\": \"shabber-team1\",\n        \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n        \"source\": \"CISCO\",\n        \"created_by\": \"1\",\n        \"createdAt\": \"2024-10-21T11:24:42.689Z\",\n        \"updatedAt\": \"2024-12-05T11:42:28.071Z\",\n        \"id\": \"671639fa9ee49a00276be08f\",\n        \"supervisor\": {\n            \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"username\": \"shabbernp-02\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"Shabber Local team 1\",\n        \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"971a0a00-d0ff-420e-92a3-acc1fdcf24d5\",\n        \"createdAt\": \"2024-10-22T08:10:49.030Z\",\n        \"updatedAt\": \"2024-10-24T13:30:16.896Z\",\n        \"id\": \"67175e0947813d0028d4db1f\",\n        \"supervisor\": {\n            \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n            \"username\": \"shabbernp-01\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"Shabber Local team 2\",\n        \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"9ea6c98a-2ff6-4cfe-9399-99d824f835de\",\n        \"createdAt\": \"2024-10-22T08:13:30.238Z\",\n        \"updatedAt\": \"2024-10-22T08:13:30.238Z\",\n        \"id\": \"67175eaa47813d0028d4db6c\",\n        \"supervisor\": {\n            \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"username\": \"shabbernp-02\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_Id\": \"14\",\n        \"team_name\": \"shabber-team3\",\n        \"supervisor_Id\": \"ad0eaa06-72db-4b27-832e-8608ef64be4c\",\n        \"source\": \"CISCO\",\n        \"created_by\": \"1\",\n        \"createdAt\": \"2024-10-28T12:35:15.729Z\",\n        \"updatedAt\": \"2024-10-28T12:35:15.823Z\",\n        \"id\": \"671f850357a8200060572b33\",\n        \"supervisor\": {\n            \"id\": \"ad0eaa06-72db-4b27-832e-8608ef64be4c\",\n            \"username\": \"csfshabber15\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber15\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_Id\": \"13\",\n        \"team_name\": \"shabber-team2\",\n        \"supervisor_Id\": \"56987bdf-18cf-460b-a30d-97c62fc1548f\",\n        \"source\": \"CISCO\",\n        \"created_by\": \"1\",\n        \"createdAt\": \"2024-10-29T08:06:16.292Z\",\n        \"updatedAt\": \"2024-10-29T08:06:16.292Z\",\n        \"id\": \"6720977857a8200060573320\",\n        \"supervisor\": {\n            \"id\": \"56987bdf-18cf-460b-a30d-97c62fc1548f\",\n            \"username\": \"csfshabber4\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber4\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"Abraham TEam2\",\n        \"description\": \"REaltime testing teams\",\n        \"supervisor_Id\": \"7bfbf070-4d11-4202-acae-90cc1992b258\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"2baa2bd4-d088-4124-a9ae-3abf4618c6bc\",\n        \"createdAt\": \"2024-11-08T06:29:33.269Z\",\n        \"updatedAt\": \"2024-12-02T12:20:10.395Z\",\n        \"id\": \"672dafcd5293130027c54ddd\",\n        \"supervisor\": {\n            \"id\": \"7bfbf070-4d11-4202-acae-90cc1992b258\",\n            \"username\": \"abraham2\",\n            \"firstName\": \"abraham2\",\n            \"lastName\": \"abraham2\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"nabeel's team\",\n        \"description\": \"THIS IS MYYYYYYYYYY TEAMMMMMMMMM\",\n        \"supervisor_Id\": \"4c21770d-3b89-4bb0-80d5-edf1488dbf74\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"555109eb-6363-4b76-82e5-16474926eb07\",\n        \"createdAt\": \"2024-11-08T06:50:09.960Z\",\n        \"updatedAt\": \"2024-11-08T11:19:04.737Z\",\n        \"id\": \"672db4a15293130027c54ef6\",\n        \"supervisor\": {\n            \"id\": \"4c21770d-3b89-4bb0-80d5-edf1488dbf74\",\n            \"username\": \"nabeeljh\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_Id\": \"1\",\n        \"createdAt\": \"2024-11-12T18:00:43.626Z\",\n        \"created_by\": \"1\",\n        \"source\": \"CISCO\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"team_name\": \"Default\",\n        \"updatedAt\": \"2024-12-17T09:08:02.167Z\",\n        \"v\": 0,\n        \"id\": \"6733919826242c78f8f3dd50\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_Id\": \"5b6b38fb-2e44-4eaa-9528-a88cd323aef1\",\n        \"createdAt\": \"2024-11-12T18:00:43.626Z\",\n        \"created_by\": \"1\",\n        \"source\": \"CX\",\n        \"supervisor_Id\": \"dcfc5772-a3ea-4718-a225-670cac60a51e\",\n        \"team_name\": \"qa-team\",\n        \"updatedAt\": \"2024-12-17T09:01:55.791Z\",\n        \"v\": 0,\n        \"id\": \"6733919826242c78f8f3dd51\",\n        \"supervisor\": {\n            \"id\": \"dcfc5772-a3ea-4718-a225-670cac60a51e\",\n            \"username\": \"amnasup2\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"sabahat test team\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"f62cb1f4-b817-42df-9605-e33efe0aab6b\",\n        \"createdAt\": \"2024-11-19T20:12:03.057Z\",\n        \"updatedAt\": \"2025-01-03T13:50:55.847Z\",\n        \"description\": \"test\",\n        \"id\": \"673cf1133c7f9d774898eaf9\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"reporting-team\",\n        \"supervisor_Id\": \"a23c5c3b-0771-44e8-a286-d7a870fdb0e9\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"04ff037a-0411-4384-890a-f5980d1b8724\",\n        \"createdAt\": \"2024-12-10T08:58:37.179Z\",\n        \"updatedAt\": \"2024-12-10T08:59:01.781Z\",\n        \"id\": \"675802bd5566de0034ac79d6\",\n        \"supervisor\": {\n            \"id\": \"a23c5c3b-0771-44e8-a286-d7a870fdb0e9\",\n            \"username\": \"reportingsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test55\",\n        \"supervisor_Id\": \"07d61b84-aed2-4d88-b6c2-1603e02fbf54\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"ae09c722-c8b3-4cb4-ab47-f7990f2a107a\",\n        \"createdAt\": \"2024-12-11T06:54:38.234Z\",\n        \"updatedAt\": \"2024-12-11T06:56:53.012Z\",\n        \"id\": \"6759372e5566de0034ac7dcf\",\n        \"supervisor\": {\n            \"id\": \"07d61b84-aed2-4d88-b6c2-1603e02fbf54\",\n            \"username\": \"amna1sup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"amnateam\",\n        \"supervisor_Id\": \"120809a3-f894-43a9-a76e-3902a2d5dcb7\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"ed32b6d1-f9ea-4d06-95b7-313a22e57696\",\n        \"createdAt\": \"2024-12-17T08:53:28.809Z\",\n        \"updatedAt\": \"2024-12-17T09:11:02.030Z\",\n        \"id\": \"67613c0864d8e800275bfee5\",\n        \"supervisor\": {\n            \"id\": \"120809a3-f894-43a9-a76e-3902a2d5dcb7\",\n            \"username\": \"aamnasup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"amnateam2\",\n        \"supervisor_Id\": \"9aca590f-cf57-4fa5-927d-ad803a023700\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"d3c9f5f3-2a77-416d-b191-96c239b65d7c\",\n        \"createdAt\": \"2024-12-17T08:54:45.811Z\",\n        \"updatedAt\": \"2024-12-17T09:02:36.190Z\",\n        \"id\": \"67613c5564d8e800275bff35\",\n        \"supervisor\": {\n            \"id\": \"9aca590f-cf57-4fa5-927d-ad803a023700\",\n            \"username\": \"amnasup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"Team Sabahat AB\",\n        \"team_Id\": \"1102\",\n        \"source\": \"CISCO\",\n        \"createdAt\": \"2024-12-26T18:50:31.911Z\",\n        \"updatedAt\": \"2025-01-03T13:51:18.447Z\",\n        \"id\": \"676da57753a5227be715da06\"\n    },\n    {\n        \"team_name\": \"test team\",\n        \"team_Id\": \"36cfc78e-cede-4107-8af5-0738de8a89a8\",\n        \"supervisor_Id\": \"003c654b-63db-4537-970d-044e29cb13c9\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"createdAt\": \"2024-12-27T13:05:10.451Z\",\n        \"updatedAt\": \"2024-12-27T13:07:10.858Z\",\n        \"description\": \"test dexfrip\",\n        \"id\": \"676ea606db56d31e9d586e02\",\n        \"supervisor\": {\n            \"id\": \"003c654b-63db-4537-970d-044e29cb13c9\",\n            \"username\": \"csfshabber1\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber1\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"sabahat_team\",\n        \"team_Id\": \"15\",\n        \"supervisor_Id\": \"55da5167-7718-422c-b70b-72bedb4d5e72\",\n        \"source\": \"CISCO\",\n        \"created_by\": \"1\",\n        \"createdAt\": \"2025-01-03T09:59:18.077Z\",\n        \"updatedAt\": \"2025-01-03T13:56:47.828Z\",\n        \"id\": \"6777b4f63b29e3bcbb6d533a\",\n        \"supervisor\": {\n            \"id\": \"55da5167-7718-422c-b70b-72bedb4d5e72\",\n            \"username\": \"se2619\",\n            \"firstName\": \"\",\n            \"lastName\": \"SE2619\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"talha\",\n        \"team_Id\": \"20069b69-9864-4c50-81c0-7986b0da85af\",\n        \"supervisor_Id\": \"2bd59ec5-ec63-4851-b80a-b838655158c3\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"createdAt\": \"2025-01-03T10:26:37.511Z\",\n        \"updatedAt\": \"2025-01-03T10:27:04.508Z\",\n        \"id\": \"6777bb5d3b29e3bcbb6d5406\",\n        \"supervisor\": {\n            \"id\": \"2bd59ec5-ec63-4851-b80a-b838655158c3\",\n            \"username\": \"talhasu\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"Team Sabahat\",\n        \"team_Id\": \"e6f3238d-a0ec-411f-accc-f2e1297d4736\",\n        \"source\": \"CX\",\n        \"createdAt\": \"2025-01-14T14:52:55.367Z\",\n        \"updatedAt\": \"2025-01-14T14:52:55.367Z\",\n        \"supervisor_Id\": null,\n        \"id\": \"67867a47c45d802d43f25f16\"\n    },\n    {\n        \"team_name\": \"Team A\",\n        \"team_Id\": \"f3eb580b-b6ed-423e-9326-fa7c3c5b8708\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"createdAt\": \"2025-01-14T14:54:21.110Z\",\n        \"updatedAt\": \"2025-01-14T14:54:21.110Z\",\n        \"supervisor_Id\": null,\n        \"id\": \"67867a9dc45d802d43f25f18\"\n    },\n    {\n        \"team_name\": \"Team EFCX\",\n        \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n        \"supervisor_Id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"createdAt\": \"2025-01-14T14:56:00.068Z\",\n        \"updatedAt\": \"2025-01-14T14:59:13.843Z\",\n        \"id\": \"67867b00c45d802d43f25f99\",\n        \"supervisor\": {\n            \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n            \"username\": \"shabbernp-01\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    }\n]"}],"_postman_id":"44aa5cbc-f7ed-4c55-830b-57066bdf6978"},{"name":"Get Team(s)","id":"18184dc2-e372-4c38-bf5f-689bf5fc3662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":"{{baseURL}}/team?ids=12,d057a896-adf1-4a9d-8e02-c73de8727cdc,2f120055-a6c7-412f-8cd8-9324b877c739","description":"<p>This endpoint makes an HTTP GET request to retrieve team details based on the provided team IDs. The request should include the IDs of the teams as a query parameter. The response will contain an array of objects, each representing a team.</p>\n","urlObject":{"path":["team"],"host":["{{baseURL}}"],"query":[{"key":"ids","value":"12,d057a896-adf1-4a9d-8e02-c73de8727cdc,2f120055-a6c7-412f-8cd8-9324b877c739"}],"variable":[]}},"response":[{"id":"15714077-be24-4e96-aab0-5bcc03dfd13a","name":"Get Team(s)","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text"}],"url":{"raw":"localhost:3001/team?ids=12,d057a896-adf1-4a9d-8e02-c73de8727cdc,2f120055-a6c7-412f-8cd8-9324b877c739","host":["localhost"],"port":"3001","path":["team"],"query":[{"key":"ids","value":"12,d057a896-adf1-4a9d-8e02-c73de8727cdc,2f120055-a6c7-412f-8cd8-9324b877c739"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"9f568948-486e-4218-88e7-1e39dddf46bf"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4c4-QO7XyOs+M5+aWvmsiXBvt6pE9uM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 14 Jan 2025 15:03:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"team_Id\": \"12\",\n        \"team_name\": \"shabber-team1\",\n        \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n        \"source\": \"CISCO\",\n        \"created_by\": \"1\",\n        \"createdAt\": \"2024-10-21T11:24:42.689Z\",\n        \"updatedAt\": \"2024-12-05T11:42:28.071Z\",\n        \"id\": \"671639fa9ee49a00276be08f\",\n        \"supervisor\": {\n            \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"username\": \"shabbernp-02\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test10\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"2f120055-a6c7-412f-8cd8-9324b877c739\",\n        \"createdAt\": \"2024-10-18T21:17:33.327Z\",\n        \"updatedAt\": \"2024-10-18T21:17:33.327Z\",\n        \"id\": \"6712d06d9ee49a00276bd989\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    },\n    {\n        \"team_name\": \"test11\",\n        \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n        \"source\": \"CX\",\n        \"created_by\": \"admin\",\n        \"team_Id\": \"d057a896-adf1-4a9d-8e02-c73de8727cdc\",\n        \"createdAt\": \"2024-10-18T21:17:39.641Z\",\n        \"updatedAt\": \"2024-10-18T21:17:39.641Z\",\n        \"id\": \"6712d0739ee49a00276bd9a1\",\n        \"supervisor\": {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    }\n]"}],"_postman_id":"18184dc2-e372-4c38-bf5f-689bf5fc3662"},{"name":"Assign primary supervisor to team","id":"caab606e-52b0-4d22-a5bd-b46983d3aa03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}/supervisor","description":"<p>This endpoint allows the user to update the primary supervisor of a specific team.</p>\n","urlObject":{"path":["team","{{teamID}}","supervisor"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"f02bddf1-def8-4bdf-9552-990bcdddd77c","name":"OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/team/2f120055-a6c7-412f-8cd8-9324b877c739/supervisor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"73e2dfbc-2573-4c5d-af9a-c1298160bad7"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"271"},{"key":"ETag","value":"W/\"10f-ICJHANFRx3zxLk/Eczqf0zPmyiE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:06:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_name\": \"test10\",\n    \"supervisor_Id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n    \"source\": \"CX\",\n    \"created_by\": \"admin\",\n    \"team_Id\": \"2f120055-a6c7-412f-8cd8-9324b877c739\",\n    \"createdAt\": \"2024-10-18T21:17:33.327Z\",\n    \"updatedAt\": \"2024-10-18T21:17:33.327Z\",\n    \"id\": \"6712d06d9ee49a00276bd989\"\n}"}],"_postman_id":"caab606e-52b0-4d22-a5bd-b46983d3aa03"},{"name":"Unassign primary supervisor to team","id":"d0056dc6-6a18-4cab-89dc-677a17bc3c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseURL}}/team/{{teamID}}/supervisor","description":"<p>This endpoint allows the user to remove the primary supervisor of a specific team.</p>\n","urlObject":{"path":["team","{{teamID}}","supervisor"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"4bc6aa3f-ddaf-4755-9300-555633cbe15f","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"localhost:3001/team/2f120055-a6c7-412f-8cd8-9324b877c739/supervisor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"888edda9-abe3-4034-92d7-7a2a3167d999"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"237"},{"key":"ETag","value":"W/\"ed-rGCRIwhhdw8mcSBnFF4W52OUrcs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:07:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_name\": \"test10\",\n    \"supervisor_Id\": null,\n    \"source\": \"CX\",\n    \"created_by\": \"admin\",\n    \"team_Id\": \"2f120055-a6c7-412f-8cd8-9324b877c739\",\n    \"createdAt\": \"2024-10-18T21:17:33.327Z\",\n    \"updatedAt\": \"2025-01-14T15:06:01.858Z\",\n    \"id\": \"6712d06d9ee49a00276bd989\"\n}"}],"_postman_id":"d0056dc6-6a18-4cab-89dc-677a17bc3c15"},{"name":"Get members of the specific team","id":"8088e7e5-3192-4711-928c-25b1fc28bea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/team/{{teamID}}/member?type=agent&username=za&limit=25&offset=0","description":"<p>This endpoint retrieves team members based on their type and username(optional), with options for pagination.</p>\n<ul>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>type (string, optional): The type of the team member (e.g., agent).</p>\n</li>\n<li><p>username (string, optional): The username of the team member.</p>\n</li>\n<li><p>limit (integer, optional): The maximum number of items to return per page.</p>\n</li>\n<li><p>offset (integer, optional): The number of items to skip before starting to collect the result set.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of team members with their details, along with pagination information.</p>\n","urlObject":{"path":["team","{{teamID}}","member"],"host":["{{baseURL}}"],"query":[{"key":"type","value":"agent"},{"key":"username","value":"za"},{"key":"limit","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"c8b9d6ee-8e0f-402b-8561-bdeeb771937e","name":"Get agents of the specific team","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=agent","host":["localhost"],"port":"3001","path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"agent","description":"agent | secondary-supervisor"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"41a772d6-0c67-43b7-a3c8-bfba15584960"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"464"},{"key":"ETag","value":"W/\"1d0-eOPbdAngouJ1OVIACOtyt4XJHsU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:18:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 2,\n    \"totalDocs\": 2,\n    \"limit\": 20,\n    \"offset\": 1\n}"},{"id":"1f34f8d8-61b6-4bee-886d-722e1ca05313","name":"Get secondary supervisors of the specific team","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=secondary-supervisor","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"secondary-supervisor","description":"agent | secondary-supervisor"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"1a38e2bb-fdd6-480f-a77d-b58819976a81"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"346"},{"key":"ETag","value":"W/\"15a-60LoJfv1AupyiY9OAcKNudoB+IU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:19:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"secondary-supervisor\",\n            \"user\": {\n                \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n                \"username\": \"shabbernp-02\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 1,\n    \"totalDocs\": 1,\n    \"limit\": 20,\n    \"offset\": 1\n}"},{"id":"2570f5c6-7b87-48f0-9ff2-ea2a012243fa","name":"Get all members with pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?limit=2&offset=0","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"9d24411c-f997-4614-8321-464f8afeb99d"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"488"},{"key":"ETag","value":"W/\"1e8-pSxJTXM8J2+52NCUjlk7QZzYM08\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:24:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"secondary-supervisor\",\n            \"user\": {\n                \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n                \"username\": \"shabbernp-02\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 2,\n    \"currentPage\": 1,\n    \"nextPage\": 2,\n    \"prevPage\": null,\n    \"hasNextPage\": true,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 2,\n    \"totalDocs\": 3,\n    \"limit\": 2,\n    \"offset\": 1\n}"},{"id":"b20a4486-94fe-4434-be69-010bd075729d","name":"Get all members of the specific team","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"14b5c4a3-7993-4e32-94fd-c14a62478114"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"635"},{"key":"ETag","value":"W/\"27b-RlAxy4NTKTkVbOCeLiSMqv9PTgE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:24:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"secondary-supervisor\",\n            \"user\": {\n                \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n                \"username\": \"shabbernp-02\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 3,\n    \"totalDocs\": 3,\n    \"limit\": 20,\n    \"offset\": 1\n}"},{"id":"f582777b-a838-48b7-8200-b76760eaa88b","name":"Get members based on a partial username search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=agent&username=za&limit=25&offset=0","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"agent","description":"agent | secondary-supervisor"},{"key":"username","value":"za"},{"key":"limit","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"57363a9b-fdae-44a4-92b2-aa9a7496699d"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"317"},{"key":"ETag","value":"W/\"13d-v/KHcwdgE2AamvajsurGNNlYD2w\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:26:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 1,\n    \"totalDocs\": 1,\n    \"limit\": 25,\n    \"offset\": 1\n}"}],"_postman_id":"8088e7e5-3192-4711-928c-25b1fc28bea2"},{"name":"Add members to the team","id":"70a2340a-8170-4b32-81b5-24de20543f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"agent\",\n    \"usernames\": [\n        \"ali\",\n        \"zaryab\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}/member","description":"<p>This endpoint allows you to add a new member to a specific team.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>type</code>: The type of the user to be added.</p>\n</li>\n<li><p><code>usernames</code>: An array of usernames to be added to the team.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include an array of information about the operation, including team ID, username, type, user ID, creation and update timestamps, operation status, and ID.</p>\n","urlObject":{"path":["team","{{teamID}}","member"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a6802748-bb20-4a97-91c9-530ce6d79e6c","name":"Add secondary supervisor to the team","originalRequest":{"method":"POST","header":[{"key":"Referer","value":"http://localhost:4200/","disabled":true},{"key":"Sec-Fetch-Dest","value":"empty","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"type\": \"secondary-supervisor\",\n    \"usernames\": [\n        \"csfshabber1\",\n        \"shabbernp-02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"2dca26a1-e95a-4eea-b519-f5fdb49b73af"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"602"},{"key":"ETag","value":"W/\"25a-MlfqH41df0Phju9PELdqqIIrmx4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:10:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n            \"username\": \"csfshabber1\",\n            \"type\": \"secondary-supervisor\",\n            \"userId\": \"003c654b-63db-4537-970d-044e29cb13c9\",\n            \"createdAt\": \"2025-01-14T15:10:35.540Z\",\n            \"updatedAt\": \"2025-01-14T15:10:35.540Z\",\n            \"id\": \"67867e6bc45d802d43f25ffb\",\n            \"operation\": 1\n        },\n        {\n            \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n            \"username\": \"shabbernp-02\",\n            \"type\": \"secondary-supervisor\",\n            \"userId\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"createdAt\": \"2025-01-14T15:10:35.542Z\",\n            \"updatedAt\": \"2025-01-14T15:10:35.542Z\",\n            \"id\": \"67867e6bc45d802d43f25ffc\",\n            \"operation\": 1\n        }\n    ],\n    \"total\": 2,\n    \"succeeded\": 2,\n    \"failed\": 0\n}"},{"id":"14d03f29-2822-4dd4-b071-33a501f93ebb","name":"Add agents to the team","originalRequest":{"method":"POST","header":[{"key":"Referer","value":"http://localhost:4200/","disabled":true},{"key":"Sec-Fetch-Dest","value":"empty","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"type\": \"agent\",\n    \"usernames\": [\n        \"ali\",\n        \"zaryab\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"1560d0bf-304a-424c-82b5-f6b9d449133a"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"558"},{"key":"ETag","value":"W/\"22e-x1WqtxSURLgwEvM9BREDq8INT9U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:12:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n            \"username\": \"zaryab\",\n            \"type\": \"agent\",\n            \"userId\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n            \"createdAt\": \"2025-01-14T15:12:51.622Z\",\n            \"updatedAt\": \"2025-01-14T15:12:51.622Z\",\n            \"id\": \"67867ef3c45d802d43f26026\",\n            \"operation\": 1\n        },\n        {\n            \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n            \"username\": \"ali\",\n            \"type\": \"agent\",\n            \"userId\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n            \"createdAt\": \"2025-01-14T15:12:51.623Z\",\n            \"updatedAt\": \"2025-01-14T15:12:51.623Z\",\n            \"id\": \"67867ef3c45d802d43f26025\",\n            \"operation\": 1\n        }\n    ],\n    \"total\": 2,\n    \"succeeded\": 2,\n    \"failed\": 0\n}"}],"_postman_id":"70a2340a-8170-4b32-81b5-24de20543f76"},{"name":"Delete members from the team","id":"06b19daf-dd20-485d-90d6-9afbe1889f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"secondary-supervisor\",\n    \"usernames\": [\n        \"csfshabber1\",\n        \"shabbernp-02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}/member?type=agent&usernames=zaryab,ali","description":"<p>This endpoint is used to remove a member(s) from a team.</p>\n","urlObject":{"path":["team","{{teamID}}","member"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>agent | secondary-supervisor</p>\n","type":"text/plain"},"key":"type","value":"agent"},{"key":"usernames","value":"zaryab,ali"}],"variable":[]}},"response":[{"id":"1ad1c3e4-924f-4e44-850a-746650fe7774","name":"Delete agents from the team","originalRequest":{"method":"DELETE","header":[{"key":"Referer","value":"http://localhost:4200/","disabled":true},{"key":"Sec-Fetch-Dest","value":"empty","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"type\": \"secondary-supervisor\",\n    \"usernames\": [\n        \"csfshabber1\",\n        \"shabbernp-02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=agent&usernames=zaryab,ali","host":["localhost"],"port":"3001","path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"agent"},{"key":"usernames","value":"zaryab,ali"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"1e7133e7-def7-4390-9233-7792134499ba"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-iPHMw2xbFTidnYhOyQuSrjUT2e8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:14:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"acknowledged\": true,\n            \"deletedCount\": 1,\n            \"username\": \"zaryab\"\n        },\n        {\n            \"acknowledged\": true,\n            \"deletedCount\": 1,\n            \"username\": \"ali\"\n        }\n    ],\n    \"total\": 2,\n    \"succeeded\": 2,\n    \"failed\": 0\n}"},{"id":"804b41fc-b7a9-4e14-88e6-af69f6c5cd56","name":"Delete secondary supervisor from the team","originalRequest":{"method":"DELETE","header":[{"key":"Referer","value":"http://localhost:4200/","disabled":true},{"key":"Sec-Fetch-Dest","value":"empty","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"type\": \"secondary-supervisor\",\n    \"usernames\": [\n        \"csfshabber1\",\n        \"shabbernp-02\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=secondary-supervisor&usernames=csfshabber1","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"secondary-supervisor"},{"key":"usernames","value":"csfshabber1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"1e7133e7-def7-4390-9233-7792134499ba"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"160"},{"key":"ETag","value":"W/\"a0-iPHMw2xbFTidnYhOyQuSrjUT2e8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:14:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"acknowledged\": true,\n            \"deletedCount\": 1,\n            \"username\": \"csfshabber1\"\n        }\n    ],\n    \"total\": 1,\n    \"succeeded\": 1,\n    \"failed\": 0\n}"}],"_postman_id":"06b19daf-dd20-485d-90d6-9afbe1889f22"},{"name":"get available agents from a team","id":"d0720944-56db-400c-ad0e-28406a2f5dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"connect.sid=s%3AOw_xshqVcWIACMecOXq7LS6ai1jmgLw_.9BS7HazQmDhLMH3U4WJ%2FFiFXG54prx72fdgMXoEON9s"}],"url":"{{baseURL}}/team/{{teamID}}/member?type=agent&state=available&limit=25&offset=0","description":"<h3 id=\"get-team-members\">Get Team Members</h3>\n<p>This endpoint retrieves a list of team members based on the provided query parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>type (string, opyional): Specifies the type of member to retrieve.</p>\n</li>\n<li><p>state (string, opyional): Specifies the state of the member to retrieve.</p>\n</li>\n<li><p>limit (integer, optional): Specifies the maximum number of members to retrieve.</p>\n</li>\n<li><p>offset (integer, optional): Specifies the offset for pagination.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of member documents. Additionally, it includes pagination metadata:</p>\n<ul>\n<li><p>totalPages (integer): The total number of pages.</p>\n</li>\n<li><p>currentPage (integer): The current page number.</p>\n</li>\n<li><p>nextPage (integer): The next page number, if available.</p>\n</li>\n<li><p>prevPage (integer): The previous page number, if available.</p>\n</li>\n<li><p>hasNextPage (boolean): Indicates if there is a next page.</p>\n</li>\n<li><p>hasPrevPage (boolean): Indicates if there is a previous page.</p>\n</li>\n<li><p>startItem (integer): The starting item number.</p>\n</li>\n<li><p>endItem (integer): The ending item number.</p>\n</li>\n<li><p>totalDocs (integer): The total number of documents.</p>\n</li>\n<li><p>limit (integer): The limit used for pagination.</p>\n</li>\n<li><p>offset (integer): The offset used for pagination.</p>\n</li>\n</ul>\n","urlObject":{"path":["team","{{teamID}}","member"],"host":["{{baseURL}}"],"query":[{"key":"type","value":"agent"},{"key":"state","value":"available"},{"key":"limit","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"3b161878-e04a-4ff3-ba9a-ae73ffc77fd0","name":"Get available agents of the team that are not assigned to any supervisor","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"connect.sid=s%3AOw_xshqVcWIACMecOXq7LS6ai1jmgLw_.9BS7HazQmDhLMH3U4WJ%2FFiFXG54prx72fdgMXoEON9s"}],"url":{"raw":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/member?type=agent&state=available&limit=25&offset=0","host":["localhost"],"port":"3001","path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","member"],"query":[{"key":"type","value":"agent"},{"key":"state","value":"available"},{"key":"limit","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"6c33d813-0a29-48f3-8208-9313dd59fb9f"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"462"},{"key":"ETag","value":"W/\"1ce-0syh25+j/KtiZtEm3x7D60Dg3CA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:28:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 0,\n    \"nextPage\": 1,\n    \"prevPage\": null,\n    \"hasNextPage\": true,\n    \"hasPrevPage\": false,\n    \"startItem\": -24,\n    \"endItem\": 0,\n    \"totalDocs\": 2,\n    \"limit\": 25,\n    \"offset\": 0\n}"}],"_postman_id":"d0720944-56db-400c-ad0e-28406a2f5dfe"},{"name":"Assign the agent to a secondary supervisor","id":"a973be0d-8ad4-4723-932f-cca825ac3e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"usernames\": [\n        \"zaryab\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}/supervisor/{{supervisorUsername}}","description":"<p>This endpoint allows you to assign agents directly to a secondary supervisor to a specific team.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>usernames</code> (array of strings) - The usernames of the supervisors to be added to the team.</li>\n</ul>\n","urlObject":{"path":["team","{{teamID}}","supervisor","{{supervisorUsername}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"1387f947-1235-42fe-9cfa-bc36fe16aa25","name":"Assign the agent to a secondary supervisor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"usernames\": [\n        \"ali\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/supervisor/shabbernp-02"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"934f6623-e415-4948-b95f-6faab532260a"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"376"},{"key":"ETag","value":"W/\"178-fbFNNcvGt/75mbontbwWAbO+QGw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:33:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"team_Id\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n            \"username\": \"ali\",\n            \"userId\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n            \"supervisor_username\": \"shabbernp-02\",\n            \"supervisorId\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"createdAt\": \"2025-01-14T15:33:02.116Z\",\n            \"updatedAt\": \"2025-01-14T15:33:02.116Z\",\n            \"id\": \"678683aec45d802d43f2613c\",\n            \"operation\": 1\n        }\n    ],\n    \"total\": 1,\n    \"succeeded\": 1,\n    \"failed\": 0\n}"}],"_postman_id":"a973be0d-8ad4-4723-932f-cca825ac3e8e"},{"name":"Unassign the agent to a secondary supervisor","id":"807531b5-99e9-4211-a18c-1e1224efa8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"usernames\": [\n        \"ali\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/team/{{teamID}}/supervisor/{{supervisorUSername}}?usernames=ali","description":"<p>This endpoint is used to remove the agent-secondary supervisor association.</p>\n","urlObject":{"path":["team","{{teamID}}","supervisor","{{supervisorUSername}}"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>required | usernames of the agents that are assigned to the secondary supervisor</p>\n","type":"text/plain"},"key":"usernames","value":"ali"}],"variable":[]}},"response":[{"id":"0f54ddf7-7d4c-4a28-af34-809ccf756b7c","name":"Unassign the agent to a secondary supervisor","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"usernames\": [\n        \"ali\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:3001/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/supervisor/shabbernp-02?usernames=ali","host":["localhost"],"port":"3001","path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","supervisor","shabbernp-02"],"query":[{"key":"usernames","value":"ali"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"156f4ffc-bb75-4683-9c83-6b2b2d7f5999"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"376"},{"key":"ETag","value":"W/\"178-R1rPS8cuqIAkUHXHlsyUGT6Zx4I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:32:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": [\n        {\n            \"acknowledged\": true,\n            \"deletedCount\": 1,\n            \"username\": \"ali\"\n        }\n    ],\n    \"total\": 1,\n    \"succeeded\": 1,\n    \"failed\": 0\n}"}],"_postman_id":"807531b5-99e9-4211-a18c-1e1224efa8f7"},{"name":"Get agents of a secondary supervisor","id":"549bfde6-9569-409c-bc4c-b02d0aa0c8c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/team/{{teamID}}/supervisor/{{supervisorUsername}}?offset=1&limit=20","description":"<p>This endpoint is used to get all the agent that are assigned to secondary supervisor</p>\n","urlObject":{"path":["team","{{teamID}}","supervisor","{{supervisorUsername}}"],"host":["{{baseURL}}"],"query":[{"key":"offset","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"68632b0a-d32c-412c-a3c7-46c4a2f2de0e","name":"Get agents of a supervisor","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/supervisor/shabbernp-02?offset=1&limit=20","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","supervisor","shabbernp-02"],"query":[{"key":"offset","value":"1"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"3dbfeedc-8727-411a-b68f-54626fca6ed6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"434"},{"key":"ETag","value":"W/\"1b2-kQLMOTYX3zgdMftE/btiH8PcRac\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:36:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 2,\n    \"totalDocs\": 2,\n    \"limit\": 20,\n    \"offset\": 1\n}"},{"id":"05a0ea22-78c3-4f1b-8d6c-21bc12d65fab","name":"Get all agents of the team","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/f56fe696-c3a0-4470-902d-cc1986dffa1c/supervisor?offset=1&limit=20","host":["{{baseURL}}"],"path":["team","f56fe696-c3a0-4470-902d-cc1986dffa1c","supervisor"],"query":[{"key":"offset","value":"1"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"b0261955-0afa-4c53-922d-ccaf2f30e4e6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"796"},{"key":"ETag","value":"W/\"31c-OImU0GgMwA7RSeVGh+9/KYz8GC8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:37:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"type\": \"secondary-supervisor\",\n            \"user\": {\n                \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n                \"username\": \"shabbernp-02\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                \"username\": \"ali\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"agent\",\n            \"user\": {\n                \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                \"username\": \"zaryab\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"supervisor\"\n                ]\n            }\n        },\n        {\n            \"type\": \"supervisor\",\n            \"user\": {\n                \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n                \"username\": \"shabbernp-01\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            }\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 3,\n    \"totalDocs\": 3,\n    \"limit\": 20,\n    \"offset\": 1\n}"}],"_postman_id":"549bfde6-9569-409c-bc4c-b02d0aa0c8c3"},{"name":"Get available users from the overall system","id":"e0ac1ad4-dec0-4cda-851d-7a3152277556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/users/{{usetType}}?limit=25&offset=1","description":"<p>This endpoint retrieves a list of the available users that are not assigned to any team as an agent based on the specified user type (agent | supervisor), with optional pagination parameters</p>\n","urlObject":{"path":["users","{{usetType}}"],"host":["{{baseURL}}"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"1"}],"variable":[]}},"response":[{"id":"e413154a-4718-4a68-8ebe-08d790926026","name":"get supervisors available in the system","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/users/supervisor?limit=25&offset=1","host":["{{baseURL}}"],"path":["users","supervisor"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"4ec231f7-a770-4ba0-8ef7-dc7fc7bdbf07"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"ETag","value":"W/\"19e-ibC0X26geNYNW0IvPe7s8tyeAcU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 15:59:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"username\": \"sabahatsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"003c654b-63db-4537-970d-044e29cb13c9\",\n            \"username\": \"csfshabber1\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber1\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n            \"username\": \"shabbernp-01\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n            \"username\": \"shabbernp-02\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"d6e4df8e-e58f-4248-ad2f-76a34e4cc719\",\n            \"username\": \"shabberns-01\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"8594a3bb-50f2-4a5b-a2bb-15a60d85a902\",\n            \"username\": \"shabberns-03\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"0bd93aa2-39be-4639-a748-d365ec43f2cd\",\n            \"username\": \"shabberns-04\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"3720cc30-be9d-42bf-8bae-5014671933a1\",\n            \"username\": \"csfshabber3\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber3\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"ad0eaa06-72db-4b27-832e-8608ef64be4c\",\n            \"username\": \"csfshabber15\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber15\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"7df2dfca-0291-4fec-a490-ca308e5eef2d\",\n            \"username\": \"csfshabber2\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber2\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"56987bdf-18cf-460b-a30d-97c62fc1548f\",\n            \"username\": \"csfshabber4\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFshabber4\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"7bfbf070-4d11-4202-acae-90cc1992b258\",\n            \"username\": \"abraham2\",\n            \"firstName\": \"abraham2\",\n            \"lastName\": \"abraham2\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"4c21770d-3b89-4bb0-80d5-edf1488dbf74\",\n            \"username\": \"nabeeljh\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"f5968038-04db-4040-a79e-bf51d8f11b89\",\n            \"username\": \"raza\",\n            \"firstName\": \"raza\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"9aca590f-cf57-4fa5-927d-ad803a023700\",\n            \"username\": \"amnasup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"e5f65cf4-1c0b-4d1d-88a8-303a391ee0d0\",\n            \"username\": \"abdullah\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"1e059649-07f1-425f-ab0a-0b86550c95b5\",\n            \"username\": \"csfjunaid1\",\n            \"firstName\": \"\",\n            \"lastName\": \"CSFjunaid1\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"2bd59ec5-ec63-4851-b80a-b838655158c3\",\n            \"username\": \"talhasu\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"55da5167-7718-422c-b70b-72bedb4d5e72\",\n            \"username\": \"se2619\",\n            \"firstName\": \"\",\n            \"lastName\": \"SE2619\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n            \"username\": \"ali\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"c97db8ff-a462-497b-9f03-5f4a44fc4675\",\n            \"username\": \"shabberns-02\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"dcfc5772-a3ea-4718-a225-670cac60a51e\",\n            \"username\": \"amnasup2\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"a23c5c3b-0771-44e8-a286-d7a870fdb0e9\",\n            \"username\": \"reportingsup\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"74e5e7b6-01eb-484d-aca0-3177d11daf44\",\n            \"username\": \"reportingps\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        },\n        {\n            \"id\": \"b7bc1a06-5079-4f57-ab69-b4e91744169d\",\n            \"username\": \"reportingps2\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"supervisor\"\n            ]\n        }\n    ],\n    \"totalPages\": 2,\n    \"currentPage\": 1,\n    \"nextPage\": 2,\n    \"prevPage\": null,\n    \"hasNextPage\": true,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 25,\n    \"totalDocs\": 27,\n    \"limit\": 25,\n    \"offset\": 1\n}"},{"id":"b47264e5-bcbc-47b6-973e-4a378103fe6d","name":"get agents available in the system","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/users/agent","host":["{{baseURL}}"],"path":["users","agent"],"query":[{"key":"limit","value":"25","disabled":true},{"key":"offset","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"7ef43d81-0a44-4806-85fa-bb821ed7d44c"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"d3b-rARxDXbRNfc+Mu4RI/WFXZ1Wszs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 14 Jan 2025 16:01:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"7dcdf513-da75-4667-968b-94b8098bc689\",\n            \"username\": \"sabahat-agent1\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\"\n            ]\n        },\n        {\n            \"id\": \"6d9024bd-49d4-4746-a9bf-9baf18693fe4\",\n            \"username\": \"ashh\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\"\n            ]\n        },\n        {\n            \"id\": \"bd9fc6b5-3185-4557-b4d0-329409b8948e\",\n            \"username\": \"sabahat-agent-senior\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\"\n            ]\n        },\n        {\n            \"id\": \"e5f65cf4-1c0b-4d1d-88a8-303a391ee0d0\",\n            \"username\": \"abdullah\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"agent\",\n                \"supervisor\"\n            ]\n        }\n    ],\n    \"totalPages\": 1,\n    \"currentPage\": 1,\n    \"nextPage\": null,\n    \"prevPage\": null,\n    \"hasNextPage\": false,\n    \"hasPrevPage\": false,\n    \"startItem\": 1,\n    \"endItem\": 4,\n    \"totalDocs\": 4,\n    \"limit\": 25,\n    \"offset\": 1\n}"}],"_postman_id":"e0ac1ad4-dec0-4cda-851d-7a3152277556"},{"name":"Get all teams of the user","id":"df6c9452-6e07-4e5c-8867-67b541a85810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/team/user/{{userID}}","description":"<p>This endpoint retrieves all the teams and details for a specific user</p>\n","urlObject":{"path":["team","user","{{userID}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"d8730a8d-9fb9-4f79-a583-38d06ec82361","name":"Get all teams of the user","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/team/user/3e0b50a2-64fa-4051-8d16-3db6408fddec"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"cc1c9193-3149-4ef7-b684-fe6582d6720f"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1a28-U/ZyKv/au4p+yPoHbGlV4Ge1FWA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 14 Jan 2025 16:07:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"supervisedTeams\": [\n        {\n            \"_id\": \"6712d0129ee49a00276bd8d5\",\n            \"team_name\": \"test dashboard\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"5617d9e2-a9a4-45bb-a71e-7b76873d3008\",\n            \"createdAt\": \"2024-10-18T21:16:02.050Z\",\n            \"updatedAt\": \"2024-12-30T07:55:25.073Z\",\n            \"__v\": 0,\n            \"description\": \"\",\n            \"teamId\": \"5617d9e2-a9a4-45bb-a71e-7b76873d3008\",\n            \"teamName\": \"test dashboard\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": [\n                {\n                    \"username\": \"shabbernp-01\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"shabbernp-02\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"shabberns-01\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"csfshabber1\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"CSFshabber1\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"shabberns-04\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"_id\": \"6712d01a9ee49a00276bd8e1\",\n            \"team_name\": \"test2\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"db0a8bdf-f694-4e15-be8f-bf6b6f1315fc\",\n            \"createdAt\": \"2024-10-18T21:16:10.517Z\",\n            \"updatedAt\": \"2025-01-10T15:09:42.799Z\",\n            \"__v\": 0,\n            \"teamId\": \"db0a8bdf-f694-4e15-be8f-bf6b6f1315fc\",\n            \"teamName\": \"test2\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": [\n                {\n                    \"username\": \"nabeeljh\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"_id\": \"6712d03f9ee49a00276bd929\",\n            \"team_name\": \"test6\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"58ee8ccd-df9c-4cae-9a1c-5816046890fe\",\n            \"createdAt\": \"2024-10-18T21:16:47.169Z\",\n            \"updatedAt\": \"2025-01-13T13:10:41.658Z\",\n            \"__v\": 0,\n            \"teamId\": \"58ee8ccd-df9c-4cae-9a1c-5816046890fe\",\n            \"teamName\": \"test6\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": [\n                {\n                    \"username\": \"csfshabber1\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"CSFshabber1\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"_id\": \"6712d0449ee49a00276bd941\",\n            \"team_name\": \"test7\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"e6b95bb5-d50c-49f5-b209-de7c82b2bc3f\",\n            \"createdAt\": \"2024-10-18T21:16:52.520Z\",\n            \"updatedAt\": \"2024-10-18T21:16:52.520Z\",\n            \"__v\": 0,\n            \"teamId\": \"e6b95bb5-d50c-49f5-b209-de7c82b2bc3f\",\n            \"teamName\": \"test7\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6712d04a9ee49a00276bd959\",\n            \"team_name\": \"test8\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"90b8bab6-3e14-4cdc-ba09-6140027bd28c\",\n            \"createdAt\": \"2024-10-18T21:16:58.542Z\",\n            \"updatedAt\": \"2024-10-18T21:16:58.542Z\",\n            \"__v\": 0,\n            \"teamId\": \"90b8bab6-3e14-4cdc-ba09-6140027bd28c\",\n            \"teamName\": \"test8\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6712d0529ee49a00276bd971\",\n            \"team_name\": \"test9\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"7616050f-8dae-4e7c-ae06-b90e073e076b\",\n            \"createdAt\": \"2024-10-18T21:17:06.485Z\",\n            \"updatedAt\": \"2024-10-18T21:17:06.485Z\",\n            \"__v\": 0,\n            \"teamId\": \"7616050f-8dae-4e7c-ae06-b90e073e076b\",\n            \"teamName\": \"test9\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6712d0739ee49a00276bd9a1\",\n            \"team_name\": \"test11\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"d057a896-adf1-4a9d-8e02-c73de8727cdc\",\n            \"createdAt\": \"2024-10-18T21:17:39.641Z\",\n            \"updatedAt\": \"2024-10-18T21:17:39.641Z\",\n            \"__v\": 0,\n            \"teamId\": \"d057a896-adf1-4a9d-8e02-c73de8727cdc\",\n            \"teamName\": \"test11\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6712d0799ee49a00276bd9b9\",\n            \"team_name\": \"test12\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"cc496073-4016-4510-b873-d744e3ed0c67\",\n            \"createdAt\": \"2024-10-18T21:17:45.251Z\",\n            \"updatedAt\": \"2024-10-18T21:17:45.251Z\",\n            \"__v\": 0,\n            \"teamId\": \"cc496073-4016-4510-b873-d744e3ed0c67\",\n            \"teamName\": \"test12\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6712d07f9ee49a00276bd9d1\",\n            \"team_name\": \"test13\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"bb9292d8-c311-4323-be70-cb4c637abc67\",\n            \"createdAt\": \"2024-10-18T21:17:51.542Z\",\n            \"updatedAt\": \"2024-10-18T21:17:51.542Z\",\n            \"__v\": 0,\n            \"teamId\": \"bb9292d8-c311-4323-be70-cb4c637abc67\",\n            \"teamName\": \"test13\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"6733919826242c78f8f3dd50\",\n            \"team_Id\": \"1\",\n            \"createdAt\": \"2024-11-12T18:00:43.626Z\",\n            \"created_by\": \"1\",\n            \"source\": \"CISCO\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"team_name\": \"Default\",\n            \"updatedAt\": \"2024-12-17T09:08:02.167Z\",\n            \"v\": 0,\n            \"teamId\": \"1\",\n            \"teamName\": \"Default\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": []\n        },\n        {\n            \"_id\": \"673cf1133c7f9d774898eaf9\",\n            \"team_name\": \"sabahat test team\",\n            \"supervisor_Id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n            \"source\": \"CX\",\n            \"created_by\": \"admin\",\n            \"team_Id\": \"f62cb1f4-b817-42df-9605-e33efe0aab6b\",\n            \"createdAt\": \"2024-11-19T20:12:03.057Z\",\n            \"updatedAt\": \"2025-01-03T13:50:55.847Z\",\n            \"__v\": 0,\n            \"description\": \"test\",\n            \"teamId\": \"f62cb1f4-b817-42df-9605-e33efe0aab6b\",\n            \"teamName\": \"sabahat test team\",\n            \"supervisor\": {\n                \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                \"username\": \"sabahatsup\",\n                \"firstName\": \"\",\n                \"lastName\": \"\",\n                \"roles\": [\n                    \"agent\",\n                    \"supervisor\"\n                ]\n            },\n            \"secondarySupervisors\": [\n                {\n                    \"username\": \"csfshabber1\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"CSFshabber1\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"shabbernp-01\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                },\n                {\n                    \"username\": \"shabbernp-02\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            ]\n        }\n    ],\n    \"userTeam\": {\n        \"teamId\": \"db0a8bdf-f694-4e15-be8f-bf6b6f1315fc\",\n        \"teamName\": \"test2\"\n    }\n}"}],"_postman_id":"df6c9452-6e07-4e5c-8867-67b541a85810"},{"name":"Get all members of multiple teams","id":"e3964083-3f34-4b1d-970a-bbee0ded0f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/team/member?teamIds=f56fe696-c3a0-4470-902d-cc1986dffa1c,d057a896-adf1-4a9d-8e02-c73de8727cdc","description":"<p>This endpoint retrieves team members based on the provided team IDs.</p>\n<p>The response for this request can be represented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"teamId\": { \"type\": \"string\" },\n      \"teamName\": { \"type\": \"string\" },\n      \"agents\": { \"type\": \"array\" },\n      \"supervisors\": {\n        \"type\": \"array\",\n        \"items\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"type\": { \"type\": \"string\" },\n            \"user\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"id\": { \"type\": \"string\" },\n                \"username\": { \"type\": \"string\" },\n                \"firstName\": { \"type\": \"string\" },\n                \"lastName\": { \"type\": \"string\" },\n                \"roles\": {\n                  \"type\": \"array\",\n                  \"items\": { \"type\": \"string\" }\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["team","member"],"host":["{{baseURL}}"],"query":[{"key":"teamIds","value":"f56fe696-c3a0-4470-902d-cc1986dffa1c,d057a896-adf1-4a9d-8e02-c73de8727cdc"}],"variable":[]}},"response":[{"id":"ef99da3d-3dc8-4de2-b4a4-a218cbb51b3d","name":"Get all members of multiple teams","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/team/member?teamIds=f56fe696-c3a0-4470-902d-cc1986dffa1c,d057a896-adf1-4a9d-8e02-c73de8727cdc","host":["{{baseURL}}"],"path":["team","member"],"query":[{"key":"teamIds","value":"f56fe696-c3a0-4470-902d-cc1986dffa1c,d057a896-adf1-4a9d-8e02-c73de8727cdc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"f30ffcfa-75f0-440f-8145-16adae7cbcfe"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"995"},{"key":"ETag","value":"W/\"3e3-StNPI2JsFKjxwE+6LAMPiJPmMHQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 14 Jan 2025 16:09:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"teamId\": \"d057a896-adf1-4a9d-8e02-c73de8727cdc\",\n        \"teamName\": \"test11\",\n        \"agents\": [],\n        \"supervisors\": [\n            {\n                \"type\": \"primary-supervisor\",\n                \"user\": {\n                    \"id\": \"3e0b50a2-64fa-4051-8d16-3db6408fddec\",\n                    \"username\": \"sabahatsup\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            }\n        ]\n    },\n    {\n        \"teamId\": \"f56fe696-c3a0-4470-902d-cc1986dffa1c\",\n        \"teamName\": \"Team EFCX\",\n        \"agents\": [\n            {\n                \"type\": \"agent\",\n                \"user\": {\n                    \"id\": \"dc900f12-fb36-466c-8e34-673b283144cf\",\n                    \"username\": \"ali\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"agent\",\n                \"user\": {\n                    \"id\": \"52b57ca0-f54e-4742-89e0-a29ec83d9e7f\",\n                    \"username\": \"zaryab\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"supervisor\"\n                    ]\n                }\n            }\n        ],\n        \"supervisors\": [\n            {\n                \"type\": \"primary-supervisor\",\n                \"user\": {\n                    \"id\": \"bbfa4af4-1108-49e8-afaa-bf248b0887e9\",\n                    \"username\": \"shabbernp-01\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"secondary-supervisor\",\n                \"user\": {\n                    \"id\": \"51fb6b41-ea1e-44ed-8936-e67e1b6f6457\",\n                    \"username\": \"shabbernp-02\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"agent\",\n                        \"supervisor\"\n                    ]\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"e3964083-3f34-4b1d-970a-bbee0ded0f29"}],"id":"3c60d5f2-43c8-4724-b0c0-2598d0367e67","description":"<p>This set of APIs allow admin and supervisor to create teams using Unified Admin interface.</p>\n","_postman_id":"3c60d5f2-43c8-4724-b0c0-2598d0367e67"},{"name":"Business Calendars","item":[{"name":"Calendar APIs","item":[{"name":"Create Calendar","id":"2a0f3610-9148-4610-bd1f-2036ef9eef92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Hassnain Calendar\",\n    \"color\":\"#690\",\n    \"description\":\"Helping Text\",\n    \"checked\":true\n}"},"url":"{{business_calendar_url}}/calendars","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/calendars</strong></p>\n<p>This API allows you to create calendars for agents through the Unified Admin Business Calendar UI.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>user specified name of calendar.</td>\n</tr>\n<tr>\n<td>color - String - Optional</td>\n<td>user selected color. If not specified, default color Blue is set.</td>\n</tr>\n<tr>\n<td>description - String - Optional</td>\n<td>user specified description.</td>\n</tr>\n<tr>\n<td>checked - Boolean - Required</td>\n<td>By default, it is checked. Can be toggled. When unchecked, does not display the calendar events.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 201. Message: \"Calendar successfully created\".</td>\n</tr>\n<tr>\n<td>Already Exists</td>\n<td>Code 409. Message: \"Please select a unique calendar name. Calendar test1 already exists\".</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"NotFoundException: Error occurred\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars"],"host":["{{business_calendar_url}}"],"query":[],"variable":[]}},"response":[{"id":"3fc78b67-abd5-4936-aa2a-8ff507f8c60c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"},{"key":"correlationId","value":"6202b71683d08801710bf125","description":" optional (it is passed alongside all CIM components)","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar test1\",\n    \"color\":\"#ccc\",\n    \"description\":\"Helping Text\",\n    \"checked\":true\n}","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars"},"status":"OK","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 201,    \n   \"message\": \"Calender Sucessfully created\",   \n   \"calendar\": {     \n      \"id\": \"61fcd6c2f28aec6864eadc97\",\n      \"name\": \"Calendar test1\",\n      \"description\": \"Helping Text\",\n      \"color\": \"#ccc\",\n      \"checked\": true,\n      \"events\": []\n   }\n}"},{"id":"637590fb-4758-4cc8-a662-2085f9d06c63","name":"Already exists","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar test1\",\n    \"color\":\"#ccc\",\n    \"description\":\"Helping Text\",\n    \"checked\":true\n}","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 409,\n    \"message\": \"Please select a unique calendar name. Calendar test1 already exists\",\n    \"calendar\": null\n}"},{"id":"853db025-ae93-48a6-a45e-9fe1afc6d635","name":"Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar test1\",\n    \"color\":\"#ccc\",\n    \"description\":\"Helping Text\",\n    \"checked\":true\n}","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"calendar\": null,\n   \"code\": 500,\n   \"message\": \"NotFoundException: Error occurred\"\n}"}],"_postman_id":"2a0f3610-9148-4610-bd1f-2036ef9eef92"},{"name":"To get calendar list","id":"a9f61f31-9527-4a4b-95d3-265b4619e36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{business_calendar_url}}/calendars","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/calendars</strong></p>\n<p>This API allows you to get list of available calenders.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns list of calendars with the properties as specified in create calendar API.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars"],"host":["{{business_calendar_url}}"],"query":[],"variable":[]}},"response":[{"id":"53796d00-0b51-4c64-9ca6-9b2fc4c02d2d","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{business_calendar_url}}/calendars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"66b3155a8d636f7e2eabb604\",\n        \"name\": \"Hassnain Calendar\",\n        \"description\": \"Helping Text\",\n        \"color\": \"#690\",\n        \"checked\": true,\n        \"events\": [\n            {\n                \"id\": \"66b9a10793c42a546ab783f5\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-12T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            },\n            {\n                \"id\": \"66b9a10793c42a546ab783f6\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-13T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            },\n            {\n                \"id\": \"66b9a10793c42a546ab783f7\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-14T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            }\n        ]\n    },\n    {\n        \"id\": \"66f3ed65b844d21a0d13c438\",\n        \"name\": \"Hassnain Calendar2\",\n        \"description\": \"Helping Text\",\n        \"color\": \"#690\",\n        \"checked\": true,\n        \"events\": []\n    }\n]"}],"_postman_id":"a9f61f31-9527-4a4b-95d3-265b4619e36b"},{"name":"Get calendar By Id","id":"2b97123d-65fb-461c-83a1-0b402d18e8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{business_calendar_url}}/calendars/:calendarID","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/calendars/:calendarID</strong></p>\n<p>This API returns calendar with specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns the calendar with properties based on the specified ID.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message \"This calendar does not exist\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message \"NotFoundException: The resource you are trying to get does not exist\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars",":calendarID"],"host":["{{business_calendar_url}}"],"query":[],"variable":[{"id":"881f719d-20e3-4c43-8668-2475cbf24c55","description":{"content":"<p>Specify ID for retrieving calendar.</p>\n","type":"text/plain"},"type":"any","value":"67124d41c1d2566eca6e0962","key":"calendarID"}]}},"response":[{"id":"3bed25f8-2578-4938-b493-a0226a5ec799","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"620f4644a0446c65753e94f5","description":"Id of calendar to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"calendar\": {\n        \"id\": \"66b3155a8d636f7e2eabb604\",\n        \"name\": \"Hassnain Calendar\",\n        \"description\": \"Helping Text\",\n        \"color\": \"#690\",\n        \"checked\": true,\n        \"events\": [\n            {\n                \"id\": \"66b9a10793c42a546ab783f5\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-12T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            },\n            {\n                \"id\": \"66b9a10793c42a546ab783f6\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-13T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            },\n            {\n                \"id\": \"66b9a10793c42a546ab783f7\",\n                \"batchId\": \"19c6c424-8d7a-434d-b1f0-fe5bf3297296\",\n                \"name\": \"addf\",\n                \"startTime\": \"2024-08-14T19:00:00.000+00:00\",\n                \"endTime\": null,\n                \"message\": null,\n                \"allDay\": true,\n                \"type\": \"HOLIDAY\",\n                \"recurrence\": \"FREQ=DAILY\",\n                \"validityPeriod\": \"2024-08-14T19:00:00.000+00:00\",\n                \"calendar\": [\n                    \"66b3155a8d636f7e2eabb604\"\n                ],\n                \"eventColor\": \"#5ecb25\",\n                \"shifts\": null\n            }\n        ]\n    },\n    \"code\": 200,\n    \"message\": \"Calendar successfully retrieved\"\n}"},{"id":"7dc0a8e4-b4a6-4078-b1d4-11cc62542513","name":"Get calendar that does not exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"620f4644a0446c65753e94f5"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"calendar\": null,\n   \"code\": 404,\n   \"message\": \"This calendar does not exist\"\n}"},{"id":"67a91762-819b-430b-9425-446690ac6989","name":"Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"620f4644a0446c65753e94f5"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"calendar\": null,\n   \"code\": 500,\n   \"message\": \"NotFoundException: The resource you are trying to get does not exist\"\n}"}],"_postman_id":"2b97123d-65fb-461c-83a1-0b402d18e8d2"},{"name":"Update a calendar","id":"7047d63c-6648-4c6b-843c-e4cf82c02a70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar Hussnain\",\n    \"color\":\"#77eb34\",\n    \"description\":\" calendar test \",\n    \"checked\":false\n}"},"url":"{{business_calendar_url}}/calendars/:calendarID","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/calendars/:calendarID</strong></p>\n<p>This API can be used to update existing calendar.</p>\n<p>Following properties can be updated for existing calendar:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>user specified name of calendar.</td>\n</tr>\n<tr>\n<td>color - String - Optional</td>\n<td>user selected color. If not specified, default color Blue is set.</td>\n</tr>\n<tr>\n<td>description - String - Optional</td>\n<td>user specified description.</td>\n</tr>\n<tr>\n<td>checked - Boolean - Required</td>\n<td>By default, it is checked. Can be toggled. When unchecked, does not display the calendar events.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Message: \"Calendar updated successfully\".</td>\n</tr>\n<tr>\n<td>Does not exist</td>\n<td>Code 404. Message: \"The calendar you are trying to update does not exist\".</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"DuplicateKeyException.......\".</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars",":calendarID"],"host":["{{business_calendar_url}}"],"query":[],"variable":[{"id":"d3685993-582b-4964-b362-9e863b35d0b6","description":{"content":"<p>Specify ID of the calendar to bw updated.</p>\n","type":"text/plain"},"type":"any","value":"6708dbbf2b17f638edc6030a0","key":"calendarID"}]}},"response":[{"id":"a66893ab-2115-43d0-a3de-46603bb60e32","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar2\",\n    \"color\":\"#ffe70a\",\n    \"description\":\"Helping Text\",\n    \"isChecked\":true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Calendar updated successfully\"\n}"},{"id":"4806cb61-af23-4bad-90ec-be46cbe76bc0","name":"Update a calendar that does not exists","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Calendar test\",\n    \"color\":\"#77eb34\",\n    \"description\":\" calendar test \",\n    \"checked\":false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"The calendar you are trying to update does not exist\"\n}"},{"id":"fac4e87f-3b6d-4aae-ad7f-6c40dec69678","name":"Server Error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"TT2\",\n    \"color\":\"#77eb34\",\n    \"description\":\" calendar test \",\n    \"checked\":false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 500,\n   \"message\": \"DuplicateKeyException: E11000 duplicate key error collection: business_calendars_db.calendars index: name dup key: { name: \\\"TT2\\\" }; nested exception is com.mongodb.MongoWriteException: E11000 duplicate key error collection: business_calendars_db.calendars index: name dup key: { name: \\\"TT2\\\" }\"\n}"}],"_postman_id":"7047d63c-6648-4c6b-843c-e4cf82c02a70"},{"name":"Delete a calendar","id":"05880e43-2ef2-4102-985e-fc875fea5702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{business_calendar_url}}/calendars/:calendarID","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE/calendars/:calendarID</strong></p>\n<p>This API deletes calendar with specific ID.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Message: \"Calender successfully deleted\"</td>\n</tr>\n<tr>\n<td>Resourse not found</td>\n<td>Code 404. Message: \"NotFoundException: Could not find calendar resource to delete\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars",":calendarID"],"host":["{{business_calendar_url}}"],"query":[],"variable":[{"id":"00c60a9c-7ee9-4974-baed-481448b846d5","description":{"content":"<p>ID of calendar to be deleted. If the ID is incorrect, error is returned as mentioned in status below.</p>\n","type":"text/plain"},"type":"any","value":"67124b9fc1d2566eca6db162","key":"calendarID"}]}},"response":[{"id":"f228b029-c0a3-4d9a-934f-5b7f9966cec0","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"620f3f4e734d8810f1309cc6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Calender successfully deleted\"\n}"},{"id":"256112c3-0fc7-4095-bb5b-d9ad8f6c457a","name":"Resource to delete not found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID"],"variable":[{"key":"calendarID","value":"620f3f4e734d8810f1309cc6","description":"calendarId to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 404,\n   \"message\": \"NotFoundException: Could not find calendar resource to delete\"\n}"}],"_postman_id":"05880e43-2ef2-4102-985e-fc875fea5702"}],"id":"736d3d37-7135-4c89-bafb-c1ade423e34b","description":"<p>This folder contains APIs for creating and managing calendars.</p>\n","_postman_id":"736d3d37-7135-4c89-bafb-c1ade423e34b"},{"name":"Event APIs","item":[{"name":"CreateEvent","id":"635c2f24-c271-4a6e-8274-aead3c0a2973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-10-16T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-10-18T00:00:00.000+05:00\",\n    \"calendar\": [\n        \"67124d41c1d2566eca6e0962\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-10-16T11:00:00.000+05:00\",\n            \"endTime\": \"2024-10-16T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-10-16T16:00:00.000+05:00\",\n            \"endTime\": \"2024-10-16T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/calendars/events</strong></p>\n<p>This API allows you to create events in calendar. A single event can be created in multiple calendars. There are three types of events:</p>\n<ul>\n<li><p>Holiday</p>\n</li>\n<li><p>Business Hours</p>\n</li>\n<li><p>Out of Office</p>\n</li>\n</ul>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>user specified name of calendar.</td>\n</tr>\n<tr>\n<td>startDate - Date - Required</td>\n<td>user specified start date of the event. Format is mm-dd-yyyy.</td>\n</tr>\n<tr>\n<td>recurrence - String - Optional</td>\n<td>Recurrence options: 1. does not repeat 2. Daily 3. Custom - repeats weekly or monthly</td>\n</tr>\n<tr>\n<td>calendar - Array - Required</td>\n<td>This event can be added to multiple calendars. Multiple Calendar IDs can be specified separated by comma.</td>\n</tr>\n<tr>\n<td>eventColor - String - Optional</td>\n<td>By default, Blue color is selected.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Event Types Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK(For Single Event</td>\n<td>Code 201. Message: \"Event added successfully\".</td>\n</tr>\n<tr>\n<td>OK(For Recurring Event)</td>\n<td>Code 201. Message: \"Events are added successfully\".</td>\n</tr>\n<tr>\n<td>Not Found (calendar)</td>\n<td>Code 404. Message: \"The calender you are trying to add an event does not exist.\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"IllegalArgumentException: Cannot format given Object as a Date.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars","events"],"host":["{{business_calendar_url}}"],"query":[{"description":{"content":"<p>HOLIDAY / OUT OF OFFICE / BUSINESS HOURS</p>\n","type":"text/plain"},"key":"type","value":"BUSINESS_HOURS"}],"variable":[]}},"response":[{"id":"0bc76da7-e80a-413a-8d02-68307b5d9149","name":"Create Business Hours event repeat daily with expiry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maths\",\r\n    \"startTime\": \"2024-10-16T00:00:00.000+05:00\",\r\n    \"eventColor\": \"#690\",\r\n    \"allDay\": false,\r\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\r\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"validityPeriod\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"calendar\": [\r\n        \"67124d41c1d2566eca6e0962\"\r\n    ],\r\n    \"shifts\": [\r\n        {\r\n            \"name\": \"Morning class\",\r\n            \"startTime\": \"2024-10-16T11:00:00.000+05:00\",\r\n            \"endTime\": \"2024-10-16T12:00:00.000+05:00\"\r\n        },\r\n        {\r\n            \"name\": \"Evening class\",\r\n            \"startTime\": \"2024-10-16T16:00:00.000+05:00\",\r\n            \"endTime\": \"2024-10-16T17:00:00.000+05:00\"\r\n        }\r\n    ],\r\n    \"recurrence\": \"FREQ=DAILY\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"BUSINESS_HOURS","description":"event type"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"db84ea7c-b9eb-41e4-8891-bdfc7bce3329","name":"Create Business Hours event repeat daily without expiry date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maths\",\r\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\r\n    \"eventColor\": \"#690\",\r\n    \"allDay\": false,\r\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\r\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"validityPeriod\": null,\r\n    \"calendar\": [\r\n        \"67124d41c1d2566eca6e0962\"\r\n    ],\r\n    \"shifts\": [\r\n        {\r\n            \"name\": \"Morning class\",\r\n            \"startTime\": \"2024-06-04T11:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T12:00:00.000+05:00\"\r\n        },\r\n        {\r\n            \"name\": \"Evening class\",\r\n            \"startTime\": \"2024-06-04T16:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T17:00:00.000+05:00\"\r\n        }\r\n    ],\r\n    \"recurrence\": \"FREQ=DAILY\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"BUSINESS_HOURS","description":"event type"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"b83c47c3-a455-4ed1-9064-ddf34e9cc5f9","name":"Create Business Hours event doesn't repeat","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maths\",\r\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\r\n    \"eventColor\": \"#690\",\r\n    \"allDay\": false,\r\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\r\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"validityPeriod\": \"2024-06-06T00:00:00+05:00\",\r\n    \"calendar\": [\r\n        \"670f6f98d5b6e157cf497430\"\r\n    ],\r\n    \"shifts\": [\r\n        {\r\n            \"name\": \"Morning class\",\r\n            \"startTime\": \"2024-06-04T11:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T12:00:00.000+05:00\"\r\n        },\r\n        {\r\n            \"name\": \"Evening class\",\r\n            \"startTime\": \"2024-06-04T16:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T17:00:00.000+05:00\"\r\n        }\r\n    ],\r\n    \"recurrence\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"BUSINESS_HOURS","description":"event type"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"5d0c51fc-0fbb-4587-8b59-469b8d40c062\",\n    \"message\": \"Event added successfully\"\n}"},{"id":"94e9e524-c75b-48fc-88bf-28c0f709afda","name":"Create Business Hours event with custom repeat custom date","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maths\",\r\n    \"startTime\": \"2024-10-17T00:00:00.000+05:00\",\r\n    \"eventColor\": \"#690\",\r\n    \"allDay\": false,\r\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\r\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"validityPeriod\": \"2024-10-25T00:00:00+05:00\",\r\n    \"calendar\": [\r\n        \"670f6f98d5b6e157cf497430\"\r\n    ],\r\n    \"shifts\": [\r\n        {\r\n            \"name\": \"Morning class\",\r\n            \"startTime\": \"2024-06-04T11:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T12:00:00.000+05:00\"\r\n        },\r\n        {\r\n            \"name\": \"Evening class\",\r\n            \"startTime\": \"2024-06-04T16:00:00.000+05:00\",\r\n            \"endTime\": \"2024-06-04T17:00:00.000+05:00\"\r\n        }\r\n    ],\r\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"BUSINESS_HOURS"}]}},"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"80b99e3f-c0b7-47f0-ab0b-665bfbde0e55","name":"Create Business Hours event with custom repeat never","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Maths\",\r\n    \"startTime\": \"2024-10-17T00:00:00.000+05:00\",\r\n    \"eventColor\": \"#690\",\r\n    \"allDay\": false,\r\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\r\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\r\n    \"validityPeriod\": null,\r\n    \"calendar\": [\r\n        \"6710c52fce089d67335cb655\"\r\n    ],\r\n    \"shifts\": [\r\n        {\r\n            \"name\": \"Morning class\",\r\n            \"startTime\": \"2024-10-19T11:00:00.000+05:00\",\r\n            \"endTime\": \"2024-10-19T12:00:00.000+05:00\"\r\n        },\r\n        {\r\n            \"name\": \"Evening class\",\r\n            \"startTime\": \"2024-10-19T16:00:00.000+05:00\",\r\n            \"endTime\": \"2024-10-19T17:00:00.000+05:00\"\r\n        }\r\n    ],\r\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU,MO,TU,WE,TH,FR,SA\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"BUSINESS_HOURS"}]}},"_postman_previewlanguage":"json","header":[{},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"4c4e9534-8e2b-426a-bdd6-3af1f261d9b8","name":"Create Out of office event doesnt repeat","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-06T00:00:00.000+05:00\",\n    \"recurrence\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"5d0c51fc-0fbb-4587-8b59-469b8d40c062\",\n    \"message\": \"Event added successfully\"\n}"},{"id":"542fc24c-d271-4098-a65a-e8b7b36d1baa","name":"Create Out of office event repeat daily expire never","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"4ad16fdd-aafd-4247-9415-ca80b68a69e8","name":"Create Out of office event repeat daily expire custom","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndtDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"eventEndDate\": \"2024-06-06T00:00:00.000+05:00\",\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"9072ab99-f570-4230-993d-1acfdc78528f","name":"Create Out of office event custom repeat custom expire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-16T00:00:00.000+05:00\",\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"19c2987b-5eeb-4747-aa15-aa29c9f1314c","name":"Create Out of office event custom repeat never expire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"6d9b15cd-8d70-4ec5-9db3-1ba95aa70b96","name":"Create Holiday Event repeat daily with expiry date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-06T00:00:00+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"HOLIDAY"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"68f13773-c737-44ee-a589-0cac61fb0b35","name":"Create Holiday Event doesnt repeat","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths1\",\n    \"startTime\": \"2024-10-21T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-10-23T00:00:00.000+05:00\",\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"HOLIDAY"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"5d0c51fc-0fbb-4587-8b59-469b8d40c062\",\n    \"message\": \"Event added successfully\"\n}"},{"id":"17a0f262-f9e4-4843-a1c5-85e2737af0d4","name":"Create Holiday Event custom and expiry date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-16T00:00:00+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/events?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"type","value":"HOLIDAY"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"batchId\": \"16e06502-b555-4420-85c1-14efd9858069\",\n    \"message\": \"Events are added successfully\"\n}"},{"id":"df71db57-c070-41e3-af67-b009bd8c5590","name":"Not Found (calendar trying to add an event)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term 44\",\n    \"message\":\"Off day \",\n    \"startDate\" : \"2024-07-04T00:00:00+05:00\",\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 ;FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"620f4644a0446c65753e94f5\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars/events"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"The calender you are trying to add an event does not exist .\"\n}"},{"id":"7000fbe8-7731-45d4-bf38-6be1b60f4211","name":"Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term 44\",\n    \"message\":\"Off day \",\n    \"startDate\" : \"2024-07-04T00:00:00+05:00\",\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 ;FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"620f4644a0446c65753e94f5\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars/events"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 500,\n   \"message\": \"IllegalArgumentException: Cannot format given Object as a Date\"\n}"}],"_postman_id":"635c2f24-c271-4a6e-8274-aead3c0a2973"},{"name":"Update Event","id":"4fa44f74-8315-4c1b-934e-f7818d82c10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"first event edited 456\",\n    \"startTime\": \"2024-07-11T00:00:00+05:00\",\n    \"calendar\": [\n        \"6708dbf62b17f638edc6030b\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-07-10T11:00:00.000+05:00\",\n            \"endTime\": \"2024-07-10T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-07-10T16:00:00.000+05:00\",\n            \"endTime\": \"2024-07-10T17:00:00.000+05:00\"\n        }\n    ],\n    \"allDay\": false,\n    \"eventColor\": \"#cb2525\",\n    \"eventStartDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"eventEndtDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-07-14T00:00:00+05:00\",\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/calendars/:calendarID</strong></p>\n<p>This API can be used to update the existing event in a calendar.</p>\n<p>Following properties can be updated for existing events:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>user specified name of calendar.</td>\n</tr>\n<tr>\n<td>startDate - Date - Required</td>\n<td>user specified start date of the event. Format for date in mm-dd-yyyy.</td>\n</tr>\n<tr>\n<td>endDate - Date - Required</td>\n<td>user specified end date of the event. Format for date in mm-dd-yyyy.</td>\n</tr>\n<tr>\n<td>recurrence - String - Optional</td>\n<td>Recurrence options: 1. does not repeat 2. Daily 3. Custom - repeats weekly or monthly</td>\n</tr>\n<tr>\n<td>timeZone - String - Required</td>\n<td>By default it matches with system time and date.</td>\n</tr>\n<tr>\n<td>calendar - Array - Required</td>\n<td>This event can be added to multiple calendars. Multiple Calendar IDs can be specified separated by comma.</td>\n</tr>\n<tr>\n<td>eventColor - String - required</td>\n<td>By default, Blue color is selected.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Message: \"Events updated successfully\"</td>\n</tr>\n<tr>\n<td>Does not exist</td>\n<td>Code 404. Message: \"The event you are trying to update does not exist.\"</td>\n</tr>\n<tr>\n<td>Does not exist</td>\n<td>Code 404. Message: \"The calendar you are trying to update events in does not exist.\"</td>\n</tr>\n<tr>\n<td>Method Not Allowed</td>\n<td>Code 405. Message: \"You are not allowed to change the type of event.\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"DuplicateKeyException.......\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"Update Type : ALLSINGLE is not supported\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"Failed to add updated event please check you payload. Original events retained.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"host":["{{business_calendar_url}}"],"query":[{"disabled":true,"key":"updateType","value":"SINGLE"},{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"id":"90a61cee-075c-4b13-b189-43baba411838","description":{"content":"<p>Specify ID of calendar for which event has to be updated.</p>\n","type":"text/plain"},"type":"any","value":"6708dbf62b17f638edc6030b0","key":"calendarID"},{"id":"a4c06a89-f312-45af-a2aa-f34985d5ede9","description":{"content":"<p>Specify ID of event that has to be updated.</p>\n","type":"text/plain"},"type":"any","value":"6708f68e2b17f638edc6823a","key":"eventID"},{"id":"8a41ffbc-6a63-47e4-a94a-a807ea2fe02f","type":"any","value":"ALL","key":"updateType"},{"id":"ae151a11-4185-4564-8623-72f8bd781d02","type":"any","value":"","key":"batchId"}]}},"response":[{"id":"bde26128-9973-43a2-931c-65b1c01b2d26","name":"Update Business Hours event repeat daily with expiry","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-10-16T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-10-18T00:00:00.000+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-10-16T11:00:00.000+05:00\",\n            \"endTime\": \"2024-10-16T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-10-16T16:00:00.000+05:00\",\n            \"endTime\": \"2024-10-16T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"79d6e700-3758-4536-9e0f-5bdc35df4bfa","name":"Update Business Hours event repeat daily without expiry date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-06-04T11:00:00.000+05:00\",\n            \"endTime\": \"2024-06-04T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-06-04T16:00:00.000+05:00\",\n            \"endTime\": \"2024-06-04T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"8fe70024-3ebf-43f9-83ec-f05b640bd17e","name":"Update Business Hours event doesn't repeat","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-10-19T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-10-24T00:00:00+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-10-19T11:00:00.000+05:00\",\n            \"endTime\": \"2024-10-04T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-10-19T16:00:00.000+05:00\",\n            \"endTime\": \"2024-10-19T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"6711f4a24a15db0ceecd364f"},{"key":"updateType","value":"SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"897cd3d0-093e-4ba4-9364-1260a969b771","name":"Update  Business Hours event with custom repeat custom date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-10-20T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2025-10-25T00:00:00+05:00\",\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-10-20T11:00:00.000+05:00\",\n            \"endTime\": \"2024-10-20T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-10-20T16:00:00.000+05:00\",\n            \"endTime\": \"2024-10-20T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU,MO,TU,WE,TH,FR,SA\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"671219a21dba4f34e34429c9"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"7e7933b6-e4e7-44be-8da9-bafe3b864fcc","name":"Update  Business Hours event with custom repeat never","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-10-17T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"shifts\": [\n        {\n            \"name\": \"Morning class\",\n            \"startTime\": \"2024-06-04T11:00:00.000+05:00\",\n            \"endTime\": \"2024-06-04T12:00:00.000+05:00\"\n        },\n        {\n            \"name\": \"Evening class\",\n            \"startTime\": \"2024-06-04T16:00:00.000+05:00\",\n            \"endTime\": \"2024-06-04T17:00:00.000+05:00\"\n        }\n    ],\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"744b5155-bf30-4523-bd2d-6a67f68dc6b6","name":"Update Out of office event doesn't repeat","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-10-23T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-10-23T00:00:00.000+05:00\",\n    \"recurrence\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"671222941dba4f34e34f7b36"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"e76e2479-ba4c-4eed-b758-80d8fcce1ce3","name":"Update Out of office event repeat daily expire never","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"5ce8bf46-5115-4cef-a9b7-8f35e20cc00b","name":"Update Out of office event repeat daily expire custom","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-10-23T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-11-03T00:00:00.000+05:00\",\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"67122bb21dba4f34e3545ebf"},{"key":"updateType","value":"SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"99710f96-657a-4b7c-a834-fc8a0eb4617c","name":"Update Out of office event custom repeat custom expire","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-16T00:00:00.000+05:00\",\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"293d94e8-1dcb-44a2-ac10-812b65de1cda","name":"Update Out of office event custom repeat never expire","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tea break2\",\n    \"message\": \"Office closed due to lunch break\",\n    \"startTime\": \"2024-10-19T00:00:00.000+05:00\",\n    \"allDay\": true,\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"eventColor\": \"#ccc\",\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": null,\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU,MO,TU,WE,TH,FR,SA\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=OUT_OF_OFFICE","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"1"},{"key":"updateType","value":"SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"4fea91ea-d373-4bbf-b456-dc021177a3ba","name":"Update  Holiday Event repeat daily with expiry date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-06T00:00:00+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"recurrence\": \"FREQ=DAILY\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"314f49c4-1040-4058-a64e-57e2d1cad087","name":"Update Holiday Event doesnt repeat","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths3\",\n    \"startTime\": \"2024-06-24T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-28T00:00:00.000+05:00\",\n    \"calendar\": [\n        \"6710c52fce089d67335cb655\"\n    ],\n    \"recurrence\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"6710c52fce089d67335cb655"},{"key":"eventID","value":"671237631dba4f34e359c587"},{"key":"updateType","value":"SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"14f8402b-9764-4b59-9e66-c961b99f0d36","name":"Update Holiday Event custom and expiry date","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Maths\",\n    \"startTime\": \"2024-06-04T00:00:00.000+05:00\",\n    \"eventColor\": \"#690\",\n    \"allDay\": false,\n    \"eventStartDate\": \"2024-11-18T00:00:00+05:00\",\n    \"eventEndDate\": \"2024-10-18T00:00:00.000+05:00\",\n    \"validityPeriod\": \"2024-06-16T00:00:00+05:00\",\n    \"calendar\": [\n        \"670f6f98d5b6e157cf497430\"\n    ],\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"1"},{"key":"eventID","value":"1"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 200,\n   \"message\": \"Event updated successfully\"\n}"},{"id":"23629de0-e2ff-4871-b664-8a499e195e24","name":"Update Event to a calendar that does not exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"620f4b89dda78530046f6cc0"},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALL/SINGEL"},{"key":"batchId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 404,\n   \"message\": \"The calender you are trying to update an event does not exist .\"\n}"},{"id":"38184c73-dfad-4719-9c49-cc7892248f23","name":"Update Event to a calendar method that does not exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"620f4b89dda78530046f6cc0"},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALL/SINGEL"},{"key":"batchId","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 405,\n   \"message\": \"You are not allowed to change the type of event.\"\n}"},{"id":"80163dc6-110a-4041-9eb7-3e9c973515ec","name":"Update Event to a calendar method that does not exist Copy","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":"620f4b89dda78530046f6cc0"},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALLSINGEL"},{"key":"batchId","value":""}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 405,\n   \"message\": \"You are not allowed to change the type of event.\"\n}"},{"id":"6593a6f3-27d6-4b3f-92d2-3434f98fc4ac","name":"Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":""},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 500,\n   \"message\": \"IllegalArgumentException: Cannot update event\"\n}"},{"id":"4badc15d-99a2-49ea-98ed-eba16bd3d241","name":"Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=HOLIDAY","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"HOLIDAY"}],"variable":[{"key":"calendarID","value":""},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALLSINGLE"},{"key":"batchId","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"Update Type : ALLSINGLE is not supported\"\n}"},{"id":"9a27879a-0a81-4430-9564-3b23329845f9","name":"Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing for now.\",\n    \"startTime\": \"2024-11-19T19:00:00.000Z\",\n    \"calendar\": [\n        \"67358dde5bc69379fb95fb58\"\n    ],\n    \"eventColor\": \"#7e25cb\",\n    \"shifts\": [\n        {\n            \"name\": \"Morning\",\n            \"startTime\": \"2024-11-19T19:00:00.000Z\",\n            \"endTime\": \"2024-11-19T19:00:00.000Z\"\n        }\n    ],\n    \"eventEndtDate\": \"2024-11-19T00:00:00+05:00\",\n    \"eventStartDate\": \"2024-11-19T00:00:00+05:00\",\n    \"validityPeriod\": \"2024-11-20T19:00:00.000Z\",\n    \"recurrence\": \"FREQ=WEEKLY;BYDAY=SU\",\n    \"allDay\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/updateType/:updateType/:batchId?type=BUSINESS_HOURS","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","updateType",":updateType",":batchId"],"query":[{"key":"type","value":"BUSINESS_HOURS"}],"variable":[{"key":"calendarID","value":""},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"updateType","value":"ALL/SINGLE"},{"key":"batchId","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 500,\n   \"message\": \"Failed to add updated event please check you payload. Original events retained.\"\n}"}],"_postman_id":"4fa44f74-8315-4c1b-934e-f7818d82c10c"},{"name":"Delete Event","id":"24811c6c-e25b-4f34-9383-0f98d82a42d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/deleteType/:deleteType","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE/calendars/:calendarID/events/:eventId</strong></p>\n<p>This API deletes event with specific ID in one or multiple calendars.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Message: \"Event Successfully deleted !!\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"The event you are trying to delete does not exist\"</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"The calendar you are trying to delete an event from does not exist !!\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Message: \"IllegalArgumentException: Cannot delete event.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars",":calendarID","events",":eventID","deleteType",":deleteType"],"host":["{{business_calendar_url}}"],"query":[{"disabled":true,"key":"type","value":"OUT_OF_OFFICE"}],"variable":[{"id":"a3667dc6-a5f0-4c68-8319-66b6a61fdf3e","description":{"content":"<p>Specify ID of calendar for which event has to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"67124d41c1d2566eca6e09620","key":"calendarID"},{"id":"cf96371b-026b-41ed-9eb0-94ee0d171c9c","type":"any","value":"67124d5fc1d2566eca6e096d","key":"eventID"},{"id":"ef58722c-a7ee-4c7f-9d76-7359687c699e","type":"any","value":"ALL","key":"deleteType"}]}},"response":[{"id":"be69cce6-3dcf-4efc-9f65-bdea98e245a6","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventId/deleteType/:deleteType","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventId","deleteType",":deleteType"],"variable":[{"key":"calendarID","value":"1"},{"key":"eventId","value":"1"},{"key":"deleteType","value":"ALL/SINGLE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Event Successfully deleted !!\"\n}"},{"id":"a157e955-a018-4c8d-8ce1-700f4e316ddd","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventId/deleteType/:deleteType","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventId","deleteType",":deleteType"],"variable":[{"key":"calendarID","value":"1"},{"key":"eventId","value":"1"},{"key":"deleteType","value":"ALL/SINGLE"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 404,\n   \"message\": \"The event you are trying to delete does not exist\"\n}"},{"id":"5eada849-29b0-413c-a17d-bad79ea165d9","name":"Calendar Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventId/deleteType/:deleteType","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventId","deleteType",":deleteType"],"variable":[{"key":"calendarID","value":"1"},{"key":"eventId","value":"1"},{"key":"deleteType","value":"ALL/SINGLE"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"The calendar you are trying to delete an event from does not exist !!\"\n}"},{"id":"d955cba7-3881-4036-b253-98db4b82574c","name":"Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Testing Term\",\n    \"message\":\"Off day1\",\n    \"startDate\" : \"02-14-2014\",\n    \"endDate\" : \"02-14-2017\" ,\n    \"recurrence\" : \"DTSTART;TZID=America/New_York:19970902T090000 RRULE:FREQ=DAILY;INTERVAL=1\",\n    \"timeZone\" : \"Africa/Nairobi\",\n    \"calendar\" : [ \n       \"61ff93c081798935ebf543ef\"\n     ],\n    \"eventColor\" : \"#zzz34\"\n}\n ","options":{"raw":{"language":"json"}}},"url":{"raw":"{{business_calendar_url}}/calendars/:calendarID/events/:eventID/deleteType/:deleteType","host":["{{business_calendar_url}}"],"path":["calendars",":calendarID","events",":eventID","deleteType",":deleteType"],"variable":[{"key":"calendarID","value":"620f4b89dda78530046f6cc0"},{"key":"eventID","value":"620f4ca8dda78530046f6ccd"},{"key":"deleteType","value":"ALL/SINGLE"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"code\": 500,\n   \"message\": \"IllegalArgumentException: Cannot dalete event\"\n}"}],"_postman_id":"24811c6c-e25b-4f34-9383-0f98d82a42d1"},{"name":"get events between range (start and end Time)","id":"06758407-40c2-4308-abac-2cce2f06c152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{business_calendar_url}}/calendars/events?timeZone=Asia/Karachi&calendarId=6710c52fce089d67335cb655&startTime=2024-11-11T00:00:00+05:00&endTime=2024-11-30T00:00:00+05:00","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/calendars/events</strong></p>\n<p>This API returns a list of events that occur in between a specified start and end time.</p>\n<p><strong>Event Types Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns list of events. Message: \"Fetched all events between Sun Jan 26 23:25:15 EAT 2020 to Mon Jan 27 23:25:15 EAT 2020 successfully.\"</td>\n</tr>\n<tr>\n<td>Not Found (calendar)</td>\n<td>Code 404. Returns empty event list. Message: \"The calendar you are trying to fetch events does not exist !!.\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Returns empty event list. Message: \"An error occurred while fetching events.\"</td>\n</tr>\n<tr>\n<td>No events found</td>\n<td>Code 200. Returns empty event list. Message: \"No events found between to \"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars","events"],"host":["{{business_calendar_url}}"],"query":[{"description":{"content":"<p>It specifies the timezone for setting start and end time.</p>\n","type":"text/plain"},"key":"timeZone","value":"Asia/Karachi"},{"description":{"content":"<p>ID of calendar to query all available events within the specified.</p>\n","type":"text/plain"},"key":"calendarId","value":"6710c52fce089d67335cb655"},{"description":{"content":"<p>Specify start time of required events.</p>\n","type":"text/plain"},"key":"startTime","value":"2024-11-11T00:00:00+05:00"},{"description":{"content":"<p>Specify end time of required events</p>\n","type":"text/plain"},"key":"endTime","value":"2024-11-30T00:00:00+05:00"}],"variable":[]}},"response":[{"id":"b2fe3fa0-4de2-4b5c-9daa-e2ec35308c00","name":"Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events?timeZone=Asia/Karachi&calendarId=6202b71683d08801710bf125&startTime=2024-06-25T00:00:00+05:00&endTime=2024-07-14T23:59:00+05:00","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"timeZone","value":"Asia/Karachi"},{"key":"calendarId","value":"6202b71683d08801710bf125","description":"calendarId"},{"key":"startTime","value":"2024-06-25T00:00:00+05:00","description":"Timestamp"},{"key":"endTime","value":"2024-07-14T23:59:00+05:00","description":"Timestamp"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"An error occurred while fetching events\",\n    \"events\":null\n}"},{"id":"4dc3da59-9c18-4757-a7a1-1023e7302940","name":"get events  from a calendar that does not exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events?timeZone=Asia/Karachi&calendarId=6202b71683d08801710bf125&startTime=2024-06-25T00:00:00+05:00&endTime=2024-07-14T23:59:00+05:00","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"timeZone","value":"Asia/Karachi"},{"key":"calendarId","value":"6202b71683d08801710bf125","description":"calendarId"},{"key":"startTime","value":"2024-06-25T00:00:00+05:00","description":"Timestamp"},{"key":"endTime","value":"2024-07-14T23:59:00+05:00","description":"Timestamp"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"The calendar you are trying to fetch events does not exist !!\"\n}"},{"id":"f3aa9e0d-4f60-417a-9e0f-196c805f67c1","name":"No Events found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events?timeZone=Europe/Andorra&calendarId=6202b71683d08801710bf125&startTime=2024-06-25T00:00:00+05:00&endTime=2024-07-14T23:59:00+05:00","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"timeZone","value":"Europe/Andorra"},{"key":"calendarId","value":"6202b71683d08801710bf125","description":"calendarId"},{"key":"startTime","value":"2024-06-25T00:00:00+05:00","description":"Timestamp"},{"key":"endTime","value":"2024-07-14T23:59:00+05:00","description":"Timestamp"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"No events found between Sun Jan 26 23:25:15 EAT 2020 to Mon Jan 27 23:25:15 EAT 2020\"\n}"},{"id":"90de00a3-b8ba-4746-a5a2-23966b947dea","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events?calendarId=66598608ac58ff58ce2495c5&startTime=2024-06-25T00:00:00+05:00&endTime=2024-06-30T00:00:00+05:00","host":["{{business_calendar_url}}"],"path":["calendars","events"],"query":[{"key":"calendarId","value":"66598608ac58ff58ce2495c5"},{"key":"startTime","value":"2024-06-25T00:00:00+05:00"},{"key":"endTime","value":"2024-06-30T00:00:00+05:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"8db6db77-b7a0-45a5-9d0d-8eecd638daeb"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1693"},{"key":"Date","value":"Tue, 04 Jun 2024 07:18:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Fetched all events between Sat Jun 01 05:00:00 PKT 2024 to Sat Aug 31 04:59:59 PKT 2024 successfully\",\n    \"events\": [\n        {\n            \"id\": \"66f3f306b844d21a0d13c46f\",\n            \"batchId\": \"4c308bd1-5ce2-4d57-a7f5-551b9c9fbd23\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-04T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"OUT_OF_OFFICE\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f306b844d21a0d13c470\",\n            \"batchId\": \"4c308bd1-5ce2-4d57-a7f5-551b9c9fbd23\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-05T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"OUT_OF_OFFICE\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c47f\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-03T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c480\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-04T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c481\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-05T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3fa43b844d21a0d13c4c3\",\n            \"batchId\": \"12a851ec-d8bc-4d5c-8a52-2cf4f4eaea4e\",\n            \"name\": \"first event edited 456\",\n            \"startTime\": \"2024-07-28T00:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"BUSINESS_HOURS\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-07-29T00:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#cb2525\",\n            \"shifts\": [\n                {\n                    \"id\": \"aedb376d-2b3f-4edc-8740-0c912afa1673\",\n                    \"name\": \"Morning class\",\n                    \"startTime\": \"2024-07-28T10:00:00.000+00:00\",\n                    \"endTime\": \"2024-07-28T12:00:00.000+00:00\"\n                }\n            ]\n        },\n        {\n            \"id\": \"66f3fa43b844d21a0d13c4c5\",\n            \"batchId\": \"12a851ec-d8bc-4d5c-8a52-2cf4f4eaea4e\",\n            \"name\": \"first event edited 456\",\n            \"startTime\": \"2024-07-29T00:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"BUSINESS_HOURS\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-07-29T00:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#cb2525\",\n            \"shifts\": [\n                {\n                    \"id\": \"df7ba9d6-059f-46a1-ae36-d92f0f675aa7\",\n                    \"name\": \"Morning class\",\n                    \"startTime\": \"2024-07-29T10:00:00.000+00:00\",\n                    \"endTime\": \"2024-07-29T12:00:00.000+00:00\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"06758407-40c2-4308-abac-2cce2f06c152"},{"name":"get events by batchId","id":"d9960a1e-c665-48e2-9bc6-3bd0c7bd8cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{business_calendar_url}}/calendars/events/byBatchId?calendarId=6710c53cce089d67335ce210&batchId=97aaee90-4422-49b1-9bde-c943001dc8b8","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/calendars/events</strong></p>\n<p>This API returns a list of events for the same batch IDs</p>\n<p><strong>Event Types Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns list of events. Message: \"Fetched all events successfully.\"</td>\n</tr>\n<tr>\n<td>Not Found (calendar)</td>\n<td>Code 404. Message: \"The calendar you are trying to fetch events does not exist !!.\"</td>\n</tr>\n<tr>\n<td>Not Found (calendar)</td>\n<td>Code 204. Message: \"No events found\"</td>\n</tr>\n<tr>\n<td>Server Error</td>\n<td>Code 500. Returns empty event list. Message: \"An error occurred while fetching events.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["calendars","events","byBatchId"],"host":["{{business_calendar_url}}"],"query":[{"key":"calendarId","value":"6710c53cce089d67335ce210"},{"key":"batchId","value":"97aaee90-4422-49b1-9bde-c943001dc8b8"}],"variable":[]}},"response":[{"id":"2d4efd0b-4b35-4dba-a742-7798654c5a26","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events/byBatchId?calendarId=668e29d3c2d6410890ea04cc&batchId=b7ebba36-16e7-49d9-a2bd-c8639cb4212b","host":["{{business_calendar_url}}"],"path":["calendars","events","byBatchId"],"query":[{"key":"calendarId","value":"668e29d3c2d6410890ea04cc"},{"key":"batchId","value":"b7ebba36-16e7-49d9-a2bd-c8639cb4212b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"8db6db77-b7a0-45a5-9d0d-8eecd638daeb"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1693"},{"key":"Date","value":"Tue, 04 Jun 2024 07:18:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Fetched all events successfully\",\n    \"events\": [\n        {\n            \"id\": \"66f3f306b844d21a0d13c46f\",\n            \"batchId\": \"4c308bd1-5ce2-4d57-a7f5-551b9c9fbd23\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-04T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"OUT_OF_OFFICE\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f306b844d21a0d13c470\",\n            \"batchId\": \"4c308bd1-5ce2-4d57-a7f5-551b9c9fbd23\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-05T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"OUT_OF_OFFICE\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c47f\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-03T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c480\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-04T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3f376b844d21a0d13c481\",\n            \"batchId\": \"97f70311-10e0-4ba3-93d5-20e9bfa65992\",\n            \"name\": \"Maths\",\n            \"startTime\": \"2024-06-05T19:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": true,\n            \"type\": \"HOLIDAY\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-06-05T19:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#690\",\n            \"shifts\": null\n        },\n        {\n            \"id\": \"66f3fa43b844d21a0d13c4c3\",\n            \"batchId\": \"12a851ec-d8bc-4d5c-8a52-2cf4f4eaea4e\",\n            \"name\": \"first event edited 456\",\n            \"startTime\": \"2024-07-28T00:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"BUSINESS_HOURS\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-07-29T00:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#cb2525\",\n            \"shifts\": [\n                {\n                    \"id\": \"aedb376d-2b3f-4edc-8740-0c912afa1673\",\n                    \"name\": \"Morning class\",\n                    \"startTime\": \"2024-07-28T10:00:00.000+00:00\",\n                    \"endTime\": \"2024-07-28T12:00:00.000+00:00\"\n                }\n            ]\n        },\n        {\n            \"id\": \"66f3fa43b844d21a0d13c4c5\",\n            \"batchId\": \"12a851ec-d8bc-4d5c-8a52-2cf4f4eaea4e\",\n            \"name\": \"first event edited 456\",\n            \"startTime\": \"2024-07-29T00:00:00.000+00:00\",\n            \"endTime\": null,\n            \"message\": null,\n            \"allDay\": false,\n            \"type\": \"BUSINESS_HOURS\",\n            \"recurrence\": \"FREQ=DAILY\",\n            \"validityPeriod\": \"2024-07-29T00:00:00.000+00:00\",\n            \"calendar\": [\n                \"66f3f1abb844d21a0d13c44b\"\n            ],\n            \"eventColor\": \"#cb2525\",\n            \"shifts\": [\n                {\n                    \"id\": \"df7ba9d6-059f-46a1-ae36-d92f0f675aa7\",\n                    \"name\": \"Morning class\",\n                    \"startTime\": \"2024-07-29T10:00:00.000+00:00\",\n                    \"endTime\": \"2024-07-29T12:00:00.000+00:00\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"1838d3df-3902-4411-8540-a8f351c73907","name":"get events  from a calendar that does not exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events/byBatchId?calendarId=668e29d3c2d6410890ea04cc&batchId=b7ebba36-16e7-49d9-a2bd-c8639cb4212b","host":["{{business_calendar_url}}"],"path":["calendars","events","byBatchId"],"query":[{"key":"calendarId","value":"668e29d3c2d6410890ea04cc"},{"key":"batchId","value":"b7ebba36-16e7-49d9-a2bd-c8639cb4212b"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 204,\n    \"message\": \"No events found\",\n    \"events\": []\n}"},{"id":"0f1178fc-ed52-439b-9f39-4a12416381c3","name":"get events  from a calendar and calendar does not exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events/byBatchId?calendarId=668e29d3c2d6410890ea04cc&batchId=b7ebba36-16e7-49d9-a2bd-c8639cb4212b","host":["{{business_calendar_url}}"],"path":["calendars","events","byBatchId"],"query":[{"key":"calendarId","value":"668e29d3c2d6410890ea04cc"},{"key":"batchId","value":"b7ebba36-16e7-49d9-a2bd-c8639cb4212b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": 404,\r\n    \"message\": \"The calendar you are trying to fetch events does not exist !!\",\r\n    \"events\": null\r\n}"},{"id":"3c89fa0e-0dd5-42aa-81a6-1f9ed04fa67a","name":"Server Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{business_calendar_url}}/calendars/events/byBatchId?calendarId=668e29d3c2d6410890ea04cc&batchId=b7ebba36-16e7-49d9-a2bd-c8639cb4212b","host":["{{business_calendar_url}}"],"path":["calendars","events","byBatchId"],"query":[{"key":"calendarId","value":"668e29d3c2d6410890ea04cc"},{"key":"batchId","value":"b7ebba36-16e7-49d9-a2bd-c8639cb4212b"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"message\": \"An error occurred while fetching events\",\n    \"events\":null\n}"}],"_postman_id":"d9960a1e-c665-48e2-9bc6-3bd0c7bd8cc5"}],"id":"6e4a8689-2593-4e6b-8c04-9ad3e1e25444","description":"<p>This APIs folder helps create and manage events.</p>\n","_postman_id":"6e4a8689-2593-4e6b-8c04-9ad3e1e25444"}],"id":"587afb9b-0208-44c2-afee-f3a143853dff","description":"<p>This API collection is built for supervisors to be able to create and manage the calendars and the events for their reportee agents.</p>\n","_postman_id":"587afb9b-0208-44c2-afee-f3a143853dff"},{"name":"Conversation Manager","item":[{"name":"Conversations","item":[{"name":"Active Conversations","id":"c5eff8fc-a6ce-4642-aff6-afbbe38a7eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customer-topics</strong></p>\n<p>This API returns the list of all customer topics.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns details of customer topics.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching attributes.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customer-topics"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"e13a8e49-8f36-467d-a965-8da55f1fb7de","name":"Get All Topics","originalRequest":{"method":"GET","header":[],"url":"{{url}}/customer-topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 14 Apr 2021 07:14:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n        \"participants\": [\n            {\n                \"type\": \"BOT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"TopicMonitor\",\n                    \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                    \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                },\n                \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                \"joiningTime\": \"2021-04-12T10:16:23.942+00:00\",\n                \"token\": null,\n                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                \"isActive\": true,\n                \"userCredentials\": {}\n            },\n            {\n                \"type\": \"CUSTOMER\",\n                \"role\": \"CUSTOMER\",\n                \"participant\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                    \"channel\": {\n                        \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                        \"channelName\": \"Whatsapp\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"channelConfig\": {\n                            \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                            \"channelMode\": \"BOT\",\n                            \"conversationBot\": \"BOT_1\",\n                            \"responseSla\": 3,\n                            \"customerActivityTimeout\": 30,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                            },\n                            \"routingPolicy\": {\n                                \"policy\": \"LAST_AGENT_ROUTING\",\n                                \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                            },\n                            \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                            \"channelConnectorName\": \"360Connector\",\n                            \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                            \"type\": {\n                                \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                \"name\": \"WHATSAPP\",\n                                \"isInteractive\": true\n                            },\n                            \"channelLogo\": {\n                                \"value\": \"Channel-LOGO\"\n                            },\n                            \"tenant\": {\n                                \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                \"name\": \"Tenant-Name\"\n                            }\n                        }\n                    },\n                    \"linkedCustomer\": {\n                        \"isAnonymous\": false,\n                        \"associatedCustomer\": {\n                            \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                            \"firstName\": \"John\"\n                        }\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                },\n                \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                \"joiningTime\": \"2021-04-12T10:16:24.485+00:00\",\n                \"token\": null,\n                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                \"isActive\": true,\n                \"userCredentials\": {}\n            },\n            {\n                \"type\": \"AGENT\",\n                \"role\": \"PRIMARY\",\n                \"participant\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"keycloakUser\": {\n                        \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                        \"firstName\": \"Nabeel\",\n                        \"lastName\": \"Ahmad\",\n                        \"roles\": [\n                            \"agent\",\n                            \"customer-manager\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"nabeel\",\n                        \"realm\": \"university\"\n                    },\n                    \"associatedRoutingAttributes\": []\n                },\n                \"id\": \"b27c0b87-56cf-46fa-87ad-f57f4e940b45\",\n                \"joiningTime\": \"2021-04-12T10:16:46.151+00:00\",\n                \"token\": null,\n                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                \"isActive\": false,\n                \"userCredentials\": null\n            }\n        ],\n        \"cimEvents\": [\n            {\n                \"id\": \"012e9aa3-a745-4aa2-9173-6609e8f0e2bc\",\n                \"name\": \"CHANNEL_SESSION_STARTED\",\n                \"type\": \"NOTIFICATION\",\n                \"timestamp\": \"2021-04-12T10:16:24.944+00:00\",\n                \"data\": {\n                    \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                    \"channel\": {\n                        \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                        \"channelName\": \"Whatsapp\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"channelConfig\": {\n                            \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                            \"channelMode\": \"BOT\",\n                            \"conversationBot\": \"BOT_1\",\n                            \"responseSla\": 3,\n                            \"customerActivityTimeout\": 30,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                            },\n                            \"routingPolicy\": {\n                                \"policy\": \"LAST_AGENT_ROUTING\",\n                                \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                            },\n                            \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                            \"channelConnectorName\": \"360Connector\",\n                            \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                            \"type\": {\n                                \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                \"name\": \"WHATSAPP\",\n                                \"isInteractive\": true\n                            },\n                            \"channelLogo\": {\n                                \"value\": \"Channel-LOGO\"\n                            },\n                            \"tenant\": {\n                                \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                \"name\": \"Tenant-Name\"\n                            }\n                        }\n                    },\n                    \"linkedCustomer\": {\n                        \"isAnonymous\": false,\n                        \"associatedCustomer\": {\n                            \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                            \"firstName\": \"John\"\n                        }\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                }\n            },\n            {\n                \"id\": \"2dbea37b-5e6d-4091-876d-279fe27b4c2d\",\n                \"name\": \"CUSTOMER_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:25.561+00:00\",\n                \"data\": {\n                    \"id\": \"4c3b142a-b560-4218-9f30-3cb88d86bc11\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"CUSTOMER\",\n                            \"role\": \"CUSTOMER\",\n                            \"participant\": {\n                                \"participantType\": \"ChannelSession\",\n                                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                                \"channel\": {\n                                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                    \"channelName\": \"Whatsapp\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"channelConfig\": {\n                                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                        \"channelMode\": \"BOT\",\n                                        \"conversationBot\": \"BOT_1\",\n                                        \"responseSla\": 3,\n                                        \"customerActivityTimeout\": 30,\n                                        \"customerIdentificationCriteria\": {\n                                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                        },\n                                        \"routingPolicy\": {\n                                            \"policy\": \"LAST_AGENT_ROUTING\",\n                                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                        },\n                                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                    },\n                                    \"channelConnector\": {\n                                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                        \"channelConnectorName\": \"360Connector\",\n                                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                        \"type\": {\n                                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                            \"name\": \"WHATSAPP\",\n                                            \"isInteractive\": true\n                                        },\n                                        \"channelLogo\": {\n                                            \"value\": \"Channel-LOGO\"\n                                        },\n                                        \"tenant\": {\n                                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                            \"name\": \"Tenant-Name\"\n                                        }\n                                    }\n                                },\n                                \"linkedCustomer\": {\n                                    \"isAnonymous\": false,\n                                    \"associatedCustomer\": {\n                                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                        \"firstName\": \"John\"\n                                    }\n                                },\n                                \"customerSuggestions\": [],\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923328283920\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"additionalAttributes\": [\n                                        {\n                                            \"key\": \"name\",\n                                            \"value\": \"nabeel ahm se\"\n                                        }\n                                    ]\n                                },\n                                \"latestIntent\": null,\n                                \"customerPresence\": {\n                                    \"value\": null\n                                },\n                                \"isActive\": true,\n                                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                            },\n                            \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                            \"joiningTime\": 1618222584485,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222657,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"Hi\"\n                    }\n                }\n            },\n            {\n                \"id\": \"54fc560b-d317-4277-806e-7e58ca960925\",\n                \"name\": \"BOT_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:25.680+00:00\",\n                \"data\": {\n                    \"id\": \"e1128b5c-b316-4fd6-be68-f0c021ff5f9c\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"PRIMARY\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": null,\n                        \"language\": null,\n                        \"timestamp\": 1618222585630,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                    }\n                }\n            },\n            {\n                \"id\": \"779391f5-e2b4-4cbb-a20f-ac954638e7b5\",\n                \"name\": \"BOT_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:26.862+00:00\",\n                \"data\": {\n                    \"id\": \"7b77c370-9f1d-4111-baab-eaa15d2e3016\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"PRIMARY\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222657,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"Reply Y if you are ok to answer 6 questions, reply N if you want to chat with Expertflow representative. If you don't reply within 20 seconds, your chat will be automatically handed over to the Expertflow representative.\"\n                    }\n                }\n            },\n            {\n                \"id\": \"666863ae-2636-4a5b-99a5-cbacab137ad9\",\n                \"name\": \"CUSTOMER_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:36.983+00:00\",\n                \"data\": {\n                    \"id\": \"b2b5290f-fac6-4ebe-8bc6-f02d4425e798\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"CUSTOMER\",\n                            \"role\": \"CUSTOMER\",\n                            \"participant\": {\n                                \"participantType\": \"ChannelSession\",\n                                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                                \"channel\": {\n                                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                    \"channelName\": \"Whatsapp\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"channelConfig\": {\n                                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                        \"channelMode\": \"BOT\",\n                                        \"conversationBot\": \"BOT_1\",\n                                        \"responseSla\": 3,\n                                        \"customerActivityTimeout\": 30,\n                                        \"customerIdentificationCriteria\": {\n                                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                        },\n                                        \"routingPolicy\": {\n                                            \"policy\": \"LAST_AGENT_ROUTING\",\n                                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                        },\n                                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                    },\n                                    \"channelConnector\": {\n                                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                        \"channelConnectorName\": \"360Connector\",\n                                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                        \"type\": {\n                                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                            \"name\": \"WHATSAPP\",\n                                            \"isInteractive\": true\n                                        },\n                                        \"channelLogo\": {\n                                            \"value\": \"Channel-LOGO\"\n                                        },\n                                        \"tenant\": {\n                                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                            \"name\": \"Tenant-Name\"\n                                        }\n                                    }\n                                },\n                                \"linkedCustomer\": {\n                                    \"isAnonymous\": false,\n                                    \"associatedCustomer\": {\n                                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                        \"firstName\": \"John\"\n                                    }\n                                },\n                                \"customerSuggestions\": [],\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923328283920\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"additionalAttributes\": [\n                                        {\n                                            \"key\": \"name\",\n                                            \"value\": \"nabeel ahm se\"\n                                        }\n                                    ]\n                                },\n                                \"latestIntent\": null,\n                                \"customerPresence\": {\n                                    \"value\": null\n                                },\n                                \"isActive\": true,\n                                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                            },\n                            \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                            \"joiningTime\": 1618222584485,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222670,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"N\"\n                    }\n                }\n            },\n            {\n                \"id\": \"ec94c10a-60bd-451c-b21a-be7587c864a4\",\n                \"name\": \"BOT_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:37.926+00:00\",\n                \"data\": {\n                    \"id\": \"77e424d4-4264-4301-aba0-2c98a61e5cd8\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"PRIMARY\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222670,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"Thank you a Crisis Supporter will be with you shortly.\"\n                    }\n                }\n            },\n            {\n                \"id\": \"ec240540-67fe-416d-b343-01492bc5ddfc\",\n                \"name\": \"BOT_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:16:38.828+00:00\",\n                \"data\": {\n                    \"id\": \"2a6ddccb-d78f-467f-bfd1-1d6af92a9834\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"PRIMARY\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": null,\n                        \"language\": null,\n                        \"timestamp\": 1618222598777,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"An agent has been reserved for you, please wait agent will join you soon\"\n                    }\n                }\n            },\n            {\n                \"id\": \"d27f3afe-829b-4bdf-bd70-c12119a88d5e\",\n                \"name\": \"AGENT_SUBSCRIBED\",\n                \"type\": \"NOTIFICATION\",\n                \"timestamp\": \"2021-04-12T10:16:46.263+00:00\",\n                \"data\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"keycloakUser\": {\n                        \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                        \"firstName\": \"Nabeel\",\n                        \"lastName\": \"Ahmad\",\n                        \"roles\": [\n                            \"agent\",\n                            \"customer-manager\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"nabeel\",\n                        \"realm\": \"university\"\n                    },\n                    \"associatedRoutingAttributes\": []\n                }\n            },\n            {\n                \"id\": \"5e7c88a0-5a97-4143-9ab2-f4e7b5d65480\",\n                \"name\": \"AGENT_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:18:44.758+00:00\",\n                \"data\": {\n                    \"id\": \"d32c138f-7c59-4108-a53b-8aee3d5c7c00\",\n                    \"header\": {\n                        \"sender\": {\n                            \"id\": \"04e7b13e-11d1-40aa-9f05-57bddb272148\",\n                            \"type\": \"AGENT\",\n                            \"participant\": {\n                                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                                \"participantType\": \"CCUser\",\n                                \"keycloakUser\": {\n                                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                                    \"firstName\": \"Nabeel\",\n                                    \"lastName\": \"Ahmad\",\n                                    \"username\": \"nabeel\",\n                                    \"permittedResources\": {\n                                        \"Resources\": [\n                                            {\n                                                \"rsid\": \"e6c56b53-e53e-41b1-8d85-1101172f3029\",\n                                                \"rsname\": \"Default Resource\"\n                                            }\n                                        ]\n                                    },\n                                    \"roles\": [\n                                        \"agent\",\n                                        \"customer-manager\",\n                                        \"offline_access\",\n                                        \"uma_authorization\"\n                                    ],\n                                    \"realm\": \"university\"\n                                },\n                                \"associatedRoutingAttributes\": []\n                            },\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"role\": \"PRIMARY\",\n                            \"userCredentials\": null\n                        },\n                        \"channelData\": null,\n                        \"language\": null,\n                        \"timestamp\": \"2021-04-12T10:18:44.757Z\",\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"Hello\\n\"\n                    }\n                }\n            },\n            {\n                \"id\": \"86638210-6f31-4966-ba87-eccdf8fe4406\",\n                \"name\": \"AGENT_UNSUBSCRIBED\",\n                \"type\": \"NOTIFICATION\",\n                \"timestamp\": \"2021-04-12T10:17:40.189+00:00\",\n                \"data\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"keycloakUser\": {\n                        \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                        \"firstName\": \"Nabeel\",\n                        \"lastName\": \"Ahmad\",\n                        \"roles\": [\n                            \"agent\",\n                            \"customer-manager\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"nabeel\",\n                        \"realm\": \"university\"\n                    },\n                    \"associatedRoutingAttributes\": []\n                }\n            },\n            {\n                \"id\": \"275c63f0-c366-4a50-aded-79c37e7d96ad\",\n                \"name\": \"CUSTOMER_MESSAGE\",\n                \"type\": \"MESSAGE\",\n                \"timestamp\": \"2021-04-12T10:18:17.698+00:00\",\n                \"data\": {\n                    \"id\": \"08e9f78d-9a21-4a94-ac84-6f5b479c8dd5\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"CUSTOMER\",\n                            \"role\": \"CUSTOMER\",\n                            \"participant\": {\n                                \"participantType\": \"ChannelSession\",\n                                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                                \"channel\": {\n                                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                    \"channelName\": \"Whatsapp\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"channelConfig\": {\n                                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                        \"channelMode\": \"BOT\",\n                                        \"conversationBot\": \"BOT_1\",\n                                        \"responseSla\": 3,\n                                        \"customerActivityTimeout\": 30,\n                                        \"customerIdentificationCriteria\": {\n                                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                        },\n                                        \"routingPolicy\": {\n                                            \"policy\": \"LAST_AGENT_ROUTING\",\n                                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                        },\n                                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                    },\n                                    \"channelConnector\": {\n                                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                        \"channelConnectorName\": \"360Connector\",\n                                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                        \"type\": {\n                                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                            \"name\": \"WHATSAPP\",\n                                            \"isInteractive\": true\n                                        },\n                                        \"channelLogo\": {\n                                            \"value\": \"Channel-LOGO\"\n                                        },\n                                        \"tenant\": {\n                                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                            \"name\": \"Tenant-Name\"\n                                        }\n                                    }\n                                },\n                                \"linkedCustomer\": {\n                                    \"isAnonymous\": false,\n                                    \"associatedCustomer\": {\n                                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                        \"firstName\": \"John\"\n                                    }\n                                },\n                                \"customerSuggestions\": [],\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923328283920\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"additionalAttributes\": [\n                                        {\n                                            \"key\": \"name\",\n                                            \"value\": \"nabeel ahm se\"\n                                        }\n                                    ]\n                                },\n                                \"latestIntent\": null,\n                                \"customerPresence\": {\n                                    \"value\": null\n                                },\n                                \"isActive\": true,\n                                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                            },\n                            \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                            \"joiningTime\": 1618222584485,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222771,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"what is weather forecate\"\n                    }\n                }\n            },\n            {\n                \"id\": \"7bab5b0a-ccc7-43eb-bd4a-1d09501a9673\",\n                \"name\": \"BOT_SUGGESTION\",\n                \"type\": \"SUGGESTION\",\n                \"timestamp\": \"2021-04-12T10:18:18.577+00:00\",\n                \"data\": {\n                    \"id\": \"39ae6f82-3626-43ad-8c32-29bd159536ba\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"ASSISTANT\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222771,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"suggestions\": [\n                        {\n                            \"messageBody\": {\n                                \"type\": \"PLAIN\",\n                                \"markdownText\": \"Reply Y if you are ok to answer 6 questions, reply N if you want to chat with Expertflow representative. If you don't reply within 20 seconds, your chat will be automatically handed over to the Expertflow representative.\"\n                            },\n                            \"confidenceLevel\": 0\n                        }\n                    ],\n                    \"requestedMessage\": {\n                        \"id\": \"08e9f78d-9a21-4a94-ac84-6f5b479c8dd5\",\n                        \"header\": {\n                            \"sender\": {\n                                \"type\": \"BOT\",\n                                \"role\": \"ASSISTANT\",\n                                \"participant\": {\n                                    \"participantType\": \"TopicMonitor\",\n                                    \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                    \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                                },\n                                \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                                \"joiningTime\": 1618222583942,\n                                \"token\": null,\n                                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                                \"isActive\": true,\n                                \"userCredentials\": {}\n                            },\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"language\": null,\n                            \"timestamp\": 1618222771,\n                            \"securityInfo\": null,\n                            \"stamps\": null,\n                            \"intent\": null,\n                            \"entities\": null,\n                            \"channelSession\": {\n                                \"participantType\": \"ChannelSession\",\n                                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                                \"channel\": {\n                                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                    \"channelName\": \"Whatsapp\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"channelConfig\": {\n                                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                        \"channelMode\": \"BOT\",\n                                        \"conversationBot\": \"BOT_1\",\n                                        \"responseSla\": 3,\n                                        \"customerActivityTimeout\": 30,\n                                        \"customerIdentificationCriteria\": {\n                                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                        },\n                                        \"routingPolicy\": {\n                                            \"policy\": \"LAST_AGENT_ROUTING\",\n                                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                        },\n                                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                    },\n                                    \"channelConnector\": {\n                                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                        \"channelConnectorName\": \"360Connector\",\n                                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                        \"type\": {\n                                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                            \"name\": \"WHATSAPP\",\n                                            \"isInteractive\": true\n                                        },\n                                        \"channelLogo\": {\n                                            \"value\": \"Channel-LOGO\"\n                                        },\n                                        \"tenant\": {\n                                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                            \"name\": \"Tenant-Name\"\n                                        }\n                                    }\n                                },\n                                \"linkedCustomer\": {\n                                    \"isAnonymous\": false,\n                                    \"associatedCustomer\": {\n                                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                        \"firstName\": \"John\"\n                                    }\n                                },\n                                \"customerSuggestions\": [],\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923328283920\",\n                                    \"serviceIdentifier\": \"+41762884806\",\n                                    \"additionalAttributes\": [\n                                        {\n                                            \"key\": \"name\",\n                                            \"value\": \"nabeel ahm se\"\n                                        }\n                                    ]\n                                },\n                                \"latestIntent\": null,\n                                \"customerPresence\": {\n                                    \"value\": null\n                                },\n                                \"isActive\": true,\n                                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                            }\n                        },\n                        \"body\": {\n                            \"type\": \"PLAIN\",\n                            \"markdownText\": \"what is weather forecate\"\n                        }\n                    }\n                }\n            },\n            {\n                \"id\": \"917e9c38-2f3e-4616-8041-ab61897acbca\",\n                \"name\": \"AGENT_UNSUBSCRIBED\",\n                \"type\": \"NOTIFICATION\",\n                \"timestamp\": \"2021-04-12T10:18:24.075+00:00\",\n                \"data\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"keycloakUser\": {\n                        \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                        \"firstName\": \"Nabeel\",\n                        \"lastName\": \"Ahmad\",\n                        \"roles\": [\n                            \"agent\",\n                            \"customer-manager\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"nabeel\",\n                        \"realm\": \"university\"\n                    },\n                    \"associatedRoutingAttributes\": []\n                }\n            },\n            {\n                \"id\": \"31ac38ac-9e72-4cdd-a95c-c1d9ac4df184\",\n                \"name\": \"AGENT_UNSUBSCRIBED\",\n                \"type\": \"NOTIFICATION\",\n                \"timestamp\": \"2021-04-12T23:35:43.062+00:00\",\n                \"data\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"keycloakUser\": {\n                        \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                        \"firstName\": \"Nabeel\",\n                        \"lastName\": \"Ahmad\",\n                        \"roles\": [\n                            \"agent\",\n                            \"customer-manager\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"nabeel\",\n                        \"realm\": \"university\"\n                    },\n                    \"associatedRoutingAttributes\": []\n                }\n            }\n        ]\n    }\n]"},{"id":"85e4c678-3fc3-4d9d-87c6-56c8d233f474","name":"Get Topic By ID ","originalRequest":{"method":"GET","header":[],"url":"{{url}}/customer-topics/abf752f3-b708-4bd0-b54f-4c46e6ce4a41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 14 Apr 2021 07:15:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n    \"participants\": [\n        {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"TopicMonitor\",\n                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n            },\n            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n            \"joiningTime\": \"2021-04-12T10:16:23.942+00:00\",\n            \"token\": null,\n            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n            \"isActive\": true,\n            \"userCredentials\": {}\n        },\n        {\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                \"channel\": {\n                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                    \"channelName\": \"Whatsapp\",\n                    \"serviceIdentifier\": \"+41762884806\",\n                    \"channelConfig\": {\n                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                        \"channelMode\": \"BOT\",\n                        \"conversationBot\": \"BOT_1\",\n                        \"responseSla\": 3,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                        },\n                        \"routingPolicy\": {\n                            \"policy\": \"LAST_AGENT_ROUTING\",\n                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                        },\n                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                        \"channelConnectorName\": \"360Connector\",\n                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                        \"type\": {\n                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                            \"name\": \"WHATSAPP\",\n                            \"isInteractive\": true\n                        },\n                        \"channelLogo\": {\n                            \"value\": \"Channel-LOGO\"\n                        },\n                        \"tenant\": {\n                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                            \"name\": \"Tenant-Name\"\n                        }\n                    }\n                },\n                \"linkedCustomer\": {\n                    \"isAnonymous\": false,\n                    \"associatedCustomer\": {\n                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                        \"firstName\": \"John\"\n                    }\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923328283920\",\n                    \"serviceIdentifier\": \"+41762884806\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"name\",\n                            \"value\": \"nabeel ahm se\"\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n            },\n            \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n            \"joiningTime\": \"2021-04-12T10:16:24.485+00:00\",\n            \"token\": null,\n            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n            \"isActive\": true,\n            \"userCredentials\": {}\n        },\n        {\n            \"type\": \"AGENT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"CCUser\",\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"keycloakUser\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"firstName\": \"Nabeel\",\n                    \"lastName\": \"Ahmad\",\n                    \"roles\": [\n                        \"agent\",\n                        \"customer-manager\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"nabeel\",\n                    \"realm\": \"university\"\n                },\n                \"associatedRoutingAttributes\": []\n            },\n            \"id\": \"b27c0b87-56cf-46fa-87ad-f57f4e940b45\",\n            \"joiningTime\": \"2021-04-12T10:16:46.151+00:00\",\n            \"token\": null,\n            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n            \"isActive\": false,\n            \"userCredentials\": null\n        }\n    ],\n    \"cimEvents\": [\n        {\n            \"id\": \"012e9aa3-a745-4aa2-9173-6609e8f0e2bc\",\n            \"name\": \"CHANNEL_SESSION_STARTED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2021-04-12T10:16:24.944+00:00\",\n            \"data\": {\n                \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                \"channel\": {\n                    \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                    \"channelName\": \"Whatsapp\",\n                    \"serviceIdentifier\": \"+41762884806\",\n                    \"channelConfig\": {\n                        \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                        \"channelMode\": \"BOT\",\n                        \"conversationBot\": \"BOT_1\",\n                        \"responseSla\": 3,\n                        \"customerActivityTimeout\": 30,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                        },\n                        \"routingPolicy\": {\n                            \"policy\": \"LAST_AGENT_ROUTING\",\n                            \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                        },\n                        \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                        \"channelConnectorName\": \"360Connector\",\n                        \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                        \"type\": {\n                            \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                            \"name\": \"WHATSAPP\",\n                            \"isInteractive\": true\n                        },\n                        \"channelLogo\": {\n                            \"value\": \"Channel-LOGO\"\n                        },\n                        \"tenant\": {\n                            \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                            \"name\": \"Tenant-Name\"\n                        }\n                    }\n                },\n                \"linkedCustomer\": {\n                    \"isAnonymous\": false,\n                    \"associatedCustomer\": {\n                        \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                        \"firstName\": \"John\"\n                    }\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923328283920\",\n                    \"serviceIdentifier\": \"+41762884806\",\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"name\",\n                            \"value\": \"nabeel ahm se\"\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n            }\n        },\n        {\n            \"id\": \"2dbea37b-5e6d-4091-876d-279fe27b4c2d\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:25.561+00:00\",\n            \"data\": {\n                \"id\": \"4c3b142a-b560-4218-9f30-3cb88d86bc11\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        },\n                        \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                        \"joiningTime\": 1618222584485,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222657,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Hi\"\n                }\n            }\n        },\n        {\n            \"id\": \"54fc560b-d317-4277-806e-7e58ca960925\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:25.680+00:00\",\n            \"data\": {\n                \"id\": \"e1128b5c-b316-4fd6-be68-f0c021ff5f9c\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"TopicMonitor\",\n                            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                        },\n                        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                        \"joiningTime\": 1618222583942,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1618222585630,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                }\n            }\n        },\n        {\n            \"id\": \"779391f5-e2b4-4cbb-a20f-ac954638e7b5\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:26.862+00:00\",\n            \"data\": {\n                \"id\": \"7b77c370-9f1d-4111-baab-eaa15d2e3016\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"TopicMonitor\",\n                            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                        },\n                        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                        \"joiningTime\": 1618222583942,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222657,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Reply Y if you are ok to answer 6 questions, reply N if you want to chat with Expertflow representative. If you don't reply within 20 seconds, your chat will be automatically handed over to the Expertflow representative.\"\n                }\n            }\n        },\n        {\n            \"id\": \"666863ae-2636-4a5b-99a5-cbacab137ad9\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:36.983+00:00\",\n            \"data\": {\n                \"id\": \"b2b5290f-fac6-4ebe-8bc6-f02d4425e798\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        },\n                        \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                        \"joiningTime\": 1618222584485,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222670,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"N\"\n                }\n            }\n        },\n        {\n            \"id\": \"ec94c10a-60bd-451c-b21a-be7587c864a4\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:37.926+00:00\",\n            \"data\": {\n                \"id\": \"77e424d4-4264-4301-aba0-2c98a61e5cd8\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"TopicMonitor\",\n                            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                        },\n                        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                        \"joiningTime\": 1618222583942,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222670,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Thank you a Crisis Supporter will be with you shortly.\"\n                }\n            }\n        },\n        {\n            \"id\": \"ec240540-67fe-416d-b343-01492bc5ddfc\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:16:38.828+00:00\",\n            \"data\": {\n                \"id\": \"2a6ddccb-d78f-467f-bfd1-1d6af92a9834\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"TopicMonitor\",\n                            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                        },\n                        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                        \"joiningTime\": 1618222583942,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1618222598777,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"An agent has been reserved for you, please wait agent will join you soon\"\n                }\n            }\n        },\n        {\n            \"id\": \"d27f3afe-829b-4bdf-bd70-c12119a88d5e\",\n            \"name\": \"AGENT_SUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2021-04-12T10:16:46.263+00:00\",\n            \"data\": {\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"keycloakUser\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"firstName\": \"Nabeel\",\n                    \"lastName\": \"Ahmad\",\n                    \"roles\": [\n                        \"agent\",\n                        \"customer-manager\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"nabeel\",\n                    \"realm\": \"university\"\n                },\n                \"associatedRoutingAttributes\": []\n            }\n        },\n        {\n            \"id\": \"5e7c88a0-5a97-4143-9ab2-f4e7b5d65480\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:18:44.758+00:00\",\n            \"data\": {\n                \"id\": \"d32c138f-7c59-4108-a53b-8aee3d5c7c00\",\n                \"header\": {\n                    \"sender\": {\n                        \"id\": \"04e7b13e-11d1-40aa-9f05-57bddb272148\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                                \"firstName\": \"Nabeel\",\n                                \"lastName\": \"Ahmad\",\n                                \"username\": \"nabeel\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"rsid\": \"e6c56b53-e53e-41b1-8d85-1101172f3029\",\n                                            \"rsname\": \"Default Resource\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"agent\",\n                                    \"customer-manager\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"university\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": \"2021-04-12T10:18:44.757Z\",\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Hello\\n\"\n                }\n            }\n        },\n        {\n            \"id\": \"86638210-6f31-4966-ba87-eccdf8fe4406\",\n            \"name\": \"AGENT_UNSUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2021-04-12T10:17:40.189+00:00\",\n            \"data\": {\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"keycloakUser\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"firstName\": \"Nabeel\",\n                    \"lastName\": \"Ahmad\",\n                    \"roles\": [\n                        \"agent\",\n                        \"customer-manager\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"nabeel\",\n                    \"realm\": \"university\"\n                },\n                \"associatedRoutingAttributes\": []\n            }\n        },\n        {\n            \"id\": \"275c63f0-c366-4a50-aded-79c37e7d96ad\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2021-04-12T10:18:17.698+00:00\",\n            \"data\": {\n                \"id\": \"08e9f78d-9a21-4a94-ac84-6f5b479c8dd5\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        },\n                        \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n                        \"joiningTime\": 1618222584485,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222771,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"what is weather forecate\"\n                }\n            }\n        },\n        {\n            \"id\": \"7bab5b0a-ccc7-43eb-bd4a-1d09501a9673\",\n            \"name\": \"BOT_SUGGESTION\",\n            \"type\": \"SUGGESTION\",\n            \"timestamp\": \"2021-04-12T10:18:18.577+00:00\",\n            \"data\": {\n                \"id\": \"39ae6f82-3626-43ad-8c32-29bd159536ba\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"ASSISTANT\",\n                        \"participant\": {\n                            \"participantType\": \"TopicMonitor\",\n                            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                        },\n                        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                        \"joiningTime\": 1618222583942,\n                        \"token\": null,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                        \"isActive\": true,\n                        \"userCredentials\": {}\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"923328283920\",\n                        \"serviceIdentifier\": \"+41762884806\",\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"name\",\n                                \"value\": \"nabeel ahm se\"\n                            }\n                        ]\n                    },\n                    \"language\": null,\n                    \"timestamp\": 1618222771,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                        \"channel\": {\n                            \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                            \"channelName\": \"Whatsapp\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"channelConfig\": {\n                                \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                \"channelMode\": \"BOT\",\n                                \"conversationBot\": \"BOT_1\",\n                                \"responseSla\": 3,\n                                \"customerActivityTimeout\": 30,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                },\n                                \"routingPolicy\": {\n                                    \"policy\": \"LAST_AGENT_ROUTING\",\n                                    \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                },\n                                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                \"channelConnectorName\": \"360Connector\",\n                                \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                \"type\": {\n                                    \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                    \"name\": \"WHATSAPP\",\n                                    \"isInteractive\": true\n                                },\n                                \"channelLogo\": {\n                                    \"value\": \"Channel-LOGO\"\n                                },\n                                \"tenant\": {\n                                    \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                    \"name\": \"Tenant-Name\"\n                                }\n                            }\n                        },\n                        \"linkedCustomer\": {\n                            \"isAnonymous\": false,\n                            \"associatedCustomer\": {\n                                \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                \"firstName\": \"John\"\n                            }\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                    }\n                },\n                \"suggestions\": [\n                    {\n                        \"messageBody\": {\n                            \"type\": \"PLAIN\",\n                            \"markdownText\": \"Reply Y if you are ok to answer 6 questions, reply N if you want to chat with Expertflow representative. If you don't reply within 20 seconds, your chat will be automatically handed over to the Expertflow representative.\"\n                        },\n                        \"confidenceLevel\": 0\n                    }\n                ],\n                \"requestedMessage\": {\n                    \"id\": \"08e9f78d-9a21-4a94-ac84-6f5b479c8dd5\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"ASSISTANT\",\n                            \"participant\": {\n                                \"participantType\": \"TopicMonitor\",\n                                \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n                                \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n                            },\n                            \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n                            \"joiningTime\": 1618222583942,\n                            \"token\": null,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n                            \"isActive\": true,\n                            \"userCredentials\": {}\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"923328283920\",\n                            \"serviceIdentifier\": \"+41762884806\",\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"name\",\n                                    \"value\": \"nabeel ahm se\"\n                                }\n                            ]\n                        },\n                        \"language\": null,\n                        \"timestamp\": 1618222771,\n                        \"securityInfo\": null,\n                        \"stamps\": null,\n                        \"intent\": null,\n                        \"entities\": null,\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n                            \"channel\": {\n                                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                                \"channelName\": \"Whatsapp\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"channelConfig\": {\n                                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                                    \"channelMode\": \"BOT\",\n                                    \"conversationBot\": \"BOT_1\",\n                                    \"responseSla\": 3,\n                                    \"customerActivityTimeout\": 30,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                                    },\n                                    \"routingPolicy\": {\n                                        \"policy\": \"LAST_AGENT_ROUTING\",\n                                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                                    },\n                                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                                    \"channelConnectorName\": \"360Connector\",\n                                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                                    \"type\": {\n                                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                                        \"name\": \"WHATSAPP\",\n                                        \"isInteractive\": true\n                                    },\n                                    \"channelLogo\": {\n                                        \"value\": \"Channel-LOGO\"\n                                    },\n                                    \"tenant\": {\n                                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                                        \"name\": \"Tenant-Name\"\n                                    }\n                                }\n                            },\n                            \"linkedCustomer\": {\n                                \"isAnonymous\": false,\n                                \"associatedCustomer\": {\n                                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                                    \"firstName\": \"John\"\n                                }\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"923328283920\",\n                                \"serviceIdentifier\": \"+41762884806\",\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"name\",\n                                        \"value\": \"nabeel ahm se\"\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n                        }\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"what is weather forecate\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"917e9c38-2f3e-4616-8041-ab61897acbca\",\n            \"name\": \"AGENT_UNSUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2021-04-12T10:18:24.075+00:00\",\n            \"data\": {\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"keycloakUser\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"firstName\": \"Nabeel\",\n                    \"lastName\": \"Ahmad\",\n                    \"roles\": [\n                        \"agent\",\n                        \"customer-manager\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"nabeel\",\n                    \"realm\": \"university\"\n                },\n                \"associatedRoutingAttributes\": []\n            }\n        },\n        {\n            \"id\": \"31ac38ac-9e72-4cdd-a95c-c1d9ac4df184\",\n            \"name\": \"AGENT_UNSUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2021-04-12T23:35:43.062+00:00\",\n            \"data\": {\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"keycloakUser\": {\n                    \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                    \"firstName\": \"Nabeel\",\n                    \"lastName\": \"Ahmad\",\n                    \"roles\": [\n                        \"agent\",\n                        \"customer-manager\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"nabeel\",\n                    \"realm\": \"university\"\n                },\n                \"associatedRoutingAttributes\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"c5eff8fc-a6ce-4642-aff6-afbbe38a7eb8"},{"name":"Create Conversation","id":"413fc309-e1e6-4ddc-8928-50a81c55a8b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"6348d43d330bb96ebf62f22d\",\n    \"channel\": {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"635b8039ec8721617585a6c8\",\n                \"name\": \"Test Channel Provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2e\",\n                        \"name\": \"VIBER\",\n                        \"channelLogo\": \"_VIBER.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f31\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f32\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Test Channel Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"635b80b1ec8721617585a6d7\",\n            \"tenant\": {\n                \"id\": \"635b80b1ec8721617585a6d9\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"635b8530ec8721617585a76b\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"635b8492d7d7647a7374c832\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"634419b00eb28942b5eb9f31\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"id\": \"635b8530ec8721617585a764\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"635b8530ec8721617585a76a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1218\",\n        \"roomLabel\": \"CC\"\n    },\n   \"customer\": {\n    \"_id\": \"664aec9d212ade1963bd8d85\",\n    \"firstName\": \"1210\",\n    \"phoneNumber\": [],\n    \"isAnonymous\": true,\n    \"__v\": 0,\n    \"voice\": [\n      \"1210\"\n    ]\n  },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"1423423432429\",\n        \"serviceIdentifier\": \"1218\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": \"123456\",\n                        \"browserIdExpiryTime\": \"9999\",\n                        \"browserName\": \"chrome\",\n                        \"deviceType\": \"desktop\"\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": \"asia/karachi\",\n                        \"language\": \"english\",\n                        \"country\": \"pakistan\"\n                    },\n                    \"formData\": {\n                        \"id\": 0.04760329698426147,\n                        \"formId\": 0.9481634981223266,\n                        \"filledBy\": \"web-init\",\n                        \"attributes\": [\n                            {\n                                \"value\": \"Nabeel\",\n                                \"key\": \"firstName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"Ahmad\",\n                                \"key\": \"lastName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"\",\n                                \"key\": \"email\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"1423423432429\",\n                                \"key\": \"channelIdentifier1\",\n                                \"type\": \"string\"\n                            }\n                        ],\n                        \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"66a5fbf0b3dec84f6ca8777\",\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": null\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://192.168.100.148:8080/customer-topics","urlObject":{"protocol":"http","port":"8080","path":["customer-topics"],"host":["192","168","100","148"],"query":[],"variable":[]}},"response":[],"_postman_id":"413fc309-e1e6-4ddc-8928-50a81c55a8b0"},{"name":"Active Conversation by Id","id":"56d5d250-0659-45d2-8732-2ebccc44f618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"630c8633d82ded60debcec4f\",\r\n    \"customer\": {\r\n        \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n        \"firstName\": \"Jane Doe\",\r\n        \"phoneNumber\": [],\r\n        \"isAnonymous\": true,\r\n        \"__v\": 0,\r\n        \"web\": [\r\n            \"11332210\"\r\n        ]\r\n    },\r\n    \"channelSession\": {\r\n        \"participantType\": \"ChannelSession\",\r\n        \"id\": \"630c8633d7eb0e16583de9d6\",\r\n        \"participantType\": \"ChannelSession\",\r\n        \"channel\": {\r\n            \"id\": \"630611a7cfa2f331823e4536\",\r\n            \"name\": \"web pull\",\r\n            \"serviceIdentifier\": \"1233\",\r\n            \"defaultOutbound\": false,\r\n            \"tenant\": {\r\n                \"id\": \"630611b2cfa2f331823e457d\",\r\n                \"name\": null\r\n            },\r\n            \"channelConfig\": {\r\n                \"id\": \"630611b2cfa2f331823e457e\",\r\n                \"channelMode\": \"HYBRID\",\r\n                \"conversationBot\": \"\",\r\n                \"responseSla\": 500,\r\n                \"customerActivityTimeout\": 600,\r\n                \"customerIdentificationCriteria\": {\r\n                    \"value\": null\r\n                },\r\n                \"routingPolicy\": {\r\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                    \"routeToLastAgent\": true,\r\n                    \"routingMode\": \"PULL\",\r\n                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                    \"agentRequestTtl\": 500\r\n                },\r\n                \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n            },\r\n            \"channelConnector\": {\r\n                \"id\": \"6305de3ad2593a5785a0efff\",\r\n                \"name\": \"EF Web Connector\",\r\n                \"channelProviderInterface\": {\r\n                    \"id\": \"6305de34d2593a5785a0eff5\",\r\n                    \"name\": \"Web Channel Provider\",\r\n                    \"supportedChannelTypes\": [\r\n                        {\r\n                            \"id\": \"6305da09d2593a5785a0efcb\",\r\n                            \"name\": \"WEB\",\r\n                            \"channelLogo\": \"_WEB.svg\",\r\n                            \"isInteractive\": true,\r\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                        }\r\n                    ],\r\n                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                    \"channelProviderConfigSchema\": []\r\n                },\r\n                \"channelProviderConfigs\": [],\r\n                \"tenant\": {\r\n                    \"id\": \"6305de3ad2593a5785a0f001\",\r\n                    \"name\": null\r\n                }\r\n            },\r\n            \"channelType\": {\r\n                \"id\": \"6305da09d2593a5785a0efcb\",\r\n                \"name\": \"WEB\",\r\n                \"channelLogo\": \"_WEB.svg\",\r\n                \"isInteractive\": true,\r\n                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n            }\r\n        },\r\n        \"customer\": {\r\n            \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n            \"firstName\": \"Jane Doe\",\r\n            \"phoneNumber\": [],\r\n            \"isAnonymous\": true,\r\n            \"__v\": 0,\r\n            \"web\": [\r\n                \"11332210\"\r\n            ]\r\n        },\r\n        \"customerSuggestions\": [],\r\n        \"channelData\": {\r\n            \"channelCustomerIdentifier\": \"11332210\",\r\n            \"serviceIdentifier\": \"1233\",\r\n            \"requestPriority\": 0,\r\n            \"additionalAttributes\": [\r\n                {\r\n                    \"key\": \"WebChannelData\",\r\n                    \"type\": \"WebChannelData\",\r\n                    \"value\": {\r\n                        \"browserDeviceInfo\": {\r\n                            \"browserId\": \"123456\",\r\n                            \"browserIdExpiryTime\": \"9999\",\r\n                            \"browserName\": \"chrome\",\r\n                            \"deviceType\": \"desktop\"\r\n                        },\r\n                        \"queue\": \"\",\r\n                        \"locale\": {\r\n                            \"timezone\": \"asia/karachi\",\r\n                            \"language\": \"english\",\r\n                            \"country\": \"pakistan\"\r\n                        },\r\n                        \"formData\": {\r\n                            \"id\": 0.22619340546077815,\r\n                            \"formId\": 0.47570851846650397,\r\n                            \"filledBy\": \"web-init\",\r\n                            \"attributes\": [\r\n                                {\r\n                                    \"value\": \"\",\r\n                                    \"key\": \"firstName\",\r\n                                    \"type\": \"string\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"\",\r\n                                    \"key\": \"lastName\",\r\n                                    \"type\": \"string\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"\",\r\n                                    \"key\": \"email\",\r\n                                    \"type\": \"string\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"11332210\",\r\n                                    \"key\": \"channelIdentifier1\",\r\n                                    \"type\": \"string\"\r\n                                }\r\n                            ],\r\n                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"latestIntent\": null,\r\n        \"customerPresence\": {\r\n            \"value\": null\r\n        },\r\n        \"isActive\": true,\r\n        \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n        \"state\": \"STARTED\",\r\n        \"active\": true\r\n    },\r\n    \"conversationData\": {},\r\n    \"state\": \"ACTIVE\",\r\n    \"participants\": [\r\n        {\r\n            \"type\": \"BOT\",\r\n            \"role\": \"PRIMARY\",\r\n            \"participant\": {\r\n                \"participantType\": \"ConversationMonitor\",\r\n                \"id\": \"630c8633d82ded60debcec50\",\r\n                \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\",\r\n                \"participantType\": \"ConversationMonitor\"\r\n            },\r\n            \"id\": \"630c8633d82ded60debcec51\",\r\n            \"joiningTime\": \"2022-08-29T09:26:11.660+00:00\",\r\n            \"token\": null,\r\n            \"conversationId\": null,\r\n            \"isActive\": true,\r\n            \"userCredentials\": {},\r\n            \"state\": null,\r\n            \"stateChangedOn\": null\r\n        },\r\n        {\r\n            \"type\": \"CUSTOMER\",\r\n            \"role\": \"CUSTOMER\",\r\n            \"participant\": {\r\n                \"participantType\": \"ChannelSession\",\r\n                \"id\": \"630c8633d7eb0e16583de9d6\",\r\n                \"participantType\": \"ChannelSession\",\r\n                \"channel\": {\r\n                    \"id\": \"630611a7cfa2f331823e4536\",\r\n                    \"name\": \"web pull\",\r\n                    \"serviceIdentifier\": \"1233\",\r\n                    \"defaultOutbound\": false,\r\n                    \"tenant\": {\r\n                        \"id\": \"630611b2cfa2f331823e457d\",\r\n                        \"name\": null\r\n                    },\r\n                    \"channelConfig\": {\r\n                        \"id\": \"630611b2cfa2f331823e457e\",\r\n                        \"channelMode\": \"HYBRID\",\r\n                        \"conversationBot\": \"\",\r\n                        \"responseSla\": 500,\r\n                        \"customerActivityTimeout\": 600,\r\n                        \"customerIdentificationCriteria\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"routingPolicy\": {\r\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                            \"routeToLastAgent\": true,\r\n                            \"routingMode\": \"PULL\",\r\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                            \"agentRequestTtl\": 500\r\n                        },\r\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n                    },\r\n                    \"channelConnector\": {\r\n                        \"id\": \"6305de3ad2593a5785a0efff\",\r\n                        \"name\": \"EF Web Connector\",\r\n                        \"channelProviderInterface\": {\r\n                            \"id\": \"6305de34d2593a5785a0eff5\",\r\n                            \"name\": \"Web Channel Provider\",\r\n                            \"supportedChannelTypes\": [\r\n                                {\r\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                    \"name\": \"WEB\",\r\n                                    \"channelLogo\": \"_WEB.svg\",\r\n                                    \"isInteractive\": true,\r\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                                }\r\n                            ],\r\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                            \"channelProviderConfigSchema\": []\r\n                        },\r\n                        \"channelProviderConfigs\": [],\r\n                        \"tenant\": {\r\n                            \"id\": \"6305de3ad2593a5785a0f001\",\r\n                            \"name\": null\r\n                        }\r\n                    },\r\n                    \"channelType\": {\r\n                        \"id\": \"6305da09d2593a5785a0efcb\",\r\n                        \"name\": \"WEB\",\r\n                        \"channelLogo\": \"_WEB.svg\",\r\n                        \"isInteractive\": true,\r\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                    }\r\n                },\r\n                \"customer\": {\r\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n                    \"firstName\": \"Jane Doe\",\r\n                    \"phoneNumber\": [],\r\n                    \"isAnonymous\": true,\r\n                    \"__v\": 0,\r\n                    \"web\": [\r\n                        \"11332210\"\r\n                    ]\r\n                },\r\n                \"customerSuggestions\": [],\r\n                \"channelData\": {\r\n                    \"channelCustomerIdentifier\": \"11332210\",\r\n                    \"serviceIdentifier\": \"1233\",\r\n                    \"requestPriority\": 0,\r\n                    \"additionalAttributes\": [\r\n                        {\r\n                            \"key\": \"WebChannelData\",\r\n                            \"type\": \"WebChannelData\",\r\n                            \"value\": {\r\n                                \"browserDeviceInfo\": {\r\n                                    \"browserId\": \"123456\",\r\n                                    \"browserIdExpiryTime\": \"9999\",\r\n                                    \"browserName\": \"chrome\",\r\n                                    \"deviceType\": \"desktop\"\r\n                                },\r\n                                \"queue\": \"\",\r\n                                \"locale\": {\r\n                                    \"timezone\": \"asia/karachi\",\r\n                                    \"language\": \"english\",\r\n                                    \"country\": \"pakistan\"\r\n                                },\r\n                                \"formData\": {\r\n                                    \"id\": 0.22619340546077815,\r\n                                    \"formId\": 0.47570851846650397,\r\n                                    \"filledBy\": \"web-init\",\r\n                                    \"attributes\": [\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"firstName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"lastName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"email\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"11332210\",\r\n                                            \"key\": \"channelIdentifier1\",\r\n                                            \"type\": \"string\"\r\n                                        }\r\n                                    ],\r\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                                }\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"latestIntent\": null,\r\n                \"customerPresence\": {\r\n                    \"value\": null\r\n                },\r\n                \"isActive\": true,\r\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n                \"state\": \"STARTED\",\r\n                \"active\": true\r\n            },\r\n            \"id\": \"630c8633d7eb0e16583dea0f\",\r\n            \"joiningTime\": \"2022-08-29T09:26:11.671+00:00\",\r\n            \"token\": null,\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"isActive\": true,\r\n            \"userCredentials\": {},\r\n            \"state\": \"SUBSCRIBED\",\r\n            \"stateChangedOn\": null\r\n        },\r\n        {\r\n            \"type\": \"AGENT\",\r\n            \"role\": \"PRIMARY\",\r\n            \"participant\": {\r\n                \"participantType\": \"CCUser\",\r\n                \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\r\n                \"keycloakUser\": {\r\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\r\n                    \"firstName\": null,\r\n                    \"lastName\": null,\r\n                    \"roles\": [\r\n                        \"default-roles-expertflow\",\r\n                        \"offline_access\",\r\n                        \"admin\",\r\n                        \"uma_authorization\"\r\n                    ],\r\n                    \"username\": \"admin\",\r\n                    \"permittedResources\": {\r\n                        \"Resources\": [\r\n                            {\r\n                                \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\r\n                                \"rsname\": \"subscribed-list\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\r\n                                \"rsname\": \"reason-code\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\r\n                                \"rsname\": \"bot-settings\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\r\n                                \"rsname\": \"leave-chat\",\r\n                                \"scopes\": [\r\n                                    \"view\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\r\n                                \"rsname\": \"web-widget\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\r\n                                \"rsname\": \"channel-manager\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\r\n                                \"rsname\": \"customer-list\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\r\n                                \"rsname\": \"customer-labels\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\r\n                                \"rsname\": \"general-settings\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\r\n                                \"rsname\": \"routing-engine\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\r\n                                \"rsname\": \"supervisor-dashboard\",\r\n                                \"scopes\": [\r\n                                    \"view\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\r\n                                \"rsname\": \"forms\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\r\n                                \"rsname\": \"customer-conversation-view\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\r\n                                \"rsname\": \"pull-mode-list\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\r\n                                \"rsname\": \"business-calendar\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\r\n                                \"rsname\": \"customer-schema\",\r\n                                \"scopes\": [\r\n                                    \"view\",\r\n                                    \"manage\"\r\n                                ]\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"realm\": \"expertflow\"\r\n                },\r\n                \"associatedRoutingAttributes\": [],\r\n                \"participantType\": \"CCUser\",\r\n                \"associatedMrds\": []\r\n            },\r\n            \"id\": \"5b8a2b7d-3ea5-4511-9eb2-17471c632a21\",\r\n            \"joiningTime\": \"2022-08-29T09:26:18.283+00:00\",\r\n            \"token\": null,\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"isActive\": true,\r\n            \"userCredentials\": null,\r\n            \"state\": \"SUBSCRIBED\",\r\n            \"stateChangedOn\": null\r\n        }\r\n    ],\r\n    \"customerSuggestions\": [],\r\n    \"topicEvents\": [\r\n        {\r\n            \"id\": \"630c8633d82ded60debcec8c\",\r\n            \"name\": \"CHANNEL_SESSION_STARTED\",\r\n            \"type\": \"NOTIFICATION\",\r\n            \"timestamp\": \"2022-08-29T09:26:11.678+00:00\",\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"data\": {\r\n                \"id\": \"630c8633d7eb0e16583de9d6\",\r\n                \"participantType\": \"ChannelSession\",\r\n                \"channel\": {\r\n                    \"id\": \"630611a7cfa2f331823e4536\",\r\n                    \"name\": \"web pull\",\r\n                    \"serviceIdentifier\": \"1233\",\r\n                    \"defaultOutbound\": false,\r\n                    \"tenant\": {\r\n                        \"id\": \"630611b2cfa2f331823e457d\",\r\n                        \"name\": null\r\n                    },\r\n                    \"channelConfig\": {\r\n                        \"id\": \"630611b2cfa2f331823e457e\",\r\n                        \"channelMode\": \"HYBRID\",\r\n                        \"conversationBot\": \"\",\r\n                        \"responseSla\": 500,\r\n                        \"customerActivityTimeout\": 600,\r\n                        \"customerIdentificationCriteria\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"routingPolicy\": {\r\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                            \"routeToLastAgent\": true,\r\n                            \"routingMode\": \"PULL\",\r\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                            \"agentRequestTtl\": 500\r\n                        },\r\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n                    },\r\n                    \"channelConnector\": {\r\n                        \"id\": \"6305de3ad2593a5785a0efff\",\r\n                        \"name\": \"EF Web Connector\",\r\n                        \"channelProviderInterface\": {\r\n                            \"id\": \"6305de34d2593a5785a0eff5\",\r\n                            \"name\": \"Web Channel Provider\",\r\n                            \"supportedChannelTypes\": [\r\n                                {\r\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                    \"name\": \"WEB\",\r\n                                    \"channelLogo\": \"_WEB.svg\",\r\n                                    \"isInteractive\": true,\r\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                                }\r\n                            ],\r\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                            \"channelProviderConfigSchema\": []\r\n                        },\r\n                        \"channelProviderConfigs\": [],\r\n                        \"tenant\": {\r\n                            \"id\": \"6305de3ad2593a5785a0f001\",\r\n                            \"name\": null\r\n                        }\r\n                    },\r\n                    \"channelType\": {\r\n                        \"id\": \"6305da09d2593a5785a0efcb\",\r\n                        \"name\": \"WEB\",\r\n                        \"channelLogo\": \"_WEB.svg\",\r\n                        \"isInteractive\": true,\r\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                    }\r\n                },\r\n                \"customer\": {\r\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n                    \"firstName\": \"Jane Doe\",\r\n                    \"phoneNumber\": [],\r\n                    \"isAnonymous\": true,\r\n                    \"__v\": 0,\r\n                    \"web\": [\r\n                        \"11332210\"\r\n                    ]\r\n                },\r\n                \"customerSuggestions\": [],\r\n                \"channelData\": {\r\n                    \"channelCustomerIdentifier\": \"11332210\",\r\n                    \"serviceIdentifier\": \"1233\",\r\n                    \"requestPriority\": 0,\r\n                    \"additionalAttributes\": [\r\n                        {\r\n                            \"key\": \"WebChannelData\",\r\n                            \"type\": \"WebChannelData\",\r\n                            \"value\": {\r\n                                \"browserDeviceInfo\": {\r\n                                    \"browserId\": \"123456\",\r\n                                    \"browserIdExpiryTime\": \"9999\",\r\n                                    \"browserName\": \"chrome\",\r\n                                    \"deviceType\": \"desktop\"\r\n                                },\r\n                                \"queue\": \"\",\r\n                                \"locale\": {\r\n                                    \"timezone\": \"asia/karachi\",\r\n                                    \"language\": \"english\",\r\n                                    \"country\": \"pakistan\"\r\n                                },\r\n                                \"formData\": {\r\n                                    \"id\": 0.22619340546077815,\r\n                                    \"formId\": 0.47570851846650397,\r\n                                    \"filledBy\": \"web-init\",\r\n                                    \"attributes\": [\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"firstName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"lastName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"email\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"11332210\",\r\n                                            \"key\": \"channelIdentifier1\",\r\n                                            \"type\": \"string\"\r\n                                        }\r\n                                    ],\r\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                                }\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"latestIntent\": null,\r\n                \"customerPresence\": {\r\n                    \"value\": null\r\n                },\r\n                \"isActive\": true,\r\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n                \"state\": \"STARTED\",\r\n                \"active\": true\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"630c8633d82ded60debced2b\",\r\n            \"name\": \"BOT_MESSAGE\",\r\n            \"type\": \"MESSAGE\",\r\n            \"timestamp\": \"2022-08-29T09:26:11.717+00:00\",\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"data\": {\r\n                \"id\": \"630c8633d82ded60debcecdb\",\r\n                \"header\": {\r\n                    \"sender\": {\r\n                        \"type\": \"BOT\",\r\n                        \"role\": \"PRIMARY\",\r\n                        \"participant\": {\r\n                            \"participantType\": \"ConversationMonitor\",\r\n                            \"id\": \"630c8633d82ded60debcec50\",\r\n                            \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\"\r\n                        },\r\n                        \"id\": \"630c8633d82ded60debcec51\",\r\n                        \"joiningTime\": 1661765171660,\r\n                        \"token\": null,\r\n                        \"conversationId\": null,\r\n                        \"isActive\": true,\r\n                        \"userCredentials\": {},\r\n                        \"state\": null,\r\n                        \"stateChangedOn\": null\r\n                    },\r\n                    \"channelData\": null,\r\n                    \"language\": null,\r\n                    \"timestamp\": 1661765171717,\r\n                    \"securityInfo\": null,\r\n                    \"stamps\": null,\r\n                    \"intent\": null,\r\n                    \"entities\": null,\r\n                    \"channelSession\": {\r\n                        \"participantType\": \"ChannelSession\",\r\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\r\n                        \"channel\": {\r\n                            \"id\": \"630611a7cfa2f331823e4536\",\r\n                            \"name\": \"web pull\",\r\n                            \"serviceIdentifier\": \"1233\",\r\n                            \"defaultOutbound\": false,\r\n                            \"tenant\": {\r\n                                \"id\": \"630611b2cfa2f331823e457d\",\r\n                                \"name\": null\r\n                            },\r\n                            \"channelConfig\": {\r\n                                \"id\": \"630611b2cfa2f331823e457e\",\r\n                                \"channelMode\": \"HYBRID\",\r\n                                \"conversationBot\": \"\",\r\n                                \"responseSla\": 500,\r\n                                \"customerActivityTimeout\": 600,\r\n                                \"customerIdentificationCriteria\": {\r\n                                    \"value\": null\r\n                                },\r\n                                \"routingPolicy\": {\r\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                                    \"routeToLastAgent\": true,\r\n                                    \"routingMode\": \"PULL\",\r\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                                    \"agentRequestTtl\": 500\r\n                                },\r\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n                            },\r\n                            \"channelConnector\": {\r\n                                \"id\": \"6305de3ad2593a5785a0efff\",\r\n                                \"name\": \"EF Web Connector\",\r\n                                \"channelProviderInterface\": {\r\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\r\n                                    \"name\": \"Web Channel Provider\",\r\n                                    \"supportedChannelTypes\": [\r\n                                        {\r\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                            \"name\": \"WEB\",\r\n                                            \"channelLogo\": \"_WEB.svg\",\r\n                                            \"isInteractive\": true,\r\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                                        }\r\n                                    ],\r\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                                    \"channelProviderConfigSchema\": []\r\n                                },\r\n                                \"channelProviderConfigs\": [],\r\n                                \"tenant\": {\r\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\r\n                                    \"name\": null\r\n                                }\r\n                            },\r\n                            \"channelType\": {\r\n                                \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                \"name\": \"WEB\",\r\n                                \"channelLogo\": \"_WEB.svg\",\r\n                                \"isInteractive\": true,\r\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                            }\r\n                        },\r\n                        \"customer\": {\r\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n                            \"firstName\": \"Jane Doe\",\r\n                            \"phoneNumber\": [],\r\n                            \"isAnonymous\": true,\r\n                            \"__v\": 0,\r\n                            \"web\": [\r\n                                \"11332210\"\r\n                            ]\r\n                        },\r\n                        \"customerSuggestions\": [],\r\n                        \"channelData\": {\r\n                            \"channelCustomerIdentifier\": \"11332210\",\r\n                            \"serviceIdentifier\": \"1233\",\r\n                            \"requestPriority\": 0,\r\n                            \"additionalAttributes\": [\r\n                                {\r\n                                    \"key\": \"WebChannelData\",\r\n                                    \"type\": \"WebChannelData\",\r\n                                    \"value\": {\r\n                                        \"browserDeviceInfo\": {\r\n                                            \"browserId\": \"123456\",\r\n                                            \"browserIdExpiryTime\": \"9999\",\r\n                                            \"browserName\": \"chrome\",\r\n                                            \"deviceType\": \"desktop\"\r\n                                        },\r\n                                        \"queue\": \"\",\r\n                                        \"locale\": {\r\n                                            \"timezone\": \"asia/karachi\",\r\n                                            \"language\": \"english\",\r\n                                            \"country\": \"pakistan\"\r\n                                        },\r\n                                        \"formData\": {\r\n                                            \"id\": 0.22619340546077815,\r\n                                            \"formId\": 0.47570851846650397,\r\n                                            \"filledBy\": \"web-init\",\r\n                                            \"attributes\": [\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"firstName\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"lastName\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"email\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"11332210\",\r\n                                                    \"key\": \"channelIdentifier1\",\r\n                                                    \"type\": \"string\"\r\n                                                }\r\n                                            ],\r\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                                        }\r\n                                    }\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"latestIntent\": null,\r\n                        \"customerPresence\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"isActive\": true,\r\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n                        \"state\": \"STARTED\",\r\n                        \"active\": true\r\n                    },\r\n                    \"replyToMessageId\": null,\r\n                    \"providerMessageId\": null\r\n                },\r\n                \"body\": {\r\n                    \"type\": \"PLAIN\",\r\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"630c863aaaa04625dbe1d08b\",\r\n            \"name\": \"TASK_STATE_CHANGED\",\r\n            \"type\": \"NOTIFICATION\",\r\n            \"timestamp\": \"2022-08-29T09:26:18.260+00:00\",\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"data\": {\r\n                \"id\": \"e37a0356-9811-4a51-9938-97ed85d96f21\",\r\n                \"channelSession\": {\r\n                    \"participantType\": \"ChannelSession\",\r\n                    \"id\": \"630c8633d7eb0e16583de9d6\",\r\n                    \"channel\": {\r\n                        \"id\": \"630611a7cfa2f331823e4536\",\r\n                        \"name\": \"web pull\",\r\n                        \"serviceIdentifier\": \"1233\",\r\n                        \"defaultOutbound\": false,\r\n                        \"tenant\": {\r\n                            \"id\": \"630611b2cfa2f331823e457d\",\r\n                            \"name\": null\r\n                        },\r\n                        \"channelConfig\": {\r\n                            \"id\": \"630611b2cfa2f331823e457e\",\r\n                            \"channelMode\": \"HYBRID\",\r\n                            \"conversationBot\": \"\",\r\n                            \"responseSla\": 500,\r\n                            \"customerActivityTimeout\": 600,\r\n                            \"customerIdentificationCriteria\": {\r\n                                \"value\": null\r\n                            },\r\n                            \"routingPolicy\": {\r\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                                \"routeToLastAgent\": true,\r\n                                \"routingMode\": \"PULL\",\r\n                                \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                                \"agentRequestTtl\": 500\r\n                            },\r\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n                        },\r\n                        \"channelConnector\": {\r\n                            \"id\": \"6305de3ad2593a5785a0efff\",\r\n                            \"name\": \"EF Web Connector\",\r\n                            \"channelProviderInterface\": {\r\n                                \"id\": \"6305de34d2593a5785a0eff5\",\r\n                                \"name\": \"Web Channel Provider\",\r\n                                \"supportedChannelTypes\": [\r\n                                    {\r\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                        \"name\": \"WEB\",\r\n                                        \"channelLogo\": \"_WEB.svg\",\r\n                                        \"isInteractive\": true,\r\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                                    }\r\n                                ],\r\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                                \"channelProviderConfigSchema\": []\r\n                            },\r\n                            \"channelProviderConfigs\": [],\r\n                            \"tenant\": {\r\n                                \"id\": \"6305de3ad2593a5785a0f001\",\r\n                                \"name\": null\r\n                            }\r\n                        },\r\n                        \"channelType\": {\r\n                            \"id\": \"6305da09d2593a5785a0efcb\",\r\n                            \"name\": \"WEB\",\r\n                            \"channelLogo\": \"_WEB.svg\",\r\n                            \"isInteractive\": true,\r\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                        }\r\n                    },\r\n                    \"customer\": {\r\n                        \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n                        \"firstName\": \"Jane Doe\",\r\n                        \"phoneNumber\": [],\r\n                        \"isAnonymous\": true,\r\n                        \"__v\": 0,\r\n                        \"web\": [\r\n                            \"11332210\"\r\n                        ]\r\n                    },\r\n                    \"customerSuggestions\": [],\r\n                    \"channelData\": {\r\n                        \"channelCustomerIdentifier\": \"11332210\",\r\n                        \"serviceIdentifier\": \"1233\",\r\n                        \"requestPriority\": 0,\r\n                        \"additionalAttributes\": [\r\n                            {\r\n                                \"key\": \"WebChannelData\",\r\n                                \"type\": \"WebChannelData\",\r\n                                \"value\": {\r\n                                    \"browserDeviceInfo\": {\r\n                                        \"browserId\": \"123456\",\r\n                                        \"browserIdExpiryTime\": \"9999\",\r\n                                        \"browserName\": \"chrome\",\r\n                                        \"deviceType\": \"desktop\"\r\n                                    },\r\n                                    \"queue\": \"\",\r\n                                    \"locale\": {\r\n                                        \"timezone\": \"asia/karachi\",\r\n                                        \"language\": \"english\",\r\n                                        \"country\": \"pakistan\"\r\n                                    },\r\n                                    \"formData\": {\r\n                                        \"id\": 0.22619340546077815,\r\n                                        \"formId\": 0.47570851846650397,\r\n                                        \"filledBy\": \"web-init\",\r\n                                        \"attributes\": [\r\n                                            {\r\n                                                \"value\": \"\",\r\n                                                \"key\": \"firstName\",\r\n                                                \"type\": \"string\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"\",\r\n                                                \"key\": \"lastName\",\r\n                                                \"type\": \"string\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"\",\r\n                                                \"key\": \"email\",\r\n                                                \"type\": \"string\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"11332210\",\r\n                                                \"key\": \"channelIdentifier1\",\r\n                                                \"type\": \"string\"\r\n                                            }\r\n                                        ],\r\n                                        \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                                    }\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"latestIntent\": null,\r\n                    \"customerPresence\": {\r\n                        \"value\": null\r\n                    },\r\n                    \"isActive\": true,\r\n                    \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n                    \"state\": \"STARTED\",\r\n                    \"active\": true\r\n                },\r\n                \"mrd\": {\r\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\r\n                    \"name\": \"Chat\",\r\n                    \"description\": null,\r\n                    \"interruptible\": false,\r\n                    \"maxRequests\": 4\r\n                },\r\n                \"queue\": null,\r\n                \"priority\": 1,\r\n                \"state\": {\r\n                    \"name\": \"ACTIVE\",\r\n                    \"reasonCode\": null\r\n                },\r\n                \"assignedTo\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\r\n                \"enqueueTime\": 1661765178258,\r\n                \"answerTime\": 1661765178259,\r\n                \"handleTime\": 0\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"630c863ad82ded60debcede4\",\r\n            \"name\": \"AGENT_SUBSCRIBED\",\r\n            \"type\": \"NOTIFICATION\",\r\n            \"timestamp\": \"2022-08-29T09:26:18.286+00:00\",\r\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n            \"data\": {\r\n                \"ccUser\": {\r\n                    \"participantType\": \"CCUser\",\r\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\r\n                    \"keycloakUser\": {\r\n                        \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\r\n                        \"firstName\": null,\r\n                        \"lastName\": null,\r\n                        \"roles\": [\r\n                            \"default-roles-expertflow\",\r\n                            \"offline_access\",\r\n                            \"admin\",\r\n                            \"uma_authorization\"\r\n                        ],\r\n                        \"username\": \"admin\",\r\n                        \"permittedResources\": {\r\n                            \"Resources\": [\r\n                                {\r\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\r\n                                    \"rsname\": \"subscribed-list\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\r\n                                    \"rsname\": \"reason-code\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\r\n                                    \"rsname\": \"bot-settings\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\r\n                                    \"rsname\": \"leave-chat\",\r\n                                    \"scopes\": [\r\n                                        \"view\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\r\n                                    \"rsname\": \"web-widget\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\r\n                                    \"rsname\": \"channel-manager\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\r\n                                    \"rsname\": \"customer-list\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\r\n                                    \"rsname\": \"customer-labels\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\r\n                                    \"rsname\": \"general-settings\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\r\n                                    \"rsname\": \"routing-engine\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\r\n                                    \"rsname\": \"supervisor-dashboard\",\r\n                                    \"scopes\": [\r\n                                        \"view\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\r\n                                    \"rsname\": \"forms\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\r\n                                    \"rsname\": \"customer-conversation-view\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\r\n                                    \"rsname\": \"pull-mode-list\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\r\n                                    \"rsname\": \"business-calendar\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\r\n                                    \"rsname\": \"customer-schema\",\r\n                                    \"scopes\": [\r\n                                        \"view\",\r\n                                        \"manage\"\r\n                                    ]\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"realm\": \"expertflow\"\r\n                    },\r\n                    \"associatedRoutingAttributes\": [],\r\n                    \"associatedMrds\": []\r\n                },\r\n                \"channelSessionList\": [\r\n                    {\r\n                        \"participantType\": \"ChannelSession\",\r\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\r\n                        \"channel\": {\r\n                            \"id\": \"630611a7cfa2f331823e4536\",\r\n                            \"name\": \"web pull\",\r\n                            \"serviceIdentifier\": \"1233\",\r\n                            \"defaultOutbound\": false,\r\n                            \"tenant\": {\r\n                                \"id\": \"630611b2cfa2f331823e457d\",\r\n                                \"name\": null\r\n                            },\r\n                            \"channelConfig\": {\r\n                                \"id\": \"630611b2cfa2f331823e457e\",\r\n                                \"channelMode\": \"HYBRID\",\r\n                                \"conversationBot\": \"\",\r\n                                \"responseSla\": 500,\r\n                                \"customerActivityTimeout\": 600,\r\n                                \"customerIdentificationCriteria\": {\r\n                                    \"value\": null\r\n                                },\r\n                                \"routingPolicy\": {\r\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                                    \"routeToLastAgent\": true,\r\n                                    \"routingMode\": \"PULL\",\r\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\r\n                                    \"agentRequestTtl\": 500\r\n                                },\r\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\r\n                            },\r\n                            \"channelConnector\": {\r\n                                \"id\": \"6305de3ad2593a5785a0efff\",\r\n                                \"name\": \"EF Web Connector\",\r\n                                \"channelProviderInterface\": {\r\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\r\n                                    \"name\": \"Web Channel Provider\",\r\n                                    \"supportedChannelTypes\": [\r\n                                        {\r\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                            \"name\": \"WEB\",\r\n                                            \"channelLogo\": \"_WEB.svg\",\r\n                                            \"isInteractive\": true,\r\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                                        }\r\n                                    ],\r\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\r\n                                    \"channelProviderConfigSchema\": []\r\n                                },\r\n                                \"channelProviderConfigs\": [],\r\n                                \"tenant\": {\r\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\r\n                                    \"name\": null\r\n                                }\r\n                            },\r\n                            \"channelType\": {\r\n                                \"id\": \"6305da09d2593a5785a0efcb\",\r\n                                \"name\": \"WEB\",\r\n                                \"channelLogo\": \"_WEB.svg\",\r\n                                \"isInteractive\": true,\r\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\r\n                            }\r\n                        },\r\n                        \"customer\": {\r\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\r\n                            \"firstName\": \"Jane Doe\",\r\n                            \"phoneNumber\": [],\r\n                            \"isAnonymous\": true,\r\n                            \"__v\": 0,\r\n                            \"web\": [\r\n                                \"11332210\"\r\n                            ]\r\n                        },\r\n                        \"customerSuggestions\": [],\r\n                        \"channelData\": {\r\n                            \"channelCustomerIdentifier\": \"11332210\",\r\n                            \"serviceIdentifier\": \"1233\",\r\n                            \"requestPriority\": 0,\r\n                            \"additionalAttributes\": [\r\n                                {\r\n                                    \"key\": \"WebChannelData\",\r\n                                    \"type\": \"WebChannelData\",\r\n                                    \"value\": {\r\n                                        \"browserDeviceInfo\": {\r\n                                            \"browserId\": \"123456\",\r\n                                            \"browserIdExpiryTime\": \"9999\",\r\n                                            \"browserName\": \"chrome\",\r\n                                            \"deviceType\": \"desktop\"\r\n                                        },\r\n                                        \"queue\": \"\",\r\n                                        \"locale\": {\r\n                                            \"timezone\": \"asia/karachi\",\r\n                                            \"language\": \"english\",\r\n                                            \"country\": \"pakistan\"\r\n                                        },\r\n                                        \"formData\": {\r\n                                            \"id\": 0.22619340546077815,\r\n                                            \"formId\": 0.47570851846650397,\r\n                                            \"filledBy\": \"web-init\",\r\n                                            \"attributes\": [\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"firstName\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"lastName\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"\",\r\n                                                    \"key\": \"email\",\r\n                                                    \"type\": \"string\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"11332210\",\r\n                                                    \"key\": \"channelIdentifier1\",\r\n                                                    \"type\": \"string\"\r\n                                                }\r\n                                            ],\r\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\r\n                                        }\r\n                                    }\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"latestIntent\": null,\r\n                        \"customerPresence\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"isActive\": true,\r\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\r\n                        \"state\": \"STARTED\",\r\n                        \"active\": true\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-demo.expertflow.com/conversation-manager/customer-topics/:id?loadEvent=true","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":id"],"host":["cim-demo","expertflow","com"],"query":[{"key":"loadEvent","value":"true"}],"variable":[{"id":"79b129a5-ec6d-4931-9b71-e3e6de5350da","type":"any","value":"657adb47971fee5eed4308c7","key":"id"}]}},"response":[{"id":"923ae889-cc3d-4ce6-a4e6-f49aa95f1811","name":"Conversation by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/:id?loadEvent=true","host":["{{bot-framework-url}}"],"path":["customer-topics",":id"],"query":[{"key":"loadEvent","value":"true"}],"variable":[{"key":"id","value":"05113985-d01c-4ab3-be39-58daf46bd0a3"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"630c8633d82ded60debcec4f\",\n    \"customer\": {\n        \"_id\": \"630c8633e31dff9aaf51a31b\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n            \"11332210\"\n        ]\n    },\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"630c8633d7eb0e16583de9d6\",\n        \"channel\": {\n            \"id\": \"630611a7cfa2f331823e4536\",\n            \"name\": \"web pull\",\n            \"serviceIdentifier\": \"1233\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"630611b2cfa2f331823e457d\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"630611b2cfa2f331823e457e\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 600,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"6305dde7b73d6b4ea9493980\"\n            },\n            \"channelConnector\": {\n                \"id\": \"6305de3ad2593a5785a0efff\",\n                \"name\": \"EF Web Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6305de34d2593a5785a0eff5\",\n                    \"name\": \"Web Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    ],\n                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"6305de3ad2593a5785a0f001\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"6305da09d2593a5785a0efcb\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"630c8633e31dff9aaf51a31b\",\n            \"firstName\": \"Jane Doe\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0,\n            \"web\": [\n                \"11332210\"\n            ]\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"11332210\",\n            \"serviceIdentifier\": \"1233\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.22619340546077815,\n                            \"formId\": 0.47570851846650397,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"11332210\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"630c8633d82ded60debcec4f\",\n        \"state\": \"STARTED\",\n        \"active\": true\n    },\n    \"conversationData\": {},\n    \"state\": \"ACTIVE\",\n    \"participants\": [\n        {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"630c8633d82ded60debcec50\",\n                \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\"\n            },\n            \"id\": \"630c8633d82ded60debcec51\",\n            \"joiningTime\": \"2022-08-29T09:26:11.660+00:00\",\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        {\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"630c8633d7eb0e16583de9d6\",\n                \"channel\": {\n                    \"id\": \"630611a7cfa2f331823e4536\",\n                    \"name\": \"web pull\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"630611b2cfa2f331823e457d\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"630611b2cfa2f331823e457e\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 500,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                            \"agentRequestTtl\": 500\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"11332210\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"11332210\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.22619340546077815,\n                                    \"formId\": 0.47570851846650397,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"11332210\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"id\": \"630c8633d7eb0e16583dea0f\",\n            \"joiningTime\": \"2022-08-29T09:26:11.671+00:00\",\n            \"token\": null,\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": \"SUBSCRIBED\",\n            \"stateChangedOn\": null\n        },\n        {\n            \"type\": \"AGENT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"CCUser\",\n                \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                \"keycloakUser\": {\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                    \"firstName\": null,\n                    \"lastName\": null,\n                    \"roles\": [\n                        \"default-roles-expertflow\",\n                        \"offline_access\",\n                        \"admin\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"admin\",\n                    \"permittedResources\": {\n                        \"Resources\": [\n                            {\n                                \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                \"rsname\": \"subscribed-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\n                                \"rsname\": \"reason-code\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\n                                \"rsname\": \"bot-settings\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                \"rsname\": \"leave-chat\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\n                                \"rsname\": \"web-widget\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\n                                \"rsname\": \"channel-manager\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                \"rsname\": \"customer-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                \"rsname\": \"customer-labels\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\n                                \"rsname\": \"general-settings\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\n                                \"rsname\": \"routing-engine\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                                \"rsname\": \"supervisor-dashboard\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\n                                \"rsname\": \"forms\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                \"rsname\": \"customer-conversation-view\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\n                                \"rsname\": \"pull-mode-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\n                                \"rsname\": \"business-calendar\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\n                                \"rsname\": \"customer-schema\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"realm\": \"expertflow\"\n                },\n                \"associatedRoutingAttributes\": [],\n                \"associatedMrds\": []\n            },\n            \"id\": \"5b8a2b7d-3ea5-4511-9eb2-17471c632a21\",\n            \"joiningTime\": \"2022-08-29T09:26:18.283+00:00\",\n            \"token\": null,\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"isActive\": true,\n            \"userCredentials\": null,\n            \"state\": \"SUBSCRIBED\",\n            \"stateChangedOn\": null\n        }\n    ],\n    \"customerSuggestions\": [],\n    \"topicEvents\": [\n        {\n            \"id\": \"630c8633d82ded60debcec8c\",\n            \"name\": \"CHANNEL_SESSION_STARTED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:11.678+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"630c8633d7eb0e16583de9d6\",\n                \"participantType\": \"ChannelSession\",\n                \"channel\": {\n                    \"id\": \"630611a7cfa2f331823e4536\",\n                    \"name\": \"web pull\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"630611b2cfa2f331823e457d\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"630611b2cfa2f331823e457e\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 500,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                            \"agentRequestTtl\": 500\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"11332210\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"11332210\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.22619340546077815,\n                                    \"formId\": 0.47570851846650397,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"11332210\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            }\n        },\n        {\n            \"id\": \"630c8633d82ded60debced2b\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-29T09:26:11.717+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"630c8633d82ded60debcecdb\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"630c8633d82ded60debcec50\",\n                            \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\"\n                        },\n                        \"id\": \"630c8633d82ded60debcec51\",\n                        \"joiningTime\": 1661765171660,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1661765171717,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\n                        \"channel\": {\n                            \"id\": \"630611a7cfa2f331823e4536\",\n                            \"name\": \"web pull\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"630611b2cfa2f331823e457d\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"630611b2cfa2f331823e457e\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 500,\n                                \"customerActivityTimeout\": 600,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PULL\",\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                    \"agentRequestTtl\": 500\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"11332210\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"11332210\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.22619340546077815,\n                                            \"formId\": 0.47570851846650397,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"11332210\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                }\n            }\n        },\n        {\n            \"id\": \"630c863aaaa04625dbe1d08b\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:18.260+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"e37a0356-9811-4a51-9938-97ed85d96f21\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"630c8633d7eb0e16583de9d6\",\n                    \"channel\": {\n                        \"id\": \"630611a7cfa2f331823e4536\",\n                        \"name\": \"web pull\",\n                        \"serviceIdentifier\": \"1233\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"630611b2cfa2f331823e457d\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"630611b2cfa2f331823e457e\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 500,\n                            \"customerActivityTimeout\": 600,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PULL\",\n                                \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                \"agentRequestTtl\": 500\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"630c8633e31dff9aaf51a31b\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"11332210\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"11332210\",\n                        \"serviceIdentifier\": \"1233\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.22619340546077815,\n                                        \"formId\": 0.47570851846650397,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"11332210\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"630c8633d82ded60debcec4f\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": null,\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"ACTIVE\",\n                    \"reasonCode\": null\n                },\n                \"assignedTo\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                \"enqueueTime\": 1661765178258,\n                \"answerTime\": 1661765178259,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"630c863ad82ded60debcede4\",\n            \"name\": \"AGENT_SUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:18.286+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"ccUser\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                    \"keycloakUser\": {\n                        \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                        \"firstName\": null,\n                        \"lastName\": null,\n                        \"roles\": [\n                            \"default-roles-expertflow\",\n                            \"offline_access\",\n                            \"admin\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"admin\",\n                        \"permittedResources\": {\n                            \"Resources\": [\n                                {\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                    \"rsname\": \"subscribed-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\n                                    \"rsname\": \"reason-code\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\n                                    \"rsname\": \"bot-settings\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                    \"rsname\": \"leave-chat\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\n                                    \"rsname\": \"web-widget\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\n                                    \"rsname\": \"channel-manager\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                    \"rsname\": \"customer-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                    \"rsname\": \"customer-labels\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\n                                    \"rsname\": \"general-settings\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\n                                    \"rsname\": \"routing-engine\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                                    \"rsname\": \"supervisor-dashboard\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\n                                    \"rsname\": \"forms\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                    \"rsname\": \"customer-conversation-view\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\n                                    \"rsname\": \"pull-mode-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\n                                    \"rsname\": \"business-calendar\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\n                                    \"rsname\": \"customer-schema\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"realm\": \"expertflow\"\n                    },\n                    \"associatedRoutingAttributes\": [],\n                    \"associatedMrds\": []\n                },\n                \"channelSessionList\": [\n                    {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\n                        \"channel\": {\n                            \"id\": \"630611a7cfa2f331823e4536\",\n                            \"name\": \"web pull\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"630611b2cfa2f331823e457d\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"630611b2cfa2f331823e457e\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 500,\n                                \"customerActivityTimeout\": 600,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PULL\",\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                    \"agentRequestTtl\": 500\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"11332210\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"11332210\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.22619340546077815,\n                                            \"formId\": 0.47570851846650397,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"11332210\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"56d5d250-0659-45d2-8732-2ebccc44f618"},{"name":"Active Conversation by Customer Identifier","id":"7c391875-79d0-4bee-9800-b230e48c56e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://efcx-frontend.expertflow.com/conversation-manager/customer-topics/get/:customerIdentifier","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics","get",":customerIdentifier"],"host":["efcx-frontend","expertflow","com"],"query":[],"variable":[{"id":"983d46a6-32db-4194-a6db-78e3bd0a9642","type":"any","value":"1723465118975","key":"customerIdentifier"}]}},"response":[{"id":"38da72d7-21c6-4671-bff9-ce0101063505","name":"Conversation by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/:id?loadEvent=true","host":["{{bot-framework-url}}"],"path":["customer-topics",":id"],"query":[{"key":"loadEvent","value":"true"}],"variable":[{"key":"id","value":"05113985-d01c-4ab3-be39-58daf46bd0a3"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"630c8633d82ded60debcec4f\",\n    \"customer\": {\n        \"_id\": \"630c8633e31dff9aaf51a31b\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n            \"11332210\"\n        ]\n    },\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"630c8633d7eb0e16583de9d6\",\n        \"channel\": {\n            \"id\": \"630611a7cfa2f331823e4536\",\n            \"name\": \"web pull\",\n            \"serviceIdentifier\": \"1233\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"630611b2cfa2f331823e457d\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"630611b2cfa2f331823e457e\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 600,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"6305dde7b73d6b4ea9493980\"\n            },\n            \"channelConnector\": {\n                \"id\": \"6305de3ad2593a5785a0efff\",\n                \"name\": \"EF Web Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6305de34d2593a5785a0eff5\",\n                    \"name\": \"Web Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    ],\n                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"6305de3ad2593a5785a0f001\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"6305da09d2593a5785a0efcb\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"630c8633e31dff9aaf51a31b\",\n            \"firstName\": \"Jane Doe\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0,\n            \"web\": [\n                \"11332210\"\n            ]\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"11332210\",\n            \"serviceIdentifier\": \"1233\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.22619340546077815,\n                            \"formId\": 0.47570851846650397,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"11332210\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"630c8633d82ded60debcec4f\",\n        \"state\": \"STARTED\",\n        \"active\": true\n    },\n    \"conversationData\": {},\n    \"state\": \"ACTIVE\",\n    \"participants\": [\n        {\n            \"type\": \"BOT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ConversationMonitor\",\n                \"id\": \"630c8633d82ded60debcec50\",\n                \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\"\n            },\n            \"id\": \"630c8633d82ded60debcec51\",\n            \"joiningTime\": \"2022-08-29T09:26:11.660+00:00\",\n            \"token\": null,\n            \"conversationId\": null,\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": null,\n            \"stateChangedOn\": null\n        },\n        {\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"630c8633d7eb0e16583de9d6\",\n                \"channel\": {\n                    \"id\": \"630611a7cfa2f331823e4536\",\n                    \"name\": \"web pull\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"630611b2cfa2f331823e457d\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"630611b2cfa2f331823e457e\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 500,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                            \"agentRequestTtl\": 500\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"11332210\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"11332210\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.22619340546077815,\n                                    \"formId\": 0.47570851846650397,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"11332210\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            },\n            \"id\": \"630c8633d7eb0e16583dea0f\",\n            \"joiningTime\": \"2022-08-29T09:26:11.671+00:00\",\n            \"token\": null,\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": \"SUBSCRIBED\",\n            \"stateChangedOn\": null\n        },\n        {\n            \"type\": \"AGENT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"CCUser\",\n                \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                \"keycloakUser\": {\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                    \"firstName\": null,\n                    \"lastName\": null,\n                    \"roles\": [\n                        \"default-roles-expertflow\",\n                        \"offline_access\",\n                        \"admin\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"admin\",\n                    \"permittedResources\": {\n                        \"Resources\": [\n                            {\n                                \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                \"rsname\": \"subscribed-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\n                                \"rsname\": \"reason-code\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\n                                \"rsname\": \"bot-settings\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                \"rsname\": \"leave-chat\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\n                                \"rsname\": \"web-widget\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\n                                \"rsname\": \"channel-manager\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                \"rsname\": \"customer-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                \"rsname\": \"customer-labels\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\n                                \"rsname\": \"general-settings\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\n                                \"rsname\": \"routing-engine\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                                \"rsname\": \"supervisor-dashboard\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\n                                \"rsname\": \"forms\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                \"rsname\": \"customer-conversation-view\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\n                                \"rsname\": \"pull-mode-list\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\n                                \"rsname\": \"business-calendar\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\n                                \"rsname\": \"customer-schema\",\n                                \"scopes\": [\n                                    \"view\",\n                                    \"manage\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"realm\": \"expertflow\"\n                },\n                \"associatedRoutingAttributes\": [],\n                \"associatedMrds\": []\n            },\n            \"id\": \"5b8a2b7d-3ea5-4511-9eb2-17471c632a21\",\n            \"joiningTime\": \"2022-08-29T09:26:18.283+00:00\",\n            \"token\": null,\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"isActive\": true,\n            \"userCredentials\": null,\n            \"state\": \"SUBSCRIBED\",\n            \"stateChangedOn\": null\n        }\n    ],\n    \"customerSuggestions\": [],\n    \"topicEvents\": [\n        {\n            \"id\": \"630c8633d82ded60debcec8c\",\n            \"name\": \"CHANNEL_SESSION_STARTED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:11.678+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"630c8633d7eb0e16583de9d6\",\n                \"participantType\": \"ChannelSession\",\n                \"channel\": {\n                    \"id\": \"630611a7cfa2f331823e4536\",\n                    \"name\": \"web pull\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"630611b2cfa2f331823e457d\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"630611b2cfa2f331823e457e\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 500,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PULL\",\n                            \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                            \"agentRequestTtl\": 500\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"630c8633e31dff9aaf51a31b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"11332210\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"11332210\",\n                    \"serviceIdentifier\": \"1233\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.22619340546077815,\n                                    \"formId\": 0.47570851846650397,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"11332210\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"630c8633d82ded60debcec4f\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            }\n        },\n        {\n            \"id\": \"630c8633d82ded60debced2b\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-29T09:26:11.717+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"630c8633d82ded60debcecdb\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"630c8633d82ded60debcec50\",\n                            \"displayName\": \"Conversation Monitor: 630c8633d82ded60debcec50\"\n                        },\n                        \"id\": \"630c8633d82ded60debcec51\",\n                        \"joiningTime\": 1661765171660,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1661765171717,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\n                        \"channel\": {\n                            \"id\": \"630611a7cfa2f331823e4536\",\n                            \"name\": \"web pull\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"630611b2cfa2f331823e457d\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"630611b2cfa2f331823e457e\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 500,\n                                \"customerActivityTimeout\": 600,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PULL\",\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                    \"agentRequestTtl\": 500\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"11332210\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"11332210\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.22619340546077815,\n                                            \"formId\": 0.47570851846650397,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"11332210\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                }\n            }\n        },\n        {\n            \"id\": \"630c863aaaa04625dbe1d08b\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:18.260+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"id\": \"e37a0356-9811-4a51-9938-97ed85d96f21\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"630c8633d7eb0e16583de9d6\",\n                    \"channel\": {\n                        \"id\": \"630611a7cfa2f331823e4536\",\n                        \"name\": \"web pull\",\n                        \"serviceIdentifier\": \"1233\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"630611b2cfa2f331823e457d\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"630611b2cfa2f331823e457e\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 500,\n                            \"customerActivityTimeout\": 600,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PULL\",\n                                \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                \"agentRequestTtl\": 500\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"630c8633e31dff9aaf51a31b\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"11332210\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"11332210\",\n                        \"serviceIdentifier\": \"1233\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.22619340546077815,\n                                        \"formId\": 0.47570851846650397,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"11332210\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"630c8633d82ded60debcec4f\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": null,\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"ACTIVE\",\n                    \"reasonCode\": null\n                },\n                \"assignedTo\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                \"enqueueTime\": 1661765178258,\n                \"answerTime\": 1661765178259,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"630c863ad82ded60debcede4\",\n            \"name\": \"AGENT_SUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-29T09:26:18.286+00:00\",\n            \"conversationId\": \"630c8633d82ded60debcec4f\",\n            \"data\": {\n                \"ccUser\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                    \"keycloakUser\": {\n                        \"id\": \"5b23e91c-f9b6-4b3e-bf02-19edde2df620\",\n                        \"firstName\": null,\n                        \"lastName\": null,\n                        \"roles\": [\n                            \"default-roles-expertflow\",\n                            \"offline_access\",\n                            \"admin\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"admin\",\n                        \"permittedResources\": {\n                            \"Resources\": [\n                                {\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                    \"rsname\": \"subscribed-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"150d59e0-c2db-46b6-8a1a-b8ccb4dde6f7\",\n                                    \"rsname\": \"reason-code\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"1fd7e48f-8b7e-402b-885f-c918222145d0\",\n                                    \"rsname\": \"bot-settings\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                    \"rsname\": \"leave-chat\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"531824cc-1668-4af8-9a53-d7ac17be09bb\",\n                                    \"rsname\": \"web-widget\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"7d566dcc-02da-4ba9-856f-87a5bd5d95e8\",\n                                    \"rsname\": \"channel-manager\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                    \"rsname\": \"customer-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                    \"rsname\": \"customer-labels\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"79995a59-1c1c-4747-af83-8b35a1c71001\",\n                                    \"rsname\": \"general-settings\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"f506144a-24e1-4e0d-ad6a-b7ba086f57ff\",\n                                    \"rsname\": \"routing-engine\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                                    \"rsname\": \"supervisor-dashboard\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b47dc86a-7dc0-4fe2-b995-f6a5a2962184\",\n                                    \"rsname\": \"forms\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                    \"rsname\": \"customer-conversation-view\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"ef8dd97a-27cd-480b-aecd-e3c4a6a5fe3b\",\n                                    \"rsname\": \"pull-mode-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"0def7b51-f930-47eb-96c3-3ee31a2994c2\",\n                                    \"rsname\": \"business-calendar\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"fa41a39a-532b-4c28-9198-1218f36b8f03\",\n                                    \"rsname\": \"customer-schema\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"realm\": \"expertflow\"\n                    },\n                    \"associatedRoutingAttributes\": [],\n                    \"associatedMrds\": []\n                },\n                \"channelSessionList\": [\n                    {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"630c8633d7eb0e16583de9d6\",\n                        \"channel\": {\n                            \"id\": \"630611a7cfa2f331823e4536\",\n                            \"name\": \"web pull\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"630611b2cfa2f331823e457d\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"630611b2cfa2f331823e457e\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 500,\n                                \"customerActivityTimeout\": 600,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PULL\",\n                                    \"routingObjectId\": \"63060bc52fa52a0031631df9\",\n                                    \"agentRequestTtl\": 500\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"630c8633e31dff9aaf51a31b\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"11332210\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"11332210\",\n                            \"serviceIdentifier\": \"1233\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.22619340546077815,\n                                            \"formId\": 0.47570851846650397,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"11332210\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-29T09:26:11.211Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"630c8633d82ded60debcec4f\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"7c391875-79d0-4bee-9800-b230e48c56e0"},{"name":"Past Conversations Timebound","id":"60d6932d-8349-4b2b-b398-a72a620792f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","urlObject":{"path":["customer-topics","conversations"],"host":["{{conversation-manager-url}}"],"query":[{"description":{"content":"<p>follows Standard <code>ISO_OFFSET_DATE_TIME</code> format i-e '2011-12-03T10:15:30+01:00'.\n<code>+</code> sign in OffSet Value must be URL Encoded i-e %2B. </p>\n","type":"text/plain"},"key":"startTime","value":"2022-10-10T16:28%2B05:00"},{"description":{"content":"<p>follows Standard <code>ISO_OFFSET_DATE_TIME</code> format i-e '2011-12-03T10:15:30+01:00'.\n<code>+</code> sign in OffSet Value must be URL Encoded i-e %2B. </p>\n","type":"text/plain"},"key":"endTime","value":"2022-10-11T16:23%2B05:00"}],"variable":[]}},"response":[{"id":"866f5201-8a68-40df-acbd-0b073f2a500d","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","host":["{{bot-framework-url}}"],"path":["customer-topics","conversations"],"query":[{"key":"startTime","value":"2022-10-10T16:28%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "},{"key":"endTime","value":"2022-10-11T16:23%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"634401d79e2942776eeac341\",\n        \"customer\": \"634401d7287a89850fb048a4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634401d79e2942776eeac341\",\n        \"creationTime\": \"2022-10-10T11:28:23.840+00:00\",\n        \"endTime\": \"2022-10-10T11:29:31.919+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634401d78213e40edafbd2f8\"\n    },\n    {\n        \"id\": \"6345161d9e2942776eeac60c\",\n        \"customer\": \"6345161d287a894215b048be\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345161d9e2942776eeac60c\",\n        \"creationTime\": \"2022-10-11T07:07:09.068+00:00\",\n        \"endTime\": \"2022-10-11T07:07:43.198+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345161c8213e40edafbd4ca\"\n    },\n    {\n        \"id\": \"634516439e2942776eeac8d7\",\n        \"customer\": \"63451643287a89ca58b048c2\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634516439e2942776eeac8d7\",\n        \"creationTime\": \"2022-10-11T07:07:47.978+00:00\",\n        \"endTime\": \"2022-10-11T07:08:30.194+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634516438213e40edafbd585\"\n    },\n    {\n        \"id\": \"634517119e2942776eeacba2\",\n        \"customer\": \"63451711287a89e7e9b048c6\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634517119e2942776eeacba2\",\n        \"creationTime\": \"2022-10-11T07:11:13.135+00:00\",\n        \"endTime\": \"2022-10-11T07:12:08.605+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634517118213e40edafbd640\"\n    },\n    {\n        \"id\": \"6345176a9e2942776eeace6d\",\n        \"customer\": \"6345176a287a893838b048ca\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345176a9e2942776eeace6d\",\n        \"creationTime\": \"2022-10-11T07:12:42.755+00:00\",\n        \"endTime\": \"2022-10-11T07:13:24.667+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345176a8213e40edafbd6fb\"\n    },\n    {\n        \"id\": \"6345189d9e2942776eead30f\",\n        \"customer\": \"6345189d287a890c18b048ce\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345189d9e2942776eead30f\",\n        \"creationTime\": \"2022-10-11T07:17:49.294+00:00\",\n        \"endTime\": \"2022-10-11T07:18:09.110+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345189d8213e40edafbd80b\"\n    },\n    {\n        \"id\": \"63452c9f9e2942776eead9f1\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452c9f9e2942776eead9f1\",\n        \"creationTime\": \"2022-10-11T08:43:11.239+00:00\",\n        \"endTime\": \"2022-10-11T08:49:35.557+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452c9f8213e40edafbda4b\"\n    },\n    {\n        \"id\": \"63452c669e2942776eead6c8\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452c669e2942776eead6c8\",\n        \"creationTime\": \"2022-10-11T08:42:14.059+00:00\",\n        \"endTime\": \"2022-10-11T08:51:40.423+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452c668213e40edafbd9a9\"\n    },\n    {\n        \"id\": \"63452eef9e2942776eeae524\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452eef9e2942776eeae524\",\n        \"creationTime\": \"2022-10-11T08:53:03.029+00:00\",\n        \"endTime\": \"2022-10-11T08:58:03.283+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452eee8213e40edafbdc91\"\n    },\n    {\n        \"id\": \"6345318b9e2942776eeae901\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345318b9e2942776eeae901\",\n        \"creationTime\": \"2022-10-11T09:04:11.380+00:00\",\n        \"endTime\": \"2022-10-11T09:09:51.460+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345318b8213e40edafbdd0b\"\n    },\n    {\n        \"id\": \"634534af9e2942776eeaee75\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634534af9e2942776eeaee75\",\n        \"creationTime\": \"2022-10-11T09:17:35.290+00:00\",\n        \"endTime\": \"2022-10-11T09:22:35.533+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634534af8213e40edafbddde\"\n    },\n    {\n        \"id\": \"634538089e2942776eeaf1d7\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634538089e2942776eeaf1d7\",\n        \"creationTime\": \"2022-10-11T09:31:52.261+00:00\",\n        \"endTime\": \"2022-10-11T09:36:52.513+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634538088213e40edafbde60\"\n    },\n    {\n        \"id\": \"634539f89e2942776eeaf800\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634539f89e2942776eeaf800\",\n        \"creationTime\": \"2022-10-11T09:40:08.488+00:00\",\n        \"endTime\": \"2022-10-11T09:45:08.735+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634539f88213e40edafbdf40\"\n    },\n    {\n        \"id\": \"634539639e2942776eeaf539\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634539639e2942776eeaf539\",\n        \"creationTime\": \"2022-10-11T09:37:39.258+00:00\",\n        \"endTime\": \"2022-10-11T09:50:29.682+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634539638213e40edafbdeda\"\n    },\n    {\n        \"id\": \"634543569e2942776eeb0183\",\n        \"customer\": \"63454356287a89f241b048f5\",\n        \"participants\": [],\n        \"state\": \"CLOSING\",\n        \"channelSession\": \"634543569e2942776eeb0183\",\n        \"creationTime\": \"2022-10-11T10:20:06.084+00:00\",\n        \"endTime\": \"2022-10-11T11:01:56.812+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634544828213e40edafbe367\"\n    },\n    {\n        \"id\": \"634550a99e2942776eeb0a9c\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634550a99e2942776eeb0a9c\",\n        \"creationTime\": \"2022-10-11T11:16:57.250+00:00\",\n        \"endTime\": \"2022-10-11T11:21:57.454+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634550a98213e40edafbe5c7\"\n    }\n]"},{"id":"76f40ad5-d13a-45de-8694-0418cbee8c87","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","host":["{{bot-framework-url}}"],"path":["customer-topics","conversations"],"query":[{"key":"startTime","value":"2022-10-10T16:28%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "},{"key":"endTime","value":"2022-10-11T16:23%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Text '2022-10-10T16:280+05:00' could not be parsed at index 16\",\n    \"errors\": null\n}"}],"_postman_id":"60d6932d-8349-4b2b-b398-a72a620792f5"},{"name":"Past Conversations Timebound Copy","id":"374bbee4-49d7-41be-a6eb-9a397f94edd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","urlObject":{"path":["customer-topics","conversations"],"host":["{{conversation-manager-url}}"],"query":[{"description":{"content":"<p>follows Standard <code>ISO_OFFSET_DATE_TIME</code> format i-e '2011-12-03T10:15:30+01:00'.\n<code>+</code> sign in OffSet Value must be URL Encoded i-e %2B. </p>\n","type":"text/plain"},"key":"startTime","value":"2022-10-10T16:28%2B05:00"},{"description":{"content":"<p>follows Standard <code>ISO_OFFSET_DATE_TIME</code> format i-e '2011-12-03T10:15:30+01:00'.\n<code>+</code> sign in OffSet Value must be URL Encoded i-e %2B. </p>\n","type":"text/plain"},"key":"endTime","value":"2022-10-11T16:23%2B05:00"}],"variable":[]}},"response":[{"id":"dd030d14-f0c5-4a55-ac7b-c0e54465fc30","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","host":["{{bot-framework-url}}"],"path":["customer-topics","conversations"],"query":[{"key":"startTime","value":"2022-10-10T16:28%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "},{"key":"endTime","value":"2022-10-11T16:23%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"634401d79e2942776eeac341\",\n        \"customer\": \"634401d7287a89850fb048a4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634401d79e2942776eeac341\",\n        \"creationTime\": \"2022-10-10T11:28:23.840+00:00\",\n        \"endTime\": \"2022-10-10T11:29:31.919+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634401d78213e40edafbd2f8\"\n    },\n    {\n        \"id\": \"6345161d9e2942776eeac60c\",\n        \"customer\": \"6345161d287a894215b048be\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345161d9e2942776eeac60c\",\n        \"creationTime\": \"2022-10-11T07:07:09.068+00:00\",\n        \"endTime\": \"2022-10-11T07:07:43.198+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345161c8213e40edafbd4ca\"\n    },\n    {\n        \"id\": \"634516439e2942776eeac8d7\",\n        \"customer\": \"63451643287a89ca58b048c2\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634516439e2942776eeac8d7\",\n        \"creationTime\": \"2022-10-11T07:07:47.978+00:00\",\n        \"endTime\": \"2022-10-11T07:08:30.194+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634516438213e40edafbd585\"\n    },\n    {\n        \"id\": \"634517119e2942776eeacba2\",\n        \"customer\": \"63451711287a89e7e9b048c6\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634517119e2942776eeacba2\",\n        \"creationTime\": \"2022-10-11T07:11:13.135+00:00\",\n        \"endTime\": \"2022-10-11T07:12:08.605+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634517118213e40edafbd640\"\n    },\n    {\n        \"id\": \"6345176a9e2942776eeace6d\",\n        \"customer\": \"6345176a287a893838b048ca\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345176a9e2942776eeace6d\",\n        \"creationTime\": \"2022-10-11T07:12:42.755+00:00\",\n        \"endTime\": \"2022-10-11T07:13:24.667+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345176a8213e40edafbd6fb\"\n    },\n    {\n        \"id\": \"6345189d9e2942776eead30f\",\n        \"customer\": \"6345189d287a890c18b048ce\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345189d9e2942776eead30f\",\n        \"creationTime\": \"2022-10-11T07:17:49.294+00:00\",\n        \"endTime\": \"2022-10-11T07:18:09.110+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345189d8213e40edafbd80b\"\n    },\n    {\n        \"id\": \"63452c9f9e2942776eead9f1\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452c9f9e2942776eead9f1\",\n        \"creationTime\": \"2022-10-11T08:43:11.239+00:00\",\n        \"endTime\": \"2022-10-11T08:49:35.557+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452c9f8213e40edafbda4b\"\n    },\n    {\n        \"id\": \"63452c669e2942776eead6c8\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452c669e2942776eead6c8\",\n        \"creationTime\": \"2022-10-11T08:42:14.059+00:00\",\n        \"endTime\": \"2022-10-11T08:51:40.423+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452c668213e40edafbd9a9\"\n    },\n    {\n        \"id\": \"63452eef9e2942776eeae524\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"63452eef9e2942776eeae524\",\n        \"creationTime\": \"2022-10-11T08:53:03.029+00:00\",\n        \"endTime\": \"2022-10-11T08:58:03.283+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"63452eee8213e40edafbdc91\"\n    },\n    {\n        \"id\": \"6345318b9e2942776eeae901\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"6345318b9e2942776eeae901\",\n        \"creationTime\": \"2022-10-11T09:04:11.380+00:00\",\n        \"endTime\": \"2022-10-11T09:09:51.460+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"6345318b8213e40edafbdd0b\"\n    },\n    {\n        \"id\": \"634534af9e2942776eeaee75\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634534af9e2942776eeaee75\",\n        \"creationTime\": \"2022-10-11T09:17:35.290+00:00\",\n        \"endTime\": \"2022-10-11T09:22:35.533+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634534af8213e40edafbddde\"\n    },\n    {\n        \"id\": \"634538089e2942776eeaf1d7\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634538089e2942776eeaf1d7\",\n        \"creationTime\": \"2022-10-11T09:31:52.261+00:00\",\n        \"endTime\": \"2022-10-11T09:36:52.513+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634538088213e40edafbde60\"\n    },\n    {\n        \"id\": \"634539f89e2942776eeaf800\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634539f89e2942776eeaf800\",\n        \"creationTime\": \"2022-10-11T09:40:08.488+00:00\",\n        \"endTime\": \"2022-10-11T09:45:08.735+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634539f88213e40edafbdf40\"\n    },\n    {\n        \"id\": \"634539639e2942776eeaf539\",\n        \"customer\": \"63452c9f287a890411b048d8\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634539639e2942776eeaf539\",\n        \"creationTime\": \"2022-10-11T09:37:39.258+00:00\",\n        \"endTime\": \"2022-10-11T09:50:29.682+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634539638213e40edafbdeda\"\n    },\n    {\n        \"id\": \"634543569e2942776eeb0183\",\n        \"customer\": \"63454356287a89f241b048f5\",\n        \"participants\": [],\n        \"state\": \"CLOSING\",\n        \"channelSession\": \"634543569e2942776eeb0183\",\n        \"creationTime\": \"2022-10-11T10:20:06.084+00:00\",\n        \"endTime\": \"2022-10-11T11:01:56.812+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634544828213e40edafbe367\"\n    },\n    {\n        \"id\": \"634550a99e2942776eeb0a9c\",\n        \"customer\": \"63452c66287a899f4ab048d4\",\n        \"participants\": [],\n        \"state\": \"CREATED\",\n        \"channelSession\": \"634550a99e2942776eeb0a9c\",\n        \"creationTime\": \"2022-10-11T11:16:57.250+00:00\",\n        \"endTime\": \"2022-10-11T11:21:57.454+00:00\",\n        \"conversationData\": {},\n        \"botId\": \"633bf43a7677b818858fb053\",\n        \"lastUsedChannelSession\": \"634550a98213e40edafbe5c7\"\n    }\n]"},{"id":"f6cce204-176a-454f-8000-ac52bd2e2a00","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/conversations?startTime=2022-10-10T16:28%2B05:00&endTime=2022-10-11T16:23%2B05:00","host":["{{bot-framework-url}}"],"path":["customer-topics","conversations"],"query":[{"key":"startTime","value":"2022-10-10T16:28%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "},{"key":"endTime","value":"2022-10-11T16:23%2B05:00","description":"follows Standard `ISO_OFFSET_DATE_TIME` format i-e '2011-12-03T10:15:30+01:00'.\n`+` sign in OffSet Value must be URL Encoded i-e %2B. "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Text '2022-10-10T16:280+05:00' could not be parsed at index 16\",\n    \"errors\": null\n}"}],"_postman_id":"374bbee4-49d7-41be-a6eb-9a397f94edd9"},{"name":"Create Conversation Copy","id":"b28b0f3a-09f2-47c2-a15e-35fa7073872c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"6348d43d330bb96ebf62f22d\",\n    \"channel\": {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"635b8039ec8721617585a6c8\",\n                \"name\": \"Test Channel Provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2e\",\n                        \"name\": \"VIBER\",\n                        \"channelLogo\": \"_VIBER.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f31\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f32\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Test Channel Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"635b80b1ec8721617585a6d7\",\n            \"tenant\": {\n                \"id\": \"635b80b1ec8721617585a6d9\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"635b8530ec8721617585a76b\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"635b8492d7d7647a7374c832\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"634419b00eb28942b5eb9f31\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"id\": \"635b8530ec8721617585a764\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"635b8530ec8721617585a76a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1218\",\n        \"roomLabel\": \"CC\"\n    },\n    \"customer\": {\n        \"_id\": \"1348d43ddedc984b2157d37a\",\n        \"firstName\": \"Jane Doe\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n            \"1423423432429\"\n        ]\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"1423423432429\",\n        \"serviceIdentifier\": \"1218\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": \"123456\",\n                        \"browserIdExpiryTime\": \"9999\",\n                        \"browserName\": \"chrome\",\n                        \"deviceType\": \"desktop\"\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": \"asia/karachi\",\n                        \"language\": \"english\",\n                        \"country\": \"pakistan\"\n                    },\n                    \"formData\": {\n                        \"id\": 0.04760329698426147,\n                        \"formId\": 0.9481634981223266,\n                        \"filledBy\": \"web-init\",\n                        \"attributes\": [\n                            {\n                                \"value\": \"Nabeel\",\n                                \"key\": \"firstName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"Ahmad\",\n                                \"key\": \"lastName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"\",\n                                \"key\": \"email\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"1423423432429\",\n                                \"key\": \"channelIdentifier1\",\n                                \"type\": \"string\"\n                            }\n                        ],\n                        \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"null\",\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": null\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/customer-topics","urlObject":{"protocol":"http","port":"8080","path":["customer-topics"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"4cc5a5a2-8cb0-48e1-a11b-4a646d2e0fe0","name":"Add Customer Topic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"e9243906-2d70-4d63-a558-e45f87f37a31\",\n    \"channel\": {\n        \"id\": \"41da8efd-cebb-4547-a6e0-427ecaf2dc23\",\n        \"channelName\": \"WhatsApp\",\n        \"serviceIdentifier\": {},\n        \"channelConfig\": {\n            \"id\": \"08fcccbe-39c6-4818-986f-11ed8b84488d\",\n            \"channelMode\": \"AGENT\",\n            \"conversationBot\": \"Dummy\",\n            \"responseSla\": 1000,\n            \"customerActivityTimeout\": 1000,\n            \"customerIdentificationCriteria\": {},\n            \"routingPolicy\": {\n                \"queueID\": \"909257a2-a336-4b55-8c09-69de221b4fb1\"\n            }\n        },\n        \"channelConnector\": {\n            \"id\": \"ddea4823-8f1c-4774-89b2-4ce5068ad121\"\n        }\n    },\n    \"associatedCustomer\": {\n        \"id\": \"fedbbc17-1ebc-4744-869a-b2e623a8064e\",\n        \"firstName\": \"Nabeel\"\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {},\n    \"latestIntent\": \"Greet\",\n    \"customerPresence\": {},\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/customer-topics"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"UUID\": \"6d4b36ed-22a3-4418-961e-b14853c71c04\",\n    \"participants\": [],\n    \"messages\": []\n\n}"}],"_postman_id":"b28b0f3a-09f2-47c2-a15e-35fa7073872c"},{"name":"Change Conversation State","id":"c83e677c-0d6b-4753-b166-446d88d534b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"CLOSING\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:id/update-state","urlObject":{"path":["customer-topics",":id","update-state"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"fcb539ed-2b9b-4040-9fc1-9bf1415e44e4","type":"any","value":"","key":"id"}]}},"response":[{"id":"18108907-af5f-4595-88c4-574944c96ae0","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"CLOSING\" \n}","options":{"raw":{"language":"json"}}},"url":"{{bot_framework_url}}/customer-topics/f7a75227-9a64-45b1-9c4c-74d334b03313/update-state"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 04 Sep 2021 05:14:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"message\": \"Topic Not Found\",\n    \"errors\": null\n}"}],"_postman_id":"c83e677c-0d6b-4753-b166-446d88d534b6"},{"name":"Active Conversation Customer","id":"21d454eb-c835-4999-b94e-c53896c92407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"phoneNumber\": [\n        \"03338283920\"\n    ],\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\n    \"firstName\": \"Ahmad\",\n    \"isAnonymous\": false,\n    \"__v\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:conversation-id/update-customer","urlObject":{"path":["customer-topics",":conversation-id","update-customer"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"bd143fb5-0c76-402e-86ab-b7dc39b23b36","type":"any","value":"78361a0c-ff93-496d-8321-3493adbe8e21","key":"conversation-id"}]}},"response":[],"_postman_id":"21d454eb-c835-4999-b94e-c53896c92407"},{"name":"Past Conversations Customer","id":"e834605f-9c9f-45cb-ab1a-d348ffe7f0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/update-past-conversations","urlObject":{"path":["customer-topics","update-past-conversations"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"23b8cd41-5d0c-4a25-8d24-a33ef40b2083","name":"Past Conversations Linked Successfully","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{bot_framework_url}}/customer-topics/update-past-conversations"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-04-22T06:52:55.871+00:00\",\n    \"message\": \"Past conversations have been linked\",\n    \"status\": \"OK\"\n}"},{"id":"532fa9af-ce85-45ac-beeb-a222bc2552d3","name":"Past Conversations Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{bot_framework_url}}/customer-topics/update-past-conversations"},"code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-04-22T06:51:38.737+00:00\",\n    \"message\": \"Past conversations not found\",\n    \"status\": \"NOT_FOUND\"\n}"}],"_postman_id":"e834605f-9c9f-45cb-ab1a-d348ffe7f0fc"},{"name":"Change Participant Role","id":"63db34dc-f111-4e6f-8088-5c8bd80cb8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/update-past-conversations","urlObject":{"path":["customer-topics","update-past-conversations"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"32e9a6f1-882a-44c8-9f95-0f8ed4b08b69","name":"Past Conversations Linked Successfully","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{bot_framework_url}}/customer-topics/update-past-conversations"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-04-22T06:52:55.871+00:00\",\n    \"message\": \"Past conversations have been linked\",\n    \"status\": \"OK\"\n}"},{"id":"fc263ebd-d17f-4061-a622-1b48a16ae22b","name":"Past Conversations Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentCustomer\":{\r\n      \"phoneNumber\": [\r\n        \"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e6b\",\r\n    \"firstName\": \"Ali\",\r\n    \"isAnonymous\": true,\r\n    \"__v\": 0\r\n  },\r\n \"newCustomer\":{\r\n     \"phoneNumber\": [\r\n        \"1111\",\"03338283920\"\r\n    ],\r\n    \"_id\": \"61ba4f9b22f7d84b59d74e5v\",\r\n    \"firstName\": \"Ahmad\",\r\n    \"isAnonymous\": false,\r\n    \"__v\": 0\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{bot_framework_url}}/customer-topics/update-past-conversations"},"code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-04-22T06:51:38.737+00:00\",\n    \"message\": \"Past conversations not found\",\n    \"status\": \"NOT_FOUND\"\n}"}],"_postman_id":"63db34dc-f111-4e6f-8088-5c8bd80cb8a0"},{"name":"Conversation Hold","id":"1cbe068d-c08c-407d-a4f4-fa12d622be0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"state\": \"ON_HOLD\",\n    \"duration\": 15\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:conversation-id/update-state","description":"<p>This endpoint allows you to update the state of a customer topic by making an HTTP PUT request to {{conversation-manager-url}}/customer-topics/:conversation-id/update-state.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><strong>state</strong> (string, required): The new state of the customer topic.</p>\n</li>\n<li><p><strong>duration</strong> (number, required): The duration of the state.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>Status</strong>: 200(In case of success) / 404 (In case if conversation not found)</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n<li><p><strong>status</strong> (string): The status of the response.</p>\n</li>\n<li><p><strong>message</strong> (string): A message related to the response.</p>\n</li>\n<li><p><strong>errors</strong> (array): An array of any errors encountered during the request.</p>\n</li>\n</ul>\n","urlObject":{"path":["customer-topics",":conversation-id","update-state"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"8b84f428-4485-48fe-8fa0-b2d34bd44cf5","type":"any","value":"","key":"conversation-id"}]}},"response":[],"_postman_id":"1cbe068d-c08c-407d-a4f4-fa12d622be0c"},{"name":"Get Last Route Agent ID","id":"d3dfa2b3-f3a4-41c9-89d0-765d07370069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://efcx-qa10.expertflow.com/conversation-manager/customer-topics/:customerId/last-routed-agent","description":"<p>This API endpoint retrieves the ID of the last agent who interacted with a specific customer within a specified timeframe.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>Endpoint: <code>https://efcx-qa6.expertflow.com/conversation-manager/customer-topics/:customerId/last-routed-agent</code></p>\n</li>\n<li><p>Path Parameters:</p>\n<ul>\n<li><code>customerId</code> (string, required): The unique identifier of the customer.</li>\n</ul>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><code>timeInHours</code> (integer, required): The time duration in hours to retrieve the last routed agent.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the id of the last routed agent for the specified customer within the given time duration.</p>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":customerId","last-routed-agent"],"host":["efcx-qa10","expertflow","com"],"query":[{"disabled":true,"key":"timeInHours","value":""}],"variable":[{"id":"0451324b-c2e6-4aec-995b-0276250c0979","type":"any","value":"66f6c9c10e809a4daf155a3d","key":"customerId"}]}},"response":[{"id":"45265a38-42f5-4048-a9c1-3ba5a66ea1fa","name":"Get Last Route Agent ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-qa6.expertflow.com/conversation-manager/customer-topics/:customerId/last-routed-agent?timeInHours=24","protocol":"https","host":["efcx-qa6","expertflow","com"],"path":["conversation-manager","customer-topics",":customerId","last-routed-agent"],"query":[{"key":"timeInHours","value":"24"}],"variable":[{"key":"customerId","value":"32ewdfv354y32423rwefrw342"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"8wrwejf42349302oiq0r0r249-r382r3fwe"},{"id":"5971bb11-f040-4d7f-af1e-60c0f18eedd6","name":"No Agent Id for customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-qa6.expertflow.com/conversation-manager/customer-topics/:customerId/last-routed-agent?timeInHours=24","protocol":"https","host":["efcx-qa6","expertflow","com"],"path":["conversation-manager","customer-topics",":customerId","last-routed-agent"],"query":[{"key":"timeInHours","value":"24"}],"variable":[{"key":"customerId","value":"4rwevdsf423242352341343"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3dfa2b3-f3a4-41c9-89d0-765d07370069"},{"name":"Filtered Conversations ","id":"927c3d38-5021-49c2-a557-e040ecbb2d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/filtered-conversations","description":"<p>Returns a paginated list of conversations according to the filter. If the filter is not applied then it returns paginated list of all the conversations.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>filter</code> parameter of this endpoint can use the following operators:</p>\n<ul>\n<li><p>Logical Operators</p>\n<ul>\n<li>and</li>\n</ul>\n</li>\n<li><p>Value Comparators</p>\n</li>\n</ul>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Literals</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>eq</td>\n<td>Equals</td>\n</tr>\n<tr>\n<td>ne</td>\n<td>Not Equals</td>\n</tr>\n<tr>\n<td>gt</td>\n<td>Greater Than</td>\n</tr>\n<tr>\n<td>ge</td>\n<td>Greater Than or Equals</td>\n</tr>\n<tr>\n<td>lt</td>\n<td>Less Than</td>\n</tr>\n<tr>\n<td>le</td>\n<td>Less Than or Equals</td>\n</tr>\n<tr>\n<td>in</td>\n<td>Matches Any of the Comma-Separated Values (OR applied on them)  <br /><strong>[Do not add spaces between comma-separated values]</strong></td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><code>fields</code> parameter: To specify certain fields that we want in the response.</p>\n</li>\n<li><p><code>offset</code> parameter (For pagination): To set an offset (page number). Default <code>0</code>.</p>\n</li>\n<li><p><code>limit</code> parameter (For pagination): To set a limit (page size). Default <code>3</code>.</p>\n</li>\n<li><p><code>sortBy</code> parameter (For pagination): To sort the documents with a certain field. Default <code>creationTime</code>.</p>\n</li>\n<li><p><code>sortDirection</code> parameter (For pagination): To sort the documents with a certain field. Default <code>desc</code>.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> <code>creationTime</code> and <code>endTime</code> needs to be passed in UTC timezone in the filter.</p>\n","urlObject":{"path":["customer-topics","filtered-conversations"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"949fce66-b197-4ef6-8e8a-1431b3957cca","name":"Default Pagination","originalRequest":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/filtered-conversations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"227a8db4-aa2f-4bd0-86f3-5c78ed2e507c"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 07:40:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672c63c872bab60359162e83\",\n            \"customer\": {\n                \"_id\": \"6710a5c6162bd6576e476b36\",\n                \"firstName\": \"7852147899\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"7852147899\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                        \"keycloakUser\": {\n                            \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"umar\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"f0a586fe-30e3-4924-abc9-3f8216fdcfb3\",\n                                \"teamName\": \"Default\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"03785e09-1ec4-4aed-88ca-54d104bf6708\",\n                    \"joiningTime\": \"2024-11-07T07:05:56.944+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672c63c872bab60359162e83\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c63c872bab60359162e83\",\n            \"creationTime\": \"2024-11-07T06:52:56.590+00:00\",\n            \"endTime\": \"2024-11-07T07:05:56.863+00:00\",\n            \"conversationData\": {\n                \"phone\": \"7852147899\",\n                \"name\": \"test\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c63c8c1e1ff2b621e141c\",\n            \"roomInfo\": {\n                \"id\": \"6710a5c640cfd062c6acdc7f\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672c5c039e9aea1e5d1e0246\",\n            \"customer\": {\n                \"_id\": \"670e0ff5162bd61f99476b32\",\n                \"firstName\": \"5419\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"5419\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c5c039e9aea1e5d1e0246\",\n            \"creationTime\": \"2024-11-07T06:19:47.990+00:00\",\n            \"endTime\": \"2024-11-07T06:52:38.586+00:00\",\n            \"conversationData\": {\n                \"phone\": \"5419\",\n                \"name\": \"farhan\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c5c03c1e1ff2b621e0a3b\",\n            \"roomInfo\": {\n                \"id\": \"670e0ff540cfd062c6acdbcc\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc62a72bab6035916045f\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"0c296474-0794-4221-8e01-5ffffa39cfa1\",\n                    \"joiningTime\": \"2024-11-06T20:05:54.034+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc62a72bab6035916045f\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc62a72bab6035916045f\",\n            \"creationTime\": \"2024-11-06T19:40:26.892+00:00\",\n            \"endTime\": \"2024-11-06T20:05:53.956+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc62ac1e1ff2b621df7a5\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": true,\n    \"limit\": 3,\n    \"totalPages\": 42,\n    \"page\": 0,\n    \"totalDocs\": 125\n}"},{"id":"743ec0b0-c91c-40bc-8110-db11e07802e8","name":"Offset and Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"843e16b0-c5d5-467e-a071-6d14e857bb6c"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 07:41:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672c63c872bab60359162e83\",\n            \"customer\": {\n                \"_id\": \"6710a5c6162bd6576e476b36\",\n                \"firstName\": \"7852147899\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"7852147899\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                        \"keycloakUser\": {\n                            \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"umar\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"f0a586fe-30e3-4924-abc9-3f8216fdcfb3\",\n                                \"teamName\": \"Default\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"03785e09-1ec4-4aed-88ca-54d104bf6708\",\n                    \"joiningTime\": \"2024-11-07T07:05:56.944+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672c63c872bab60359162e83\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c63c872bab60359162e83\",\n            \"creationTime\": \"2024-11-07T06:52:56.590+00:00\",\n            \"endTime\": \"2024-11-07T07:05:56.863+00:00\",\n            \"conversationData\": {\n                \"phone\": \"7852147899\",\n                \"name\": \"test\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c63c8c1e1ff2b621e141c\",\n            \"roomInfo\": {\n                \"id\": \"6710a5c640cfd062c6acdc7f\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672c5c039e9aea1e5d1e0246\",\n            \"customer\": {\n                \"_id\": \"670e0ff5162bd61f99476b32\",\n                \"firstName\": \"5419\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"5419\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c5c039e9aea1e5d1e0246\",\n            \"creationTime\": \"2024-11-07T06:19:47.990+00:00\",\n            \"endTime\": \"2024-11-07T06:52:38.586+00:00\",\n            \"conversationData\": {\n                \"phone\": \"5419\",\n                \"name\": \"farhan\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c5c03c1e1ff2b621e0a3b\",\n            \"roomInfo\": {\n                \"id\": \"670e0ff540cfd062c6acdbcc\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc62a72bab6035916045f\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"0c296474-0794-4221-8e01-5ffffa39cfa1\",\n                    \"joiningTime\": \"2024-11-06T20:05:54.034+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc62a72bab6035916045f\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc62a72bab6035916045f\",\n            \"creationTime\": \"2024-11-06T19:40:26.892+00:00\",\n            \"endTime\": \"2024-11-06T20:05:53.956+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc62ac1e1ff2b621df7a5\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672b99b735bcac07f9602bd4\",\n            \"customer\": {\n                \"_id\": \"672b7ec5659c45b4b1171ac0\",\n                \"firstName\": \"0900\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"0900\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672b99b735bcac07f9602bd4\",\n            \"creationTime\": \"2024-11-06T16:30:47.530+00:00\",\n            \"endTime\": \"2024-11-06T17:23:26.283+00:00\",\n            \"conversationData\": {\n                \"phone\": \"0900\",\n                \"name\": \"009\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672b99b7c1e1ff2b621dbda7\",\n            \"roomInfo\": {\n                \"id\": \"672b7ec672bab60359159087\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": true,\n    \"limit\": 5,\n    \"totalPages\": 25,\n    \"page\": 0,\n    \"totalDocs\": 125\n}"},{"id":"57cfe8ea-b1f5-4266-96ce-fbc7006a61cd","name":"ConversationDirection Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=conversationDirection eq 'INBOUND'","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"conversationDirection eq 'INBOUND'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"4bfbc8b5-610b-403a-8e89-ed8d18136733"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 08:00:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672c63c872bab60359162e83\",\n            \"customer\": {\n                \"_id\": \"6710a5c6162bd6576e476b36\",\n                \"firstName\": \"7852147899\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"7852147899\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                        \"keycloakUser\": {\n                            \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"umar\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"f0a586fe-30e3-4924-abc9-3f8216fdcfb3\",\n                                \"teamName\": \"Default\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"03785e09-1ec4-4aed-88ca-54d104bf6708\",\n                    \"joiningTime\": \"2024-11-07T07:05:56.944+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672c63c872bab60359162e83\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c63c872bab60359162e83\",\n            \"creationTime\": \"2024-11-07T06:52:56.590+00:00\",\n            \"endTime\": \"2024-11-07T07:05:56.863+00:00\",\n            \"conversationData\": {\n                \"phone\": \"7852147899\",\n                \"name\": \"test\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c63c8c1e1ff2b621e141c\",\n            \"roomInfo\": {\n                \"id\": \"6710a5c640cfd062c6acdc7f\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672c5c039e9aea1e5d1e0246\",\n            \"customer\": {\n                \"_id\": \"670e0ff5162bd61f99476b32\",\n                \"firstName\": \"5419\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"5419\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c5c039e9aea1e5d1e0246\",\n            \"creationTime\": \"2024-11-07T06:19:47.990+00:00\",\n            \"endTime\": \"2024-11-07T06:52:38.586+00:00\",\n            \"conversationData\": {\n                \"phone\": \"5419\",\n                \"name\": \"farhan\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c5c03c1e1ff2b621e0a3b\",\n            \"roomInfo\": {\n                \"id\": \"670e0ff540cfd062c6acdbcc\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc62a72bab6035916045f\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"0c296474-0794-4221-8e01-5ffffa39cfa1\",\n                    \"joiningTime\": \"2024-11-06T20:05:54.034+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc62a72bab6035916045f\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc62a72bab6035916045f\",\n            \"creationTime\": \"2024-11-06T19:40:26.892+00:00\",\n            \"endTime\": \"2024-11-06T20:05:53.956+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc62ac1e1ff2b621df7a5\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672b99b735bcac07f9602bd4\",\n            \"customer\": {\n                \"_id\": \"672b7ec5659c45b4b1171ac0\",\n                \"firstName\": \"0900\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"0900\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672b99b735bcac07f9602bd4\",\n            \"creationTime\": \"2024-11-06T16:30:47.530+00:00\",\n            \"endTime\": \"2024-11-06T17:23:26.283+00:00\",\n            \"conversationData\": {\n                \"phone\": \"0900\",\n                \"name\": \"009\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672b99b7c1e1ff2b621dbda7\",\n            \"roomInfo\": {\n                \"id\": \"672b7ec672bab60359159087\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": true,\n    \"limit\": 5,\n    \"totalPages\": 25,\n    \"page\": 0,\n    \"totalDocs\": 125\n}"},{"id":"3bc003ae-59df-42aa-b8d3-9336b3794c25","name":"CreationTime Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=creationTime gt 2024-11-06T19:38:38","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"creationTime gt 2024-11-06T19:38:38"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"3a895986-5756-4978-a067-f17300942193"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 08:03:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672c63c872bab60359162e83\",\n            \"customer\": {\n                \"_id\": \"6710a5c6162bd6576e476b36\",\n                \"firstName\": \"7852147899\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"7852147899\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                        \"keycloakUser\": {\n                            \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"umar\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"f0a586fe-30e3-4924-abc9-3f8216fdcfb3\",\n                                \"teamName\": \"Default\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"03785e09-1ec4-4aed-88ca-54d104bf6708\",\n                    \"joiningTime\": \"2024-11-07T07:05:56.944+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672c63c872bab60359162e83\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c63c872bab60359162e83\",\n            \"creationTime\": \"2024-11-07T06:52:56.590+00:00\",\n            \"endTime\": \"2024-11-07T07:05:56.863+00:00\",\n            \"conversationData\": {\n                \"phone\": \"7852147899\",\n                \"name\": \"test\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c63c8c1e1ff2b621e141c\",\n            \"roomInfo\": {\n                \"id\": \"6710a5c640cfd062c6acdc7f\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672c5c039e9aea1e5d1e0246\",\n            \"customer\": {\n                \"_id\": \"670e0ff5162bd61f99476b32\",\n                \"firstName\": \"5419\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"5419\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c5c039e9aea1e5d1e0246\",\n            \"creationTime\": \"2024-11-07T06:19:47.990+00:00\",\n            \"endTime\": \"2024-11-07T06:52:38.586+00:00\",\n            \"conversationData\": {\n                \"phone\": \"5419\",\n                \"name\": \"farhan\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c5c03c1e1ff2b621e0a3b\",\n            \"roomInfo\": {\n                \"id\": \"670e0ff540cfd062c6acdbcc\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc62a72bab6035916045f\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"0c296474-0794-4221-8e01-5ffffa39cfa1\",\n                    \"joiningTime\": \"2024-11-06T20:05:54.034+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc62a72bab6035916045f\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc62a72bab6035916045f\",\n            \"creationTime\": \"2024-11-06T19:40:26.892+00:00\",\n            \"endTime\": \"2024-11-06T20:05:53.956+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc62ac1e1ff2b621df7a5\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 5,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 4\n}"},{"id":"bdc2934c-5797-4d79-9832-9a0683ba550f","name":"EndTime Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=endTime gt 2024-11-06T19:40:04","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"endTime gt 2024-11-06T19:40:04"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"3a895986-5756-4978-a067-f17300942193"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 08:03:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672c63c872bab60359162e83\",\n            \"customer\": {\n                \"_id\": \"6710a5c6162bd6576e476b36\",\n                \"firstName\": \"7852147899\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"7852147899\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                        \"keycloakUser\": {\n                            \"id\": \"6df25bb2-31df-4da9-b088-26ca1b313fd7\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"umar\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"f0a586fe-30e3-4924-abc9-3f8216fdcfb3\",\n                                \"teamName\": \"Default\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"03785e09-1ec4-4aed-88ca-54d104bf6708\",\n                    \"joiningTime\": \"2024-11-07T07:05:56.944+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672c63c872bab60359162e83\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c63c872bab60359162e83\",\n            \"creationTime\": \"2024-11-07T06:52:56.590+00:00\",\n            \"endTime\": \"2024-11-07T07:05:56.863+00:00\",\n            \"conversationData\": {\n                \"phone\": \"7852147899\",\n                \"name\": \"test\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c63c8c1e1ff2b621e141c\",\n            \"roomInfo\": {\n                \"id\": \"6710a5c640cfd062c6acdc7f\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672c5c039e9aea1e5d1e0246\",\n            \"customer\": {\n                \"_id\": \"670e0ff5162bd61f99476b32\",\n                \"firstName\": \"5419\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"5419\"\n                ]\n            },\n            \"participants\": [],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672c5c039e9aea1e5d1e0246\",\n            \"creationTime\": \"2024-11-07T06:19:47.990+00:00\",\n            \"endTime\": \"2024-11-07T06:52:38.586+00:00\",\n            \"conversationData\": {\n                \"phone\": \"5419\",\n                \"name\": \"farhan\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672c5c03c1e1ff2b621e0a3b\",\n            \"roomInfo\": {\n                \"id\": \"670e0ff540cfd062c6acdbcc\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc62a72bab6035916045f\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"0c296474-0794-4221-8e01-5ffffa39cfa1\",\n                    \"joiningTime\": \"2024-11-06T20:05:54.034+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc62a72bab6035916045f\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc62a72bab6035916045f\",\n            \"creationTime\": \"2024-11-06T19:40:26.892+00:00\",\n            \"endTime\": \"2024-11-06T20:05:53.956+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc62ac1e1ff2b621df7a5\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        },\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 5,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 4\n}"},{"id":"dc4ad70b-e0f1-43e6-930b-7e0c3716faec","name":"CreationTime and EndTime Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"d6278105-4d25-4c53-aa78-8c407771a001"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 09:13:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 5,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 1\n}"},{"id":"9ee9fbfc-5fcd-4cc8-9c43-79593274e6d5","name":"CreationTime, EndTime and ConversationDirection Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05 and conversationDirection eq 'INBOUND'","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05 and conversationDirection eq 'INBOUND'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"a98bed05-de79-4f75-a0cb-0a651682b82f"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 09:24:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": {\n                \"_id\": \"672bc5be659c45983e171b0f\",\n                \"firstName\": \"a\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"a\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                        \"keycloakUser\": {\n                            \"id\": \"464bfc3d-07c2-4d9c-af43-ab02b71c49d8\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"sabahat\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_pii\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\",\n                                            \"manage\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                                        \"rsname\": \"customer-schema\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\",\n                                            \"view_all\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"2dde8aa0-fb91-4eed-8e8a-19e40c4a99ac\",\n                                \"teamName\": \"Agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"f10a5f12-1f66-4afe-a85d-a5314f803fd7\",\n                    \"joiningTime\": \"2024-11-06T19:40:04.739+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"672bc5be72bab6035915ffbb\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"672bc5be72bab6035915ffbb\",\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {\n                \"phone\": \"a\",\n                \"name\": \"a\"\n            },\n            \"botId\": \"6707a2e53c3f1b2ef321bb21\",\n            \"lastUsedChannelSession\": \"672bc5bec1e1ff2b621dee85\",\n            \"roomInfo\": {\n                \"id\": \"672bc5be72bab6035915ffba\",\n                \"mode\": \"CONTACT_CENTER\"\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 5,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 1\n}"},{"id":"ce838435-1b33-468f-b7f6-907a1e1fd8b6","name":"Select Specific Fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=5&filter=creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05 and conversationDirection eq 'INBOUND'&fields=creationTime,endTime,state","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"5"},{"key":"filter","value":"creationTime gt 2024-11-06T19:38:38 and endTime lt 2024-11-06T19:40:05 and conversationDirection eq 'INBOUND'"},{"key":"fields","value":"creationTime,endTime,state"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"24c0e642-2070-453b-a13c-0a701bc94a8a"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Nov 2024 09:25:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"672bc5be72bab6035915ffbb\",\n            \"customer\": null,\n            \"participants\": null,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": null,\n            \"channelSession\": null,\n            \"creationTime\": \"2024-11-06T19:38:38.666+00:00\",\n            \"endTime\": \"2024-11-06T19:40:04.691+00:00\",\n            \"conversationData\": {},\n            \"botId\": null,\n            \"lastUsedChannelSession\": null,\n            \"roomInfo\": null\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 5,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 1\n}"},{"id":"91389900-f4d3-41a9-8d38-e650b1967435","name":"DurationInSeconds","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=3&filter=durationInSeconds gt 31 and durationInSeconds lt 88","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"filter","value":"durationInSeconds gt 31 and durationInSeconds lt 88"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 20 Nov 2024 05:57:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"58f239f6-329d-4bf6-bad5-d2d3a9d330d6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"673cb438dde8314c67b14aa5\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                        \"keycloakUser\": {\n                            \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"azan\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"73db4d55-e714-4975-b745-724c724ce1aa\",\n                    \"joiningTime\": \"2024-11-19T15:53:08.799+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb438dde8314c67b14aa5\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"azan\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 44,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb438dde8314c67b14aa5\",\n            \"creationTime\": \"2024-11-19T15:52:24.727+00:00\",\n            \"endTime\": \"2024-11-19T15:53:08.737+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb4384f99313a249d9113\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cb37ddde8314c67b147ea\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [],\n            \"agentParticipants\": [],\n            \"durationInSeconds\": 84,\n            \"state\": \"CUSTOMER_LEFT\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb37ddde8314c67b147ea\",\n            \"creationTime\": \"2024-11-19T15:49:17.429+00:00\",\n            \"endTime\": \"2024-11-19T15:50:41.644+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb37d4f99313a249d8ecb\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": []\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 3,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 2\n}"},{"id":"d7ff5012-4082-496f-a462-a87996b43ba6","name":"AgentParticipants Username","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=3&filter=agentParticipants.username in agent,azan","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"filter","value":"agentParticipants.username in agent,azan"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 20 Nov 2024 06:42:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"c3ea1146-ce8c-4478-af1a-d442ec0b4b0e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"673cb438dde8314c67b14aa5\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                        \"keycloakUser\": {\n                            \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"azan\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"73db4d55-e714-4975-b745-724c724ce1aa\",\n                    \"joiningTime\": \"2024-11-19T15:53:08.799+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb438dde8314c67b14aa5\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"azan\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 44,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb438dde8314c67b14aa5\",\n            \"creationTime\": \"2024-11-19T15:52:24.727+00:00\",\n            \"endTime\": \"2024-11-19T15:53:08.737+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb4384f99313a249d9113\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cb1b0dde8314c67b12351\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"acb91607-2dc1-404e-85db-f86a07433911\",\n                    \"joiningTime\": \"2024-11-19T15:42:07.907+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb1b0dde8314c67b12351\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 31,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb1b0dde8314c67b12351\",\n            \"creationTime\": \"2024-11-19T15:41:36.113+00:00\",\n            \"endTime\": \"2024-11-19T15:42:07.837+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb1b04f99313a249d859b\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Mayday\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cacfcdde8314c67b0f874\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"5764f4c6-3b2f-4db0-a2d6-f7e13e6b42a0\",\n                    \"joiningTime\": \"2024-11-19T15:23:01.528+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cacfcdde8314c67b0f874\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 89,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cacfcdde8314c67b0f874\",\n            \"creationTime\": \"2024-11-19T15:21:32.102+00:00\",\n            \"endTime\": \"2024-11-19T15:23:01.415+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cacfb4f99313a249d7c7e\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                },\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Urgent Support\"\n                }\n            ]\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 3,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 3\n}"},{"id":"23a67ae9-378f-4a11-979f-cc3688919ca6","name":"AgentParticipants Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=3&filter=agentParticipants.id in c22a3965-2525-4cbf-8c58-dec58b65601b,851660d5-97a5-4141-8ded-e70fbc19d013","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"filter","value":"agentParticipants.id in c22a3965-2525-4cbf-8c58-dec58b65601b,851660d5-97a5-4141-8ded-e70fbc19d013"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 20 Nov 2024 06:47:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"d01fb3a5-f91d-46fe-bba5-32b86effd871"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"673cb438dde8314c67b14aa5\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                        \"keycloakUser\": {\n                            \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"azan\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"73db4d55-e714-4975-b745-724c724ce1aa\",\n                    \"joiningTime\": \"2024-11-19T15:53:08.799+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb438dde8314c67b14aa5\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"azan\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 44,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb438dde8314c67b14aa5\",\n            \"creationTime\": \"2024-11-19T15:52:24.727+00:00\",\n            \"endTime\": \"2024-11-19T15:53:08.737+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb4384f99313a249d9113\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cb1b0dde8314c67b12351\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"acb91607-2dc1-404e-85db-f86a07433911\",\n                    \"joiningTime\": \"2024-11-19T15:42:07.907+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb1b0dde8314c67b12351\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 31,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb1b0dde8314c67b12351\",\n            \"creationTime\": \"2024-11-19T15:41:36.113+00:00\",\n            \"endTime\": \"2024-11-19T15:42:07.837+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb1b04f99313a249d859b\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Mayday\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cacfcdde8314c67b0f874\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"5764f4c6-3b2f-4db0-a2d6-f7e13e6b42a0\",\n                    \"joiningTime\": \"2024-11-19T15:23:01.528+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cacfcdde8314c67b0f874\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 89,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cacfcdde8314c67b0f874\",\n            \"creationTime\": \"2024-11-19T15:21:32.102+00:00\",\n            \"endTime\": \"2024-11-19T15:23:01.415+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cacfb4f99313a249d7c7e\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                },\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Urgent Support\"\n                }\n            ]\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 3,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 3\n}"},{"id":"0bc82f99-153b-4fcd-89cf-0cea72d2036f","name":"WrapUp Value","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=3&filter=wrapUps.value in General Query,Mayday","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"filter","value":"wrapUps.value in General Query,Mayday"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 20 Nov 2024 07:01:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"080ad5f4-9a7c-46b8-9aa6-13b89d265118"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"673cb438dde8314c67b14aa5\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                        \"keycloakUser\": {\n                            \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"azan\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"73db4d55-e714-4975-b745-724c724ce1aa\",\n                    \"joiningTime\": \"2024-11-19T15:53:08.799+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb438dde8314c67b14aa5\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"azan\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 44,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb438dde8314c67b14aa5\",\n            \"creationTime\": \"2024-11-19T15:52:24.727+00:00\",\n            \"endTime\": \"2024-11-19T15:53:08.737+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb4384f99313a249d9113\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cb1b0dde8314c67b12351\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"acb91607-2dc1-404e-85db-f86a07433911\",\n                    \"joiningTime\": \"2024-11-19T15:42:07.907+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb1b0dde8314c67b12351\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 31,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb1b0dde8314c67b12351\",\n            \"creationTime\": \"2024-11-19T15:41:36.113+00:00\",\n            \"endTime\": \"2024-11-19T15:42:07.837+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb1b04f99313a249d859b\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Mayday\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cacfcdde8314c67b0f874\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"5764f4c6-3b2f-4db0-a2d6-f7e13e6b42a0\",\n                    \"joiningTime\": \"2024-11-19T15:23:01.528+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cacfcdde8314c67b0f874\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 89,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cacfcdde8314c67b0f874\",\n            \"creationTime\": \"2024-11-19T15:21:32.102+00:00\",\n            \"endTime\": \"2024-11-19T15:23:01.415+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cacfb4f99313a249d7c7e\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                },\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Urgent Support\"\n                }\n            ]\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 3,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 3\n}"},{"id":"fb8c142d-3f6b-40c8-b343-eb29cd26b4c6","name":"Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/customer-topics/filtered-conversations?offset=0&limit=3&filter=id in 673cb438dde8314c67b14aa5,673cb1b0dde8314c67b12351,673cacfcdde8314c67b0f874","host":["{{conversation-manager-url}}"],"path":["customer-topics","filtered-conversations"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"filter","value":"id in 673cb438dde8314c67b14aa5,673cb1b0dde8314c67b12351,673cacfcdde8314c67b0f874"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 20 Nov 2024 06:47:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"d01fb3a5-f91d-46fe-bba5-32b86effd871"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"673cb438dde8314c67b14aa5\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                        \"keycloakUser\": {\n                            \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"azan\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"73db4d55-e714-4975-b745-724c724ce1aa\",\n                    \"joiningTime\": \"2024-11-19T15:53:08.799+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb438dde8314c67b14aa5\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"c22a3965-2525-4cbf-8c58-dec58b65601b\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"azan\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 44,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb438dde8314c67b14aa5\",\n            \"creationTime\": \"2024-11-19T15:52:24.727+00:00\",\n            \"endTime\": \"2024-11-19T15:53:08.737+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb4384f99313a249d9113\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cb1b0dde8314c67b12351\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"acb91607-2dc1-404e-85db-f86a07433911\",\n                    \"joiningTime\": \"2024-11-19T15:42:07.907+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cb1b0dde8314c67b12351\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 31,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cb1b0dde8314c67b12351\",\n            \"creationTime\": \"2024-11-19T15:41:36.113+00:00\",\n            \"endTime\": \"2024-11-19T15:42:07.837+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cb1b04f99313a249d859b\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Mayday\"\n                }\n            ]\n        },\n        {\n            \"id\": \"673cacfcdde8314c67b0f874\",\n            \"customer\": {\n                \"_id\": \"673cacfbaebadc088243b39d\",\n                \"firstName\": \"123\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"123\"\n                ]\n            },\n            \"participants\": [\n                {\n                    \"type\": \"AGENT\",\n                    \"role\": \"PRIMARY\",\n                    \"participant\": {\n                        \"participantType\": \"CCUser\",\n                        \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                        \"keycloakUser\": {\n                            \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                            \"firstName\": \"\",\n                            \"lastName\": \"\",\n                            \"roles\": [\n                                \"default-roles-expertflow\",\n                                \"agent\",\n                                \"offline_access\",\n                                \"uma_authorization\"\n                            ],\n                            \"username\": \"agent\",\n                            \"permittedResources\": {\n                                \"Resources\": [\n                                    {\n                                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                        \"rsname\": \"subscribed-list\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                        \"rsname\": \"state-change\",\n                                        \"scopes\": [\n                                            \"manage_state_change\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                        \"rsname\": \"customer-labels\",\n                                        \"scopes\": [\n                                            \"assign_label\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                        \"rsname\": \"recording-link\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                        \"rsname\": \"agent-dashboard\",\n                                        \"scopes\": [\n                                            \"view\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                        \"rsname\": \"agent-conversation-control\",\n                                        \"scopes\": [\n                                            \"view_history\",\n                                            \"view_leave_chat\",\n                                            \"view_history_active_customer \",\n                                            \"view_direct_transfer\",\n                                            \"view_initiate_chat\",\n                                            \"view_wrap_up\",\n                                            \"view_conference\",\n                                            \"view_consult\"\n                                        ]\n                                    },\n                                    {\n                                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                        \"rsname\": \"customer\",\n                                        \"scopes\": [\n                                            \"masked_pii\",\n                                            \"view\",\n                                            \"view_in_conversation\",\n                                            \"manage_in_conversation\"\n                                        ]\n                                    }\n                                ]\n                            },\n                            \"realm\": \"expertflow\",\n                            \"attributes\": {},\n                            \"userTeam\": {\n                                \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                                \"teamName\": \"agents\"\n                            },\n                            \"supervisedTeams\": []\n                        },\n                        \"associatedRoutingAttributes\": [],\n                        \"associatedMrds\": []\n                    },\n                    \"id\": \"5764f4c6-3b2f-4db0-a2d6-f7e13e6b42a0\",\n                    \"joiningTime\": \"2024-11-19T15:23:01.528+00:00\",\n                    \"token\": null,\n                    \"conversationId\": \"673cacfcdde8314c67b0f874\",\n                    \"isActive\": true,\n                    \"userCredentials\": {},\n                    \"state\": \"SUBSCRIBED\",\n                    \"stateChangedOn\": null\n                }\n            ],\n            \"agentParticipants\": [\n                {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firsName\": \"\",\n                    \"lastName\": \"\",\n                    \"username\": \"agent\",\n                    \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\"\n                }\n            ],\n            \"durationInSeconds\": 89,\n            \"state\": \"INACTIVE\",\n            \"conversationDirection\": \"INBOUND\",\n            \"channelSession\": \"673cacfcdde8314c67b0f874\",\n            \"creationTime\": \"2024-11-19T15:21:32.102+00:00\",\n            \"endTime\": \"2024-11-19T15:23:01.415+00:00\",\n            \"conversationData\": {\n                \"name\": \"Azan\",\n                \"phone\": \"123\"\n            },\n            \"botId\": \"673c94d7cbbc99222d39ea22\",\n            \"lastUsedChannelSession\": \"673cacfb4f99313a249d7c7e\",\n            \"roomInfo\": {\n                \"id\": \"673cacfbdde8314c67b0f873\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"wrapUps\": [\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"General Query\"\n                },\n                {\n                    \"categoryName\": \"Conversations\",\n                    \"value\": \"Urgent Support\"\n                }\n            ]\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 3,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 3\n}"}],"_postman_id":"927c3d38-5021-49c2-a557-e040ecbb2d24"},{"name":"Search Customer Last Conversation","id":"ddc0439f-42f4-49b5-a730-9e3e089b47c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://efcx-qa6.expertflow.com/conversation-manager/customer-topics/customer/:customerId?lookBackPeriodInHours=24&channelType=WEB&queueName=Chat&direction=INBOUND","description":"<p>This endpoint makes an HTTP GET request to retrieve customer topics for a specific customer within the last 24 hours. The request includes the customer ID as a path parameter, and query parameters for lookBackHours, channelType, queueName, and direction.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><code>customerId</code> (path parameter): The unique identifier of the customer.</p>\n</li>\n<li><p><code>lookBackHours</code> (query parameter): The number of hours to look back for customer topics.</p>\n</li>\n<li><p><code>channelType</code> (query parameter): The type of channel used for communication.</p>\n</li>\n<li><p><code>queueName</code> (query parameter): The name of the queue for the conversation.</p>\n</li>\n<li><p><code>direction</code> (query parameter): The direction of the conversation (e.g., INBOUND).</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response body contains the customer topics data for the specified customer within the defined time frame.</p>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics","customer",":customerId"],"host":["efcx-qa6","expertflow","com"],"query":[{"description":{"content":"<p>Time in hours to limit the conversation search for this customer. If not provided, the default value is 24 hours. The value must be between 1 and 24 hours. </p>\n","type":"text/plain"},"key":"lookBackPeriodInHours","value":"24"},{"description":{"content":"<p>The ChannelType of first channel session in conversation.</p>\n<p>Possible values :\nFACEBOOK\nVIBER\nWHATSAPP\nSMS\nWEB\nCX_VOICE\nCISCO_CC\nGENERIC\nTWITTER\nTELEGRAM\nINSTAGRAM\nEMAIL\nWEB_RTC</p>\n","type":"text/plain"},"key":"channelType","value":"WEB"},{"description":{"content":"<p>The first queue through which a conversation was routed to an agent</p>\n","type":"text/plain"},"key":"queueName","value":"Chat"},{"description":{"content":"<p>Conversation Direction (INBOUND/OUTBOUND)</p>\n","type":"text/plain"},"key":"direction","value":"INBOUND"}],"variable":[{"id":"d53bc11d-f074-4dbf-bba2-a7afad1c24a1","description":{"content":"<p>Customer ID </p>\n","type":"text/plain"},"type":"any","value":"672d72d4e16f51b6c87f767b","key":"customerId"}]}},"response":[{"id":"73c294f9-f30c-4d8c-adf0-3db26ca2103d","name":"Search Customer Last Conversation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/conversation-manager/customer-topics/customer/:customerId?lookBackPeriodInHours=24&channelType=WEB&queueName=Chat&direction=INBOUND","protocol":"https","host":["cim","expertflow","com"],"path":["conversation-manager","customer-topics","customer",":customerId"],"query":[{"key":"lookBackPeriodInHours","value":"24","description":"Time in hours to limit the conversation search for this customer. If not provided, the default value is 24 hours. The value must be between 1 and 24 hours. "},{"key":"channelType","value":"WEB","description":"The ChannelType of first channel session in conversation.\n\nPossible values :\nFACEBOOK\nVIBER\nWHATSAPP\nSMS\nWEB\nCX_VOICE\nCISCO_CC\nGENERIC\nTWITTER\nTELEGRAM\nINSTAGRAM\nEMAIL\nWEB_RTC\n"},{"key":"queueName","value":"Chat","description":"The first queue through which a conversation was routed to an agent"},{"key":"direction","value":"INBOUND","description":"Conversation Direction (INBOUND/OUTBOUND)"}],"variable":[{"key":"customerId","value":"67cfeae7956d765cfc281333","description":"Customer ID "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Mon, 17 Mar 2025 11:41:45 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"7861a661-50d2-488b-a378-3a17ce0ce185"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"No Conversation found for customer Id: 67cfeae7956d765cfc281333 in last 24 hours"}],"_postman_id":"ddc0439f-42f4-49b5-a730-9e3e089b47c4"},{"name":"Conversation(Past) By Id","id":"097825d3-dc73-45bf-9736-2c063f0f01d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/conversations/:id","description":"<p>Returns the past conversation by the given id</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<ul>\n<li><code>conversationId</code> (path parameter): The id of the conversation</li>\n</ul>\n","urlObject":{"path":["customer-topics","conversations",":id"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"1a2a4628-a5e6-4a53-b6eb-c12d7f8535bb","type":"any","value":"","key":"id"}]}},"response":[{"id":"b1731c9f-6bbd-47f1-a7dc-a1f89a6ee3e2","name":"Conversation Found","originalRequest":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/conversations/673cacfcdde8314c67b0f874"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"57c840c4-ed07-4aea-828e-4a21ad945985"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Nov 2024 07:45:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"673cacfcdde8314c67b0f874\",\n    \"customer\": {\n        \"_id\": \"673cacfbaebadc088243b39d\",\n        \"firstName\": \"123\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"web\": [\n            \"123\"\n        ]\n    },\n    \"participants\": [\n        {\n            \"type\": \"AGENT\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"CCUser\",\n                \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                \"keycloakUser\": {\n                    \"id\": \"851660d5-97a5-4141-8ded-e70fbc19d013\",\n                    \"firstName\": \"\",\n                    \"lastName\": \"\",\n                    \"roles\": [\n                        \"default-roles-expertflow\",\n                        \"agent\",\n                        \"offline_access\",\n                        \"uma_authorization\"\n                    ],\n                    \"username\": \"agent\",\n                    \"permittedResources\": {\n                        \"Resources\": [\n                            {\n                                \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                \"rsname\": \"subscribed-list\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                \"rsname\": \"state-change\",\n                                \"scopes\": [\n                                    \"manage_state_change\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                                \"rsname\": \"customer-labels\",\n                                \"scopes\": [\n                                    \"assign_label\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"28310ed8-282f-4bda-8254-36cb81382c72\",\n                                \"rsname\": \"recording-link\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"1f4de32d-7beb-4d4b-9b1d-a486e97d0a0f\",\n                                \"rsname\": \"agent-dashboard\",\n                                \"scopes\": [\n                                    \"view\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                                \"rsname\": \"agent-conversation-control\",\n                                \"scopes\": [\n                                    \"view_history\",\n                                    \"view_leave_chat\",\n                                    \"view_history_active_customer \",\n                                    \"view_direct_transfer\",\n                                    \"view_initiate_chat\",\n                                    \"view_wrap_up\",\n                                    \"view_conference\",\n                                    \"view_consult\"\n                                ]\n                            },\n                            {\n                                \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                                \"rsname\": \"customer\",\n                                \"scopes\": [\n                                    \"masked_pii\",\n                                    \"view\",\n                                    \"view_in_conversation\",\n                                    \"manage_in_conversation\"\n                                ]\n                            }\n                        ]\n                    },\n                    \"realm\": \"expertflow\",\n                    \"attributes\": {},\n                    \"userTeam\": {\n                        \"teamId\": \"68d0d2aa-11c5-46e3-9b23-1bd571c20967\",\n                        \"teamName\": \"agents\"\n                    },\n                    \"supervisedTeams\": []\n                },\n                \"associatedRoutingAttributes\": [],\n                \"associatedMrds\": []\n            },\n            \"id\": \"5764f4c6-3b2f-4db0-a2d6-f7e13e6b42a0\",\n            \"joiningTime\": \"2024-11-19T15:23:01.528+00:00\",\n            \"token\": null,\n            \"conversationId\": \"673cacfcdde8314c67b0f874\",\n            \"isActive\": true,\n            \"userCredentials\": {},\n            \"state\": \"SUBSCRIBED\",\n            \"stateChangedOn\": null\n        }\n    ],\n    \"state\": \"INACTIVE\",\n    \"conversationDirection\": \"INBOUND\",\n    \"channelSession\": \"673cacfcdde8314c67b0f874\",\n    \"creationTime\": \"2024-11-19T15:21:32.102+00:00\",\n    \"endTime\": \"2024-11-19T15:23:01.415+00:00\",\n    \"conversationData\": {\n        \"name\": \"Azan\",\n        \"phone\": \"123\"\n    },\n    \"botId\": \"673c94d7cbbc99222d39ea22\",\n    \"lastUsedChannelSession\": \"673cacfb4f99313a249d7c7e\",\n    \"roomInfo\": {\n        \"id\": \"673cacfbdde8314c67b0f873\",\n        \"mode\": \"CONTACT_CENTER\"\n    }\n}"},{"id":"c4ff2349-a9a6-4269-ac26-a0b6f6f0ae95","name":"Conversation Not Found","originalRequest":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/conversations/673cacfcdde8314c67b0f875"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"correlationId","value":"5f69441e-c71f-418d-8a02-8ecd6ccc802a"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"54"},{"key":"Date","value":"Fri, 22 Nov 2024 07:47:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"No conversation found for id: 673cacfcdde8314c67b0f875"}],"_postman_id":"097825d3-dc73-45bf-9736-2c063f0f01d5"},{"name":"Search Conversations","id":"c94f9abf-5f0a-4667-8d52-4805b9fd7808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations(\n    filter: {\n        and: [\n            {\n              key: \"creationTime\",\n              operator: greater_than,\n              value: \"2025-05-21T12:32:00Z\"\n            },\n            {\n              key: \"endTime\",\n              operator: less_than_equal_to,\n              value: \"2025-05-21T12:33:59Z\"\n            }\n        ]\n    },\n    pagination: { limit: 10, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql","description":"<p>This request fetches a list of conversations based on complex filter criteria. It supports nested and logical (<code>and</code>, <code>or</code>) filters across allowed fields such as</p>\n<p><code>customer._id</code>, <code>conversationDirection</code> ,<code>agentParticipants.username</code>, <code>wrapUps.value</code>, <code>durationInSeconds</code>, <code>conversationData.key</code> , <code>conversationData.value</code>and more. You can perform exact matches, partial text matches, and range queries (e.g., for time and duration).</p>\n","urlObject":{"path":["graphql"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"5892d06b-84c9-4f32-a389-c1c514094eec","name":"Filter by Agent Username","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations(\n    filter: { \n        key: \"agentParticipants.username\", \n        operator: equal_to, \n        value: \"agent\" \n    },\n    pagination: { limit: 10, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      agentParticipants {\n        username\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 05:41:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"44ad48a8-939e-4eca-9f83-b780ae87020d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db1c9d94263663165b974\",\n                    \"creationTime\": \"2025-05-21 10:58:17.796\",\n                    \"endTime\": \"2025-05-21 10:58:57.315\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db184d94263663165a592\",\n                    \"creationTime\": \"2025-05-21 10:57:08.74\",\n                    \"endTime\": \"2025-05-21 10:57:28.034\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b17cdd942636631657c26\",\n                    \"creationTime\": \"2025-05-19 11:36:45.674\",\n                    \"endTime\": \"2025-05-19 11:38:35.997\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0ff6d94263663165604e\",\n                    \"creationTime\": \"2025-05-19 11:03:18.183\",\n                    \"endTime\": \"2025-05-19 11:04:44.876\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0e83d9426366316506a8\",\n                    \"creationTime\": \"2025-05-19 10:57:07.801\",\n                    \"endTime\": \"2025-05-19 11:01:06.946\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 3,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"b52b979d-46c1-405d-aa7d-f196d36ad50f","name":"Filter by CreationTime and EndTime Range","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations(\n    filter: {\n        and: [\n            {\n              key: \"creationTime\",\n              operator: greater_than,\n              value: \"2025-05-21T12:32:00Z\"\n            },\n            {\n              key: \"endTime\",\n              operator: less_than,\n              value: \"2025-05-21T12:33:59Z\"\n            }\n        ]\n    },\n    pagination: { limit: 10, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 05:37:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"6a899d36-0814-47f9-a2de-fcfe3061261b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\"\n                }\n            ],\n            \"totalDocs\": 1,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"f6a6416d-714f-43a7-8d57-83c075b2c1ec","name":"Filter by ConversationData","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: {\n      and: [\n        { \n            key: \"conversationData.key\", \n            operator: equal_to, \n            value: \"phone\" \n        },\n        { \n            key: \"conversationData.value\"\n            operator: equal_to, \n            value: \"12345\" \n        }\n      ]\n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"endTime\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      conversationData {\n        key\n        type\n        ... on StringConversationData {\n            value\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:08:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"e70c96d7-2d5c-406b-b9bc-f3b7241fdbf5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"67ef6e185d38eb5e2cd8294c\",\n                    \"creationTime\": \"2025-04-04 05:28:56.72\",\n                    \"endTime\": \"2025-04-04 05:29:04.567\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\",\n                            \"value\": \"12345\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67ef6e775d38eb5e2cd83094\",\n                    \"creationTime\": \"2025-04-04 05:30:31.735\",\n                    \"endTime\": \"2025-04-04 05:31:28.551\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\",\n                            \"value\": \"12345\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67ef78d75d38eb5e2cd872b8\",\n                    \"creationTime\": \"2025-04-04 06:14:47.127\",\n                    \"endTime\": \"2025-04-04 06:15:17.787\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\",\n                            \"value\": \"12345\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67ef82f55d38eb5e2cd87afc\",\n                    \"creationTime\": \"2025-04-04 06:57:57.345\",\n                    \"endTime\": \"2025-04-04 06:58:32.778\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\",\n                            \"value\": \"12345\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67ef83775d38eb5e2cd88f41\",\n                    \"creationTime\": \"2025-04-04 07:00:07.084\",\n                    \"endTime\": \"2025-04-04 07:00:37.773\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\",\n                            \"value\": \"12345\"\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 23,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"5bbf51a2-fc15-4b93-a534-57d5a35242a2","name":"Filter by Conversation Direction","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n        key: \"conversationDirection\", \n        operator: equal_to, \n        value: \"INBOUND\" \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      conversationDirection\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:23:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"29ec0587-5e1c-4697-b7c3-93314c34a5a1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"conversationDirection\": \"INBOUND\"\n                }\n            ],\n            \"totalDocs\": 43,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"b0fa8bfb-b160-4135-bc88-1f229e38c244","name":"Filter by Customer Id","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n        key: \"customer._id\", \n        operator: equal_to, \n        value: \"682af594f97e3bcc016e8cbb\" \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      customer {\n        _id\n        firstName\n      }\n      creationTime\n      endTime\n      conversationDirection\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:28:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"063bab4f-0ca6-48be-9838-4531661da1e7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"conversationDirection\": \"INBOUND\"\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"conversationDirection\": \"INBOUND\"\n                }\n            ],\n            \"totalDocs\": 4,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"f585b410-9bae-4a27-af7a-58d5c03d9957","name":"Filter by Duration Range","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n        and: [\n            {\n                key: \"durationInSeconds\", \n                operator: greater_than_equal_to, \n                value: \"10\" \n            },\n            {\n                key: \"durationInSeconds\", \n                operator: less_than, \n                value: \"20\" \n            }\n        ]\n        \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      customer {\n        _id\n        firstName\n      }\n      creationTime\n      endTime\n      conversationDirection\n      durationInSeconds\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:31:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"66a682b1-5a98-49e7-9ddc-71631857f092"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 18\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 19\n                },\n                {\n                    \"id\": \"682db184d94263663165a592\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 10:57:08.74\",\n                    \"endTime\": \"2025-05-21 10:57:28.034\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 19\n                },\n                {\n                    \"id\": \"682af5cdd94263663164963d\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-19 09:11:41.781\",\n                    \"endTime\": \"2025-05-19 09:11:56.81\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 15\n                },\n                {\n                    \"id\": \"682af594d942636631648727\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-19 09:10:44.451\",\n                    \"endTime\": \"2025-05-19 09:11:03.673\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 19\n                }\n            ],\n            \"totalDocs\": 2,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"9231f79d-eb89-43ef-a45a-9e976a8fcb92","name":"Filter by Multiple Agent Ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n        or: [\n            {\n                key: \"agentParticipants.id\", \n                operator: equal_to, \n                value:\"4280399b-6906-46f9-881c-9dcb58372e74\" \n            },\n            {\n                key: \"agentParticipants.id\", \n                operator: equal_to, \n                value: \"1ae0cdf0-1c74-47ff-ae0e-4976cf4c8ac6\" \n            }\n        ]\n        \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      customer {\n        _id\n        firstName\n      }\n      creationTime\n      endTime\n      conversationDirection\n      durationInSeconds\n      agentParticipants {\n        id\n        username\n      }\n\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:35:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"3d243d4b-0cbe-4be7-b2b4-8b535260c85e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 63,\n                    \"agentParticipants\": [\n                        {\n                            \"id\": \"4280399b-6906-46f9-881c-9dcb58372e74\",\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 18,\n                    \"agentParticipants\": [\n                        {\n                            \"id\": \"4280399b-6906-46f9-881c-9dcb58372e74\",\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 19,\n                    \"agentParticipants\": [\n                        {\n                            \"id\": \"4280399b-6906-46f9-881c-9dcb58372e74\",\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 28,\n                    \"agentParticipants\": [\n                        {\n                            \"id\": \"4280399b-6906-46f9-881c-9dcb58372e74\",\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"customer\": {\n                        \"_id\": \"682af594f97e3bcc016e8cbb\",\n                        \"firstName\": \"12345\"\n                    },\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"durationInSeconds\": 78,\n                    \"agentParticipants\": [\n                        {\n                            \"id\": \"4280399b-6906-46f9-881c-9dcb58372e74\",\n                            \"username\": \"agent\"\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 3,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"586a54dc-348d-412b-abc8-120f5d719987","name":"Filter with Starts_With and Ends_With","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations(\n    filter: {\n        and: [\n            {\n              key: \"agentParticipants.username\",\n              operator: starts_with,\n              value: \"ag\"\n            },\n            {\n              key: \"agentParticipants.username\",\n              operator: ends_with,\n              value: \"t\"\n            }\n        ]\n    },\n    pagination: { limit: 10, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      agentParticipants {\n        username\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:49:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"801ed6b9-888a-4228-8fe1-91b7cdddaf59"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db1c9d94263663165b974\",\n                    \"creationTime\": \"2025-05-21 10:58:17.796\",\n                    \"endTime\": \"2025-05-21 10:58:57.315\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db184d94263663165a592\",\n                    \"creationTime\": \"2025-05-21 10:57:08.74\",\n                    \"endTime\": \"2025-05-21 10:57:28.034\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b17cdd942636631657c26\",\n                    \"creationTime\": \"2025-05-19 11:36:45.674\",\n                    \"endTime\": \"2025-05-19 11:38:35.997\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0ff6d94263663165604e\",\n                    \"creationTime\": \"2025-05-19 11:03:18.183\",\n                    \"endTime\": \"2025-05-19 11:04:44.876\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0e83d9426366316506a8\",\n                    \"creationTime\": \"2025-05-19 10:57:07.801\",\n                    \"endTime\": \"2025-05-19 11:01:06.946\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 3,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"386f79c6-9aba-44af-876c-af19edd3fdee","name":"Filter with Contains","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations(\n    filter: {\n        key: \"agentParticipants.username\",\n        operator: contains,\n        value: \"n\"\n    },\n    pagination: { limit: 10, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      agentParticipants {\n        username\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:53:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"c8022087-4838-4a71-b6f3-2870e6b40c50"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db1c9d94263663165b974\",\n                    \"creationTime\": \"2025-05-21 10:58:17.796\",\n                    \"endTime\": \"2025-05-21 10:58:57.315\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682db184d94263663165a592\",\n                    \"creationTime\": \"2025-05-21 10:57:08.74\",\n                    \"endTime\": \"2025-05-21 10:57:28.034\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b17cdd942636631657c26\",\n                    \"creationTime\": \"2025-05-19 11:36:45.674\",\n                    \"endTime\": \"2025-05-19 11:38:35.997\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0ff6d94263663165604e\",\n                    \"creationTime\": \"2025-05-19 11:03:18.183\",\n                    \"endTime\": \"2025-05-19 11:04:44.876\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"682b0e83d9426366316506a8\",\n                    \"creationTime\": \"2025-05-19 10:57:07.801\",\n                    \"endTime\": \"2025-05-19 11:01:06.946\",\n                    \"agentParticipants\": [\n                        {\n                            \"username\": \"agent\"\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 3,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"60fd4aef-cb6d-4718-a5fa-f56a503750b1","name":"Filter with OR + AND Combination","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: {\n      or: [\n        { \n            key: \"conversationDirection\", \n            operator: equal_to, \n            value: \"INBOUND\" \n        },\n        {\n        and: [\n            { \n                key: \"conversationData.type\"\n                operator: equal_to, \n                value: \"FORM_DATA\" \n            },\n            { \n                key: \"conversationData.value.formId\"\n                operator: equal_to, \n                value: \"668545f977616400330ad40f\" \n            }\n        ]}\n      ]\n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      creationTime\n      endTime\n      conversationDirection\n      conversationData {\n        key\n        type\n        ... on FormDataConversationData {\n            value {\n                formId\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:18:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"9ea3a09a-cd82-472b-8e2e-b23c9cf716bd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"681b8d532626fc57479c464e\",\n                    \"creationTime\": \"2025-05-07 16:41:55.146\",\n                    \"endTime\": \"2025-05-07 17:05:15.783\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"greeting\",\n                            \"type\": \"STRING\"\n                        },\n                        {\n                            \"key\": \"age\",\n                            \"type\": \"INT\"\n                        },\n                        {\n                            \"key\": \"isActive\",\n                            \"type\": \"BOOLEAN\"\n                        },\n                        {\n                            \"key\": \"interests\",\n                            \"type\": \"STRING_LIST\"\n                        },\n                        {\n                            \"key\": \"website\",\n                            \"type\": \"URL\"\n                        },\n                        {\n                            \"key\": \"formData\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        },\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"681b88564c54c41a7a0934bf\",\n                    \"creationTime\": \"2025-05-07 16:20:38.934\",\n                    \"endTime\": \"2025-05-07 16:25:03.651\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"formData\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        },\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"681b7f044c54c41a7a092d38\",\n                    \"creationTime\": \"2025-05-07 15:40:52.864\",\n                    \"endTime\": \"2025-05-07 15:43:47.025\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"formData\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        },\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\"\n                        },\n                        {\n                            \"key\": \"wrapup2\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        },\n                        {\n                            \"key\": \"wrapup26\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                },\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"681b5bbdddc17a15def84154\",\n                    \"creationTime\": \"2025-05-07 13:10:21.005\",\n                    \"endTime\": \"2025-05-09 12:15:41.801\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"wrapup2\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"68146030432f497d7465d148\",\n                    \"creationTime\": \"2025-05-02 06:03:28.498\",\n                    \"endTime\": \"2025-05-02 06:03:43.146\",\n                    \"conversationDirection\": \"INBOUND\",\n                    \"conversationData\": [\n                        {\n                            \"key\": \"phone\",\n                            \"type\": \"STRING\"\n                        },\n                        {\n                            \"key\": \"wrapup2\",\n                            \"type\": \"FORM_DATA\",\n                            \"value\": [\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                },\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                },\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                },\n                                {\n                                    \"formId\": \"668545f977616400330ad40f\"\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"totalDocs\": 1,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"2bd834bc-68fa-45c0-92b0-ec1dd64ff462","name":"No Parameters In Query","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchConversations {\n    docs {\n      id\n      creationTime\n      endTime\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 07:16:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"e5468bb5-51d4-4c91-aaed-cd994e216fa3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [\n                {\n                    \"id\": \"682dc7c0d94263663166379f\",\n                    \"creationTime\": \"2025-05-21 12:32:00.324\",\n                    \"endTime\": \"2025-05-21 12:33:03.883\"\n                },\n                {\n                    \"id\": \"682dc4b6d942636631662583\",\n                    \"creationTime\": \"2025-05-21 12:19:02.865\",\n                    \"endTime\": \"2025-05-21 12:19:21.262\"\n                },\n                {\n                    \"id\": \"682dc486d94263663166136a\",\n                    \"creationTime\": \"2025-05-21 12:18:14.94\",\n                    \"endTime\": \"2025-05-21 12:18:34.261\"\n                },\n                {\n                    \"id\": \"682dc440d942636631660101\",\n                    \"creationTime\": \"2025-05-21 12:17:04.89\",\n                    \"endTime\": \"2025-05-21 12:17:33.225\"\n                },\n                {\n                    \"id\": \"682db23fd94263663165d9e6\",\n                    \"creationTime\": \"2025-05-21 11:00:15.1\",\n                    \"endTime\": \"2025-05-21 11:01:33.686\"\n                },\n                {\n                    \"id\": \"682db204d94263663165cb8f\",\n                    \"creationTime\": \"2025-05-21 10:59:16.359\",\n                    \"endTime\": \"2025-05-21 11:00:10.241\"\n                },\n                {\n                    \"id\": \"682db1c9d94263663165b974\",\n                    \"creationTime\": \"2025-05-21 10:58:17.796\",\n                    \"endTime\": \"2025-05-21 10:58:57.315\"\n                },\n                {\n                    \"id\": \"682db184d94263663165a592\",\n                    \"creationTime\": \"2025-05-21 10:57:08.74\",\n                    \"endTime\": \"2025-05-21 10:57:28.034\"\n                },\n                {\n                    \"id\": \"682b17cdd942636631657c26\",\n                    \"creationTime\": \"2025-05-19 11:36:45.674\",\n                    \"endTime\": \"2025-05-19 11:38:35.997\"\n                },\n                {\n                    \"id\": \"682b0ff6d94263663165604e\",\n                    \"creationTime\": \"2025-05-19 11:03:18.183\",\n                    \"endTime\": \"2025-05-19 11:04:44.876\"\n                }\n            ],\n            \"totalDocs\": 22,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"19dc9002-43e6-4b0a-bc7b-b39f8e752575","name":"Error for Not Allowed Field","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n       key: \"customer.firstName\"\n       operator: equal_to\n       value: \"azan\"\n        \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      customer {\n        _id\n        firstName\n      }\n      creationTime\n      endTime\n      conversationDirection\n      durationInSeconds\n      agentParticipants {\n        id\n        username\n      }\n\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:37:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"ae84cac4-1867-489e-9ce5-349cd1e1a8bc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Field 'customer.firstName' is not allowed for filtering in entity 'ConversationEntity'\",\n            \"locations\": [],\n            \"extensions\": {\n                \"errorType\": \"UNAVAILABLE\",\n                \"errorDetail\": \"SERVICE_ERROR\"\n            }\n        }\n    ],\n    \"data\": {\n        \"searchConversations\": null\n    }\n}"},{"id":"f40c6f77-27b8-4388-a1b2-a07f2bdab120","name":"No Match Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  searchConversations(\n    filter: { \n       key: \"wrapUps.value\"\n       operator: equal_to\n       value: \"issue_resolved\"\n        \n    },\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"creationTime\", sortOrder: DESC }\n  ) {\n    docs {\n      id\n      customer {\n        _id\n        firstName\n      }\n      creationTime\n      endTime\n      conversationDirection\n      durationInSeconds\n      wrapUps {\n        value\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 22 May 2025 06:39:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"1ca549be-18d4-46ea-a19e-0f3698480c4b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchConversations\": {\n            \"docs\": [],\n            \"totalDocs\": 0,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"}],"_postman_id":"c94f9abf-5f0a-4667-8d52-4805b9fd7808"}],"id":"e815f6db-a1f2-4355-82d9-1b5bd0f61419","_postman_id":"e815f6db-a1f2-4355-82d9-1b5bd0f61419","description":""},{"name":"Events and Activities","item":[{"name":"Active Events By ConversationId","id":"9e64dea2-6215-4030-ba1e-fca6d739f109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/:id/events","description":"<p>Return the list of topic messages</p>\n","urlObject":{"path":["customer-topics",":id","events"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"c3fcc550-847f-4379-bb0d-38cb7435457b","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"9e64dea2-6215-4030-ba1e-fca6d739f109"},{"name":"Active Events By ConversationId Copy","id":"03efbdbb-9b87-4ea6-92e6-239616d48ec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/:id/events","description":"<p>Return the list of topic messages</p>\n","urlObject":{"path":["customer-topics",":id","events"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"3e8a82c4-795e-44f7-86f8-74cf9369ee12","type":"any","value":null,"key":"id"}]}},"response":[{"id":"b0a77de5-917a-4030-9762-8d8feea712e9","name":"Get Topic Messages","originalRequest":{"method":"GET","header":[],"url":"{{url}}/customer-topics/6d4b36ed-22a3-4418-961e-b14853c71c04/messages"},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[{\n    \"id\": \"8ad1ebe6-3f98-4dd0-9fe3-f51e73f9fbcb\",\n    \"header\": {\n        \"sender\": {\n            \"type\": \"CUSTOMER\",\n            \"role\": \"PRIMARY\",\n            \"participant\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"13a65cbb-1a0b-454d-b445-dbd81c5a9ef0\",\n                \"channel\": {\n                    \"id\": \"db149159-8a5d-43a3-9f54-6d4f8c5b4c4e\",\n                    \"channelName\": \"WhatsApp\",\n                    \"serviceIdentifier\": \"12345\",\n                    \"channelConfig\": {\n                        \"id\": \"1274b6a5-d51f-4b95-8d56-5f1c241eff2d\",\n                        \"channelMode\": \"AGENT\",\n                        \"conversationBot\": \"setConversationBot\",\n                        \"responseSla\": 100,\n                        \"customerActivityTimeout\": 1000,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"queueID\": \"4ce22e35-682a-4a3d-bab0-4f9972003a8f\",\n                            \"policy\": null\n                        },\n                        \"botId\": \"Dummy\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"84c89a51-abdd-460c-8ceb-0c6fdc382742\",\n                        \"channelConnectorName\": \"Whatsapp Connector\",\n                        \"channelWebhook\": null,\n                        \"type\": {\n                            \"id\": \"15a151d3-578e-4b32-a49c-561549232981\",\n                            \"name\": \"WHATSAPP\",\n                            \"interactive\": true\n                        },\n                        \"channelLogo\": null,\n                        \"tenant\": null\n                    }\n                },\n                \"linkedCustomer\": {\n                    \"isAnonymous\": false,\n                    \"associatedCustomer\": {\n                        \"id\": \"d53cf776-ff0c-49f1-b354-5aff7163a979\",\n                        \"firstName\": \"Ahmad\"\n                    }\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"03338283920\",\n                    \"serviceIdentifier\": \"12345\",\n                    \"additionalAttribute\": []\n                },\n                \"latestIntent\": \"intent\",\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"topicId\": \"559185b4-4e1c-4bd8-a075-5fc185e50457\",\n                \"active\": true\n            },\n            \"id\": \"f5ec8995-0a6b-4bdb-8289-24db669bd2b1\",\n            \"joiningTime\": 1613636256508,\n            \"token\": \"Dummy\",\n            \"topicId\": \"559185b4-4e1c-4bd8-a075-5fc185e50457\",\n            \"userCredentials\": {}\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"03338283920\",\n            \"serviceIdentifier\": \"12345\",\n            \"additionalAttribute\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1613636256483,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": {\n            \"name\": null,\n            \"confidence\": 0\n        },\n        \"entities\": {},\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"13a65cbb-1a0b-454d-b445-dbd81c5a9ef0\",\n            \"channel\": {\n                \"id\": \"db149159-8a5d-43a3-9f54-6d4f8c5b4c4e\",\n                \"channelName\": \"WhatsApp\",\n                \"serviceIdentifier\": \"12345\",\n                \"channelConfig\": {\n                    \"id\": \"1274b6a5-d51f-4b95-8d56-5f1c241eff2d\",\n                    \"channelMode\": \"AGENT\",\n                    \"conversationBot\": \"setConversationBot\",\n                    \"responseSla\": 100,\n                    \"customerActivityTimeout\": 1000,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"queueID\": \"4ce22e35-682a-4a3d-bab0-4f9972003a8f\",\n                        \"policy\": null\n                    },\n                    \"botId\": \"Dummy\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"84c89a51-abdd-460c-8ceb-0c6fdc382742\",\n                    \"channelConnectorName\": \"Whatsapp Connector\",\n                    \"channelWebhook\": null,\n                    \"type\": {\n                        \"id\": \"15a151d3-578e-4b32-a49c-561549232981\",\n                        \"name\": \"WHATSAPP\",\n                        \"interactive\": true\n                    },\n                    \"channelLogo\": null,\n                    \"tenant\": null\n                }\n            },\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"d53cf776-ff0c-49f1-b354-5aff7163a979\",\n                    \"firstName\": \"Ahmad\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"03338283920\",\n                \"serviceIdentifier\": \"12345\",\n                \"additionalAttribute\": []\n            },\n            \"latestIntent\": \"intent\",\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"topicId\": \"559185b4-4e1c-4bd8-a075-5fc185e50457\",\n            \"active\": true\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Hello\"\n    }\n}]"}],"_postman_id":"03efbdbb-9b87-4ea6-92e6-239616d48ec6"},{"name":"Past Events By CustomerId","id":"aa63b0f7-7b80-4705-bb46-6a92e47b43e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8080/customer-rooms/customer/:customerId/roomId/:roomId/past-events?offset=0&limit=25&activity-type=ALL","urlObject":{"protocol":"http","port":"8080","path":["customer-rooms","customer",":customerId","roomId",":roomId","past-events"],"host":["127","0","0","1"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activity-type","value":"ALL"}],"variable":[{"id":"d6eba262-caed-4402-9a43-6b39a10a950b","type":"any","value":"6555d5bb647955feea26e126","key":"customerId"},{"id":"1b648147-c9fd-48e6-bd8d-d79cb68db7ec","type":"any","value":"65570667bf9d6f4a06709abe","key":"roomId"}]}},"response":[{"id":"2546721a-4cb4-4867-9cea-7464d5900ce6","name":"ALL","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/customer/:customerId/past-events?offset=0&limit=25&activity-type=ALL","host":["{{bot-framework-url}}"],"path":["customer-topics","customer",":customerId","past-events"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activity-type","value":"ALL"}],"variable":[{"key":"customerId","value":"b1bb89a4-3df8-4699-8886-da9b77a29c13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"63089159d4032411c6acfcad\",\n            \"name\": \"CHANNEL_SESSION_STARTED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:24:41.633+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089159c37d543cdf1b3a2a\",\n                \"participantType\": \"ChannelSession\",\n                \"channel\": {\n                    \"id\": \"6305de5cd2593a5785a0f016\",\n                    \"name\": \"EF Chat Channel Push\",\n                    \"serviceIdentifier\": \"1218\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"6305de5cd2593a5785a0f01c\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"6305de5cd2593a5785a0f01d\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 120,\n                        \"customerActivityTimeout\": 60,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PUSH\",\n                            \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                            \"agentRequestTtl\": 120\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"147\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"147\",\n                    \"serviceIdentifier\": \"1218\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.8845853939824249,\n                                    \"formId\": 0.06053365796228949,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"147\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"63089159d4032411c6acfc70\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            }\n        },\n        {\n            \"id\": \"63089159d4032411c6acfd4c\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:41.676+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089159d4032411c6acfcfc\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1661505881676,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089164c37d543cdf1b3aa0\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:52.409+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f09744e0-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505892398,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"cim\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089164d4032411c6acfdec\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:52.493+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089164d4032411c6acfdae\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505892492,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"*Customer Interaction Manager* (CIM) is a customer data platform (CDP), storing customer profiles with identities such as phone numbers, chat and browser IDâs. It tracks customer journeys across all channels (voice, chat, web) with an emphasis on real-time communication.\"\n                }\n            }\n        },\n        {\n            \"id\": \"6308916dc37d543cdf1b3adc\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:01.613+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f6138910-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d22022-08-26T09:56:45.534915087Z 593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505901601,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"hi\"\n                }\n            }\n        },\n        {\n            \"id\": \"6308916dd4032411c6acfe8c\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:01.690+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"6308916dd4032411c6acfe4e\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505901689,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"BUTTON\",\n                    \"buttonMessageType\": \"BUTTON\",\n                    \"buttons\": [\n                        {\n                            \"title\": \"Internet Packages\",\n                            \"payload\": \"buttonOne\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Download Android App\",\n                            \"payload\": \"buttonTwo\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Duplicate Bill\",\n                            \"payload\": \"buttonThree\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"SmartTv App Config Video\",\n                            \"payload\": \"buttonFour\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"WhatsApp Contact number\",\n                            \"payload\": \"buttonFive\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Head Office Location\",\n                            \"payload\": \"buttonSix\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Talk to a human agent\",\n                            \"payload\": \"buttonSeven\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        }\n                    ],\n                    \"markdownText\": null,\n                    \"additionalDetails\": {\n                        \"interactive\": {\n                            \"type\": \"list\",\n                            \"button\": \"Main Menu\",\n                            \"header\": {\n                                \"type\": \"text\",\n                                \"text\": \"Welcome to PTCL!\"\n                            },\n                            \"body\": {\n                                \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6308916fc37d543cdf1b3b18\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:03.964+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f77a6c10-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505903953,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": \"buttonSeven\",\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": \"6308916dd4032411c6acfe4e\",\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Talk to a human agent\"\n                }\n            }\n        },\n        {\n            \"id\": \"630891708717c2223c48a767\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:25:04.084+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0b6214c0-ee34-496b-b074-f03b2faa1441\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"63089159c37d543cdf1b3a2a\",\n                    \"channel\": {\n                        \"id\": \"6305de5cd2593a5785a0f016\",\n                        \"name\": \"EF Chat Channel Push\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"6305de5cd2593a5785a0f01c\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"6305de5cd2593a5785a0f01d\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 120,\n                            \"customerActivityTimeout\": 60,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                \"agentRequestTtl\": 120\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"147\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"2022-08-26T09:56:45.534915087Z type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"63089159d4032411c6acfc70\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": \"6305de07166ba1099d11d8e6\",\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"QUEUED\",\n                    \"reasonCode\": null\n                },\n                \"assignedTo\": null,\n                \"enqueueTime\": 1661505904081,\n                \"answerTime\": null,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"630891708717c2223c48a768\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:25:04.147+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0b6214c0-ee34-496b-b074-f03b2faa1441\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"63089159c37d543cdf1b3a2a\",\n                    \"channel\": {\n                        \"id\": \"6305de5cd2593a5785a0f016\",\n                        \"name\": \"EF Chat Channel Push\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"6305de5cd2593a5785a0f01c\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"6305de5cd2593a5785a0f01d\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 120,\n                            \"customerActivityTimeout\": 60,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                \"agentRequestTtl\": 120\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"147\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"63089159d4032411c6acfc70\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": \"6305de07166ba1099d11d8e6\",\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"RESERVED\",\n                    \"reasonCode\": null\n                },\n                \"assignedTo\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                \"enqueueTime\": 1661505904081,\n                \"answerTime\": null,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"63089173d4032411c6acffbc\",\n            \"name\": \"AGENT_SUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:25:07.029+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"ccUser\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                    \"keycloakUser\": {\n                        \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                        \"firstName\": null,\n                        \"lastName\": null,\n                        \"roles\": [\n                            \"default-roles-expertflow\",\n                            \"agent\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"haroon\",\n                        \"permittedResources\": {\n                            \"Resources\": [\n                                {\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                    \"rsname\": \"subscribed-list\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                    \"rsname\": \"leave-chat\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                    \"rsname\": \"state-change\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                    \"rsname\": \"customer-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                    \"rsname\": \"customer-labels\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                    \"rsname\": \"start-conversation\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                    \"rsname\": \"customer-conversation-view\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"realm\": \"expertflow\"\n                    },\n                    \"associatedRoutingAttributes\": [],\n                    \"associatedMrds\": []\n                },\n                \"channelSessionList\": [\n                    {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"630891738717c2223c48a769\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:25:07.062+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0b6214c0-ee34-496b-b074-f03b2faa1441\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"63089159c37d543cdf1b3a2a\",\n                    \"channel\": {\n                        \"id\": \"6305de5cd2593a5785a0f016\",\n                        \"name\": \"EF Chat Channel Push\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"6305de5cd2593a5785a0f01c\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"6305de5cd2593a5785a0f01d\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 120,\n                            \"customerActivityTimeout\": 60,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                \"agentRequestTtl\": 120\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"147\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"63089159d4032411c6acfc70\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": \"6305de07166ba1099d11d8e6\",\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"ACTIVE\",\n                    \"reasonCode\": null\n                },\n                \"assignedTo\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                \"enqueueTime\": 1661505904081,\n                \"answerTime\": 1661505907044,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"fe02912e-06e0-43bb-b9eb-44ca18d671e7\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:18.387+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"20846fb2-4548-40e3-8484-aedcae3a98b3\",\n                \"header\": {\n                    \"timestamp\": 1661505918387,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"hi\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        },\n        {\n            \"id\": \"32a6b335-4294-401b-a82f-e306203c7494\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:25.040+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"4bed8920-8b83-4f14-bfac-f15f93bdde14\",\n                \"header\": {\n                    \"timestamp\": 1661505925040,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2592022-08-26T09:56:45.534915087Z 3a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"how may I help you?\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089196c37d543cdf1b3b7d\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:42.216+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0e470fc0-2521-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505942204,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"bye\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089196d4032411c6ad018a\",\n            \"name\": \"BOT_SUGGESTION\",\n            \"type\": \"SUGGESTION\",\n            \"timestamp\": \"2022-08-26T09:25:42.308+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089196d4032411c6ad0110\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"ASSISTANT\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505942308,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"suggestions\": [\n                    {\n                        \"messageBody\": {\n                            \"type\": \"PLAIN\",\n                            \"markdownText\": \"Thanks for choosing ExpertFlow\"\n                        },\n                        \"confidenceLevel\": 0\n                    }\n                ],\n                \"requestedMessage\": {\n                    \"id\": \"0e470fc0-2521-11ed-bb7c-71f748aefa6a\",\n                    \"header\": {\n                        \"sender\": {\n                            \"type\": \"BOT\",\n                            \"role\": \"ASSISTANT\",\n                            \"participant\": {\n                                \"participantType\": \"ConversationMonitor\",\n                                \"id\": \"63089159d4032411c6acfc71\",\n                                \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                            },\n                            \"id\": \"63089159d4032411c6acfc72\",\n                            \"joiningTime\": 1661505881614,\n                            \"token\": null,\n                            \"conversationId\": null,\n                            \"isActive\": true,\n                            \"userCredentials\": {},\n                            \"state\": null,\n                            \"stateChangedOn\": null\n                        },\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": []\n                        },\n                        \"language\": {},\n                        \"timestamp\": 1661505942308,\n                        \"securityInfo\": {},\n                        \"stamps\": [],\n                        \"intent\": null,\n                        \"entities\": {},\n                        \"channelSession\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"replyToMessageId\": null,\n                        \"providerMessageId\": null\n                    },\n                    \"body\": {\n                        \"type\": \"PLAIN\",\n                        \"markdownText\": \"bye\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"e69f3795-6d7c-43c3-974e-e20411c3c205\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:26:07.862+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"d28554ec-81d8-4682-a09c-6b0ec1828c4d\",\n                \"header\": {\n                    \"timestamp\": 1661505967861,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd22022-08-26T09:56:45.534915087Z 593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"have a good day\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        },\n        {\n            \"id\": \"630891d2d4032411c6ad0217\",\n            \"name\": \"CHANNEL_SESSION_ENDED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:26:42.673+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089159c37d543cdf1b3a2a\",\n                \"participantType\": \"ChannelSession\",\n                \"channel\": {\n                    \"id\": \"6305de5cd2593a5785a0f016\",\n                    \"name\": \"EF Chat Channel Push\",\n                    \"serviceIdentifier\": \"1218\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"6305de5cd2593a5785a0f01c\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"6305de5cd2593a5785a0f01d\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 120,\n                        \"customerActivityTimeout\": 60,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PUSH\",\n                            \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                            \"agentRequestTtl\": 120\n                        },\n                        \"botId\": \"6305dde7b73d6b4ea9493980\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6305de3ad2593a5785a0efff\",\n                        \"name\": \"EF Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6305de34d2593a5785a0eff5\",\n                            \"name\": \"Web Channel Provider\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            ],\n                            \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6305de3ad2593a5785a0f001\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"6305da09d2593a5785a0efcb\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"147\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"147\",\n                    \"serviceIdentifier\": \"1218\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.8845853939824249,\n                                    \"formId\": 0.06053365796228949,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"147\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"63089159d4032411c6acfc70\",\n                \"state\": \"STARTED\",\n                \"active\": true\n            }\n        },\n        {\n            \"id\": \"630891d7d4032411c6ad02d5\",\n            \"name\": \"AGENT_UNSUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:26:47.711+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"ccUser\": {\n                    \"participantType\": \"CCUser\",\n                    \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                    \"keycloakUser\": {\n                        \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                        \"firstName\": null,\n                        \"lastName\": null,\n                        \"roles\": [\n                            \"default-roles-expertflow\",\n                            \"agent\",\n                            \"offline_access\",\n                            \"uma_authorization\"\n                        ],\n                        \"username\": \"haroon\",\n                        \"permittedResources\": {\n                            \"Resources\": [\n                                {\n                                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                    \"rsname\": \"subscribed-list\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                    \"rsname\": \"leave-chat\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                    \"rsname\": \"state-change\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                    \"rsname\": \"customer-list\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                    \"rsname\": \"customer-labels\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                    \"rsname\": \"start-conversation\",\n                                    \"scopes\": [\n                                        \"view\"\n                                    ]\n                                },\n                                {\n                                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                    \"rsname\": \"customer-conversation-view\",\n                                    \"scopes\": [\n                                        \"view\",\n                                        \"manage\"\n                                    ]\n                                }\n                            ]\n                        },\n                        \"realm\": \"expertflow\"\n                    },\n                    \"associatedRoutingAttributes\": [],\n                    \"associatedMrds\": []\n                },\n                \"channelSessionList\": []\n            }\n        },\n        {\n            \"id\": \"630891d78717c2223c48a76a\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:26:47.727+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0b6214c0-ee34-496b-b074-f03b2faa1441\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"63089159c37d543cdf1b3a2a\",\n                    \"channel\": {\n                        \"id\": \"6305de5cd2593a5785a0f016\",\n                        \"name\": \"EF Chat Channel Push\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"6305de5cd2593a5785a0f01c\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"6305de5cd2593a5785a0f01d\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 120,\n                            \"customerActivityTimeout\": 60,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                \"agentRequestTtl\": 120\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"147\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"63089159d4032411c6acfc70\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": \"6305de07166ba1099d11d8e6\",\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"CLOSED\",\n                    \"reasonCode\": \"DONE\"\n                },\n                \"assignedTo\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                \"enqueueTime\": 1661505904081,\n                \"answerTime\": 1661505907044,\n                \"handleTime\": 0\n            }\n        },\n        {\n            \"id\": \"630891d78717c2223c48a76b\",\n            \"name\": \"TASK_STATE_CHANGED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2022-08-26T09:26:47.733+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0b6214c0-ee34-496b-b074-f03b2faa1441\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"63089159c37d543cdf1b3a2a\",\n                    \"channel\": {\n                        \"id\": \"6305de5cd2593a5785a0f016\",\n                        \"name\": \"EF Chat Channel Push\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"6305de5cd2593a5785a0f01c\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"6305de5cd2593a5785a0f01d\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 120,\n                            \"customerActivityTimeout\": 60,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                \"agentRequestTtl\": 120\n                            },\n                            \"botId\": \"6305dde7b73d6b4ea9493980\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6305de3ad2593a5785a0efff\",\n                            \"name\": \"EF Web Connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6305de34d2593a5785a0eff5\",\n                                \"name\": \"Web Channel Provider\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"6305da09d2593a5785a0efcb\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6305de3ad2593a5785a0f001\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"6305da09d2593a5785a0efcb\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"147\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"63089159d4032411c6acfc70\",\n                    \"state\": \"STARTED\",\n                    \"active\": true\n                },\n                \"mrd\": {\n                    \"id\": \"6305ddf5166ba1099d11d8e5\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"interruptible\": false,\n                    \"maxRequests\": 4\n                },\n                \"queue\": \"6305de07166ba1099d11d8e6\",\n                \"priority\": 1,\n                \"state\": {\n                    \"name\": \"CLOSED\",\n                    \"reasonCode\": \"DONE\"\n                },\n                \"assignedTo\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                \"enqueueTime\": 1661505904081,\n                \"answerTime\": 1661505907044,\n                \"handleTime\": 0\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 25,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 20\n}"},{"id":"311d82fd-d3d3-49b7-909d-06ccd162ea6f","name":"EXCLUDE_SYSTEM_EVENTS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{bot-framework-url}}/customer-topics/customer/:customerId/past-events?offset=0&limit=25&activity-type=EXCLUDE_SYSTEM_EVENTS","host":["{{bot-framework-url}}"],"path":["customer-topics","customer",":customerId","past-events"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activity-type","value":"EXCLUDE_SYSTEM_EVENTS"}],"variable":[{"key":"customerId","value":"c5f704cc-1cb9-4705-8fba-79faf9e24182"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"63089159d4032411c6acfd4c\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:41.676+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089159d4032411c6acfcfc\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": null,\n                    \"language\": null,\n                    \"timestamp\": 1661505881676,\n                    \"securityInfo\": null,\n                    \"stamps\": null,\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Welcome to Expertflow Hybrid Chat solution\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089164c37d543cdf1b3aa0\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:52.409+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f09744e0-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505892398,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"cim\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089164d4032411c6acfdec\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:24:52.493+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"63089164d4032411c6acfdae\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505892492,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"*Customer Interaction Manager* (CIM) is a customer data platform (CDP), storing customer profiles with identities such as phone numbers, chat and browser IDâs. It tracks customer journeys across all channels (voice, chat, web) with an emphasis on real-time communication.\"\n                }\n            }\n        },\n        {\n            \"id\": \"6308916dc37d543cdf1b3adc\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:01.613+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f6138910-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d22022-08-26T09:56:45.534915087Z 593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505901601,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"hi\"\n                }\n            }\n        },\n        {\n            \"id\": \"6308916dd4032411c6acfe8c\",\n            \"name\": \"BOT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:01.690+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"6308916dd4032411c6acfe4e\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"ConversationMonitor\",\n                            \"id\": \"63089159d4032411c6acfc71\",\n                            \"displayName\": \"Conversation Monitor: 63089159d4032411c6acfc71\"\n                        },\n                        \"id\": \"63089159d4032411c6acfc72\",\n                        \"joiningTime\": 1661505881614,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505901689,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"BUTTON\",\n                    \"buttonMessageType\": \"BUTTON\",\n                    \"buttons\": [\n                        {\n                            \"title\": \"Internet Packages\",\n                            \"payload\": \"buttonOne\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Download Android App\",\n                            \"payload\": \"buttonTwo\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Duplicate Bill\",\n                            \"payload\": \"buttonThree\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"SmartTv App Config Video\",\n                            \"payload\": \"buttonFour\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"WhatsApp Contact number\",\n                            \"payload\": \"buttonFive\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Head Office Location\",\n                            \"payload\": \"buttonSix\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        },\n                        {\n                            \"title\": \"Talk to a human agent\",\n                            \"payload\": \"buttonSeven\",\n                            \"type\": \"String\",\n                            \"additionalButtonDetails\": {\n                                \"sectionNo\": 1,\n                                \"sectionTitle\": \"Main Menu\"\n                            }\n                        }\n                    ],\n                    \"markdownText\": null,\n                    \"additionalDetails\": {\n                        \"interactive\": {\n                            \"type\": \"list\",\n                            \"button\": \"Main Menu\",\n                            \"header\": {\n                                \"type\": \"text\",\n                                \"text\": \"Welcome to PTCL!\"\n                            },\n                            \"body\": {\n                                \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"6308916fc37d543cdf1b3b18\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:03.964+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"f77a6c10-2520-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505903953,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": \"buttonSeven\",\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": \"6308916dd4032411c6acfe4e\",\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Talk to a human agent\"\n                }\n            }\n        },\n        {\n            \"id\": \"fe02912e-06e0-43bb-b9eb-44ca18d671e7\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:18.387+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"20846fb2-4548-40e3-8484-aedcae3a98b3\",\n                \"header\": {\n                    \"timestamp\": 1661505918387,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"hi\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        },\n        {\n            \"id\": \"32a6b335-4294-401b-a82f-e306203c7494\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:25.040+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"4bed8920-8b83-4f14-bfac-f15f93bdde14\",\n                \"header\": {\n                    \"timestamp\": 1661505925040,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2592022-08-26T09:56:45.534915087Z 3a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"how may I help you?\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        },\n        {\n            \"id\": \"63089196c37d543cdf1b3b7d\",\n            \"name\": \"CUSTOMER_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:25:42.216+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"0e470fc0-2521-11ed-bb7c-71f748aefa6a\",\n                \"header\": {\n                    \"sender\": {\n                        \"type\": \"CUSTOMER\",\n                        \"role\": \"CUSTOMER\",\n                        \"participant\": {\n                            \"participantType\": \"ChannelSession\",\n                            \"id\": \"63089159c37d543cdf1b3a2a\",\n                            \"channel\": {\n                                \"id\": \"6305de5cd2593a5785a0f016\",\n                                \"name\": \"EF Chat Channel Push\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"defaultOutbound\": false,\n                                \"tenant\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01c\",\n                                    \"name\": null\n                                },\n                                \"channelConfig\": {\n                                    \"id\": \"6305de5cd2593a5785a0f01d\",\n                                    \"channelMode\": \"HYBRID\",\n                                    \"conversationBot\": \"\",\n                                    \"responseSla\": 120,\n                                    \"customerActivityTimeout\": 60,\n                                    \"customerIdentificationCriteria\": {\n                                        \"value\": null\n                                    },\n                                    \"routingPolicy\": {\n                                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                        \"routeToLastAgent\": true,\n                                        \"routingMode\": \"PUSH\",\n                                        \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                        \"agentRequestTtl\": 120\n                                    },\n                                    \"botId\": \"6305dde7b73d6b4ea9493980\"\n                                },\n                                \"channelConnector\": {\n                                    \"id\": \"6305de3ad2593a5785a0efff\",\n                                    \"name\": \"EF Web Connector\",\n                                    \"channelProviderInterface\": {\n                                        \"id\": \"6305de34d2593a5785a0eff5\",\n                                        \"name\": \"Web Channel Provider\",\n                                        \"supportedChannelTypes\": [\n                                            {\n                                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                                \"name\": \"WEB\",\n                                                \"channelLogo\": \"_WEB.svg\",\n                                                \"isInteractive\": true,\n                                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                            }\n                                        ],\n                                        \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                        \"channelProviderConfigSchema\": []\n                                    },\n                                    \"channelProviderConfigs\": [],\n                                    \"tenant\": {\n                                        \"id\": \"6305de3ad2593a5785a0f001\",\n                                        \"name\": null\n                                    }\n                                },\n                                \"channelType\": {\n                                    \"id\": \"6305da09d2593a5785a0efcb\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                }\n                            },\n                            \"customer\": {\n                                \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                                \"firstName\": \"Jane Doe\",\n                                \"phoneNumber\": [],\n                                \"isAnonymous\": true,\n                                \"__v\": 0,\n                                \"web\": [\n                                    \"147\"\n                                ]\n                            },\n                            \"customerSuggestions\": [],\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"147\",\n                                \"serviceIdentifier\": \"1218\",\n                                \"requestPriority\": 0,\n                                \"additionalAttributes\": [\n                                    {\n                                        \"key\": \"WebChannelData\",\n                                        \"type\": \"WebChannelData\",\n                                        \"value\": {\n                                            \"browserDeviceInfo\": {\n                                                \"browserId\": \"123456\",\n                                                \"browserIdExpiryTime\": \"9999\",\n                                                \"browserName\": \"chrome\",\n                                                \"deviceType\": \"desktop\"\n                                            },\n                                            \"queue\": \"\",\n                                            \"locale\": {\n                                                \"timezone\": \"asia/karachi\",\n                                                \"language\": \"english\",\n                                                \"country\": \"pakistan\"\n                                            },\n                                            \"formData\": {\n                                                \"id\": 0.8845853939824249,\n                                                \"formId\": 0.06053365796228949,\n                                                \"filledBy\": \"web-init\",\n                                                \"attributes\": [\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"firstName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"lastName\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"\",\n                                                        \"key\": \"email\",\n                                                        \"type\": \"string\"\n                                                    },\n                                                    {\n                                                        \"value\": \"147\",\n                                                        \"key\": \"channelIdentifier1\",\n                                                        \"type\": \"string\"\n                                                    }\n                                                ],\n                                                \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"latestIntent\": null,\n                            \"customerPresence\": {\n                                \"value\": null\n                            },\n                            \"isActive\": true,\n                            \"conversationId\": \"63089159d4032411c6acfc70\",\n                            \"state\": \"STARTED\",\n                            \"active\": true\n                        },\n                        \"id\": \"63089159c37d543cdf1b3a63\",\n                        \"joiningTime\": 1661505881624,\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": \"SUBSCRIBED\",\n                        \"stateChangedOn\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1661505942204,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": {},\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd2593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"replyToMessageId\": null,\n                    \"providerMessageId\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"bye\"\n                }\n            }\n        },\n        {\n            \"id\": \"e69f3795-6d7c-43c3-974e-e20411c3c205\",\n            \"name\": \"AGENT_MESSAGE\",\n            \"type\": \"MESSAGE\",\n            \"timestamp\": \"2022-08-26T09:26:07.862+00:00\",\n            \"conversationId\": \"63089159d4032411c6acfc70\",\n            \"data\": {\n                \"id\": \"d28554ec-81d8-4682-a09c-6b0ec1828c4d\",\n                \"header\": {\n                    \"timestamp\": 1661505967861,\n                    \"sender\": {\n                        \"id\": \"51d76e40-55ff-4d84-8bef-0a31c0c87b65\",\n                        \"type\": \"AGENT\",\n                        \"participant\": {\n                            \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                            \"participantType\": \"CCUser\",\n                            \"keycloakUser\": {\n                                \"id\": \"e8db9625-ac6b-48b4-89bb-e81eb5ffbda7\",\n                                \"username\": \"haroon\",\n                                \"permittedResources\": {\n                                    \"Resources\": [\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                                            \"rsname\": \"subscribed-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                                            \"rsname\": \"leave-chat\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                                            \"rsname\": \"state-change\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                                            \"rsname\": \"customer-list\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                                            \"rsname\": \"customer-labels\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\"\n                                            ],\n                                            \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                                            \"rsname\": \"start-conversation\"\n                                        },\n                                        {\n                                            \"scopes\": [\n                                                \"view\",\n                                                \"manage\"\n                                            ],\n                                            \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                                            \"rsname\": \"customer-conversation-view\"\n                                        }\n                                    ]\n                                },\n                                \"roles\": [\n                                    \"default-roles-expertflow\",\n                                    \"agent\",\n                                    \"offline_access\",\n                                    \"uma_authorization\"\n                                ],\n                                \"realm\": \"expertflow\"\n                            },\n                            \"associatedRoutingAttributes\": []\n                        },\n                        \"token\": null,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"role\": \"PRIMARY\",\n                        \"userCredentials\": null,\n                        \"state\": \"SUBSCRIBED\"\n                    },\n                    \"channelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"63089159c37d543cdf1b3a2a\",\n                        \"channel\": {\n                            \"id\": \"6305de5cd22022-08-26T09:56:45.534915087Z 593a5785a0f016\",\n                            \"name\": \"EF Chat Channel Push\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"6305de5cd2593a5785a0f01c\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"6305de5cd2593a5785a0f01d\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 120,\n                                \"customerActivityTimeout\": 60,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6305de07166ba1099d11d8e6\",\n                                    \"agentRequestTtl\": 120\n                                },\n                                \"botId\": \"6305dde7b73d6b4ea9493980\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6305de3ad2593a5785a0efff\",\n                                \"name\": \"EF Web Connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6305de34d2593a5785a0eff5\",\n                                    \"name\": \"Web Channel Provider\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"6305da09d2593a5785a0efcb\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"http://web-channel-manager:7000/message/receive\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6305de3ad2593a5785a0f001\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"6305da09d2593a5785a0efcb\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305ddf5166ba1099d11d8e5\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"63089159aa2c40cf5e83a6ed\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"147\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"147\",\n                            \"serviceIdentifier\": \"1218\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.8845853939824249,\n                                            \"formId\": 0.06053365796228949,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"147\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"63089159d4032411c6acfc70\",\n                        \"state\": \"STARTED\",\n                        \"active\": true\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"147\",\n                        \"serviceIdentifier\": \"1218\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.8845853939824249,\n                                        \"formId\": 0.06053365796228949,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"147\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2022-08-26T09:24:47.350Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                },\n                \"body\": {\n                    \"markdownText\": \"have a good day\",\n                    \"type\": \"PLAIN\"\n                }\n            }\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 25,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 20\n}"}],"_postman_id":"aa63b0f7-7b80-4705-bb46-6a92e47b43e7"},{"name":"Past Events By ConversationId","id":"b700e565-9a38-473e-a88e-a4ffc0770a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/:conversationId/past-events","urlObject":{"path":["customer-topics",":conversationId","past-events"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"0a964bd1-83c3-4fb8-8699-16f72e956dac","type":"any","value":"33082ca6-4f9c-4f6e-aa35-e66b7198eb9e","key":"conversationId"}]}},"response":[],"_postman_id":"b700e565-9a38-473e-a88e-a4ffc0770a64"},{"name":"Past Activities By CustomerId","id":"2938fb1b-6901-42ee-a689-3453a7b63b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/customer/:customerId/activities?offset=0&limit=25&activity-type=ALL","urlObject":{"path":["customer-topics","customer",":customerId","activities"],"host":["{{conversation-manager-url}}"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activity-type","value":"ALL"}],"variable":[{"id":"4ee9c409-3e42-4cce-b33c-4bf2144db3c6","type":"any","value":"63c6966854f209c2bc50ffe7","key":"customerId"}]}},"response":[],"_postman_id":"2938fb1b-6901-42ee-a689-3453a7b63b27"},{"name":"Past Activities By ConversationId","id":"c7c76bc8-3355-4c44-a709-ab16e7b1d544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/:conversationId/activities","urlObject":{"path":["customer-topics",":conversationId","activities"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"70f7738b-2a10-4f05-8cc0-15cf2b4a8c45","type":"any","value":"64a3ae5c83d1c33685e65f79","key":"conversationId"}]}},"response":[],"_postman_id":"c7c76bc8-3355-4c44-a709-ab16e7b1d544"},{"name":"Get Voice Activities","id":"68dd5b6d-880b-429e-bd97-d779f5469121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<fqdn>/conversation-manager/activities/voice?offset=0&limit=50&startTime=1694615348&endTime=1694615400&agentId=691f2e2b-22b3-4875-ae92-f43246b82022&agentName=ahmad&cn=090078601&dn=1218","urlObject":{"path":["conversation-manager","activities","voice"],"host":["<fqdn>"],"query":[{"description":{"content":"<p>default 0</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>default 100, max 100</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Unix timestamp (Required*)</p>\n","type":"text/plain"},"key":"startTime","value":"1694615348"},{"description":{"content":"<p>Unix timestamp (Required*)</p>\n","type":"text/plain"},"key":"endTime","value":"1694615400"},{"description":{"content":"<p>Agent ID in the keycloak object</p>\n","type":"text/plain"},"key":"agentId","value":"691f2e2b-22b3-4875-ae92-f43246b82022"},{"description":{"content":"<p>Agent username in the keycloak object</p>\n","type":"text/plain"},"key":"agentName","value":"ahmad"},{"description":{"content":"<p>customer Number</p>\n","type":"text/plain"},"key":"cn","value":"090078601"},{"description":{"content":"<p>Dialled Number (number that the customer dials)</p>\n","type":"text/plain"},"key":"dn","value":"1218"}],"variable":[]}},"response":[{"id":"a44938a2-623f-419c-9f39-f13b66987d77","name":"All Filters on","originalRequest":{"method":"GET","header":[],"url":{"raw":"<fqdn>/conversation-manager/activities/voice?offset=0&limit=1&startTime=1694615348&endTime=1694615400&agentId=5bdf4dc9-3210-4bce-aa9c-fd6281eabd7d&agentName=saud&cn=2001&dn=1218","host":["<fqdn>"],"path":["conversation-manager","activities","voice"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"1"},{"key":"startTime","value":"1694615348"},{"key":"endTime","value":"1694615400"},{"key":"agentId","value":"5bdf4dc9-3210-4bce-aa9c-fd6281eabd7d"},{"key":"agentName","value":"saud"},{"key":"cn","value":"2001"},{"key":"dn","value":"1218"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"65015a67e9167f6a5cdbc04e\",\n        \"name\": \"VOICE_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2023-09-13T06:44:54.944+00:00\",\n        \"conversationId\": \"65015a52e9167f6a5cdbba1d\",\n        \"eventEmitter\": {\n            \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n            \"type\": \"BOT\",\n            \"senderName\": \"CONVERSATION_MONITOR\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n            \"channel\": {\n                \"id\": \"64f39e764c626638a1cd46b5\",\n                \"name\": \"CX Voice\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": true,\n                \"tenant\": {\n                    \"id\": \"64f39e764c626638a1cd46bb\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"64f39e764c626638a1cd46bc\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 3700,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"64f39d353f3e5f333a214026\",\n                        \"agentRequestTtl\": 3700\n                    },\n                    \"botId\": \"64f39d03f9bad230291db8b0\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"64f39e2f4c626638a1cd46ac\",\n                    \"name\": \"Voice Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"64f39e164c626638a1cd46a9\",\n                        \"name\": \"CX Voice\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"64f39c9a4c626638a1cd4693\",\n                                \"name\": \"CX_VOICE\",\n                                \"channelLogo\": \"_CX_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"62f9e360ea5311eda05b0242\"\n                            }\n                        ],\n                        \"providerWebhook\": \"http://192.168.1.17:8115/ccm-msg/receive\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"64f39e2f4c626638a1cd46ae\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"64f39c9a4c626638a1cd4693\",\n                    \"name\": \"CX_VOICE\",\n                    \"channelLogo\": \"_CX_VOICE.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"62f9e360ea5311eda05b0242\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"64f84d44359b9e621ec8d02e\",\n                \"firstName\": \"Jane Doe\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"voice\": [\n                    \"2001\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"2001\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"65015a52e9167f6a5cdbba1d\",\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": \"CUSTOMER\"\n            },\n            \"channelSessionDirection\": \"INBOUND\",\n            \"active\": true\n        },\n        \"data\": {\n            \"startTime\": \"2023-09-13T06:44:37.000+00:00\",\n            \"endTime\": \"2023-09-13T06:44:53.000+00:00\",\n            \"duration\": 16,\n            \"callLegs\": [\n                {\n                    \"sender\": {\n                        \"id\": \"5bdf4dc9-3210-4bce-aa9c-fd6281eabd7d\",\n                        \"type\": \"AGENT\",\n                        \"senderName\": \"saud\",\n                        \"additionalDetail\": {}\n                    },\n                    \"startDirection\": \"OUTBOUND\",\n                    \"endDirection\": \"DIALOG_ENDED\",\n                    \"duration\": 16,\n                    \"startTime\": \"2023-09-13T06:44:37.000+00:00\",\n                    \"endTime\": \"2023-09-13T06:44:53.000+00:00\",\n                    \"additionalDetail\": {\n                        \"dialog\": {\n                            \"id\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                            \"fromAddress\": \"2001\",\n                            \"dialedNumber\": \"1218\",\n                            \"customerNumber\": \"2001\",\n                            \"dnis\": \"1218\",\n                            \"callType\": \"OUTBOUND\",\n                            \"ani\": \"2001\",\n                            \"wrapUpReason\": null,\n                            \"callEndReason\": null,\n                            \"queueName\": \"Voice Queue\",\n                            \"queueType\": \"NAME\",\n                            \"associatedDialogUri\": null,\n                            \"secondaryId\": null,\n                            \"participants\": [\n                                {\n                                    \"actions\": {\n                                        \"action\": [\n                                            \"TRANSFER_SST\",\n                                            \"HOLD\",\n                                            \"SEND_DTMF\",\n                                            \"DROP\"\n                                        ]\n                                    },\n                                    \"mediaAddress\": \"2208\",\n                                    \"mediaAddressType\": \"SIP.js/0.15.11-CTI/Expertflow\",\n                                    \"startTime\": \"2023-09-13T06:44:37.791Z\",\n                                    \"state\": \"DROPPED\",\n                                    \"stateCause\": null,\n                                    \"stateChangeTime\": \"2023-09-13T06:44:53.384Z\",\n                                    \"mute\": false\n                                }\n                            ],\n                            \"callVariables\": {\n                                \"CallVariable\": [\n                                    {\n                                        \"name\": \"callVariable0\",\n                                        \"value\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\"\n                                    }\n                                ]\n                            },\n                            \"state\": \"DROPPED\",\n                            \"isCallAlreadyActive\": false,\n                            \"callbackNumber\": null,\n                            \"outboundClassification\": null,\n                            \"scheduledCallbackInfo\": null,\n                            \"isCallEnded\": 1,\n                            \"eventType\": \"PUT\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n]"}],"_postman_id":"68dd5b6d-880b-429e-bd97-d779f5469121"},{"name":"Past Activities by Multiple Ids","id":"6da928cb-e176-4cd0-8ac2-4906ac1dcf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/activities?ids=678655feab32a453f9005873,67865608ab32a453f900587e","urlObject":{"path":["activities"],"host":["{{conversation-manager-url}}"],"query":[{"key":"ids","value":"678655feab32a453f9005873,67865608ab32a453f900587e"}],"variable":[]}},"response":[{"id":"8ab2aa35-fe1d-4953-aa4f-bda6cb74d58d","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/activities?ids=678655feab32a453f9005873,67865608ab32a453f900587e","host":["{{conversation-manager-url}}"],"path":["activities"],"query":[{"key":"ids","value":"678655feab32a453f9005873,67865608ab32a453f900587e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 14 Jan 2025 12:31:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"36331fb7-2719-4608-8953-858fbe9a1228"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"678655feab32a453f9005871\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-01-14T12:18:06.611+00:00\",\n        \"conversationId\": \"67865548ab32a453f9005849\",\n        \"eventEmitter\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": null,\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"678655feab32a453f900586b\",\n            \"channel\": {\n                \"id\": \"678655feab32a453f900586c\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"678655feab32a453f900586d\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"678655feab32a453f900586e\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"678655feab32a453f900586f\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"678655feab32a453f9005870\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                    \"type\": \"CUSTOMER\",\n                    \"senderName\": null,\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"67865548ab32a453f9005849\",\n                \"customer\": {\n                    \"_id\": \"67777a6880103755ea497e63\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\",\n                        \"type\": \"AGENT\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"formType\": \"Questionnaire\",\n                \"formWeightage\": 100,\n                \"enableWeightage\": true,\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"67865548ab32a453f9005841\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"67865608ab32a453f900587c\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-01-14T12:18:16.219+00:00\",\n        \"conversationId\": \"67865548ab32a453f9005849\",\n        \"eventEmitter\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": null,\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"67865608ab32a453f9005876\",\n            \"channel\": {\n                \"id\": \"67865608ab32a453f9005877\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"67865608ab32a453f9005878\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"67865608ab32a453f9005879\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"67865608ab32a453f900587a\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"67865608ab32a453f900587b\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                    \"type\": \"CUSTOMER\",\n                    \"senderName\": null,\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"67865548ab32a453f9005849\",\n                \"customer\": {\n                    \"_id\": \"67777a6880103755ea497e63\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\",\n                        \"type\": \"AGENT\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"formType\": \"Questionnaire\",\n                \"formWeightage\": 100,\n                \"enableWeightage\": true,\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"67865548ab32a453f9005841\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    }\n]"},{"id":"9600f5d2-20ba-47a1-a81b-ad421fbe3726","name":"No Activities Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/activities?ids=678655feab32a453f900587,67865608ab32a453f900587","host":["{{conversation-manager-url}}"],"path":["activities"],"query":[{"key":"ids","value":"678655feab32a453f900587,67865608ab32a453f900587"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 14 Jan 2025 12:31:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"36331fb7-2719-4608-8953-858fbe9a1228"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"6da928cb-e176-4cd0-8ac2-4906ac1dcf7a"},{"name":"Past Activities by Names","id":"8927aa6e-0af6-484e-ba2b-a0a450e79fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"QM_ACTIVITY\", \"THIRD_PARTY_ACTIVITY\"]","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:conversationId/activities","urlObject":{"path":["customer-topics",":conversationId","activities"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"fe097ab8-0348-4daf-8be8-1dd1499dcbb7","type":"any","value":"","key":"conversationId"}]}},"response":[{"id":"6a31db74-e0db-4fe1-86d4-6e79f203a394","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"QM_ACTIVITY\", \"THIRD_PARTY_ACTIVITY\"]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{conversation-manager-url}}/customer-topics/:conversationId/activities","host":["{{conversation-manager-url}}"],"path":["customer-topics",":conversationId","activities"],"variable":[{"key":"conversationId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"03ee2c9c-604a-4edc-b35a-0a881bad12b2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 22 Dec 2025 12:09:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"693bc3a95c27b166646a5159\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:26:33.704+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc3a95c27b166646a5153\",\n            \"channel\": {\n                \"id\": \"693bc3a95c27b166646a5154\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc3a95c27b166646a5155\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc3a95c27b166646a5156\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc3a95c27b166646a5157\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc3a95c27b166646a5158\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bc54b23152642e7d45d52\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:33:31.483+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc54b23152642e7d45d4c\",\n            \"channel\": {\n                \"id\": \"693bc54b23152642e7d45d4d\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc54b23152642e7d45d4e\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc54b23152642e7d45d4f\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc54b23152642e7d45d50\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc54b23152642e7d45d51\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\"\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693be68d691e7144d163cef0\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T09:55:25.933+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693be68d691e7144d163ceea\",\n            \"channel\": {\n                \"id\": \"693be68d691e7144d163ceeb\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693be68d691e7144d163ceec\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693be68d691e7144d163ceed\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693be68d691e7144d163ceee\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693be68d691e7144d163ceef\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\",\n                    \"formScore\": 8.5\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bf8e6cdf52f03e289b5a9\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T11:13:42.960+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bf8e6cdf52f03e289b5a3\",\n            \"channel\": {\n                \"id\": \"693bf8e6cdf52f03e289b5a4\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a6\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a7\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a8\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Agent Quiz\",\n                    \"formScore\": 7\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"69493302bda55112496d5baa\",\n        \"name\": \"QM_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-22T12:01:06.296+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": null,\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"69493302bda55112496d5ba4\",\n            \"channel\": {\n                \"id\": \"69493302bda55112496d5ba5\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"69493302bda55112496d5ba6\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"69493302bda55112496d5ba7\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"69493302bda55112496d5ba8\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"69493302bda55112496d5ba9\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                    \"type\": \"CUSTOMER\",\n                    \"senderName\": null,\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"QM_ACTIVITY\",\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\",\n                        \"type\": \"AGENT\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"formWeightage\": 100,\n                \"enableWeightage\": true,\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    }\n]"},{"id":"821f168c-0a63-442a-bf5a-ac55c79ea8ef","name":"Returns All Activities for Empty List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{conversation-manager-url}}/customer-topics/:conversationId/activities","host":["{{conversation-manager-url}}"],"path":["customer-topics",":conversationId","activities"],"variable":[{"key":"conversationId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"f1048083-67ce-4541-87e8-42a797674686"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 22 Dec 2025 12:10:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"693bc3a95c27b166646a5159\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:26:33.704+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc3a95c27b166646a5153\",\n            \"channel\": {\n                \"id\": \"693bc3a95c27b166646a5154\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc3a95c27b166646a5155\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc3a95c27b166646a5156\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc3a95c27b166646a5157\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc3a95c27b166646a5158\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bc54b23152642e7d45d52\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:33:31.483+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc54b23152642e7d45d4c\",\n            \"channel\": {\n                \"id\": \"693bc54b23152642e7d45d4d\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc54b23152642e7d45d4e\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc54b23152642e7d45d4f\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc54b23152642e7d45d50\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc54b23152642e7d45d51\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\"\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693be68d691e7144d163cef0\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T09:55:25.933+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693be68d691e7144d163ceea\",\n            \"channel\": {\n                \"id\": \"693be68d691e7144d163ceeb\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693be68d691e7144d163ceec\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693be68d691e7144d163ceed\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693be68d691e7144d163ceee\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693be68d691e7144d163ceef\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\",\n                    \"formScore\": 8.5\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bf8e6cdf52f03e289b5a9\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T11:13:42.960+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bf8e6cdf52f03e289b5a3\",\n            \"channel\": {\n                \"id\": \"693bf8e6cdf52f03e289b5a4\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a6\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a7\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a8\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Agent Quiz\",\n                    \"formScore\": 7\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"69493302bda55112496d5baa\",\n        \"name\": \"QM_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-22T12:01:06.296+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": null,\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"69493302bda55112496d5ba4\",\n            \"channel\": {\n                \"id\": \"69493302bda55112496d5ba5\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"69493302bda55112496d5ba6\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"69493302bda55112496d5ba7\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"69493302bda55112496d5ba8\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"69493302bda55112496d5ba9\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                    \"type\": \"CUSTOMER\",\n                    \"senderName\": null,\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"QM_ACTIVITY\",\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\",\n                        \"type\": \"AGENT\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"formWeightage\": 100,\n                \"enableWeightage\": true,\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    }\n]"},{"id":"144b734b-1ff0-4f9e-9cae-2c5d0eefcd04","name":"Returns All Activities If Only Invalid Names In List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\"INVALID\"]","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/customer-topics/691180976382fc3b8c1f0a67/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"8e5ca1fb-5caa-466e-919c-f28ea41c36b5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 22 Dec 2025 12:11:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"693bc3a95c27b166646a5159\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:26:33.704+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc3a95c27b166646a5153\",\n            \"channel\": {\n                \"id\": \"693bc3a95c27b166646a5154\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc3a95c27b166646a5155\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc3a95c27b166646a5156\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc3a95c27b166646a5157\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc3a95c27b166646a5158\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bc54b23152642e7d45d52\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T07:33:31.483+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bc54b23152642e7d45d4c\",\n            \"channel\": {\n                \"id\": \"693bc54b23152642e7d45d4d\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bc54b23152642e7d45d4e\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bc54b23152642e7d45d4f\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bc54b23152642e7d45d50\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bc54b23152642e7d45d51\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\"\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693be68d691e7144d163cef0\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T09:55:25.933+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693be68d691e7144d163ceea\",\n            \"channel\": {\n                \"id\": \"693be68d691e7144d163ceeb\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693be68d691e7144d163ceec\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693be68d691e7144d163ceed\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693be68d691e7144d163ceee\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693be68d691e7144d163ceef\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Quality Management Review\",\n                    \"formScore\": 8.5\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"693bf8e6cdf52f03e289b5a9\",\n        \"name\": \"THIRD_PARTY_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-12T11:13:42.960+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"668545f977616400330ad410\",\n            \"type\": \"SUPERVISOR\",\n            \"senderName\": \"mubeen\",\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"693bf8e6cdf52f03e289b5a3\",\n            \"channel\": {\n                \"id\": \"693bf8e6cdf52f03e289b5a4\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a5\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a6\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a7\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"693bf8e6cdf52f03e289b5a8\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"668545f977616400330ad410\",\n                    \"type\": \"SUPERVISOR\",\n                    \"senderName\": \"mubeen\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"attributeType\": null,\n                \"enableWeightage\": true,\n                \"formWeightage\": 100,\n                \"additionalDetail\": {\n                    \"agentReviewed\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\"\n                    },\n                    \"review\": {\n                        \"id\": \"668545f97761400330ad410\"\n                    },\n                    \"submissionSource\": \"Agent Quiz\",\n                    \"formScore\": 7\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    },\n    {\n        \"id\": \"69493302bda55112496d5baa\",\n        \"name\": \"QM_ACTIVITY\",\n        \"type\": \"ACTIVITY\",\n        \"timestamp\": \"2025-12-22T12:01:06.296+00:00\",\n        \"conversationId\": \"691180976382fc3b8c1f0a67\",\n        \"eventEmitter\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": null,\n            \"additionalDetail\": null\n        },\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"69493302bda55112496d5ba4\",\n            \"channel\": {\n                \"id\": \"69493302bda55112496d5ba5\",\n                \"calendarId\": \"\",\n                \"name\": null,\n                \"serviceIdentifier\": null,\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"69493302bda55112496d5ba6\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"69493302bda55112496d5ba7\",\n                    \"channelMode\": null,\n                    \"conversationBot\": null,\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 0,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": null,\n                        \"routeToLastAgent\": false,\n                        \"routingMode\": null,\n                        \"routingObjectId\": null,\n                        \"agentRequestTtl\": 0\n                    },\n                    \"botId\": null\n                },\n                \"channelConnector\": {\n                    \"id\": \"69493302bda55112496d5ba8\",\n                    \"name\": null,\n                    \"channelProviderInterface\": null,\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": null\n                },\n                \"channelType\": {\n                    \"id\": \"69493302bda55112496d5ba9\",\n                    \"name\": null,\n                    \"channelLogo\": null,\n                    \"isInteractive\": false,\n                    \"mediaRoutingDomain\": null\n                }\n            },\n            \"customer\": {\n                \"_id\": null,\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": null,\n                \"serviceIdentifier\": null,\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": null,\n            \"state\": null,\n            \"channelSessionDirection\": null,\n            \"active\": true\n        },\n        \"data\": {\n            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                    \"type\": \"CUSTOMER\",\n                    \"senderName\": null,\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"923086653154\",\n                    \"serviceIdentifier\": \"41762884806\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": null,\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": null,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"QM_ACTIVITY\",\n                \"entities\": null,\n                \"channelSessionId\": null,\n                \"conversationId\": \"691180976382fc3b8c1f0a67\",\n                \"customer\": {\n                    \"_id\": \"69118097b66fb8330b908875\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": null\n            },\n            \"body\": {\n                \"type\": \"FORM_DATA\",\n                \"markdownText\": null,\n                \"formId\": \"668545f977616400330ad40f\",\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"Aamna\",\n                        \"type\": \"AGENT\"\n                    }\n                },\n                \"sentiment\": {\n                    \"result\": null,\n                    \"color\": null\n                },\n                \"formWeightage\": 100,\n                \"enableWeightage\": true,\n                \"formTitle\": \"Quality Assurance Form\",\n                \"enableSections\": true,\n                \"sections\": []\n            }\n        },\n        \"roomInfo\": {\n            \"id\": \"691180976382fc3b8c1f0a66\",\n            \"mode\": \"CONTACT_CENTER\"\n        }\n    }\n]"}],"_postman_id":"8927aa6e-0af6-484e-ba2b-a0a450e79fe6"},{"name":"Voice Activities","id":"0c9bd9ba-5edb-46be-a87b-3dba52376c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cimMessages\": [\n        {\n            \"id\": \"134cb81e-f536-4b81-83be-dadd601df249\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_STARTED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_STARTED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4айса\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_HOLD\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_HOLD\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_RESUME\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_RESUME\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5aßайаа-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216асс4айса\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_ENDED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_ENDED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"DIALOG_ENDED\",\n                \"legMediaUrls\": [ // For individual call leg\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.wav\",\n                        \"type\": \"VOICE_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\"\n                        }\n                    },\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152880-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.mp4\",\n                        \"type\": \"SCREEN_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\",\n                    \"additionalDetail\": {\n                        \"teamId\": \"123456\",\n                        \"teamName\": \"team1\"\n                    }\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"MEDIA_RECORDING\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"MEDIA_RECORDING\",\n                \"callid\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\",\n                \"mediaUrls\": [\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.wav\",\n                        \"type\": \"VOICE_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\" // Optional\n                        }\n                    },\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.mp4\",\n                        \"type\": \"SCREEN_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\" // Optional\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"673f426b-7627-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": { // Last agent in conversation\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"WRAPUP\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": {\n                    \"entities\": {},\n                    \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\"\n                }\n            },\n            \"body\": {\n                \"type\": \"WRAPUP\",\n                \"wrapups\": [\n                    {\n                        \"categoryName\": \"\",\n                        \"value\": \"wrapup1\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"type\": \"CISCO_CC\",\n    \"callbackUrl\": \"https://www.webhook.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/activities/voice","description":"<p>Returns created conversations for the pushed voice events.</p>\n<h3 id=\"description\">Description</h3>\n<p>This API endpoint creates conversations and channel sessions for the pushed voice events and saves them separately as events as well as voice activities.</p>\n","urlObject":{"path":["activities","voice"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"354759c4-cc69-493a-bc92-d99a8a7af209","name":"Accepted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cimMessages\": [\n        {\n            \"id\": \"134cb81e-f536-4b81-83be-dadd601df249\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_STARTED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_STARTED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4айса\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_HOLD\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_HOLD\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_RESUME\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_RESUME\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5aßайаа-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216асс4айса\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"0000\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_ENDED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_ENDED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"DIALOG_ENDED\",\n                \"legMediaUrls\": [ // For individual call leg\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.wav\",\n                        \"type\": \"VOICE_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\"\n                        }\n                    },\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152880-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.mp4\",\n                        \"type\": \"SCREEN_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\"\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\",\n                    \"additionalDetail\": {\n                        \"teamId\": \"123456\"\n                    }\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"MEDIA_RECORDING\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"MEDIA_RECORDING\",\n                \"callid\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"OUTBOUND\",\n                \"mediaUrls\": [\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.wav\",\n                        \"type\": \"VOICE_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\" // Optional\n                        }\n                    },\n                    {\n                        \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.mp4\",\n                        \"type\": \"SCREEN_RECORDING\",\n                        \"metadata\": {\n                            \"agentId\": \"1234\" // Optional\n                        }\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": \"673f426b-7627-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": { // Last agent in conversation\n                    \"id\": \"9617d461-35ec-405c-809f-74103094610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"WRAPUP\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"additionalData\": {\n                    \"entities\": {},\n                    \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\"\n                }\n            },\n            \"body\": {\n                \"type\": \"WRAPUP\",\n                \"wrapups\": [\n                    {\n                        \"categoryName\": \"\",\n                        \"value\": \"wrapup1\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"type\": \"CISCO_CC\",\n    \"callbackUrl\": \"https://www.webhook.com/\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/activities/voice"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request accepted. Starting to process the events\"\n}"},{"id":"945b9f92-fc02-44cc-a487-d4601b982d65","name":"Bad Request (Missing URL in Recording)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cimMessages\": [\n        {\n            \"id\": \"134cb81e-f536-4b81-83be-dadd601df249\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_STARTED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_STARTED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4a0ca\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_HOLD\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_HOLD\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_RESUME\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_RESUME\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4a0ca\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_ENDED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_ENDED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"DIALOG_ENDED\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"VOICE_CALL_RECORDING\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"VOICE_CALL_RECORDING\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": { // Last agent in conversation\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"WRAPUP\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {},\n                \"additionalData\": {\n                    \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\"\n                }\n            },\n            \"body\": {\n                \"type\": \"WRAPUP\",\n                \"wrapups\": [\n                    {\n                        \"categoryName\": \"\",\n                        \"value\": \"wrapup1\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"type\": \"CISCO_CC\",\n    \"callbackUrl\": \"https://vrs.com/webhook\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/activities/voice"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"url is missing in VOICE_CALL_RECORDING event"},{"id":"977de754-5486-436f-9a06-fad2490a1ceb","name":"Bad Request (Missing callId in Recording)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cimMessages\": [\n        {\n            \"id\": \"134cb81e-f536-4b81-83be-dadd601df249\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_STARTED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_STARTED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4a0ca\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_HOLD\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_HOLD\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_RESUME\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_RESUME\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\"\n            }\n        },\n        {\n            \"id\": \"069eb58d-0a5e-44a5-813f-1216acc4a0ca\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"CALL_LEG_ENDED\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"CALL_LEG_ENDED\",\n                \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"DIALOG_ENDED\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"VOICE_CALL_RECORDING\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {}\n            },\n            \"body\": {\n                \"type\": \"VOICE_CALL_RECORDING\",\n                \"legId\": \"c5a0a0aa-ea12-4535-b746-b2786a70f01c\",\n                \"reasonCode\": \"INBOUND\",\n                \"url\": \"https://192.168.1.106/vrs/recording/2024-06-2618:01:38_31936411_38152a80-1f0151bf-2c9c-1a01a8c0@192.168.1.26_.wav\"\n            }\n        },\n        {\n            \"id\": \"673f426b-7b27-408e-8be7-d2e99be18dad\",\n            \"header\": {\n                \"sender\": { // Last agent in conversation\n                    \"id\": \"9617d461-35ec-405c-809f-74103d94610f\",\n                    \"type\": \"AGENT\",\n                    \"senderName\": \"agent\"\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"4321\", // Customer Number\n                    \"serviceIdentifier\": \"1234\" // DN\n                },\n                \"language\": {},\n                \"timestamp\": 1235423454,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": \"WRAPUP\",\n                \"originalMessageId\": null,\n                \"schedulingMetaData\": null,\n                \"entities\": {},\n                \"additionalData\": {\n                    \"callId\": \"6e69d5c8-26be-41e1-b658-a5d2dc741e56\"\n                }\n            },\n            \"body\": {\n                \"type\": \"WRAPUP\",\n                \"wrapups\": [\n                    {\n                        \"categoryName\": \"\",\n                        \"value\": \"wrapup1\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"type\": \"CISCO_CC\",\n    \"callbackUrl\": \"https://vrs.com/webhook\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/activities/voice"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"callId is missing in VOICE_CALL_RECORDING event"}],"_postman_id":"0c9bd9ba-5edb-46be-a87b-3dba52376c3d"},{"name":"Search Activities","id":"f3820508-9e8e-43ff-8753-6845fc51fe85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        and: [\n            {\n                key: \"timestamp\", \n                operator: greater_than, \n                value: \"2025-10-17T07:34:26Z\"\n            },\n            {\n                key: \"timestamp\", \n                operator: less_than, \n                value: \"2025-10-17T07:34:27Z\"\n            }\n        ]\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        eventEmitter {\n            id\n            senderName\n            type\n        }\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql","urlObject":{"path":["graphql"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"8f524efb-8762-42ae-b670-f5199def30a9","name":"Filter By Id","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"id\", \n        operator: equal_to, \n        value: \"68f1f31fa8b8c251e9329e19\"\n        }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:06:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"a4099d66-576d-4a43-b363-d6df1e1a73da"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e19\",\n                    \"timestamp\": \"2025-10-17 07:40:37.75\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 1,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"3b7a47ca-0fb2-4ddf-9f97-8c5d4571a708","name":"Filter By CustomerChannelIdentifier","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.channelSession.channelData.channelCustomerIdentifier\", \n        operator: equal_to, \n        value: \"45678\"\n        }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:04:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"1e4256fe-abb7-4d7d-b11c-92f76ebd2d86"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e19\",\n                    \"timestamp\": \"2025-10-17 07:40:37.75\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e1a\",\n                    \"timestamp\": \"2025-10-17 07:40:37.921\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"BOT_SUBSCRIBED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e1b\",\n                    \"timestamp\": \"2025-10-17 07:40:38.219\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"BOT_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e1c\",\n                    \"timestamp\": \"2025-10-17 07:40:38.356\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CONVERSATION_DATA_CHANGED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e1d\",\n                    \"timestamp\": \"2025-10-17 07:40:38.535\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"MESSAGE_DELIVERY_NOTIFICATION\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 29,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"63b223da-8e03-4f07-aa3c-6af7e74386ed","name":"Filter By Multiple Ids","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        or: [\n            {\n                key: \"id\", \n                operator: equal_to, \n                value: \"68f1f31fa8b8c251e9329e19\"\n            },\n            {\n                key: \"id\", \n                operator: equal_to, \n                value: \"68f1f31fa8b8c251e9329e1a\"\n            }\n        ]\n        }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:09:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"aa2e7e60-6afa-42a3-b4b8-8dee82482635"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e19\",\n                    \"timestamp\": \"2025-10-17 07:40:37.75\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e1a\",\n                    \"timestamp\": \"2025-10-17 07:40:37.921\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"BOT_SUBSCRIBED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 2,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"a312af97-a6a9-4dae-8951-26b2505d4f3b","name":"Filter By Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.name\", \n        operator: equal_to, \n        value: \"CHANNEL_SESSION_STARTED\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:11:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"907003b7-0420-4608-b101-e2775b8d81fb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7a\",\n                    \"timestamp\": \"2025-10-17 07:34:25.33\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f277a8b8c251e932755f\",\n                    \"timestamp\": \"2025-10-17 07:36:42.576\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"657687\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f2eaa8b8c251e93281fd\",\n                    \"timestamp\": \"2025-10-17 07:39:03.21\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"8765\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f31fa8b8c251e9329e19\",\n                    \"timestamp\": \"2025-10-17 07:40:37.75\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"45678\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f2045aa8b8c251e932ba51\",\n                    \"timestamp\": \"2025-10-17 08:53:27.787\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"6656546\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 56,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"ca15949b-0715-4391-a150-3f73148eee3a","name":"Filter By Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.type\", \n        operator: equal_to, \n        value: \"MESSAGE\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:11:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"e65738b8-acec-4267-bc69-e2060304d3ce"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7d\",\n                    \"timestamp\": \"2025-10-17 07:34:27.483\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7e\",\n                    \"timestamp\": \"2025-10-17 07:34:27.821\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"BOT_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a80\",\n                    \"timestamp\": \"2025-10-17 07:34:30.071\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a82\",\n                    \"timestamp\": \"2025-10-17 07:34:48.397\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a83\",\n                    \"timestamp\": \"2025-10-17 07:34:48.534\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"BOT_MESSAGE\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 67,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"45b70530-8b14-4e37-ba17-36b56d06c970","name":"Filter By Sender Id","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.data.header.sender.id\", \n        operator: equal_to, \n        value: \"68f1f17f7adbff440f9f0adf\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n        data\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:13:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"5c8f424d-f59e-47b0-8714-f53c1bde8944"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7a\",\n                    \"timestamp\": \"2025-10-17 07:34:25.33\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7d\",\n                    \"timestamp\": \"2025-10-17 07:34:27.483\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7f\",\n                    \"timestamp\": \"2025-10-17 07:34:28.279\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"MESSAGE_DELIVERY_NOTIFICATION\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a80\",\n                    \"timestamp\": \"2025-10-17 07:34:30.071\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a82\",\n                    \"timestamp\": \"2025-10-17 07:34:48.397\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 7,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"21b17769-4ff6-47e9-a774-a483aef9c9ad","name":"Filter By Sender Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.data.header.sender.senderName\", \n        operator: equal_to, \n        value: \"32432434\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n        data\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:13:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"8121c709-7d9f-401b-9ba2-7db42fd130b0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7a\",\n                    \"timestamp\": \"2025-10-17 07:34:25.33\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7d\",\n                    \"timestamp\": \"2025-10-17 07:34:27.483\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7f\",\n                    \"timestamp\": \"2025-10-17 07:34:28.279\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"MESSAGE_DELIVERY_NOTIFICATION\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a80\",\n                    \"timestamp\": \"2025-10-17 07:34:30.071\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a82\",\n                    \"timestamp\": \"2025-10-17 07:34:48.397\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 7,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"749795ac-a59a-4e44-8948-6b117db00dbd","name":"Filter By Sender Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.data.header.sender.type\", \n        operator: equal_to, \n        value: \"CUSTOMER\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n        data\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:14:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"15cb312f-a86d-4992-bc23-824047d803dc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7a\",\n                    \"timestamp\": \"2025-10-17 07:34:25.33\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CHANNEL_SESSION_STARTED\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7d\",\n                    \"timestamp\": \"2025-10-17 07:34:27.483\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7f\",\n                    \"timestamp\": \"2025-10-17 07:34:28.279\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"MESSAGE_DELIVERY_NOTIFICATION\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a80\",\n                    \"timestamp\": \"2025-10-17 07:34:30.071\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a82\",\n                    \"timestamp\": \"2025-10-17 07:34:48.397\",\n                    \"activity\": {\n                        \"type\": \"MESSAGE\",\n                        \"name\": \"CUSTOMER_MESSAGE\",\n                        \"eventEmitter\": {\n                            \"id\": \"68f1f17f7adbff440f9f0adf\",\n                            \"senderName\": \"32432434\",\n                            \"type\": \"CUSTOMER\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 235,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"3679053d-caf6-4e5c-8eb8-d11be5043069","name":"Filter By Timestamp Range","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        and: [\n            {\n                key: \"timestamp\", \n                operator: greater_than, \n                value: \"2025-10-17T07:34:26Z\"\n            },\n            {\n                key: \"timestamp\", \n                operator: less_than, \n                value: \"2025-10-17T07:34:27Z\"\n            }\n        ]\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        eventEmitter {\n            id\n            senderName\n            type\n        }\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 06:41:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"correlationId","value":"5e3e24c3-b745-48f7-8095-451aa03e5f16"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7b\",\n                    \"timestamp\": \"2025-10-17 07:34:26.064\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"BOT_SUBSCRIBED\",\n                        \"eventEmitter\": {\n                            \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                            \"senderName\": \"CONVERSATION_MANAGER\",\n                            \"type\": \"BOT\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"68f1f1e8a8b8c251e9326a7c\",\n                    \"timestamp\": \"2025-10-17 07:34:26.204\",\n                    \"activity\": {\n                        \"type\": \"NOTIFICATION\",\n                        \"name\": \"CONVERSATION_DATA_CHANGED\",\n                        \"eventEmitter\": {\n                            \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                            \"senderName\": \"CONVERSATION_MANAGER\",\n                            \"type\": \"BOT\"\n                        },\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": \"32432434\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 2,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"d02ff99e-bcfb-457f-b5d2-cac43b5483ba","name":"Filter By FormId","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchActivities(\n    filter: {\n        key: \"activity.data.body.formId\", \n        operator: equal_to, \n        value: \"668545f977616400330ad40f\"\n    }\n    pagination: { limit: 5, offset: 0 },\n    sort: { sortBy: \"timestamp\", sortOrder: ASC }\n  ) {\n    docs {\n      id\n      timestamp\n      activity {\n        type\n        name\n        channelSession {\n            channelData {\n                channelCustomerIdentifier\n            }\n        }\n        data\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}\n","variables":""}},"url":"{{conversation-manager-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"ca38a651-8a9d-43ae-adbf-d76423a89218"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Nov 2025 12:39:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchActivities\": {\n            \"docs\": [\n                {\n                    \"id\": \"692461aa98e14812ebc435f0\",\n                    \"timestamp\": \"2025-11-24 18:46:18.689\",\n                    \"activity\": {\n                        \"type\": \"ACTIVITY\",\n                        \"name\": \"THIRD_PARTY_ACTIVITY\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": null\n                            }\n                        },\n                        \"data\": {\n                            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n                            \"header\": {\n                                \"sender\": {\n                                    \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n                                    \"type\": \"CUSTOMER\",\n                                    \"senderName\": null,\n                                    \"additionalDetail\": null\n                                },\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923086653154\",\n                                    \"serviceIdentifier\": \"41762884806\",\n                                    \"requestPriority\": 0,\n                                    \"customerFirstName\": null,\n                                    \"customerLastName\": null,\n                                    \"additionalAttributes\": []\n                                },\n                                \"language\": {},\n                                \"timestamp\": null,\n                                \"securityInfo\": {},\n                                \"stamps\": [],\n                                \"intent\": null,\n                                \"entities\": null,\n                                \"channelSessionId\": null,\n                                \"conversationId\": \"684ab20aef4fd751c2cd8af9\",\n                                \"customer\": {\n                                    \"_id\": \"68482a6da9ae2ccbb695724d\",\n                                    \"firstName\": null,\n                                    \"phoneNumber\": null,\n                                    \"isAnonymous\": false,\n                                    \"__v\": 0\n                                },\n                                \"originalMessageId\": null,\n                                \"providerMessageId\": null,\n                                \"roomId\": null,\n                                \"schedulingMetaData\": null,\n                                \"additionalData\": null\n                            },\n                            \"body\": {\n                                \"type\": \"FORM_DATA\",\n                                \"markdownText\": null,\n                                \"formId\": \"668545f977616400330ad40f\",\n                                \"additionalDetail\": {\n                                    \"reviewer\": {\n                                        \"id\": \"668545f977616400330ad410\",\n                                        \"name\": \"mubeen\",\n                                        \"type\": \"SUPERVISOR\"\n                                    },\n                                    \"agentReviewed\": {\n                                        \"id\": \"668545f977616400330ad410\",\n                                        \"name\": \"Aamna\",\n                                        \"type\": \"AGENT\"\n                                    },\n                                    \"review\": {\n                                        \"id\": \"668545f977616400330ad123\"\n                                    }\n                                },\n                                \"sentiment\": {\n                                    \"result\": null,\n                                    \"color\": null\n                                },\n                                \"formType\": \"Questionnaire\",\n                                \"formWeightage\": 100,\n                                \"enableWeightage\": true,\n                                \"formTitle\": \"Quality Assurance Form\",\n                                \"enableSections\": true,\n                                \"sections\": []\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"692590d64325ddf288e9efe3\",\n                    \"timestamp\": \"2025-11-25 16:19:50.563\",\n                    \"activity\": {\n                        \"type\": \"ACTIVITY\",\n                        \"name\": \"THIRD_PARTY_ACTIVITY\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": null\n                            }\n                        },\n                        \"data\": {\n                            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n                            \"header\": {\n                                \"sender\": {\n                                    \"id\": \"668545f977616400330ad410\",\n                                    \"type\": \"SUPERVISOR\",\n                                    \"senderName\": \"mubeen\",\n                                    \"additionalDetail\": null\n                                },\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923086653154\",\n                                    \"serviceIdentifier\": \"41762884806\",\n                                    \"requestPriority\": 0,\n                                    \"customerFirstName\": null,\n                                    \"customerLastName\": null,\n                                    \"additionalAttributes\": []\n                                },\n                                \"language\": {},\n                                \"timestamp\": null,\n                                \"securityInfo\": {},\n                                \"stamps\": [],\n                                \"intent\": null,\n                                \"entities\": null,\n                                \"channelSessionId\": null,\n                                \"conversationId\": \"684ab20aef4fd751c2cd8af9\",\n                                \"customer\": {\n                                    \"_id\": \"68482a6da9ae2ccbb695724d\",\n                                    \"firstName\": null,\n                                    \"phoneNumber\": null,\n                                    \"isAnonymous\": false,\n                                    \"__v\": 0\n                                },\n                                \"originalMessageId\": null,\n                                \"providerMessageId\": null,\n                                \"roomId\": null,\n                                \"schedulingMetaData\": null,\n                                \"additionalData\": null\n                            },\n                            \"body\": {\n                                \"type\": \"FORM_DATA\",\n                                \"markdownText\": null,\n                                \"formId\": \"668545f977616400330ad40f\",\n                                \"formType\": \"Questionnaire\",\n                                \"formWeightage\": 100,\n                                \"formScore\": 8.5,\n                                \"review\": {\n                                    \"id\": \"668545f977616400330ad123\"\n                                },\n                                \"enableWeightage\": true,\n                                \"formTitle\": \"Quality Assurance Form\",\n                                \"reviewedEntity\": {\n                                    \"id\": \"668545f977616400330ad410\",\n                                    \"name\": \"Aamna\",\n                                    \"type\": \"AGENT\"\n                                },\n                                \"enableSections\": true\n                            }\n                        }\n                    }\n                },\n                {\n                    \"id\": \"6925a26bc2c0009a9c0f5f84\",\n                    \"timestamp\": \"2025-11-25 17:34:51.651\",\n                    \"activity\": {\n                        \"type\": \"ACTIVITY\",\n                        \"name\": \"THIRD_PARTY_ACTIVITY\",\n                        \"channelSession\": {\n                            \"channelData\": {\n                                \"channelCustomerIdentifier\": null\n                            }\n                        },\n                        \"data\": {\n                            \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n                            \"header\": {\n                                \"sender\": {\n                                    \"id\": \"668545f977616400330ad410\",\n                                    \"type\": \"SUPERVISOR\",\n                                    \"senderName\": \"mubeen\",\n                                    \"additionalDetail\": null\n                                },\n                                \"channelData\": {\n                                    \"channelCustomerIdentifier\": \"923086653154\",\n                                    \"serviceIdentifier\": \"41762884806\",\n                                    \"requestPriority\": 0,\n                                    \"customerFirstName\": null,\n                                    \"customerLastName\": null,\n                                    \"additionalAttributes\": []\n                                },\n                                \"language\": {},\n                                \"timestamp\": null,\n                                \"securityInfo\": {},\n                                \"stamps\": [],\n                                \"intent\": null,\n                                \"entities\": null,\n                                \"channelSessionId\": null,\n                                \"conversationId\": \"684ab20aef4fd751c2cd8af9\",\n                                \"customer\": {\n                                    \"_id\": \"68482a6da9ae2ccbb695724d\",\n                                    \"firstName\": null,\n                                    \"phoneNumber\": null,\n                                    \"isAnonymous\": false,\n                                    \"__v\": 0\n                                },\n                                \"originalMessageId\": null,\n                                \"providerMessageId\": null,\n                                \"roomId\": null,\n                                \"schedulingMetaData\": null,\n                                \"additionalData\": null\n                            },\n                            \"body\": {\n                                \"type\": \"FORM_DATA\",\n                                    \"markdownText\": null,\n                                    \"formId\": \"668545f977616400330ad40f\",\n                                    \"formWeightage\": 100,\n                                    \"formScore\": 8.5,\n                                    \"review\": {\n                                        \"id\": \"668545f977616400330ad123\"\n                                    },\n                                    \"subject\": {\n                                        \"id\": \"668545f977616400330ad410\",\n                                        \"name\": \"Aamna\",\n                                        \"type\": \"AGENT\"\n                                    },\n                                    \"enableWeightage\": true,\n                                    \"formTitle\": \"Quality Assurance Form\",\n                                    \"enableSections\": true\n                                }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 3,\n            \"limit\": 5,\n            \"offset\": 0\n        }\n    }\n}"}],"_postman_id":"f3820508-9e8e-43ff-8753-6845fc51fe85"}],"id":"fc8266ed-ffe2-44b2-925c-ccc13dad4cf1","_postman_id":"fc8266ed-ffe2-44b2-925c-ccc13dad4cf1","description":""},{"name":"Conversation Participants","item":[{"name":"Active Conversation Participants","id":"1c9f01e4-e8fd-4622-a0ba-74726151fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/customer-topics/:id/participants","urlObject":{"path":["customer-topics",":id","participants"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"24b88a7b-1e76-41b0-8f10-1738ca1f705a","type":"any","value":null,"key":"id"}]}},"response":[{"id":"2bf6201f-a4b4-46b2-b1e5-efab1852db10","name":"Get Topic Participants","originalRequest":{"method":"GET","header":[],"url":"{{url}}/customer-topics/abf752f3-b708-4bd0-b54f-4c46e6ce4a41/participants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 14 Apr 2021 07:17:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"BOT\",\n        \"role\": \"PRIMARY\",\n        \"participant\": {\n            \"participantType\": \"TopicMonitor\",\n            \"id\": \"32f5421d-b810-4d79-b491-ba0630b0cdd0\",\n            \"displayName\": \"Topic Monitor: 32f5421d-b810-4d79-b491-ba0630b0cdd0\"\n        },\n        \"id\": \"2a47eff8-684e-4c31-bccb-abebfbbe7399\",\n        \"joiningTime\": \"2021-04-12T10:16:23.942+00:00\",\n        \"token\": null,\n        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n        \"isActive\": true,\n        \"userCredentials\": {}\n    },\n    {\n        \"type\": \"CUSTOMER\",\n        \"role\": \"CUSTOMER\",\n        \"participant\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"60900593-5e6f-4b15-afb5-e36c603065a3\",\n            \"channel\": {\n                \"id\": \"28f49f73-7feb-4a10-b129-c75d3af3391e\",\n                \"channelName\": \"Whatsapp\",\n                \"serviceIdentifier\": \"+41762884806\",\n                \"channelConfig\": {\n                    \"id\": \"610c2111-a628-4664-b306-cd6fee7d08db\",\n                    \"channelMode\": \"BOT\",\n                    \"conversationBot\": \"BOT_1\",\n                    \"responseSla\": 3,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": \"CUSTOMER_CHANNEL_IDENTITY\"\n                    },\n                    \"routingPolicy\": {\n                        \"policy\": \"LAST_AGENT_ROUTING\",\n                        \"queueID\": \"2caa8457-87f0-4034-a3fa-c946267a08f2\"\n                    },\n                    \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"a0a2b14f-0e12-48f7-95f7-c85726c70536\",\n                    \"channelConnectorName\": \"360Connector\",\n                    \"channelWebhook\": \"http://360-connector:8080/connector/ccm-msg/receive\",\n                    \"type\": {\n                        \"id\": \"36ef9fd8-798a-4cf0-b85f-83f4bcc098e8\",\n                        \"name\": \"WHATSAPP\",\n                        \"isInteractive\": true\n                    },\n                    \"channelLogo\": {\n                        \"value\": \"Channel-LOGO\"\n                    },\n                    \"tenant\": {\n                        \"id\": \"2ceda49e-8712-426f-bc4f-da2fab860a65\",\n                        \"name\": \"Tenant-Name\"\n                    }\n                }\n            },\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"71a99b10-6838-4f63-b007-2dc3880ecd6f\",\n                    \"firstName\": \"John\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923328283920\",\n                \"serviceIdentifier\": \"+41762884806\",\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"name\",\n                        \"value\": \"nabeel ahm se\"\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\"\n        },\n        \"id\": \"d6434456-a5d1-4200-b581-b62f705958da\",\n        \"joiningTime\": \"2021-04-12T10:16:24.485+00:00\",\n        \"token\": null,\n        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n        \"isActive\": true,\n        \"userCredentials\": {}\n    },\n    {\n        \"type\": \"AGENT\",\n        \"role\": \"PRIMARY\",\n        \"participant\": {\n            \"participantType\": \"CCUser\",\n            \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n            \"keycloakUser\": {\n                \"id\": \"8d42617c-0603-4fbe-9863-2507c0fff9fd\",\n                \"firstName\": \"Nabeel\",\n                \"lastName\": \"Ahmad\",\n                \"roles\": [\n                    \"agent\",\n                    \"customer-manager\",\n                    \"offline_access\",\n                    \"uma_authorization\"\n                ],\n                \"username\": \"nabeel\",\n                \"realm\": \"university\"\n            },\n            \"associatedRoutingAttributes\": []\n        },\n        \"id\": \"b27c0b87-56cf-46fa-87ad-f57f4e940b45\",\n        \"joiningTime\": \"2021-04-12T10:16:46.151+00:00\",\n        \"token\": null,\n        \"topicId\": \"abf752f3-b708-4bd0-b54f-4c46e6ce4a41\",\n        \"isActive\": false,\n        \"userCredentials\": null\n    }\n]"}],"_postman_id":"1c9f01e4-e8fd-4622-a0ba-74726151fa68"},{"name":"Add participant","id":"b93023db-c0ec-4c0f-93a7-bf7c4fe35e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"CUSTOMER\",\n    \"conversationParticipant\": {\n        \"type\": \"CUSTOMER\",\n        \"role\": \"CUSTOMER\",\n        \"participant\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf62f22d\",\n            \"participantType\": \"ChannelSession\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"1348d43ddedc984b2157d37a\",\n                \"firstName\": \"Jane Doe\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0,\n                \"web\": [\n                    \"1423423432429\"\n                ]\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"1423423432429\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"635b871454819639cdc114ae\",\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"active\": true\n        },\n        \"id\": \"635b9ed34da5421b7bf778ae\",\n        \"joiningTime\": 1666948819383,\n        \"token\": null,\n        \"conversationId\": \"635b871454819639cdc114ae\",\n        \"isActive\": true,\n        \"userCredentials\": {},\n        \"state\": \"SUBSCRIBED\",\n        \"stateChangedOn\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:conversationId/add-participant","urlObject":{"path":["customer-topics",":conversationId","add-participant"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"efbcaeec-052f-491e-a5ce-840501ba0c7a","type":"any","value":"635b871454819639cdc114ae","key":"conversationId"}]}},"response":[{"id":"cb1663f5-2dcd-4d0b-98e1-8320418d2a0d","name":"Add Agent Participant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\":\"CUSTOMER\",\n    \"conversationParticipant\":{}\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/:conversationId/add-participant","path":[":conversationId","add-participant"],"variable":[{"key":"conversationId","value":""}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\":\"\",\n    \"status\":200,\n    \"message\":\"participant added successfully\"\n}"},{"id":"8462aef7-3c2c-4ada-8b06-25b4deac9781","name":"Add Customer participant","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"CUSTOMER\",\r\n    \"role\": \"CUSTOMER\",\r\n    \"participant\": {\r\n        \"id\": \"635b871454819639cdc114ae\",\r\n        \"customer\": {\r\n            \"_id\": \"1348d43ddedc984b2157d37a\",\r\n            \"firstName\": \"Jane Doe\",\r\n            \"phoneNumber\": [],\r\n            \"isAnonymous\": true,\r\n            \"__v\": 0,\r\n            \"web\": [\r\n                \"1423423432429\"\r\n            ]\r\n        },\r\n        \"participants\": [],\r\n        \"state\": \"CREATED\",\r\n        \"channelSession\": {\r\n            \"participantType\": \"ChannelSession\",\r\n            \"id\": \"6348d43d330bb96ebf62f22d\",\r\n            \"participantType\": \"ChannelSession\",\r\n            \"channel\": {\r\n                \"id\": \"635b8530ec8721617585a764\",\r\n                \"name\": \"web\",\r\n                \"serviceIdentifier\": \"1218\",\r\n                \"defaultOutbound\": false,\r\n                \"tenant\": {\r\n                    \"id\": \"635b8530ec8721617585a76a\",\r\n                    \"name\": null\r\n                },\r\n                \"channelConfig\": {\r\n                    \"id\": \"635b8530ec8721617585a76b\",\r\n                    \"channelMode\": \"HYBRID\",\r\n                    \"conversationBot\": \"\",\r\n                    \"responseSla\": 30,\r\n                    \"customerActivityTimeout\": 30,\r\n                    \"customerIdentificationCriteria\": {\r\n                        \"value\": null\r\n                    },\r\n                    \"routingPolicy\": {\r\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                        \"routeToLastAgent\": true,\r\n                        \"routingMode\": \"PUSH\",\r\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\r\n                        \"agentRequestTtl\": 30\r\n                    },\r\n                    \"botId\": \"635b8492d7d7647a7374c832\"\r\n                },\r\n                \"channelConnector\": {\r\n                    \"id\": \"635b80b1ec8721617585a6d7\",\r\n                    \"name\": \"Test Channel Connector\",\r\n                    \"channelProviderInterface\": {\r\n                        \"id\": \"635b8039ec8721617585a6c8\",\r\n                        \"name\": \"Test Channel Provider\",\r\n                        \"supportedChannelTypes\": [\r\n                            {\r\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\r\n                                \"name\": \"VIBER\",\r\n                                \"channelLogo\": \"_VIBER.svg\",\r\n                                \"isInteractive\": false,\r\n                                \"mediaRoutingDomain\": null\r\n                            },\r\n                            {\r\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\r\n                                \"name\": \"WHATSAPP\",\r\n                                \"channelLogo\": \"_WHATSAPP.svg\",\r\n                                \"isInteractive\": false,\r\n                                \"mediaRoutingDomain\": null\r\n                            },\r\n                            {\r\n                                \"id\": \"634419b00eb28942b5eb9f31\",\r\n                                \"name\": \"WEB\",\r\n                                \"channelLogo\": \"_WEB.svg\",\r\n                                \"isInteractive\": true,\r\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"634419b00eb28942b5eb9f32\",\r\n                                \"name\": \"VOICE\",\r\n                                \"channelLogo\": \"_VOICE.svg\",\r\n                                \"isInteractive\": true,\r\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\r\n                            }\r\n                        ],\r\n                        \"providerWebhook\": \"null\",\r\n                        \"channelProviderConfigSchema\": []\r\n                    },\r\n                    \"channelProviderConfigs\": [],\r\n                    \"tenant\": {\r\n                        \"id\": \"635b80b1ec8721617585a6d9\",\r\n                        \"name\": null\r\n                    }\r\n                },\r\n                \"channelType\": {\r\n                    \"id\": \"634419b00eb28942b5eb9f31\",\r\n                    \"name\": \"WEB\",\r\n                    \"channelLogo\": \"_WEB.svg\",\r\n                    \"isInteractive\": true,\r\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                }\r\n            },\r\n            \"customer\": {\r\n                \"_id\": \"1348d43ddedc984b2157d37a\",\r\n                \"firstName\": \"Jane Doe\",\r\n                \"phoneNumber\": [],\r\n                \"isAnonymous\": true,\r\n                \"__v\": 0,\r\n                \"web\": [\r\n                    \"1423423432429\"\r\n                ]\r\n            },\r\n            \"customerSuggestions\": [],\r\n            \"channelData\": {\r\n                \"channelCustomerIdentifier\": \"1423423432429\",\r\n                \"serviceIdentifier\": \"1218\",\r\n                \"requestPriority\": 0,\r\n                \"additionalAttributes\": [\r\n                    {\r\n                        \"key\": \"WebChannelData\",\r\n                        \"type\": \"WebChannelData\",\r\n                        \"value\": {\r\n                            \"browserDeviceInfo\": {\r\n                                \"browserId\": \"123456\",\r\n                                \"browserIdExpiryTime\": \"9999\",\r\n                                \"browserName\": \"chrome\",\r\n                                \"deviceType\": \"desktop\"\r\n                            },\r\n                            \"queue\": \"\",\r\n                            \"locale\": {\r\n                                \"timezone\": \"asia/karachi\",\r\n                                \"language\": \"english\",\r\n                                \"country\": \"pakistan\"\r\n                            },\r\n                            \"formData\": {\r\n                                \"id\": 0.04760329698426147,\r\n                                \"formId\": 0.9481634981223266,\r\n                                \"filledBy\": \"web-init\",\r\n                                \"attributes\": [\r\n                                    {\r\n                                        \"value\": \"Nabeel\",\r\n                                        \"key\": \"firstName\",\r\n                                        \"type\": \"string\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Ahmad\",\r\n                                        \"key\": \"lastName\",\r\n                                        \"type\": \"string\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"\",\r\n                                        \"key\": \"email\",\r\n                                        \"type\": \"string\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1423423432429\",\r\n                                        \"key\": \"channelIdentifier1\",\r\n                                        \"type\": \"string\"\r\n                                    }\r\n                                ],\r\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\r\n                            }\r\n                        }\r\n                    }\r\n                ]\r\n            },\r\n            \"latestIntent\": null,\r\n            \"customerPresence\": {\r\n                \"value\": null\r\n            },\r\n            \"isActive\": true,\r\n            \"conversationId\": \"635b871454819639cdc114ae\",\r\n            \"state\": {\r\n                \"name\": \"STARTED\",\r\n                \"reasonCode\": null\r\n            },\r\n            \"active\": true\r\n        },\r\n        \"creationTime\": \"2022-10-28T07:39:00.324+00:00\",\r\n        \"endTime\": null,\r\n        \"conversationData\": {},\r\n        \"metadata\": {\r\n            \"botId\": \"635b8492d7d7647a7374c832\",\r\n            \"lastUsedChannelSession\": {\r\n                \"participantType\": \"ChannelSession\",\r\n                \"id\": \"6348d43d330bb96ebf62f22d\",\r\n                \"participantType\": \"ChannelSession\",\r\n                \"channel\": {\r\n                    \"id\": \"635b8530ec8721617585a764\",\r\n                    \"name\": \"web\",\r\n                    \"serviceIdentifier\": \"1218\",\r\n                    \"defaultOutbound\": false,\r\n                    \"tenant\": {\r\n                        \"id\": \"635b8530ec8721617585a76a\",\r\n                        \"name\": null\r\n                    },\r\n                    \"channelConfig\": {\r\n                        \"id\": \"635b8530ec8721617585a76b\",\r\n                        \"channelMode\": \"HYBRID\",\r\n                        \"conversationBot\": \"\",\r\n                        \"responseSla\": 30,\r\n                        \"customerActivityTimeout\": 30,\r\n                        \"customerIdentificationCriteria\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"routingPolicy\": {\r\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                            \"routeToLastAgent\": true,\r\n                            \"routingMode\": \"PUSH\",\r\n                            \"routingObjectId\": \"635b85014b161256b0dbaabc\",\r\n                            \"agentRequestTtl\": 30\r\n                        },\r\n                        \"botId\": \"635b8492d7d7647a7374c832\"\r\n                    },\r\n                    \"channelConnector\": {\r\n                        \"id\": \"635b80b1ec8721617585a6d7\",\r\n                        \"name\": \"Test Channel Connector\",\r\n                        \"channelProviderInterface\": {\r\n                            \"id\": \"635b8039ec8721617585a6c8\",\r\n                            \"name\": \"Test Channel Provider\",\r\n                            \"supportedChannelTypes\": [\r\n                                {\r\n                                    \"id\": \"634419b00eb28942b5eb9f2e\",\r\n                                    \"name\": \"VIBER\",\r\n                                    \"channelLogo\": \"_VIBER.svg\",\r\n                                    \"isInteractive\": false,\r\n                                    \"mediaRoutingDomain\": null\r\n                                },\r\n                                {\r\n                                    \"id\": \"634419b00eb28942b5eb9f2f\",\r\n                                    \"name\": \"WHATSAPP\",\r\n                                    \"channelLogo\": \"_WHATSAPP.svg\",\r\n                                    \"isInteractive\": false,\r\n                                    \"mediaRoutingDomain\": null\r\n                                },\r\n                                {\r\n                                    \"id\": \"634419b00eb28942b5eb9f31\",\r\n                                    \"name\": \"WEB\",\r\n                                    \"channelLogo\": \"_WEB.svg\",\r\n                                    \"isInteractive\": true,\r\n                                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                                },\r\n                                {\r\n                                    \"id\": \"634419b00eb28942b5eb9f32\",\r\n                                    \"name\": \"VOICE\",\r\n                                    \"channelLogo\": \"_VOICE.svg\",\r\n                                    \"isInteractive\": true,\r\n                                    \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\r\n                                }\r\n                            ],\r\n                            \"providerWebhook\": \"null\",\r\n                            \"channelProviderConfigSchema\": []\r\n                        },\r\n                        \"channelProviderConfigs\": [],\r\n                        \"tenant\": {\r\n                            \"id\": \"635b80b1ec8721617585a6d9\",\r\n                            \"name\": null\r\n                        }\r\n                    },\r\n                    \"channelType\": {\r\n                        \"id\": \"634419b00eb28942b5eb9f31\",\r\n                        \"name\": \"WEB\",\r\n                        \"channelLogo\": \"_WEB.svg\",\r\n                        \"isInteractive\": true,\r\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                    }\r\n                },\r\n                \"customer\": {\r\n                    \"_id\": \"1348d43ddedc984b2157d37a\",\r\n                    \"firstName\": \"Jane Doe\",\r\n                    \"phoneNumber\": [],\r\n                    \"isAnonymous\": true,\r\n                    \"__v\": 0,\r\n                    \"web\": [\r\n                        \"1423423432429\"\r\n                    ]\r\n                },\r\n                \"customerSuggestions\": [],\r\n                \"channelData\": {\r\n                    \"channelCustomerIdentifier\": \"1423423432429\",\r\n                    \"serviceIdentifier\": \"1218\",\r\n                    \"requestPriority\": 0,\r\n                    \"additionalAttributes\": [\r\n                        {\r\n                            \"key\": \"WebChannelData\",\r\n                            \"type\": \"WebChannelData\",\r\n                            \"value\": {\r\n                                \"browserDeviceInfo\": {\r\n                                    \"browserId\": \"123456\",\r\n                                    \"browserIdExpiryTime\": \"9999\",\r\n                                    \"browserName\": \"chrome\",\r\n                                    \"deviceType\": \"desktop\"\r\n                                },\r\n                                \"queue\": \"\",\r\n                                \"locale\": {\r\n                                    \"timezone\": \"asia/karachi\",\r\n                                    \"language\": \"english\",\r\n                                    \"country\": \"pakistan\"\r\n                                },\r\n                                \"formData\": {\r\n                                    \"id\": 0.04760329698426147,\r\n                                    \"formId\": 0.9481634981223266,\r\n                                    \"filledBy\": \"web-init\",\r\n                                    \"attributes\": [\r\n                                        {\r\n                                            \"value\": \"Nabeel\",\r\n                                            \"key\": \"firstName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"Ahmad\",\r\n                                            \"key\": \"lastName\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"\",\r\n                                            \"key\": \"email\",\r\n                                            \"type\": \"string\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1423423432429\",\r\n                                            \"key\": \"channelIdentifier1\",\r\n                                            \"type\": \"string\"\r\n                                        }\r\n                                    ],\r\n                                    \"createdOn\": \"2022-10-14T03:15:05.296Z\"\r\n                                }\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"latestIntent\": null,\r\n                \"customerPresence\": {\r\n                    \"value\": null\r\n                },\r\n                \"isActive\": true,\r\n                \"conversationId\": \"635b871454819639cdc114ae\",\r\n                \"state\": {\r\n                    \"name\": \"STARTED\",\r\n                    \"reasonCode\": null\r\n                },\r\n                \"active\": true\r\n            }\r\n        }\r\n    },\r\n    \"id\": \"635a17ba4bf43a28264d24bf\",\r\n    \"joiningTime\": 1666873455280,\r\n    \"token\": null,\r\n    \"conversationId\": \"635b7725b6ff49735595fb68\",\r\n    \"isActive\": true,\r\n    \"userCredentials\": {},\r\n    \"state\": \"ACTIVE\",\r\n    \"stateChangedOn\": null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{conversation_manager_url}}/customer-topics/:conversationId/add-participant?conversationId=635b871454819639cdc114ae","host":["{{conversation_manager_url}}"],"path":["customer-topics",":conversationId","add-participant"],"query":[{"key":"conversationId","value":"635b871454819639cdc114ae"}],"variable":[{"key":"conversationId","value":null}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b93023db-c0ec-4c0f-93a7-bf7c4fe35e28"},{"name":"Change Participant Role","id":"f8ec36b1-c022-4590-bfc5-d8557e3a8e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"role\": \"PRIMARY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/customer-topics/:conversationId/participants/:participantId/role","urlObject":{"path":["customer-topics",":conversationId","participants",":participantId","role"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"5d988f59-de11-4aaf-a218-f3a3143fbd06","type":"any","value":"642f26f4c1a10c59adb560aa","key":"conversationId"},{"id":"7d70a74f-d54f-4c7e-886e-5e0e0919c423","type":"any","value":"6423e907d2369f4dd6a8ff09","key":"participantId"}]}},"response":[],"_postman_id":"f8ec36b1-c022-4590-bfc5-d8557e3a8e9e"}],"id":"3641416e-02f2-437e-a434-6e11214b7572","_postman_id":"3641416e-02f2-437e-a434-6e11214b7572","description":""},{"name":"Conversation Data","item":[{"name":"Conversation Data New APIs","item":[{"name":"Create conversation data through conversation id","id":"dac4a37d-0feb-42d4-bcbe-00c621743f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"66b0607cfb1f28712d1bae26\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66b0607cfb1f28712d1bae26\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-05T05:17:48.751+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"STRING\",\n            \"key\": \"sampleKey\",\n            \"value\": \"67\"\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66b0607cfb1f28712d1bae26\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-dev12.expertflow.com/conversation-manager/customer-topics/:conversationId/conversation-data","description":"<h3 id=\"post-customer-topicsconversationidconversation-data\">POST /customer-topics/:conversationId/conversation-data</h3>\n<p>This endpoint is used to add conversation data for a specific customer topic.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>The request body should be an array of objects with the following attributes:</p>\n<ul>\n<li><code>type</code> : The type of data.</li>\n<li><code>key</code> (string): The key of the data.</li>\n<li><code>value</code>: The value of the data.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":conversationId","conversation-data"],"host":["efcx-dev12","expertflow","com"],"query":[],"variable":[{"type":"any","value":"672ecc44fffcd917a070649d","key":"conversationId"}]}},"response":[{"id":"097ae74a-7c32-47ff-9694-fbff20126751","name":"Create updated conversation data through conversation id","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"type\": \"STRING\",\n        \"key\": \"sampleKey\",\n        \"value\": 67\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66b0607cfb1f28712d1bae26"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"3026aa79-ef06-483c-aeb6-ce367b9d3ad3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:18:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b0607cfb1f28712d1bae26\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66b0607cfb1f28712d1bae26\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-05T05:17:48.751+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"STRING\",\n            \"key\": \"sampleKey\",\n            \"value\": \"67\"\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66b0607cfb1f28712d1bae26\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"9bbe63c6-e6df-4668-9a88-fbe4b2f0223b","name":"Bad req: Type String list but value is list with boolean val.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"STRING_LIST\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": [false]\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"ee0c5cd8-1f6d-4635-b8ae-6931e5234590"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:05:40 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid JSON input: Type value mismatch.\",\n    \"errors\": null\n}"},{"id":"e874acdf-840b-400a-af67-bd27638978da","name":"BAd req: Type Int value string","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"INT\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": \"false\"\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"70805959-d6d5-4121-ba40-37b837b125e1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:07:02 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid JSON input: Type value mismatch. Expected type 'java.lang.Integer' but received value 'false'.\",\n    \"errors\": null\n}"},{"id":"58deca8e-0ae5-4270-9a37-d4511596f416","name":"Bad req: Type url value integer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"URL\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": 567\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"9826acf3-7914-4fd2-98d3-91bd1139cce4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:07:51 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid JSON input: Type value mismatch. Expected type 'java.net.URL' but received value '567'.\",\n    \"errors\": null\n}"},{"id":"3bf5a5f0-32ad-4057-8648-abba3c84f0dd","name":"Bad req: type FormData value list of lists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"FORM_DATA\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": [[8,9],[89]]\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"20eb0c10-d606-46d4-9833-fdca6df9837a"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:08:49 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid JSON input: Type value mismatch.\",\n    \"errors\": null\n}"},{"id":"660a4899-2909-4a87-acec-e20275d260d7","name":"Bad req: type formData value empty","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"FORM_DATA\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": \"\"\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"13018aab-2ef4-4ad3-973e-70901cce1072"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:09:35 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid JSON input: Type value mismatch.\",\n    \"errors\": null\n}"},{"id":"ff6a481f-cd0d-4473-8cd2-3b897047dcd9","name":"Bad req: Type Boolean but value null","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"BOOLEAN\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": null\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"53a1b43c-94e5-4f51-8e6d-7e116348afbb"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:13:04 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid input: A required value is missing or null.\",\n    \"errors\": null\n}"},{"id":"d19f37b7-6a82-4d19-8f60-9b42bab4d401","name":"Bad request: type boolean value empty","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"BOOLEAN\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": \"\"\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"58851aaf-8f84-4958-a19d-45c21b8bdee2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:13:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"Invalid input: A required value is missing or null.\",\n    \"errors\": null\n}"},{"id":"05e4f401-0594-4377-9028-b2975117dd23","name":"Case to be handled 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"INT\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": -4\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"8da3bbe2-ec4c-4ad6-84f1-678ea6a7abcb"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:15:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c578f2ffc45308cbea5349\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerSla\": {\n                    \"totalDuration\": null,\n                    \"action\": null,\n                    \"startTime\": null\n                },\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66c578f2ffc45308cbea5349\",\n        \"roomInfo\": {\n            \"id\": \"66c578f1ffc45308cbea5348\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-21T05:19:46.833+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"INT\",\n            \"key\": \"Aamna-testing34\",\n            \"value\": -4\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66c578f2ffc45308cbea5349\",\n            \"roomInfo\": {\n                \"id\": \"66c578f1ffc45308cbea5348\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66c578f1ffc45308cbea5348\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"7e18dca0-d9f2-495d-a6f0-407345b66cfa","name":"Case to be handled 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n{\n  \"type\": \"FORM_DATA\",\n  \"key\": \"Aamna-testing34\",\n  \"value\": [{}]\n}\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"66c578f2ffc45308cbea5349"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"f4df0d6a-5769-45d9-b106-0231e514ae7d"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 29 Aug 2024 06:16:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66c578f2ffc45308cbea5349\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerSla\": {\n                    \"totalDuration\": null,\n                    \"action\": null,\n                    \"startTime\": null\n                },\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66c578f2ffc45308cbea5349\",\n        \"roomInfo\": {\n            \"id\": \"66c578f1ffc45308cbea5348\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-21T05:19:46.833+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"Aamna-testing34\",\n            \"value\": [\n                {\n                    \"formId\": null,\n                    \"type\": null,\n                    \"formTitle\": null,\n                    \"formType\": null,\n                    \"enableSections\": null,\n                    \"enableWeightage\": null,\n                    \"formWeightage\": null,\n                    \"sentiment\": null,\n                    \"sections\": null\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerSla\": {\n                        \"totalDuration\": null,\n                        \"action\": null,\n                        \"startTime\": null\n                    },\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66c578f2ffc45308cbea5349\",\n            \"roomInfo\": {\n                \"id\": \"66c578f1ffc45308cbea5348\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66c578f1ffc45308cbea5348\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"}],"_postman_id":"dac4a37d-0feb-42d4-bcbe-00c621743f88"},{"name":"Create conversation data through customer Identifier","id":"89798c0b-f580-4c02-8cd4-f57fc64a1449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"integer3\",\n        \"type\": \"INT\",\n        \"value\": 345\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/conversation-data-by-identifier","description":"<h3 id=\"customer-conversation-data-by-identifier\">Customer Conversation Data by Identifier</h3>\n<p>This endpoint allows the add conversation data for a specific customer identifier.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>The request body should be an array of objects with the following attributes:</p>\n<ul>\n<li><p><code>type</code> : The type of data.</p>\n</li>\n<li><p><code>key</code> (string): The key of the data.</p>\n</li>\n<li><p><code>value</code>: The value of the data.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":customerIdentifier","conversation-data-by-identifier"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[{"id":"0cd3795d-0cca-4cce-863f-91b6045559d1","type":"any","value":"123456789000","key":"customerIdentifier"}]}},"response":[{"id":"6419e71c-d1a8-45be-b888-71d12d581890","name":"Create updated conversation data through customer Identifier","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  \n{\n  \"key\": \"integer3\",\n    \"value\": 345}\n\n]\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:customerIdentifier/conversation-data-by-identifier","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":customerIdentifier","conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"744e6496-108a-42a2-8243-cf3d2e4cad04"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:21:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae4a21df86d30400dbb86e\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-03T15:17:53.642+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"Formtwo\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewer\": {}\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"exampleKey\",\n            \"value\": [\n                [\n                    \"stringValue1\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"sampleKey\",\n            \"value\": [\n                [\n                    \"value1\",\n                    \"value2\",\n                    \"value3\"\n                ],\n                [\n                    \"value4\",\n                    \"value5\"\n                ],\n                [\n                    \"value6\",\n                    \"value7\",\n                    \"value8\"\n                ],\n                [\n                    \"value9\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING\",\n            \"key\": \"integer3\",\n            \"value\": \"345\"\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"}],"_postman_id":"89798c0b-f580-4c02-8cd4-f57fc64a1449"},{"name":"update conversation data through customer Identifier","id":"eb142709-b52e-4370-ab7a-88bf6718af37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"wrapup45\",\n        \"type\": \"FORM_DATA\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Wrap up form2\",\n                \"type\": \"FORM_DATA\",\n                \"enableSections\": false,\n                \"attributeType\":\"OPTION\",\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"reviewDetail\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/append-conversation-data-by-identifier","description":"<p>The HTTP PUT request is used to append conversation data for a specific customer identifier. This API is implemented only for the type of StringList and FormData. Append operation will be done against same key.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and should contain a JSON array with the following structure:</p>\n<ul>\n<li>key (string): The key for the data.</li>\n<li>type (either STRINGLIST or FORMDATA): The type of the data.</li>\n<li>value (array)</li>\n</ul>\n<p>The response to this request will be the be conversation object contain the details of the appended conversation data for the specified customer identifier.</p>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":customerIdentifier","append-conversation-data-by-identifier"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[{"type":"any","value":"123456789000","key":"customerIdentifier"}]}},"response":[{"id":"a4caf68b-d236-4c6a-bcac-43118485e5da","name":"update conversation data through customer Identifier","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n  \"key\": \"wrapup\",\n  \"type\": \"FORM_DATA\",\n  \"value\": [{\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Wrap up form2\",\n      \"formType\": \"Wrap-up\",\n      \"type\": \"FORM_DATA\",\n      \"enableSections\": false,\n      \"enableWeightage\": false,\n      \"formWeightage\" : null,\n      \"reviewDetail\": null,\n      \"sentiment\": {\n        \"result\" : \"Happy\",\n        \"color\" : \"#000000\"\n      },\n      \"sections\": [\n        {\n          \"sectionWeightage\": null,\n          \"sectionId\": \"668545f977616400330ad410\",\n          \"sectionName\": \"New Section\",\n          \"sectionWeightage\": null,\n          \"attributes\": [\n            {\n              \"id\": \"668545f977616400330ad411\",\n              \"label\": \"Wrapup question no 1\",\n              \"valueType\": \"mcq\",\n              \"attributeWeightage\": null,\n              \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n              \"skipType\": null,\n              \"answer\": [\n                {\n                  \"label\": \"Option 1\",\n                  \"value\": \"option_1\",\n                  \"additionalAttributes\": {\n                    \"optionWeightage\": null,\n                    \"enableStyle\": false,\n                    \"optionStyle\": null\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }]\n}\n]\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:customerIdentifier/append-conversation-data-by-identifier","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":customerIdentifier","append-conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"5fd29371-7004-481e-bb6e-3ec661eab508"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:28:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae4a21df86d30400dbb86e\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-03T15:17:53.642+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"Formtwo\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewer\": {}\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"exampleKey\",\n            \"value\": [\n                [\n                    \"stringValue1\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"sampleKey\",\n            \"value\": [\n                [\n                    \"value1\",\n                    \"value2\",\n                    \"value3\"\n                ],\n                [\n                    \"value4\",\n                    \"value5\"\n                ],\n                [\n                    \"value6\",\n                    \"value7\",\n                    \"value8\"\n                ],\n                [\n                    \"value9\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING\",\n            \"key\": \"integer3\",\n            \"value\": \"345\"\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"e231fcd6-37ea-4ec7-bf59-a3917eca8f54","name":"update conversation data through customer Identifier","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n  \"key\": \"wrapup\",\n  \"type\": \"FORM_DATA\",\n  \"value\": [{\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Wrap up form2\",\n      \"formType\": \"Wrap-up\",\n      \"type\": \"FORM_DATA\",\n      \"enableSections\": false,\n      \"enableWeightage\": false,\n      \"formWeightage\" : {},\n      \"reviewDetail\": null,\n      \"sentiment\": {\n        \"result\" : \"Happy\",\n        \"color\" : \"#000000\"\n      },\n      \"sections\": [\n        {\n          \"sectionWeightage\": null,\n          \"sectionId\": \"668545f977616400330ad410\",\n          \"sectionName\": \"New Section\",\n          \"sectionWeightage\": null,\n          \"attributes\": [\n            {\n              \"id\": \"668545f977616400330ad411\",\n              \"label\": \"Wrapup question no 1\",\n              \"valueType\": \"mcq\",\n              \"attributeWeightage\": null,\n              \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n              \"skipType\": null,\n              \"answer\": [\n                {\n                  \"label\": \"Option 1\",\n                  \"value\": \"option_1\",\n                  \"additionalAttributes\": {\n                    \"optionWeightage\": null,\n                    \"enableStyle\": false,\n                    \"optionStyle\": null\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }]\n}\n]\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:customerIdentifier/append-conversation-data-by-identifier","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":customerIdentifier","append-conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"95acf559-93d9-45ee-a231-fae4eea920ad"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 16 Aug 2024 11:24:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66bb7c405c5cf8450451b88e\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66bb7c405c5cf8450451b88e\",\n        \"roomInfo\": {\n            \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-13T15:31:12.015+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"BOOLEAN\",\n            \"key\": \"Boolean333\",\n            \"value\": false\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66bb7c405c5cf8450451b88e\",\n            \"roomInfo\": {\n                \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"8ff79e91-0ee3-4e21-bc77-f13bb7f3417c","name":"update conversation data through customer Identifier","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"wrapup45\",\n        \"type\": \"FORM_DATA\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Wrap up form2\",\n                \"formType\": \"Wrap-up\",\n                \"type\": \"FORM_DATA\",\n                \"enableSections\": false,\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"reviewDetail\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/append-conversation-data-by-identifier","protocol":"https","host":["efcx-ldtst","expertflow","com"],"path":["conversation-manager","customer-topics",":customerIdentifier","append-conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:33:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"f7046bf3-3199-41ca-ac56-b19f33299c95"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66bf4c0b3702d80bef3c4622\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n        \"roomInfo\": {\n            \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-16T12:54:35.812+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"BOOLEAN\",\n            \"key\": \"Aamna-testing\",\n            \"value\": false\n        },\n        {\n            \"type\": \"INT\",\n            \"key\": \"integer3\",\n            \"value\": 345\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"exampleKey\",\n            \"value\": [\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup45\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n            \"roomInfo\": {\n                \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"7542bb18-3047-4def-95a8-90668b621e93","name":"update conversation data through customer Identifier","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n  \"type\": \"BOOLEAN\",\n  \"key\": \"sampleKey\",\n  \"value\":false\n}\n]\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:customerIdentifier/append-conversation-data-by-identifier","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":customerIdentifier","append-conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"correlationId","value":"ba0dafed-48fd-4d0a-b063-0384fb60a29d"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"68"},{"key":"Date","value":"Mon, 05 Aug 2024 05:25:50 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"PUT operation is only supported for STRING_LIST and FORM_DATA types."}],"_postman_id":"eb142709-b52e-4370-ab7a-88bf6718af37"},{"name":"update conversation data through conversation id for past conversation","id":"a6aa3e65-5e5c-4dac-929c-67946b4918f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"wrapup2\",\n        \"type\": \"FORM_DATA\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Wrap up form2\",\n                \"type\": \"FORM_DATA\",\n                \"enableSections\": false,\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"reviewDetail\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:conversationId/append-past-conversation-data-by-id","description":"<p>The HTTP PUT request is used to append conversation data for a specific past conversation on the basis of conversation id. This API is implemented only for the type of StringList and FormData. Conversation id will be use as a path variable.</p>\n<p>Request Body</p>\n<p>The request body should be in raw format and should contain a JSON array with the following structure:</p>\n<ul>\n<li>key (string): The key for the data.</li>\n<li>type (either STRINGLIST or FORMDATA): The type of the data.</li>\n<li>value (list)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":conversationId","append-past-conversation-data-by-id"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[{"type":"any","value":"668bf93aeebdad5f2027ddc3","key":"conversationId"}]}},"response":[{"id":"3a666210-1a68-4a17-8efa-cd3fb22fa125","name":"update conversation data through conversation id for past conversation: invalid type.","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"keyy\",\n        \"type\": \"STRING\",\n        \"value\": \"Abcd\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/append-conversation-data-by-conversation-id-for-past-conversation","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","append-conversation-data-by-conversation-id-for-past-conversation"],"variable":[{"key":"conversationId","value":"668d0965fe626d08b3633c31"}]}},"status":"Not Implemented","code":501,"_postman_previewlanguage":"plain","header":[{"key":"correlationId","value":"6f90bd3f-9a20-4f7a-88f9-f3736152f704"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 16 Aug 2024 11:23:04 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""},{"id":"69758d87-ddb5-4a2f-b097-7e9b352eff14","name":"update conversation data through conversation id for past conversation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"key\": \"wrapup2\",\n        \"type\": \"FORM_DATA\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"formTitle\": \"Wrap up form2\",\n                \"formType\": \"Wrap-up\",\n                \"type\": \"FORM_DATA\",\n                \"enableSections\": false,\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"reviewDetail\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:conversationId/append-conversation-data-by-conversation-id-for-past-conversation","protocol":"https","host":["efcx-ldtst","expertflow","com"],"path":["conversation-manager","customer-topics",":conversationId","append-conversation-data-by-conversation-id-for-past-conversation"],"variable":[{"key":"conversationId","value":"668d0965fe626d08b3633c31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:18:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"c7e4f684-64ba-4616-b1b4-4b0edf4fd987"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"668d0965fe626d08b3633c31\",\n    \"customer\": {\n        \"_id\": \"668d09656b9ee26d7fbd4a18\",\n        \"firstName\": \"1002\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CUSTOMER_LEFT\",\n    \"conversationDirection\": \"INBOUND\",\n    \"channelSession\": \"668d0965fe626d08b3633c31\",\n    \"creationTime\": \"2024-07-09T09:56:53.752+00:00\",\n    \"endTime\": \"2024-07-09T09:56:55.169+00:00\",\n    \"conversationData\": [\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"website\",\n            \"value\": [\n                [\n                    \"stringValue67008\",\n                    \"stringValue20000\",\n                    \"stringValue36788\"\n                ],\n                [\n                    \"stringValue68\",\n                    \"stringValue20\",\n                    \"stringValue38\"\n                ],\n                [\n                    \"false\",\n                    \"stringValue20\",\n                    \"345\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        },\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"wrapup2\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"FORM_DATA\",\n                    \"formTitle\": \"Wrap up form2\",\n                    \"enableSections\": false,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": {},\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#000000\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionWeightage\": null,\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"New Section\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Wrapup question no 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewDetail\": null\n                }\n            ]\n        }\n    ],\n    \"botId\": \"668bf8837a13b30ae23f55cf\",\n    \"lastUsedChannelSession\": \"uu4e5cceuf9tu52asgp9\",\n    \"roomInfo\": {\n        \"id\": \"668d0965fe626d08b3633c30\",\n        \"mode\": \"CONTACT_CENTER\"\n    }\n}"}],"_postman_id":"a6aa3e65-5e5c-4dac-929c-67946b4918f8"},{"name":"update conversation data through conversation id","id":"c4d7fdc8-d3f3-4c8a-b3cb-1861a6aaa4dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"type\": \"STRING_LIST\",\n        \"key\": \"exampleKey\",\n        \"value\": [\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ]\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:conversationId/append-conversation-data-by-id","description":"<p>The HTTP PUT request is used to append conversation data for a specific conversation id. This API is implemented only for the type of StringList and FormData. Append operation will be done against same key.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and should contain a JSON array with the following structure:</p>\n<ul>\n<li>key (string): The key for the data.</li>\n<li>type (either STRINGLIST or FORMDATA): The type of the data.</li>\n<li>value (array)</li>\n</ul>\n<p>The response to this request will be the be conversation object contain the details of the appended conversation data for the specified conversation id.</p>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":conversationId","append-conversation-data-by-id"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[{"id":"bc33fedf-02c0-4a97-84ca-b1d36e62e1e1","type":"any","value":"66bf4c0b3702d80bef3c4622","key":"conversationId"}]}},"response":[{"id":"f64babcd-3fe1-4b4b-88d1-63bd6179ce80","name":"update conversation data through conversation id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n\n  {\n    \"type\": \"STRING_LIST\",\n      \"key\": \"exampleKey\",\n      \"value\": [[\n        \"stringValue678\",\n        \"stringValue2\",\n        \"stringValue3\"\n      ]]\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/append-conversation-data-by-id","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","append-conversation-data-by-id"],"variable":[{"key":"conversationId","value":"66ae4a21df86d30400dbb86e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"6f43ee49-ac8e-4e48-859d-16eb5f2596c2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:26:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66ae4a21df86d30400dbb86e\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-03T15:17:53.642+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"FORM_DATA\",\n            \"key\": \"Formtwo\",\n            \"value\": [\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"reviewer\": {}\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                },\n                {\n                    \"formId\": \"668545f977616400330ad40f\",\n                    \"type\": \"SomeType\",\n                    \"formTitle\": \"Form Title One\",\n                    \"formType\": \"Type A\",\n                    \"enableSections\": true,\n                    \"enableWeightage\": false,\n                    \"formWeightage\": null,\n                    \"sentiment\": {\n                        \"result\": \"Happy\",\n                        \"color\": \"#00FF00\"\n                    },\n                    \"sections\": [\n                        {\n                            \"sectionId\": \"668545f977616400330ad410\",\n                            \"sectionName\": \"Section One\",\n                            \"sectionWeightage\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"668545f977616400330ad411\",\n                                    \"label\": \"Question 1\",\n                                    \"valueType\": \"mcq\",\n                                    \"attributeWeightage\": null,\n                                    \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                    \"skipType\": null,\n                                    \"answer\": [\n                                        {\n                                            \"label\": \"Option 1\",\n                                            \"value\": \"option_1\",\n                                            \"additionalAttributes\": {\n                                                \"optionWeightage\": null,\n                                                \"enableStyle\": false,\n                                                \"optionStyle\": null\n                                            }\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"additionalDetail\": {\n                        \"reviewer\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"mubeen\",\n                            \"type\": \"SUPERVISOR\"\n                        },\n                        \"agent\": {\n                            \"id\": \"668545f977616400330ad410\",\n                            \"name\": \"shehzad\",\n                            \"type\": \"AGENT\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"exampleKey\",\n            \"value\": [\n                [\n                    \"stringValue1\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ],\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"sampleKey\",\n            \"value\": [\n                [\n                    \"value1\",\n                    \"value2\",\n                    \"value3\"\n                ],\n                [\n                    \"value4\",\n                    \"value5\"\n                ],\n                [\n                    \"value6\",\n                    \"value7\",\n                    \"value8\"\n                ],\n                [\n                    \"value9\"\n                ]\n            ]\n        },\n        {\n            \"type\": \"STRING\",\n            \"key\": \"integer3\",\n            \"value\": \"345\"\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66ae4a21df86d30400dbb86e\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"1b80d1dc-7569-411c-a6b7-ed3e118d7b46","name":"update conversation data through conversation id","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"type\": \"STRING_LIST\",\n        \"key\": \"exampleKey\",\n        \"value\": [\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ]\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:conversationId/append-conversation-data-by-id","protocol":"https","host":["efcx-ldtst","expertflow","com"],"path":["conversation-manager","customer-topics",":conversationId","append-conversation-data-by-id"],"variable":[{"key":"conversationId","value":"66bf4c0b3702d80bef3c4622"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:21:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"93f2536b-793d-4c62-8b35-1475a38cbb68"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66bf4c0b3702d80bef3c4622\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n        \"roomInfo\": {\n            \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-16T12:54:35.812+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [\n        {\n            \"type\": \"BOOLEAN\",\n            \"key\": \"Aamna-testing\",\n            \"value\": false\n        },\n        {\n            \"type\": \"INT\",\n            \"key\": \"integer3\",\n            \"value\": 345\n        },\n        {\n            \"type\": \"STRING_LIST\",\n            \"key\": \"exampleKey\",\n            \"value\": [\n                [\n                    \"stringValue678\",\n                    \"stringValue2\",\n                    \"stringValue3\"\n                ]\n            ]\n        }\n    ],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n            \"roomInfo\": {\n                \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"}],"_postman_id":"c4d7fdc8-d3f3-4c8a-b3cb-1861a6aaa4dd"},{"name":"Create conversation","id":"360750aa-9315-4e33-9fe7-66a90a5b254f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"6348d43d330bb96ebf6f22d\",\n    \"channel\": {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"635b8039ec8721617585a6c8\",\n                \"name\": \"Test Channel Provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2e\",\n                        \"name\": \"VIBER\",\n                        \"channelLogo\": \"_VIBER.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f31\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f32\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Test Channel Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"635b80b1ec8721617585a6d7\",\n            \"tenant\": {\n                \"id\": \"635b80b1ec8721617585a6d9\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"635b8530ec8721617585a76b\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"635b8492d7d7647a7374c832\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"634419b00eb28942b5eb9f31\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"id\": \"635b8530ec8721617585a764\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"635b8530ec8721617585a76a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1218\",\n        \"roomLabel\": \"CC\"\n    },\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"voice\": [\n            \"1210\"\n        ]\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"123456789000\",\n        \"serviceIdentifier\": \"1218\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": \"123456\",\n                        \"browserIdExpiryTime\": \"9999\",\n                        \"browserName\": \"chrome\",\n                        \"deviceType\": \"desktop\"\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": \"asia/karachi\",\n                        \"language\": \"english\",\n                        \"country\": \"pakistan\"\n                    },\n                    \"formData\": {\n                        \"id\": 0.04760329698426147,\n                        \"formId\": 0.9481634981223266,\n                        \"filledBy\": \"web-init\",\n                        \"attributes\": [\n                            {\n                                \"value\": \"Nabeel\",\n                                \"key\": \"firstName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"Ahmad\",\n                                \"key\": \"lastName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"\",\n                                \"key\": \"email\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"1423423432429\",\n                                \"key\": \"channelIdentifier1\",\n                                \"type\": \"string\"\n                            }\n                        ],\n                        \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"66a5fbf0b3dec84f6ca8777\",\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": null\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics","description":"<p>This API endpoint allows the creation of conversation.</p>\n","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"9e5ce42f-9477-4247-b4ff-71aad5068d0f","name":"Create Conversation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"6348d43d330bb96ebf6f22d\",\n    \"channel\": {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"635b8039ec8721617585a6c8\",\n                \"name\": \"Test Channel Provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2e\",\n                        \"name\": \"VIBER\",\n                        \"channelLogo\": \"_VIBER.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f31\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f32\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Test Channel Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"635b80b1ec8721617585a6d7\",\n            \"tenant\": {\n                \"id\": \"635b80b1ec8721617585a6d9\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"635b8530ec8721617585a76b\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"635b8492d7d7647a7374c832\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"634419b00eb28942b5eb9f31\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"id\": \"635b8530ec8721617585a764\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"635b8530ec8721617585a76a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1218\",\n        \"roomLabel\": \"CC\"\n    },\n   \"customer\": {\n    \"_id\": \"664aec9d212ade1963bd8d85\",\n    \"firstName\": \"1210\",\n    \"phoneNumber\": [],\n    \"isAnonymous\": true,\n    \"__v\": 0,\n    \"voice\": [\n      \"1210\"\n    ]\n  },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"123456789000\",\n        \"serviceIdentifier\": \"1218\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": \"123456\",\n                        \"browserIdExpiryTime\": \"9999\",\n                        \"browserName\": \"chrome\",\n                        \"deviceType\": \"desktop\"\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": \"asia/karachi\",\n                        \"language\": \"english\",\n                        \"country\": \"pakistan\"\n                    },\n                    \"formData\": {\n                        \"id\": 0.04760329698426147,\n                        \"formId\": 0.9481634981223266,\n                        \"filledBy\": \"web-init\",\n                        \"attributes\": [\n                            {\n                                \"value\": \"Nabeel\",\n                                \"key\": \"firstName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"Ahmad\",\n                                \"key\": \"lastName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"\",\n                                \"key\": \"email\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"1423423432429\",\n                                \"key\": \"channelIdentifier1\",\n                                \"type\": \"string\"\n                            }\n                        ],\n                        \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"66a5fbf0b3dec84f6ca8777\",\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": null\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/customer-topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"4ac33a9d-b87a-4f6c-acc7-d409c3c7875e"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:24:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66b06228fb1f28712d1bb207\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66b06228fb1f28712d1bb207\",\n        \"roomInfo\": {\n            \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-05T05:24:56.892+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66b06228fb1f28712d1bb207\",\n            \"roomInfo\": {\n                \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66a5fbf0b3dec84f6ca8f79e\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"},{"id":"43cdd653-0181-4b10-b256-d6c5ea01292e","name":"Create conversation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"ChannelSession\",\n    \"id\": \"6348d43d330bb96ebf6f22d\",\n    \"channel\": {\n        \"channelConnector\": {\n            \"channelProviderInterface\": {\n                \"id\": \"635b8039ec8721617585a6c8\",\n                \"name\": \"Test Channel Provider\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2e\",\n                        \"name\": \"VIBER\",\n                        \"channelLogo\": \"_VIBER.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f2f\",\n                        \"name\": \"WHATSAPP\",\n                        \"channelLogo\": \"_WHATSAPP.svg\",\n                        \"isInteractive\": false,\n                        \"mediaRoutingDomain\": null\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f31\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    },\n                    {\n                        \"id\": \"634419b00eb28942b5eb9f32\",\n                        \"name\": \"VOICE\",\n                        \"channelLogo\": \"_VOICE.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                    }\n                ],\n                \"providerWebhook\": \"null\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"name\": \"Test Channel Connector\",\n            \"channelProviderConfigs\": [],\n            \"id\": \"635b80b1ec8721617585a6d7\",\n            \"tenant\": {\n                \"id\": \"635b80b1ec8721617585a6d9\",\n                \"name\": null\n            }\n        },\n        \"channelConfig\": {\n            \"id\": \"635b8530ec8721617585a76b\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 30,\n            \"customerActivityTimeout\": 30,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": true,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                \"agentRequestTtl\": 30\n            },\n            \"botId\": \"635b8492d7d7647a7374c832\"\n        },\n        \"name\": \"web\",\n        \"channelType\": {\n            \"id\": \"634419b00eb28942b5eb9f31\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"id\": \"635b8530ec8721617585a764\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"635b8530ec8721617585a76a\",\n            \"name\": null\n        },\n        \"serviceIdentifier\": \"1218\",\n        \"roomLabel\": \"CC\"\n    },\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0,\n        \"voice\": [\n            \"1210\"\n        ]\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"123456789000\",\n        \"serviceIdentifier\": \"1218\",\n        \"requestPriority\": 0,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": \"123456\",\n                        \"browserIdExpiryTime\": \"9999\",\n                        \"browserName\": \"chrome\",\n                        \"deviceType\": \"desktop\"\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": \"asia/karachi\",\n                        \"language\": \"english\",\n                        \"country\": \"pakistan\"\n                    },\n                    \"formData\": {\n                        \"id\": 0.04760329698426147,\n                        \"formId\": 0.9481634981223266,\n                        \"filledBy\": \"web-init\",\n                        \"attributes\": [\n                            {\n                                \"value\": \"Nabeel\",\n                                \"key\": \"firstName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"Ahmad\",\n                                \"key\": \"lastName\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"\",\n                                \"key\": \"email\",\n                                \"type\": \"string\"\n                            },\n                            {\n                                \"value\": \"1423423432429\",\n                                \"key\": \"channelIdentifier1\",\n                                \"type\": \"string\"\n                            }\n                        ],\n                        \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": \"66a5fbf0b3dec84f6ca8777\",\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": null\n    },\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 12:54:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"35674ce3-eaf3-48b8-913e-f7640ca368fd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"66bf4c0b3702d80bef3c4622\",\n    \"customer\": {\n        \"_id\": \"664aec9d212ade1963bd8d85\",\n        \"firstName\": \"1210\",\n        \"phoneNumber\": [],\n        \"isAnonymous\": true,\n        \"__v\": 0\n    },\n    \"participants\": [],\n    \"state\": \"CREATED\",\n    \"conversationDirection\": null,\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6348d43d330bb96ebf6f22d\",\n        \"channel\": {\n            \"id\": \"635b8530ec8721617585a764\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1218\",\n            \"defaultOutbound\": false,\n            \"tenant\": {\n                \"id\": \"635b8530ec8721617585a76a\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"635b8530ec8721617585a76b\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 30,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                    \"agentRequestTtl\": 30\n                },\n                \"botId\": \"635b8492d7d7647a7374c832\"\n            },\n            \"channelConnector\": {\n                \"id\": \"635b80b1ec8721617585a6d7\",\n                \"name\": \"Test Channel Connector\",\n                \"channelProviderInterface\": {\n                    \"id\": \"635b8039ec8721617585a6c8\",\n                    \"name\": \"Test Channel Provider\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2e\",\n                            \"name\": \"VIBER\",\n                            \"channelLogo\": \"_VIBER.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f2f\",\n                            \"name\": \"WHATSAPP\",\n                            \"channelLogo\": \"_WHATSAPP.svg\",\n                            \"isInteractive\": false,\n                            \"mediaRoutingDomain\": null\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f31\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        },\n                        {\n                            \"id\": \"634419b00eb28942b5eb9f32\",\n                            \"name\": \"VOICE\",\n                            \"channelLogo\": \"_VOICE.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                        }\n                    ],\n                    \"providerWebhook\": \"null\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"635b80b1ec8721617585a6d9\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"634419b00eb28942b5eb9f31\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\",\n            \"firstName\": \"1210\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"123456789000\",\n            \"serviceIdentifier\": \"1218\",\n            \"requestPriority\": 0,\n            \"customerFirstName\": null,\n            \"customerLastName\": null,\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.04760329698426147,\n                            \"formId\": 0.9481634981223266,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"Nabeel\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"Ahmad\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"1423423432429\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n        \"roomInfo\": {\n            \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n            \"mode\": \"CONTACT_CENTER\"\n        },\n        \"state\": {\n            \"name\": \"STARTED\",\n            \"reasonCode\": null\n        },\n        \"channelSessionDirection\": null,\n        \"active\": true\n    },\n    \"creationTime\": \"2024-08-16T12:54:35.812+00:00\",\n    \"endTime\": null,\n    \"conversationData\": [],\n    \"metadata\": {\n        \"botId\": \"635b8492d7d7647a7374c832\",\n        \"lastUsedChannelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"6348d43d330bb96ebf6f22d\",\n            \"channel\": {\n                \"id\": \"635b8530ec8721617585a764\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1218\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"635b8530ec8721617585a76a\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"635b8530ec8721617585a76b\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 30,\n                    \"customerActivityTimeout\": 30,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"635b85014b161256b0dbaabc\",\n                        \"agentRequestTtl\": 30\n                    },\n                    \"botId\": \"635b8492d7d7647a7374c832\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"635b80b1ec8721617585a6d7\",\n                    \"name\": \"Test Channel Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"635b8039ec8721617585a6c8\",\n                        \"name\": \"Test Channel Provider\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2e\",\n                                \"name\": \"VIBER\",\n                                \"channelLogo\": \"_VIBER.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f2f\",\n                                \"name\": \"WHATSAPP\",\n                                \"channelLogo\": \"_WHATSAPP.svg\",\n                                \"isInteractive\": false,\n                                \"mediaRoutingDomain\": null\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f31\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            },\n                            {\n                                \"id\": \"634419b00eb28942b5eb9f32\",\n                                \"name\": \"VOICE\",\n                                \"channelLogo\": \"_VOICE.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n                            }\n                        ],\n                        \"providerWebhook\": \"null\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"635b80b1ec8721617585a6d9\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"634419b00eb28942b5eb9f31\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"664aec9d212ade1963bd8d85\",\n                \"firstName\": \"1210\",\n                \"phoneNumber\": [],\n                \"isAnonymous\": true,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"123456789000\",\n                \"serviceIdentifier\": \"1218\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": null,\n                \"customerLastName\": null,\n                \"additionalAttributes\": [\n                    {\n                        \"key\": \"WebChannelData\",\n                        \"type\": \"WebChannelData\",\n                        \"value\": {\n                            \"browserDeviceInfo\": {\n                                \"browserId\": \"123456\",\n                                \"browserIdExpiryTime\": \"9999\",\n                                \"browserName\": \"chrome\",\n                                \"deviceType\": \"desktop\"\n                            },\n                            \"queue\": \"\",\n                            \"locale\": {\n                                \"timezone\": \"asia/karachi\",\n                                \"language\": \"english\",\n                                \"country\": \"pakistan\"\n                            },\n                            \"formData\": {\n                                \"id\": 0.04760329698426147,\n                                \"formId\": 0.9481634981223266,\n                                \"filledBy\": \"web-init\",\n                                \"attributes\": [\n                                    {\n                                        \"value\": \"Nabeel\",\n                                        \"key\": \"firstName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"Ahmad\",\n                                        \"key\": \"lastName\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"\",\n                                        \"key\": \"email\",\n                                        \"type\": \"string\"\n                                    },\n                                    {\n                                        \"value\": \"1423423432429\",\n                                        \"key\": \"channelIdentifier1\",\n                                        \"type\": \"string\"\n                                    }\n                                ],\n                                \"createdOn\": \"2022-10-14T03:15:05.296Z\"\n                            }\n                        }\n                    }\n                ]\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": \"66bf4c0b3702d80bef3c4622\",\n            \"roomInfo\": {\n                \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n                \"mode\": \"CONTACT_CENTER\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": null\n            },\n            \"channelSessionDirection\": null,\n            \"active\": true\n        }\n    },\n    \"roomInfo\": {\n        \"id\": \"66b5e2a5b6d83901a3f4e5c6\",\n        \"mode\": \"CONTACT_CENTER\"\n    },\n    \"agentSla\": {\n        \"totalDuration\": null,\n        \"action\": null,\n        \"startTime\": null\n    },\n    \"cachedAgentSlaDuration\": 0,\n    \"holdTimerDetails\": {\n        \"totalDuration\": null,\n        \"startTime\": null\n    }\n}"}],"_postman_id":"360750aa-9315-4e33-9fe7-66a90a5b254f"},{"name":"Get Conversation Data By Conversation Id","id":"3229a256-41ca-4dce-b0eb-4f35266ea654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://efcx-dev12.expertflow.com/conversation-manager/customer-topics/:conversationId/conversation-data?format=new","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customer-topics/:conversationId/conversation-data</strong></p>\n<p>This API returns conversation data (which includes key-value-type of information) with a specific ID. This API only returns the details of the conversation that is currently in progress. It does not include closed/archived conversation data.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns data of conversation with the respective ID.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching data.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":conversationId","conversation-data"],"host":["efcx-dev12","expertflow","com"],"query":[{"key":"format","value":"new"}],"variable":[{"id":"eeb63379-6bef-43e6-b30b-8d13dc2eedfb","description":{"content":"<p>ID of the conversation whose data needs to be returned.</p>\n","type":"text/plain"},"type":"any","value":"672ecc444ccfef1397434e56","key":"conversationId"}]}},"response":[{"id":"f4895ed6-f618-4229-8c54-dc36dd4f239a","name":"Get Conversation Data By Conversation Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8080/customer-topics/:conversationId/conversation-data-by-conversation-id","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":conversationId","conversation-data-by-conversation-id"],"variable":[{"key":"conversationId","value":"66b0607cfb1f28712d1bae26","description":"ID of the conversation whose data needs to be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"5df4c027-29db-4071-a51a-6bc79b495cc5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:24:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"sampleKey\",\n        \"value\": \"67\"\n    }\n]"},{"id":"0ee63a15-a56a-4e0d-98fb-5d8fd4b81fc1","name":"Get Conversation Data By Conversation Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:conversationId/conversation-data-by-conversation-id","protocol":"https","host":["efcx-ldtst","expertflow","com"],"path":["conversation-manager","customer-topics",":conversationId","conversation-data-by-conversation-id"],"variable":[{"key":"conversationId","value":"66bf4c0b3702d80bef3c4622","description":"ID of the conversation whose data needs to be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:27:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"ecac04c7-c666-4473-be33-f457adc2ee76"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"Aamna-testing\",\n        \"value\": false\n    },\n    {\n        \"key\": \"integer3\",\n        \"value\": 345\n    },\n    {\n        \"key\": \"exampleKey\",\n        \"value\": [\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ],\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ]\n        ]\n    },\n    {\n        \"key\": \"wrapup\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"FORM_DATA\",\n                \"formTitle\": \"Wrap up form2\",\n                \"enableSections\": false,\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"reviewDetail\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"3229a256-41ca-4dce-b0eb-4f35266ea654"},{"name":"Get Conversation Data By Customer Identifier","id":"3bb1f505-6f32-4414-9df1-fdaa661bf1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/conversation-data-by-customer-identifier","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/customer-topics/:conversationId/conversation-data</strong></p>\n<p>This API returns conversation data (which includes key-value pairs of information) with a specific ID. This API only returns the details of the conversation that is currently in progress. It does not include closed/archived conversation data.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns data of conversation with the respective ID.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while fetching data.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":customerIdentifier","conversation-data-by-customer-identifier"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[{"id":"d709af7a-2c08-432e-88c7-dfe8d21b97e6","type":"any","value":"123456789000","key":"customerIdentifier"}]}},"response":[{"id":"ee979e60-6323-4bb3-b982-8a1268f01b19","name":"Get Conversation Data By Customer Identifier","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8080/customer-topics/:customerIdentifier/conversation-data-by-customer-identifier","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["customer-topics",":customerIdentifier","conversation-data-by-customer-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"correlationId","value":"50b95b3d-792c-4a96-b6ad-d617939f56f6"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 05 Aug 2024 05:22:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"Formtwo\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"SomeType\",\n                \"formTitle\": \"Form Title One\",\n                \"enableSections\": true,\n                \"enableWeightage\": false,\n                \"formWeightage\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#00FF00\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"Section One\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Question 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"reviewer\": {}\n            },\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"SomeType\",\n                \"formTitle\": \"Form Title One\",\n                \"enableSections\": true,\n                \"enableWeightage\": false,\n                \"formWeightage\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#00FF00\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"Section One\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Question 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"shehzad\",\n                        \"type\": \"AGENT\"\n                    }\n                }\n            },\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"SomeType\",\n                \"formTitle\": \"Form Title One\",\n                \"enableSections\": true,\n                \"enableWeightage\": false,\n                \"formWeightage\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#00FF00\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"Section One\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Question 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"shehzad\",\n                        \"type\": \"AGENT\"\n                    }\n                }\n            },\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"SomeType\",\n                \"formTitle\": \"Form Title One\",\n                \"enableSections\": true,\n                \"enableWeightage\": false,\n                \"formWeightage\": null,\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#00FF00\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"Section One\",\n                        \"sectionWeightage\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Question 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://example.com/file.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"additionalDetail\": {\n                    \"reviewer\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"mubeen\",\n                        \"type\": \"SUPERVISOR\"\n                    },\n                    \"agent\": {\n                        \"id\": \"668545f977616400330ad410\",\n                        \"name\": \"shehzad\",\n                        \"type\": \"AGENT\"\n                    }\n                }\n            }\n        ]\n    },\n    {\n        \"key\": \"exampleKey\",\n        \"value\": [\n            [\n                \"stringValue1\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ],\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ]\n        ]\n    },\n    {\n        \"key\": \"sampleKey\",\n        \"value\": [\n            [\n                \"value1\",\n                \"value2\",\n                \"value3\"\n            ],\n            [\n                \"value4\",\n                \"value5\"\n            ],\n            [\n                \"value6\",\n                \"value7\",\n                \"value8\"\n            ],\n            [\n                \"value9\"\n            ]\n        ]\n    },\n    {\n        \"key\": \"integer3\",\n        \"value\": \"345\"\n    }\n]"},{"id":"a58c18aa-37d4-4533-9342-07a7fe536462","name":"Get Conversation Data By Customer Identifier","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-ldtst.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/conversation-data-by-customer-identifier","protocol":"https","host":["efcx-ldtst","expertflow","com"],"path":["conversation-manager","customer-topics",":customerIdentifier","conversation-data-by-customer-identifier"],"variable":[{"key":"customerIdentifier","value":"123456789000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:27:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"correlationId","value":"ff05ba38-f549-4e9d-b01e-b46be00101ff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"Aamna-testing\",\n        \"value\": false\n    },\n    {\n        \"key\": \"integer3\",\n        \"value\": 345\n    },\n    {\n        \"key\": \"exampleKey\",\n        \"value\": [\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ],\n            [\n                \"stringValue678\",\n                \"stringValue2\",\n                \"stringValue3\"\n            ]\n        ]\n    },\n    {\n        \"key\": \"wrapup\",\n        \"value\": [\n            {\n                \"formId\": \"668545f977616400330ad40f\",\n                \"type\": \"FORM_DATA\",\n                \"formTitle\": \"Wrap up form2\",\n                \"enableSections\": false,\n                \"enableWeightage\": false,\n                \"formWeightage\": {},\n                \"sentiment\": {\n                    \"result\": \"Happy\",\n                    \"color\": \"#000000\"\n                },\n                \"sections\": [\n                    {\n                        \"sectionWeightage\": null,\n                        \"sectionId\": \"668545f977616400330ad410\",\n                        \"sectionName\": \"New Section\",\n                        \"attributes\": [\n                            {\n                                \"id\": \"668545f977616400330ad411\",\n                                \"label\": \"Wrapup question no 1\",\n                                \"valueType\": \"mcq\",\n                                \"attributeWeightage\": null,\n                                \"attributeAttachment\": \"https://efcx-frontend.expertflow.com/file-engine/api/downloadFileStream?filename=97730_yes_no.mp3\",\n                                \"skipType\": null,\n                                \"answer\": [\n                                    {\n                                        \"label\": \"Option 1\",\n                                        \"value\": \"option_1\",\n                                        \"additionalAttributes\": {\n                                            \"optionWeightage\": null,\n                                            \"enableStyle\": false,\n                                            \"optionStyle\": null\n                                        }\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                ],\n                \"reviewDetail\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"3bb1f505-6f32-4414-9df1-fdaa661bf1f2"}],"id":"1ea2b7d3-b7b9-45dd-a70f-349f3902afb4","description":"<p>This section contains the add/update Conversation Data APIs. The Conversation Data is List of key, value and type. Type can be List, String, Boolean and FormData etc.</p>\n","_postman_id":"1ea2b7d3-b7b9-45dd-a70f-349f3902afb4"},{"name":"Add Conversation Data By ID","id":"5a10241e-8a28-40bb-a4ba-84b8414ce003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ahmad\",\n    \"age\": 25\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-dev11.expertflow.com/conversation-manager/customer-topics/:conversationId/conversation-data","description":"<p>Conversation data is additional data pushed in the conversation by third parties.</p>\n<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/customer-topics/:conversationId/conversation-data</strong></p>\n<p>This API allows you to add new attributes and their values or update values of existing attributes in conversation data. Once an attribute is added as conversation data, it cannot be deleted. It will always exist as part of data and can be updated.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<ul>\n<li>Any variable of type String or Numeric can be added e.g. name or age.</li>\n<li>Object cannot be added/updated as a variable in conversation data.</li>\n</ul>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Attributes added to the schema.</td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500. Message: \"An error occurred while adding attribute.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":conversationId","conversation-data"],"host":["efcx-dev11","expertflow","com"],"query":[],"variable":[{"id":"19c2261e-740a-4c19-91c1-43c06cd2c6cd","type":"any","value":"651fe0cbd7d6d06128ee7717","key":"conversationId"}]}},"response":[{"id":"d0483168-91cb-4bc9-858b-02291771dc58","name":"Add Conversation Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ahmad\",\n    \"age\": 25\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim.expertflow.com/customer-topics/:conversationId/conversation-data","protocol":"https","host":["cim","expertflow","com"],"path":["customer-topics",":conversationId","conversation-data"],"variable":[{"key":"conversationId","value":"62e2f79517177809c6c0a10e","description":"ID of the conversation for which attribute needs to be added."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a10241e-8a28-40bb-a4ba-84b8414ce003"},{"name":"Add Conversation Data By Customer Identifier","id":"11dd4594-0730-4156-a939-a3f60b741f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Rating\": \"3\"\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-rmt2.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/conversation-data-by-identifier","description":"<p>Conversation data is additional data pushed in the conversation by third parties.</p>\n<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/customer-topics/:customerIdentifier/conversation-data-by-identifier</strong></p>\n<p>This API allows you to add new attributes and their values or update values of existing attributes in conversation data. Once an attribute is added as conversation data, it cannot be deleted. It will always exist as part of data and can be updated.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<ul>\n<li>Any variable of type String or Numeric can be added e.g. name or age.</li>\n<li>Object cannot be added/updated as a variable in conversation data.</li>\n</ul>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Attributes added to the conversation.</td>\n</tr>\n<tr>\n<td>NOT_FOUND</td>\n<td>When conversation does not exist with the provided identifier.  <br />  <br />Code 404. Message: \"Conversation not found for customer identifier: [customer-identifier]\"</td>\n</tr>\n<tr>\n<td>BAD_REQUEST</td>\n<td>When more than 10 key-value pairs are tried to be inserted.  <br />  <br />Code 400.  <br />Message: \"Only 10 key-value pairs are allowed in conversation-data. total size of key-value pairs would be [new size of data keys] after update\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","customer-topics",":customerIdentifier","conversation-data-by-identifier"],"host":["efcx-rmt2","expertflow","com"],"query":[],"variable":[{"type":"any","value":"3000","key":"customerIdentifier"}]}},"response":[{"id":"8d4343eb-2972-4b35-b95f-92801a9a07fc","name":"Add Conversation Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"umer\",\n    \"email\": \"umer@gmail.com\",\n    \"phone\": \"090078601\",\n    \"customer_type\": \"System Integrator / Partner\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/conversation-manager/customer-topics/:customerIdentifier/conversation-data-by-identifier","protocol":"https","host":["cim-dev","expertflow","com"],"path":["conversation-manager","customer-topics",":customerIdentifier","conversation-data-by-identifier"],"variable":[{"key":"customerIdentifier","value":"1234567890123123","description":"The customer identifier to identfy the conversation."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"652fa017a482aa419917d1c8\",\r\n    \"customer\": {\r\n        \"_id\": \"652d4075409fbbeca5e0fb36\",\r\n        \"firstName\": \"Jane Doe\",\r\n        \"phoneNumber\": [],\r\n        \"isAnonymous\": true,\r\n        \"__v\": 0,\r\n        \"web\": [\r\n            \"1234567890123123\"\r\n        ]\r\n    },\r\n    \"participants\": [\r\n        {\r\n            \"type\": \"CUSTOMER\",\r\n            \"role\": \"CUSTOMER\",\r\n            \"participant\": {\r\n                \"participantType\": \"ChannelSession\",\r\n                \"id\": \"652fa0179b1f3e5f191e5f20\",\r\n                \"channel\": {\r\n                    \"id\": \"64f9b25553db6557e6b89836\",\r\n                    \"name\": \"pull_1111\",\r\n                    \"serviceIdentifier\": \"1111\",\r\n                    \"defaultOutbound\": false,\r\n                    \"tenant\": {\r\n                        \"id\": \"6524e4b045b64b51fb5b134c\",\r\n                        \"name\": null\r\n                    },\r\n                    \"channelConfig\": {\r\n                        \"id\": \"6524e4b045b64b51fb5b134d\",\r\n                        \"channelMode\": \"HYBRID\",\r\n                        \"conversationBot\": \"\",\r\n                        \"responseSla\": 0,\r\n                        \"customerActivityTimeout\": 300,\r\n                        \"customerIdentificationCriteria\": {\r\n                            \"value\": null\r\n                        },\r\n                        \"routingPolicy\": {\r\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                            \"routeToLastAgent\": true,\r\n                            \"routingMode\": \"PULL\",\r\n                            \"routingObjectId\": \"64f97f20045d7400325f6477\",\r\n                            \"agentRequestTtl\": 2222\r\n                        },\r\n                        \"botId\": \"64f97ee2a87ffc5daec64bff\"\r\n                    },\r\n                    \"channelConnector\": {\r\n                        \"id\": \"64f97f7453db6557e6b88a53\",\r\n                        \"name\": \"Web\",\r\n                        \"channelProviderInterface\": {\r\n                            \"id\": \"64f97f3753db6557e6b88a50\",\r\n                            \"name\": \"Web\",\r\n                            \"supportedChannelTypes\": [\r\n                                {\r\n                                    \"id\": \"64f97ee453db6557e6b88a46\",\r\n                                    \"name\": \"WEB\",\r\n                                    \"channelLogo\": \"_WEB.svg\",\r\n                                    \"isInteractive\": true,\r\n                                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                                }\r\n                            ],\r\n                            \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager\",\r\n                            \"channelProviderConfigSchema\": []\r\n                        },\r\n                        \"channelProviderConfigs\": [],\r\n                        \"tenant\": {\r\n                            \"id\": \"64f97f7453db6557e6b88a55\",\r\n                            \"name\": null\r\n                        }\r\n                    },\r\n                    \"channelType\": {\r\n                        \"id\": \"64f97ee453db6557e6b88a46\",\r\n                        \"name\": \"WEB\",\r\n                        \"channelLogo\": \"_WEB.svg\",\r\n                        \"isInteractive\": true,\r\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                    }\r\n                },\r\n                \"customer\": {\r\n                    \"_id\": \"652d4075409fbbeca5e0fb36\",\r\n                    \"firstName\": \"Jane Doe\",\r\n                    \"phoneNumber\": [],\r\n                    \"isAnonymous\": true,\r\n                    \"__v\": 0,\r\n                    \"web\": [\r\n                        \"1234567890123123\"\r\n                    ]\r\n                },\r\n                \"customerSuggestions\": [],\r\n                \"channelData\": {\r\n                    \"channelCustomerIdentifier\": \"1234567890123123\",\r\n                    \"serviceIdentifier\": \"1111\",\r\n                    \"requestPriority\": 0,\r\n                    \"additionalAttributes\": [\r\n                        {\r\n                            \"key\": \"WebChannelData\",\r\n                            \"type\": \"WebChannelData\",\r\n                            \"value\": {\r\n                                \"browserDeviceInfo\": {\r\n                                    \"browserId\": \"123456\",\r\n                                    \"browserIdExpiryTime\": \"9999\",\r\n                                    \"browserName\": \"chrome\",\r\n                                    \"deviceType\": \"desktop\"\r\n                                },\r\n                                \"queue\": \"\",\r\n                                \"locale\": {\r\n                                    \"timezone\": \"asia/karachi\",\r\n                                    \"language\": \"english\",\r\n                                    \"country\": \"pakistan\"\r\n                                },\r\n                                \"formData\": {\r\n                                    \"id\": 0.45924145722989484,\r\n                                    \"formId\": \"65004c05045d7400325f6826\",\r\n                                    \"filledBy\": \"web-widget\",\r\n                                    \"attributes\": {\r\n                                        \"first_name\": \"umer\",\r\n                                        \"business_email\": \"umer@gmail.com\",\r\n                                        \"phone\": \"090078601\",\r\n                                        \"customer_type\": \"System Integrator / Partner\",\r\n                                        \"customer_channel_identifier\": \"1234567890123123\"\r\n                                    },\r\n                                    \"createdOn\": \"2023-10-18T09:06:30.548Z\"\r\n                                }\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"latestIntent\": \"START_CONVERSATION\",\r\n                \"customerPresence\": {\r\n                    \"value\": null\r\n                },\r\n                \"isActive\": true,\r\n                \"conversationId\": \"652fa017a482aa419917d1c8\",\r\n                \"state\": {\r\n                    \"name\": \"STARTED\",\r\n                    \"reasonCode\": \"CUSTOMER\"\r\n                },\r\n                \"channelSessionDirection\": \"INBOUND\",\r\n                \"active\": true\r\n            },\r\n            \"id\": \"652fa017a482aa419917d212\",\r\n            \"joiningTime\": \"2023-10-18T09:06:31.373+00:00\",\r\n            \"token\": null,\r\n            \"conversationId\": \"652fa017a482aa419917d1c8\",\r\n            \"isActive\": true,\r\n            \"userCredentials\": {},\r\n            \"state\": \"SUBSCRIBED\",\r\n            \"stateChangedOn\": null\r\n        }\r\n    ],\r\n    \"state\": \"CREATED\",\r\n    \"conversationDirection\": \"INBOUND\",\r\n    \"channelSession\": {\r\n        \"participantType\": \"ChannelSession\",\r\n        \"id\": \"652fa0179b1f3e5f191e5f20\",\r\n        \"channel\": {\r\n            \"id\": \"64f9b25553db6557e6b89836\",\r\n            \"name\": \"pull_1111\",\r\n            \"serviceIdentifier\": \"1111\",\r\n            \"defaultOutbound\": false,\r\n            \"tenant\": {\r\n                \"id\": \"6524e4b045b64b51fb5b134c\",\r\n                \"name\": null\r\n            },\r\n            \"channelConfig\": {\r\n                \"id\": \"6524e4b045b64b51fb5b134d\",\r\n                \"channelMode\": \"HYBRID\",\r\n                \"conversationBot\": \"\",\r\n                \"responseSla\": 0,\r\n                \"customerActivityTimeout\": 300,\r\n                \"customerIdentificationCriteria\": {\r\n                    \"value\": null\r\n                },\r\n                \"routingPolicy\": {\r\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                    \"routeToLastAgent\": true,\r\n                    \"routingMode\": \"PULL\",\r\n                    \"routingObjectId\": \"64f97f20045d7400325f6477\",\r\n                    \"agentRequestTtl\": 2222\r\n                },\r\n                \"botId\": \"64f97ee2a87ffc5daec64bff\"\r\n            },\r\n            \"channelConnector\": {\r\n                \"id\": \"64f97f7453db6557e6b88a53\",\r\n                \"name\": \"Web\",\r\n                \"channelProviderInterface\": {\r\n                    \"id\": \"64f97f3753db6557e6b88a50\",\r\n                    \"name\": \"Web\",\r\n                    \"supportedChannelTypes\": [\r\n                        {\r\n                            \"id\": \"64f97ee453db6557e6b88a46\",\r\n                            \"name\": \"WEB\",\r\n                            \"channelLogo\": \"_WEB.svg\",\r\n                            \"isInteractive\": true,\r\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                        }\r\n                    ],\r\n                    \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager\",\r\n                    \"channelProviderConfigSchema\": []\r\n                },\r\n                \"channelProviderConfigs\": [],\r\n                \"tenant\": {\r\n                    \"id\": \"64f97f7453db6557e6b88a55\",\r\n                    \"name\": null\r\n                }\r\n            },\r\n            \"channelType\": {\r\n                \"id\": \"64f97ee453db6557e6b88a46\",\r\n                \"name\": \"WEB\",\r\n                \"channelLogo\": \"_WEB.svg\",\r\n                \"isInteractive\": true,\r\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n            }\r\n        },\r\n        \"customer\": {\r\n            \"_id\": \"652d4075409fbbeca5e0fb36\",\r\n            \"firstName\": \"Jane Doe\",\r\n            \"phoneNumber\": [],\r\n            \"isAnonymous\": true,\r\n            \"__v\": 0,\r\n            \"web\": [\r\n                \"1234567890123123\"\r\n            ]\r\n        },\r\n        \"customerSuggestions\": [],\r\n        \"channelData\": {\r\n            \"channelCustomerIdentifier\": \"1234567890123123\",\r\n            \"serviceIdentifier\": \"1111\",\r\n            \"requestPriority\": 0,\r\n            \"additionalAttributes\": [\r\n                {\r\n                    \"key\": \"WebChannelData\",\r\n                    \"type\": \"WebChannelData\",\r\n                    \"value\": {\r\n                        \"browserDeviceInfo\": {\r\n                            \"browserId\": \"123456\",\r\n                            \"browserIdExpiryTime\": \"9999\",\r\n                            \"browserName\": \"chrome\",\r\n                            \"deviceType\": \"desktop\"\r\n                        },\r\n                        \"queue\": \"\",\r\n                        \"locale\": {\r\n                            \"timezone\": \"asia/karachi\",\r\n                            \"language\": \"english\",\r\n                            \"country\": \"pakistan\"\r\n                        },\r\n                        \"formData\": {\r\n                            \"id\": 0.45924145722989484,\r\n                            \"formId\": \"65004c05045d7400325f6826\",\r\n                            \"filledBy\": \"web-widget\",\r\n                            \"attributes\": {\r\n                                \"first_name\": \"umer\",\r\n                                \"business_email\": \"umer@gmail.com\",\r\n                                \"phone\": \"090078601\",\r\n                                \"customer_type\": \"System Integrator / Partner\",\r\n                                \"customer_channel_identifier\": \"1234567890123123\"\r\n                            },\r\n                            \"createdOn\": \"2023-10-18T09:06:30.548Z\"\r\n                        }\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"latestIntent\": \"START_CONVERSATION\",\r\n        \"customerPresence\": {\r\n            \"value\": null\r\n        },\r\n        \"isActive\": true,\r\n        \"conversationId\": \"652fa017a482aa419917d1c8\",\r\n        \"state\": {\r\n            \"name\": \"STARTED\",\r\n            \"reasonCode\": \"CUSTOMER\"\r\n        },\r\n        \"channelSessionDirection\": \"INBOUND\",\r\n        \"active\": true\r\n    },\r\n    \"creationTime\": \"2023-10-18T09:06:31.328+00:00\",\r\n    \"endTime\": null,\r\n    \"conversationData\": {\r\n        \"first_name\": \"umer\",\r\n        \"business_email\": \"umer@gmail.com\",\r\n        \"phone\": \"090078601\",\r\n        \"customer_type\": \"System Integrator / Partner\",\r\n        \"customer_channel_identifier\": \"1234567890123123\"\r\n    },\r\n    \"metadata\": {\r\n        \"botId\": \"64f97ee2a87ffc5daec64bff\",\r\n        \"lastUsedChannelSession\": {\r\n            \"participantType\": \"ChannelSession\",\r\n            \"id\": \"652fa0179b1f3e5f191e5f20\",\r\n            \"channel\": {\r\n                \"id\": \"64f9b25553db6557e6b89836\",\r\n                \"name\": \"pull_1111\",\r\n                \"serviceIdentifier\": \"1111\",\r\n                \"defaultOutbound\": false,\r\n                \"tenant\": {\r\n                    \"id\": \"6524e4b045b64b51fb5b134c\",\r\n                    \"name\": null\r\n                },\r\n                \"channelConfig\": {\r\n                    \"id\": \"6524e4b045b64b51fb5b134d\",\r\n                    \"channelMode\": \"HYBRID\",\r\n                    \"conversationBot\": \"\",\r\n                    \"responseSla\": 0,\r\n                    \"customerActivityTimeout\": 300,\r\n                    \"customerIdentificationCriteria\": {\r\n                        \"value\": null\r\n                    },\r\n                    \"routingPolicy\": {\r\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n                        \"routeToLastAgent\": true,\r\n                        \"routingMode\": \"PULL\",\r\n                        \"routingObjectId\": \"64f97f20045d7400325f6477\",\r\n                        \"agentRequestTtl\": 2222\r\n                    },\r\n                    \"botId\": \"64f97ee2a87ffc5daec64bff\"\r\n                },\r\n                \"channelConnector\": {\r\n                    \"id\": \"64f97f7453db6557e6b88a53\",\r\n                    \"name\": \"Web\",\r\n                    \"channelProviderInterface\": {\r\n                        \"id\": \"64f97f3753db6557e6b88a50\",\r\n                        \"name\": \"Web\",\r\n                        \"supportedChannelTypes\": [\r\n                            {\r\n                                \"id\": \"64f97ee453db6557e6b88a46\",\r\n                                \"name\": \"WEB\",\r\n                                \"channelLogo\": \"_WEB.svg\",\r\n                                \"isInteractive\": true,\r\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                            }\r\n                        ],\r\n                        \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager\",\r\n                        \"channelProviderConfigSchema\": []\r\n                    },\r\n                    \"channelProviderConfigs\": [],\r\n                    \"tenant\": {\r\n                        \"id\": \"64f97f7453db6557e6b88a55\",\r\n                        \"name\": null\r\n                    }\r\n                },\r\n                \"channelType\": {\r\n                    \"id\": \"64f97ee453db6557e6b88a46\",\r\n                    \"name\": \"WEB\",\r\n                    \"channelLogo\": \"_WEB.svg\",\r\n                    \"isInteractive\": true,\r\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n                }\r\n            },\r\n            \"customer\": {\r\n                \"_id\": \"652d4075409fbbeca5e0fb36\",\r\n                \"firstName\": \"Jane Doe\",\r\n                \"phoneNumber\": [],\r\n                \"isAnonymous\": true,\r\n                \"__v\": 0,\r\n                \"web\": [\r\n                    \"1234567890123123\"\r\n                ]\r\n            },\r\n            \"customerSuggestions\": [],\r\n            \"channelData\": {\r\n                \"channelCustomerIdentifier\": \"1234567890123123\",\r\n                \"serviceIdentifier\": \"1111\",\r\n                \"requestPriority\": 0,\r\n                \"additionalAttributes\": [\r\n                    {\r\n                        \"key\": \"WebChannelData\",\r\n                        \"type\": \"WebChannelData\",\r\n                        \"value\": {\r\n                            \"browserDeviceInfo\": {\r\n                                \"browserId\": \"123456\",\r\n                                \"browserIdExpiryTime\": \"9999\",\r\n                                \"browserName\": \"chrome\",\r\n                                \"deviceType\": \"desktop\"\r\n                            },\r\n                            \"queue\": \"\",\r\n                            \"locale\": {\r\n                                \"timezone\": \"asia/karachi\",\r\n                                \"language\": \"english\",\r\n                                \"country\": \"pakistan\"\r\n                            },\r\n                            \"formData\": {\r\n                                \"id\": 0.45924145722989484,\r\n                                \"formId\": \"65004c05045d7400325f6826\",\r\n                                \"filledBy\": \"web-widget\",\r\n                                \"attributes\": {\r\n                                    \"first_name\": \"umer\",\r\n                                    \"business_email\": \"umer@gmail.com\",\r\n                                    \"phone\": \"090078601\",\r\n                                    \"customer_type\": \"System Integrator / Partner\",\r\n                                    \"customer_channel_identifier\": \"1234567890123123\"\r\n                                },\r\n                                \"createdOn\": \"2023-10-18T09:06:30.548Z\"\r\n                            }\r\n                        }\r\n                    }\r\n                ]\r\n            },\r\n            \"latestIntent\": \"START_CONVERSATION\",\r\n            \"customerPresence\": {\r\n                \"value\": null\r\n            },\r\n            \"isActive\": true,\r\n            \"conversationId\": \"652fa017a482aa419917d1c8\",\r\n            \"state\": {\r\n                \"name\": \"STARTED\",\r\n                \"reasonCode\": \"CUSTOMER\"\r\n            },\r\n            \"channelSessionDirection\": \"INBOUND\",\r\n            \"active\": true\r\n        },\r\n        \"agentRequestStatus\": {\r\n            \"status\": \"not_requested\",\r\n            \"direction\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"11dd4594-0730-4156-a939-a3f60b741f22"}],"id":"b52e3b5e-98e3-428b-88b9-a8a413af6161","_postman_id":"b52e3b5e-98e3-428b-88b9-a8a413af6161","description":""},{"name":"CX Activities","item":[{"name":"Get Customer Past Activities","id":"f53104ca-90fd-43b9-9a99-49569eb93407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-demo.expertflow.com/conversation-manager/activities/customer/:customerid/past-activities","urlObject":{"protocol":"https","path":["conversation-manager","activities","customer",":customerid","past-activities"],"host":["cim-demo","expertflow","com"],"query":[],"variable":[{"id":"d2823c81-8524-4fbe-b728-d225de084f96","type":"any","value":"641babb9208ece1d25b6cb85","key":"customerid"}]}},"response":[{"id":"4b809d0d-8d4d-4b62-8c69-33e31912ce0f","name":"Get Customer Past Activities with default sorting and limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-demo.expertflow.com/conversation-manager/activities/customer/:customerid/past-activities","protocol":"https","host":["cim-demo","expertflow","com"],"path":["conversation-manager","activities","customer",":customerid","past-activities"],"variable":[{"key":"customerid","value":"641babb9208ece1d25b6cb85"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 07 Sep 2023 22:46:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Correlationid","value":"325a49a6-2ac7-4f95-af0b-27fa174d4a2b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"64fa5239d6301371de04d334\",\n            \"customerId\": \"64fa5238d6301371de04d2a1\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                \"type\": \"BOT\",\n                \"senderName\": \"CONVERSATION_MONITOR\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:09.595+00:00\",\n            \"activityEvents\": [\n                \"64fa5239c779ff52d88aa1b4\",\n                \"64fa5239d6301371de04d335\"\n            ],\n            \"activityStatus\": [\n                {\n                    \"status\": \"READ\",\n                    \"reasonCode\": 200,\n                    \"senderName\": \"Jim Taylor\",\n                    \"senderType\": \"CUSTOMER\",\n                    \"timestamp\": \"2023-09-07T22:44:09.696+00:00\"\n                }\n            ],\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Hey! this is sparrow from ExpertFlow. How may i help you today?\"\n            },\n            \"replyTo\": null,\n            \"type\": \"BOT_MESSAGE\"\n        },\n        {\n            \"id\": \"158fdc70-4dd0-11ee-ac65-ed2fa88fc288\",\n            \"customerId\": \"64fa5238d6301371de04d2a1\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"641babb9208ece1d25b6cb85\",\n                \"type\": \"CUSTOMER\",\n                \"senderName\": \"Jim Taylor\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:20.556+00:00\",\n            \"activityEvents\": [\n                \"64fa5244c779ff52d88aa204\"\n            ],\n            \"activityStatus\": null,\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"hi\"\n            },\n            \"replyTo\": null,\n            \"type\": \"CUSTOMER_MESSAGE\"\n        },\n        {\n            \"id\": \"64fa5244d08f81019ce46bb2\",\n            \"customerId\": \"64fa5238d6301371de04d2a1\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"641bab17af747c2fa4310f51\",\n                \"type\": \"BOT\",\n                \"senderName\": \"EF Bot\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:20.762+00:00\",\n            \"activityEvents\": [\n                \"64fa5244c779ff52d88aa27d\",\n                \"64fa5245c779ff52d88aa2a5\",\n                \"64fa5244d08f81019ce46bb3\"\n            ],\n            \"activityStatus\": [\n                {\n                    \"status\": \"READ\",\n                    \"reasonCode\": 200,\n                    \"senderName\": \"Jim Taylor\",\n                    \"senderType\": \"CUSTOMER\",\n                    \"timestamp\": \"2023-09-07T22:44:20.869+00:00\"\n                }\n            ],\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"BUTTON\",\n                \"buttonMessageType\": \"BUTTON\",\n                \"markdownText\": null,\n                \"additionalDetails\": {\n                    \"interactive\": {\n                        \"type\": \"list\",\n                        \"button\": \"Main Menu\",\n                        \"header\": {\n                            \"type\": \"text\",\n                            \"text\": \"Welcome to PTCL!\"\n                        },\n                        \"body\": {\n                            \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                        }\n                    }\n                },\n                \"buttons\": [\n                    {\n                        \"title\": \"Internet Packages\",\n                        \"payload\": \"buttonOne\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Download Android App\",\n                        \"payload\": \"buttonTwo\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Duplicate Bill\",\n                        \"payload\": \"buttonThree\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"SmartTv App Config Video\",\n                        \"payload\": \"buttonFour\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"WhatsApp Contact number\",\n                        \"payload\": \"buttonFive\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Head Office Location\",\n                        \"payload\": \"buttonSix\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Talk to a human agent\",\n                        \"payload\": \"buttonSeven\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    }\n                ]\n            },\n            \"replyTo\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Talk to a human agent\"\n            },\n            \"type\": \"BOT_MESSAGE\"\n        },\n        {\n            \"id\": \"0e295d00-7d47-4035-ae99-7ebf4eb61edd\",\n            \"customerId\": \"64fa5238d6301371de04d2a1\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"77104324-b084-498b-885c-10e244bc3853\",\n                \"type\": \"AGENT\",\n                \"senderName\": \"nabeel\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:28.942+00:00\",\n            \"activityEvents\": [\n                \"64fa524fc779ff52d88aa485\",\n                \"db3785f7-5c84-4969-a5e6-d43c52bd5365\"\n            ],\n            \"activityStatus\": [\n                {\n                    \"status\": \"READ\",\n                    \"reasonCode\": 200,\n                    \"senderName\": \"Jim Taylor\",\n                    \"senderType\": \"CUSTOMER\",\n                    \"timestamp\": \"2023-09-07T22:44:31.075+00:00\"\n                }\n            ],\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"hello\"\n            },\n            \"replyTo\": null,\n            \"type\": \"AGENT_MESSAGE\"\n        },\n        {\n            \"id\": \"1c66cea0-4dd0-11ee-ac65-ed2fa88fc288\",\n            \"customerId\": \"64fa5238d6301371de04d2a1\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"641babb9208ece1d25b6cb85\",\n                \"type\": \"CUSTOMER\",\n                \"senderName\": \"Jim Taylor\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:32.034+00:00\",\n            \"activityEvents\": [\n                \"8f81628f-401e-427f-849b-3d9f2524fbc4\",\n                \"64fa5250c779ff52d88aa4d5\"\n            ],\n            \"activityStatus\": [\n                {\n                    \"status\": \"READ\",\n                    \"reasonCode\": 200,\n                    \"senderName\": \"nabeel\",\n                    \"senderType\": \"AGENT\",\n                    \"timestamp\": \"2023-09-07T22:44:33.416+00:00\"\n                }\n            ],\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"hi\"\n            },\n            \"replyTo\": null,\n            \"type\": \"CUSTOMER_MESSAGE\"\n        },\n        {\n            \"id\": \"64fa5237c779ff52d88aa111\",\n            \"customerId\": \"641babb9208ece1d25b6cb85\",\n            \"conversationId\": \"64fa5238d6301371de04d2a1\",\n            \"actor\": {\n                \"id\": \"64fa5237c779ff52d88aa111\",\n                \"type\": \"SYSTEM\",\n                \"senderName\": \"WEB\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:44:38.154+00:00\",\n            \"activityEvents\": [\n                \"64fa5256c779ff52d88aa5ca\"\n            ],\n            \"data\": null,\n            \"type\": \"CHANNEL_SESSION_ENDED\"\n        },\n        {\n            \"id\": \"64fa529dc779ff52d88aa5e1\",\n            \"customerId\": \"641babb9208ece1d25b6cb85\",\n            \"conversationId\": \"64fa529dd6301371de04df03\",\n            \"actor\": {\n                \"id\": \"64fa529dc779ff52d88aa5e1\",\n                \"type\": \"SYSTEM\",\n                \"senderName\": \"WEB\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:45:49.690+00:00\",\n            \"activityEvents\": [\n                \"64fa529dc779ff52d88aa61d\"\n            ],\n            \"data\": null,\n            \"type\": \"CHANNEL_SESSION_STARTED\"\n        },\n        {\n            \"id\": \"64fa529dd6301371de04df96\",\n            \"customerId\": \"64fa529dd6301371de04df03\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                \"type\": \"BOT\",\n                \"senderName\": \"CONVERSATION_MONITOR\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:45:49.793+00:00\",\n            \"activityEvents\": [\n                \"64fa529dd6301371de04df97\"\n            ],\n            \"activityStatus\": null,\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Hey! this is sparrow from ExpertFlow. How may i help you today?\"\n            },\n            \"replyTo\": null,\n            \"type\": \"BOT_MESSAGE\"\n        },\n        {\n            \"id\": \"4bde4be0-4dd0-11ee-ac65-ed2fa88fc288\",\n            \"customerId\": \"64fa529dd6301371de04df03\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"641babb9208ece1d25b6cb85\",\n                \"type\": \"CUSTOMER\",\n                \"senderName\": \"Jim Taylor\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:45:51.668+00:00\",\n            \"activityEvents\": [\n                \"64fa529fc779ff52d88aa6ac\"\n            ],\n            \"activityStatus\": null,\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"hi\"\n            },\n            \"replyTo\": null,\n            \"type\": \"CUSTOMER_MESSAGE\"\n        },\n        {\n            \"id\": \"64fa529fd08f81019ce4742b\",\n            \"customerId\": \"64fa529dd6301371de04df03\",\n            \"conversationId\": \"641babb9208ece1d25b6cb85\",\n            \"actor\": {\n                \"id\": \"641bab17af747c2fa4310f51\",\n                \"type\": \"BOT\",\n                \"senderName\": \"EF Bot\",\n                \"additionalDetail\": null\n            },\n            \"timestamp\": \"2023-09-07T22:45:51.842+00:00\",\n            \"activityEvents\": [\n                \"64fa529fc779ff52d88aa725\",\n                \"64fa52a0c779ff52d88aa74d\",\n                \"64fa529fd08f81019ce4742c\"\n            ],\n            \"activityStatus\": [\n                {\n                    \"status\": \"READ\",\n                    \"reasonCode\": 200,\n                    \"senderName\": \"Jim Taylor\",\n                    \"senderType\": \"CUSTOMER\",\n                    \"timestamp\": \"2023-09-07T22:45:51.917+00:00\"\n                }\n            ],\n            \"channelType\": {\n                \"id\": \"641ba946ba92fb7c7301d505\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            },\n            \"data\": {\n                \"type\": \"BUTTON\",\n                \"buttonMessageType\": \"BUTTON\",\n                \"markdownText\": null,\n                \"additionalDetails\": {\n                    \"interactive\": {\n                        \"type\": \"list\",\n                        \"button\": \"Main Menu\",\n                        \"header\": {\n                            \"type\": \"text\",\n                            \"text\": \"Welcome to PTCL!\"\n                        },\n                        \"body\": {\n                            \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                        }\n                    }\n                },\n                \"buttons\": [\n                    {\n                        \"title\": \"Internet Packages\",\n                        \"payload\": \"buttonOne\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Download Android App\",\n                        \"payload\": \"buttonTwo\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Duplicate Bill\",\n                        \"payload\": \"buttonThree\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"SmartTv App Config Video\",\n                        \"payload\": \"buttonFour\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"WhatsApp Contact number\",\n                        \"payload\": \"buttonFive\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Head Office Location\",\n                        \"payload\": \"buttonSix\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    },\n                    {\n                        \"title\": \"Talk to a human agent\",\n                        \"payload\": \"buttonSeven\",\n                        \"type\": \"String\",\n                        \"additionalButtonDetails\": {\n                            \"sectionNo\": 1,\n                            \"sectionTitle\": \"Main Menu\"\n                        }\n                    }\n                ]\n            },\n            \"replyTo\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Talk to a human agent\"\n            },\n            \"type\": \"BOT_MESSAGE\"\n        }\n    ],\n    \"hasNextPage\": true,\n    \"limit\": 10,\n    \"totalPages\": 2,\n    \"page\": 0,\n    \"totalDocs\": 13\n}"},{"id":"24c01ca7-0eab-4d1a-a773-bdc0b3744997","name":"Get Customer Past Activities with sor","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-demo.expertflow.com/conversation-manager/activities/customer/:customerid/past-activities?offset=0&limit=20&sortDirection=desc&sortBy=timestamp","protocol":"https","host":["cim-demo","expertflow","com"],"path":["conversation-manager","activities","customer",":customerid","past-activities"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"},{"key":"sortDirection","value":"desc"},{"key":"sortBy","value":"timestamp"}],"variable":[{"key":"customerid","value":"641babb9208ece1d25b6cb85"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f53104ca-90fd-43b9-9a99-49569eb93407"},{"name":"Gte Active Conversation Activities","id":"c7d13226-1410-42e1-8027-ca8d6a79c132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://efcx-frontend.expertflow.com/conversation-manager/activities/:conversationId/","urlObject":{"protocol":"https","path":["conversation-manager","activities",":conversationId",""],"host":["efcx-frontend","expertflow","com"],"query":[],"variable":[{"id":"cba86c20-a3de-4186-a81f-f3b3a2cae567","type":"any","value":"66b9fdc5fe626d08b36faaad","key":"conversationId"}]}},"response":[{"id":"05f27750-5cf7-459a-a170-9799bfed848b","name":"Gte Active Conversation Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-demo.expertflow.com/conversation-manager/activities/:conversationId","protocol":"https","host":["cim-demo","expertflow","com"],"path":["conversation-manager","activities",":conversationId"],"variable":[{"key":"conversationId","value":"64fa529dd6301371de04df03"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 07 Sep 2023 22:45:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Correlationid","value":"6a1ae285-a250-440d-af93-037d960d5162"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"64fa529dc779ff52d88aa5e1\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"64fa529dc779ff52d88aa5e1\",\n            \"type\": \"SYSTEM\",\n            \"senderName\": \"WEB\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:49.690+00:00\",\n        \"activityEvents\": [\n            \"64fa529dc779ff52d88aa61d\"\n        ],\n        \"data\": null,\n        \"type\": \"CHANNEL_SESSION_STARTED\"\n    },\n    {\n        \"id\": \"64fa529dd6301371de04df96\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n            \"type\": \"BOT\",\n            \"senderName\": \"CONVERSATION_MONITOR\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:49.793+00:00\",\n        \"activityEvents\": [\n            \"64fa529dd6301371de04df97\"\n        ],\n        \"activityStatus\": null,\n        \"channelType\": {\n            \"id\": \"641ba946ba92fb7c7301d505\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"data\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Hey! this is sparrow from ExpertFlow. How may i help you today?\"\n        },\n        \"replyTo\": null,\n        \"type\": \"BOT_MESSAGE\"\n    },\n    {\n        \"id\": \"4bde4be0-4dd0-11ee-ac65-ed2fa88fc288\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"641babb9208ece1d25b6cb85\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": \"Jim Taylor\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:51.668+00:00\",\n        \"activityEvents\": [\n            \"64fa529fc779ff52d88aa6ac\"\n        ],\n        \"activityStatus\": null,\n        \"channelType\": {\n            \"id\": \"641ba946ba92fb7c7301d505\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"data\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"hi\"\n        },\n        \"replyTo\": null,\n        \"type\": \"CUSTOMER_MESSAGE\"\n    },\n    {\n        \"id\": \"64fa529fd08f81019ce4742b\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"641bab17af747c2fa4310f51\",\n            \"type\": \"BOT\",\n            \"senderName\": \"EF Bot\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:51.842+00:00\",\n        \"activityEvents\": [\n            \"64fa529fc779ff52d88aa725\",\n            \"64fa52a0c779ff52d88aa74d\",\n            \"64fa529fd08f81019ce4742c\"\n        ],\n        \"activityStatus\": [\n            {\n                \"status\": \"READ\",\n                \"reasonCode\": 200,\n                \"senderName\": \"Jim Taylor\",\n                \"senderType\": \"CUSTOMER\",\n                \"timestamp\": \"2023-09-07T22:45:51.917+00:00\"\n            }\n        ],\n        \"channelType\": {\n            \"id\": \"641ba946ba92fb7c7301d505\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"data\": {\n            \"type\": \"BUTTON\",\n            \"buttonMessageType\": \"BUTTON\",\n            \"markdownText\": null,\n            \"additionalDetails\": {\n                \"interactive\": {\n                    \"type\": \"list\",\n                    \"button\": \"Main Menu\",\n                    \"header\": {\n                        \"type\": \"text\",\n                        \"text\": \"Welcome to PTCL!\"\n                    },\n                    \"body\": {\n                        \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                    }\n                }\n            },\n            \"buttons\": [\n                {\n                    \"title\": \"Internet Packages\",\n                    \"payload\": \"buttonOne\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Download Android App\",\n                    \"payload\": \"buttonTwo\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Duplicate Bill\",\n                    \"payload\": \"buttonThree\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"SmartTv App Config Video\",\n                    \"payload\": \"buttonFour\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"WhatsApp Contact number\",\n                    \"payload\": \"buttonFive\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Head Office Location\",\n                    \"payload\": \"buttonSix\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Talk to a human agent\",\n                    \"payload\": \"buttonSeven\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                }\n            ]\n        },\n        \"replyTo\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Talk to a human agent\"\n        },\n        \"type\": \"BOT_MESSAGE\"\n    },\n    {\n        \"id\": \"77104324-b084-498b-885c-10e244bc3853\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"77104324-b084-498b-885c-10e244bc3853\",\n            \"type\": \"SYSTEM\",\n            \"senderName\": \" \",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:55.559+00:00\",\n        \"activityEvents\": [\n            \"f43e8949-7bb1-4af5-95e6-7bec51fcb368\"\n        ],\n        \"data\": null,\n        \"type\": \"AGENT_SUBSCRIBED\"\n    },\n    {\n        \"id\": \"337ecebc-e075-45b0-881c-98beec0d7087\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"77104324-b084-498b-885c-10e244bc3853\",\n            \"type\": \"AGENT\",\n            \"senderName\": \"nabeel\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:45:59.234+00:00\",\n        \"activityEvents\": [\n            \"64fa52abc779ff52d88aa92d\",\n            \"eebfe2e8-6673-429e-ad09-40194cb3293e\"\n        ],\n        \"activityStatus\": [\n            {\n                \"status\": \"READ\",\n                \"reasonCode\": 200,\n                \"senderName\": \"Jim Taylor\",\n                \"senderType\": \"CUSTOMER\",\n                \"timestamp\": \"2023-09-07T22:46:03.244+00:00\"\n            }\n        ],\n        \"channelType\": {\n            \"id\": \"641ba946ba92fb7c7301d505\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"data\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Hi\"\n        },\n        \"replyTo\": null,\n        \"type\": \"AGENT_MESSAGE\"\n    },\n    {\n        \"id\": \"54d75ac0-4dd0-11ee-ac65-ed2fa88fc288\",\n        \"customerId\": \"641babb9208ece1d25b6cb85\",\n        \"conversationId\": \"64fa529dd6301371de04df03\",\n        \"actor\": {\n            \"id\": \"641babb9208ece1d25b6cb85\",\n            \"type\": \"CUSTOMER\",\n            \"senderName\": \"Jim Taylor\",\n            \"additionalDetail\": null\n        },\n        \"timestamp\": \"2023-09-07T22:46:06.720+00:00\",\n        \"activityEvents\": [\n            \"fdd1691f-7d83-4cb0-9c3f-5a7e0b839102\",\n            \"64fa52aec779ff52d88aa97d\"\n        ],\n        \"activityStatus\": [\n            {\n                \"status\": \"READ\",\n                \"reasonCode\": 200,\n                \"senderName\": \"nabeel\",\n                \"senderType\": \"AGENT\",\n                \"timestamp\": \"2023-09-07T22:46:08.366+00:00\"\n            }\n        ],\n        \"channelType\": {\n            \"id\": \"641ba946ba92fb7c7301d505\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        },\n        \"data\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"how may i help you\"\n        },\n        \"replyTo\": null,\n        \"type\": \"CUSTOMER_MESSAGE\"\n    }\n]"}],"_postman_id":"c7d13226-1410-42e1-8027-ca8d6a79c132"},{"name":"https://cim-demo.expertflow.com/conversation-manager/activities/customer/:customerid/past-activities?offset=0&limit=20&sortDirection=desc&sortBy=timestamp","id":"219962bf-e85e-43bd-a33b-9526d331588f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-demo.expertflow.com/conversation-manager/activities/customer/:customerid/past-activities?offset=0&limit=20&sortDirection=desc&sortBy=timestamp","urlObject":{"protocol":"https","path":["conversation-manager","activities","customer",":customerid","past-activities"],"host":["cim-demo","expertflow","com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"},{"key":"sortDirection","value":"desc"},{"key":"sortBy","value":"timestamp"}],"variable":[{"id":"c42b1565-694a-4430-8fe8-ab8b43131fb6","type":"any","value":"641babb9208ece1d25b6cb85","key":"customerid"}]}},"response":[],"_postman_id":"219962bf-e85e-43bd-a33b-9526d331588f"}],"id":"b3f40d83-a1f1-4ce7-9e63-173745e9a9df","_postman_id":"b3f40d83-a1f1-4ce7-9e63-173745e9a9df","description":""},{"name":"Rooms","item":[{"name":"Create Room","id":"2564522c-a344-434c-9009-9f3b1d3cea93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"PV_Test_Room\",\r\n    \"description\": \"\",\r\n    \"members\": [\r\n        {\r\n            \"id\": \"65a3ac5789b7fe3c521557e23b4341\",\r\n            \"name\": \"Ahmad\",\r\n            \"type\": \"CUSTOMER\"\r\n        },\r\n        {\r\n            \"id\": \"sana\",\r\n            \"name\": \"sana\",\r\n            \"type\": \"ADVISOR\"\r\n        }\r\n    ],\r\n    \"type\": \"CUSTOMER\",\r\n    \"mode\": \"PRIVATE\",\r\n    \"label\": \"PV0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/rooms","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/rooms</strong></p>\n<p>This API allows you to create a room.</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id - String - Optional</td>\n<td>A unique identifier (assigned automatically by the system).</td>\n</tr>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the room</td>\n</tr>\n<tr>\n<td>description - String - Optional</td>\n<td>Short description of the room.</td>\n</tr>\n<tr>\n<td>members - Object - Required</td>\n<td>The request may contain the list of members but the member list has at least and max one CUSTOMER_PARTICIPANT:  <br />1. id - member ID  <br />2. name - member name  <br />3. type - customer/agent/bot/app</td>\n</tr>\n<tr>\n<td>type - Object - Required</td>\n<td>Possible values:  <br />- CUSTOMER  <br />- ADVISOR</td>\n</tr>\n<tr>\n<td>mode - Object - Required</td>\n<td>Possible Values:  <br />- Private  <br />- CC</td>\n</tr>\n<tr>\n<td>label - String - Required</td>\n<td>User described label</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<p>The response will include the id, name, description, members, type, roomLabel, isDeleted, createdBy, createdOn, updatedBy, and updatedOn parameters. The members array in the response will contain objects with id, name, status, memberType, memberId, and roomId. The createdOn parameter will include the timestamp of when the room was created.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"s7u8742hbdfbu2bfbdsjuwrrf13\",\n    \"name\": \"PV-room\",\n    \"description\": null,\n    \"members\": [\n        {\n            \"name\": \"customer\",\n            \"status\": \"Active\",\n            \"memberType\": \"CUSTOMER\",\n            \"memberId\": \"hs7u8742hbdfbu832bfbds\",\n            \"roomId\": \"s7u8742hbdfbu2bfbdsjuwrrf13\"\n        }\n    ],\n    \"type\": \"CUSTOMER\",\n    \"roomLabel\": \"PV\",\n    \"isDeleted\": false,\n    \"createdBy\": \"hs7u8742hbdfbu832bfbds\",\n    \"createdOn\": \"2023-11-22T06:17:39.539+00:00\",\n    \"updatedBy\": null,\n    \"updatedOn\": null\n}\n\n</code></pre>\n","urlObject":{"path":["rooms"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"697873ee-c4ba-4ec8-80db-48349ed1b965","name":"Create Room","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"PV_Test_Room\",\r\n    \"description\": \"\",\r\n    \"members\": [\r\n        {\r\n            \"id\": \"65a3ac5789b7fe3c521557e23b4341\",\r\n            \"name\": \"Ahmad\",\r\n            \"type\": \"CUSTOMER\"\r\n        },\r\n        {\r\n            \"id\": \"sana\",\r\n            \"name\": \"sana\",\r\n            \"type\": \"ADVISOR\"\r\n        }\r\n    ],\r\n    \"type\": \"CUSTOMER\",\r\n    \"mode\": \"PRIVATE\",\r\n    \"label\": \"PV0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/rooms"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"65d474f5c2c44b1349cd83c4\",\n    \"name\": \"PV_Test_Room\",\n    \"description\": \"\",\n    \"members\": [\n        {\n            \"id\": \"65a3ac5789b7fe3c521557e23b4341\",\n            \"name\": \"Ahmad\",\n            \"type\": \"CUSTOMER\",\n            \"status\": {\n                \"name\": \"LOGOUT\",\n                \"reasonCode\": {\n                    \"id\": \"65d474f5c2c44b1349cd83c5\",\n                    \"name\": \"OFFLINE\",\n                    \"type\": \"LOGOUT\"\n                }\n            },\n            \"roomId\": \"65d474f5c2c44b1349cd83c4\",\n            \"joinTime\": \"2024-02-20T09:46:29.929+00:00\",\n            \"unreadCount\": 0\n        },\n        {\n            \"id\": \"sana\",\n            \"name\": \"sana\",\n            \"type\": \"ADVISOR\",\n            \"status\": {\n                \"name\": \"LOGOUT\",\n                \"reasonCode\": {\n                    \"id\": \"65d474f5c2c44b1349cd83c6\",\n                    \"name\": \"OFFLINE\",\n                    \"type\": \"LOGOUT\"\n                }\n            },\n            \"roomId\": \"65d474f5c2c44b1349cd83c4\",\n            \"joinTime\": \"2024-02-20T09:46:29.929+00:00\",\n            \"unreadCount\": 0\n        }\n    ],\n    \"type\": \"CUSTOMER\",\n    \"mode\": \"PRIVATE\",\n    \"label\": \"PV0\",\n    \"lastMessage\": null,\n    \"createdBy\": null,\n    \"createdOn\": \"2024-02-20T09:46:29.929+00:00\",\n    \"updatedBy\": null,\n    \"updatedOn\": null,\n    \"isDeleted\": false\n}"}],"_postman_id":"2564522c-a344-434c-9009-9f3b1d3cea93"},{"name":"Create/Retrieve in Cache","id":"705940a4-f152-498a-8ec1-ec8ad7676fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"65a3fb077795cb19bb4aac07\",\n    \"participantType\": \"ChannelSession\",\n    \"channel\": {\n        \"id\": \"65a3dbcfcdc8905b4fc3b429\",\n        \"name\": \"Private Web\",\n        \"serviceIdentifier\": \"1111\",\n        \"defaultOutbound\": false,\n        \"tenant\": {\n            \"id\": \"65a3dbcfcdc8905b4fc3b42f\",\n            \"name\": null\n        },\n        \"channelConfig\": {\n            \"id\": \"65a3dbcfcdc8905b4fc3b430\",\n            \"channelMode\": \"HYBRID\",\n            \"conversationBot\": \"\",\n            \"responseSla\": 0,\n            \"customerActivityTimeout\": 60,\n            \"customerIdentificationCriteria\": {\n                \"value\": null\n            },\n            \"routingPolicy\": {\n                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                \"routeToLastAgent\": false,\n                \"routingMode\": \"PUSH\",\n                \"routingObjectId\": \"65a243fef86a6970764e63fb\",\n                \"agentRequestTtl\": 120\n            },\n            \"botId\": \"65a244415487467a64a72c66\"\n        },\n        \"channelConnector\": {\n            \"id\": \"65a38e0926546f6a3f9df34a\",\n            \"name\": \"Web Connector\",\n            \"channelProviderInterface\": {\n                \"id\": \"65a38df926546f6a3f9df348\",\n                \"name\": \"Web\",\n                \"supportedChannelTypes\": [\n                    {\n                        \"id\": \"65a251204060261b68165b86\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    }\n                ],\n                \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager\",\n                \"channelProviderConfigSchema\": []\n            },\n            \"channelProviderConfigs\": [],\n            \"tenant\": {\n                \"id\": \"65a38e0926546f6a3f9df34c\",\n                \"name\": null\n            }\n        },\n        \"channelType\": {\n            \"id\": \"65a251204060261b68165b86\",\n            \"name\": \"WEB\",\n            \"channelLogo\": \"_WEB.svg\",\n            \"isInteractive\": true,\n            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n        }\n    },\n    \"customer\": {\n        \"_id\": \"65a3ac5789b7fe3c7ea74b2b\",\n        \"firstName\": null,\n        \"phoneNumber\": null,\n        \"isAnonymous\": false,\n        \"__v\": 0\n    },\n    \"customerSuggestions\": [],\n    \"channelData\": {\n        \"channelCustomerIdentifier\": \"1\",\n        \"serviceIdentifier\": \"1111\",\n        \"requestPriority\": 0,\n        \"customerFirstName\": \"Ahmad\",\n        \"customerLastName\": null,\n        \"additionalAttributes\": [\n            {\n                \"key\": \"WebChannelData\",\n                \"type\": \"WebChannelData\",\n                \"value\": {\n                    \"browserDeviceInfo\": {\n                        \"browserId\": null,\n                        \"browserIdExpiryTime\": null,\n                        \"browserName\": null,\n                        \"deviceType\": null\n                    },\n                    \"queue\": \"\",\n                    \"locale\": {\n                        \"timezone\": null,\n                        \"language\": null,\n                        \"country\": null\n                    },\n                    \"formData\": {\n                        \"id\": 0.58769013012606,\n                        \"formId\": \"65a3abfe2b05c80032c65682\",\n                        \"filledBy\": \"web-widget\",\n                        \"attributes\": {\n                            \"first_name\": \"Ahmad\",\n                            \"last_name\": \"\",\n                            \"phone\": \"1\"\n                        },\n                        \"createdOn\": \"2024-01-14T11:31:51.037Z\"\n                    }\n                }\n            }\n        ]\n    },\n    \"latestIntent\": null,\n    \"customerPresence\": {\n        \"value\": null\n    },\n    \"isActive\": true,\n    \"conversationId\": null,\n    \"roomInfo\": null,\n    \"state\": {\n        \"name\": \"STARTED\",\n        \"reasonCode\": \"CUSTOMER\"\n    },\n    \"channelSessionDirection\": \"INBOUND\",\n    \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/rooms/:roomId","urlObject":{"path":["rooms",":roomId"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"7356e0d3-8a28-44ea-b300-78361a99ec0d","type":"any","value":"65a3cda12a79d24b2999f930","key":"roomId"}]}},"response":[],"_postman_id":"705940a4-f152-498a-8ec1-ec8ad7676fed"},{"name":"Room By ID","id":"e30b38d9-4704-4506-b475-f021ef5ff484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/rooms/:roomId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/rooms/:roomId</strong></p>\n<p>This endpoint retrieves information about a specific customer room identified by the provided roomId.</p>\n<p><strong>Response</strong></p>\n<p>The response returns:</p>\n<ul>\n<li><p><code>id</code>: The unique identifier of the room.</p>\n</li>\n<li><p><code>name</code>: The name of the room.</p>\n</li>\n<li><p><code>description</code>: The description of the room, if available.</p>\n</li>\n<li><p><code>members</code>: An array containing details of the members in the room, including their id, name, status, member type, member id, and room id.</p>\n</li>\n<li><p><code>type</code>: The type of the room.</p>\n</li>\n<li><p><code>roomLabel</code>: The label of the room.</p>\n</li>\n<li><p><code>channelSessionList</code>: An array containing the active channel session list if presant.</p>\n</li>\n<li><p><code>isDeleted</code>: A boolean indicating if the room is deleted.</p>\n</li>\n<li><p><code>createdBy</code>: The user who created the room.</p>\n</li>\n<li><p><code>createdOn</code>: The timestamp when the room was created.</p>\n</li>\n<li><p><code>updatedBy</code>: The user who last updated the room, if available.</p>\n</li>\n<li><p><code>updatedOn</code>: The timestamp of the last update, if available.</p>\n</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"s7u8742hbdfbu2bfbdsjuwrrf13\",\n    \"name\": \"PV-room\",\n    \"description\": null,\n    \"members\": [\n        {\n            \"name\": \"customer\",\n            \"status\": \"Active\",\n            \"memberType\": \"CUSTOMER\",\n            \"memberId\": \"hs7u8742hbdfbu832bfbds\",\n            \"roomId\": \"s7u8742hbdfbu2bfbdsjuwrrf13\"\n        }\n    ],\n    \"type\": \"CUSTOMER\",\n    \"roomLabel\": \"PV\",\n    \"channelSessionList\": [],\n    \"isDeleted\": false,\n    \"createdBy\": \"hs7u8742hbdfbu832bfbds\",\n    \"createdOn\": \"2023-11-22T06:17:39.539+00:00\",\n    \"updatedBy\": null,\n    \"updatedOn\": null\n}\n\n</code></pre>\n","urlObject":{"path":["rooms",":roomId"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"9eee5d89-aba5-424c-919e-802f06750c28","type":"any","value":"65d43ec27986db5e8ec2ba75","key":"roomId"}]}},"response":[{"id":"1a050f71-7bb8-41ff-8a95-d89eb98d5933","name":"Room By ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/rooms/:roomId","host":["{{conversation-manager-url}}"],"path":["rooms",":roomId"],"variable":[{"key":"roomId","value":"65a3cda12a79d24b2999f930113"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"room\": {\n        \"id\": \"65d43ec27986db5e8ec2ba75\",\n        \"name\": \"PV_Test_Room\",\n        \"description\": \"\",\n        \"members\": [\n            {\n                \"id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                \"name\": \"Ahmad\",\n                \"type\": \"CUSTOMER\",\n                \"status\": {\n                    \"name\": \"LOGIN\",\n                    \"reasonCode\": null\n                },\n                \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                \"joinTime\": \"2024-02-20T05:55:14.129+00:00\",\n                \"unreadCount\": 0\n            },\n            {\n                \"id\": \"sana\",\n                \"name\": \"sana\",\n                \"type\": \"ADVISOR\",\n                \"status\": {\n                    \"name\": \"LOGOUT\",\n                    \"reasonCode\": null\n                },\n                \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                \"joinTime\": \"2024-02-20T05:55:14.129+00:00\",\n                \"unreadCount\": 2\n            }\n        ],\n        \"type\": \"CUSTOMER\",\n        \"mode\": \"PRIVATE\",\n        \"label\": \"PV0\",\n        \"lastMessage\": {\n            \"id\": \"66047af4-e743-4525-a31e-6fb47f1d3ef9\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n                    \"type\": \"CONNECTOR\",\n                    \"senderName\": \"WEB_CONNECTOR\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"32434322\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": \"Ahmad\",\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": 1705231913322,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": \"65d44101a4dd39366750ece3\",\n                \"conversationId\": null,\n                \"customer\": {\n                    \"_id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                \"schedulingMetaData\": null\n            },\n            \"body\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Hi testing10\"\n            }\n        },\n        \"createdBy\": null,\n        \"createdOn\": \"2024-02-20T05:55:14.129+00:00\",\n        \"updatedBy\": null,\n        \"updatedOn\": null,\n        \"isDeleted\": false\n    },\n    \"channelSessions\": [\n        {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"65d44101a4dd39366750ece3\",\n            \"channel\": {\n                \"id\": \"65cde699a4dd39366750c381\",\n                \"name\": \"web\",\n                \"serviceIdentifier\": \"1122\",\n                \"defaultOutbound\": false,\n                \"tenant\": {\n                    \"id\": \"65cde699a4dd39366750c387\",\n                    \"name\": null\n                },\n                \"channelConfig\": {\n                    \"id\": \"65cde699a4dd39366750c388\",\n                    \"channelMode\": \"HYBRID\",\n                    \"conversationBot\": \"\",\n                    \"responseSla\": 0,\n                    \"customerActivityTimeout\": 60,\n                    \"customerIdentificationCriteria\": {\n                        \"value\": null\n                    },\n                    \"routingPolicy\": {\n                        \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                        \"routeToLastAgent\": true,\n                        \"routingMode\": \"PUSH\",\n                        \"routingObjectId\": \"65cde6772f579441eaf07e17\",\n                        \"agentRequestTtl\": 120\n                    },\n                    \"botId\": \"65cde624c492a46cdb6c11e6\"\n                },\n                \"channelConnector\": {\n                    \"id\": \"65cde60da4dd39366750c37b\",\n                    \"name\": \"Web Connector\",\n                    \"channelProviderInterface\": {\n                        \"id\": \"65cde5eea4dd39366750c379\",\n                        \"name\": \"web\",\n                        \"supportedChannelTypes\": [\n                            {\n                                \"id\": \"65cdd0ba9561865f91066b98\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            }\n                        ],\n                        \"providerWebhook\": \"https://cim-dev.expertflow.com/web-channel-manager\",\n                        \"channelProviderConfigSchema\": []\n                    },\n                    \"channelProviderConfigs\": [],\n                    \"tenant\": {\n                        \"id\": \"65cde60da4dd39366750c37d\",\n                        \"name\": null\n                    }\n                },\n                \"channelType\": {\n                    \"id\": \"65cdd0ba9561865f91066b98\",\n                    \"name\": \"WEB\",\n                    \"channelLogo\": \"_WEB.svg\",\n                    \"isInteractive\": true,\n                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                }\n            },\n            \"customer\": {\n                \"_id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                \"firstName\": null,\n                \"phoneNumber\": null,\n                \"isAnonymous\": false,\n                \"__v\": 0\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"32434322\",\n                \"serviceIdentifier\": \"1122\",\n                \"requestPriority\": 0,\n                \"customerFirstName\": \"Ahmad\",\n                \"customerLastName\": null,\n                \"additionalAttributes\": []\n            },\n            \"latestIntent\": null,\n            \"customerPresence\": {\n                \"value\": null\n            },\n            \"isActive\": true,\n            \"conversationId\": null,\n            \"roomInfo\": {\n                \"id\": \"65d43ec27986db5e8ec2ba75\",\n                \"mode\": \"PRIVATE\"\n            },\n            \"state\": {\n                \"name\": \"STARTED\",\n                \"reasonCode\": \"CUSTOMER\"\n            },\n            \"channelSessionDirection\": \"INBOUND\",\n            \"active\": true\n        }\n    ]\n}"}],"_postman_id":"e30b38d9-4704-4506-b475-f021ef5ff484"},{"name":"Rooms By memberId","id":"4e6ecfbd-0ff0-44cc-ae3d-7805a99083f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/rooms?memberId=65a3ac5789b7fe3c5557e23b4341","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/rooms?memberId</strong></p>\n<p>This endpoint retrieves all the rooms associated with a specific member.</p>\n<p><strong>Response</strong></p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">        [\n            {\n                \"id\": \"\",\n                \"name\": \"\",\n                \"description\": null,\n                \"members\": [\n                    {\n                        \"name\": \"\",\n                        \"status\": \"\",\n                        \"memberType\": \"\",\n                        \"memberId\": \"\",\n                        \"roomId\": \"\"\n                    }\n                ],\n                \"type\": \"\",\n                \"roomLabel\": \"\",\n                \"channelSessionList\": null,\n                \"isDeleted\": true,\n                \"createdBy\": \"\",\n                \"createdOn\": \"\",\n                \"updatedBy\": null,\n                \"updatedOn\": null\n            }\n        ]\n\n</code></pre>\n</li>\n</ul>\n<h3 id=\"example\">Example</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET http://127.0.0.1:8080/customer-rooms/getAllMyRoom/12345\n\n</code></pre>\n","urlObject":{"path":["rooms"],"host":["{{conversation-manager-url}}"],"query":[{"key":"memberId","value":"65a3ac5789b7fe3c5557e23b4341"}],"variable":[]}},"response":[{"id":"67195d3a-6745-4e3a-9154-075c12ff5727","name":"Rooms By memberId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/rooms?memberId=65a3ac5789b7fe3c5557e23b4341","host":["{{conversation-manager-url}}"],"path":["rooms"],"query":[{"key":"memberId","value":"65a3ac5789b7fe3c5557e23b4341"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"room\": {\n            \"id\": \"65d43ec27986db5e8ec2ba75\",\n            \"name\": \"PV_Test_Room\",\n            \"description\": \"\",\n            \"members\": [\n                {\n                    \"id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                    \"name\": \"Ahmad\",\n                    \"type\": \"CUSTOMER\",\n                    \"status\": {\n                        \"name\": \"LOGIN\",\n                        \"reasonCode\": null\n                    },\n                    \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                    \"joinTime\": \"2024-02-20T05:55:14.129+00:00\",\n                    \"unreadCount\": 0\n                },\n                {\n                    \"id\": \"sana\",\n                    \"name\": \"sana\",\n                    \"type\": \"ADVISOR\",\n                    \"status\": {\n                        \"name\": \"LOGOUT\",\n                        \"reasonCode\": null\n                    },\n                    \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                    \"joinTime\": \"2024-02-20T05:55:14.129+00:00\",\n                    \"unreadCount\": 2\n                }\n            ],\n            \"type\": \"CUSTOMER\",\n            \"mode\": \"PRIVATE\",\n            \"label\": \"PV0\",\n            \"lastMessage\": {\n                \"id\": \"66047af4-e743-4525-a31e-6fb47f1d3ef9\",\n                \"header\": {\n                    \"sender\": {\n                        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n                        \"type\": \"CONNECTOR\",\n                        \"senderName\": \"WEB_CONNECTOR\",\n                        \"additionalDetail\": null\n                    },\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"32434322\",\n                        \"serviceIdentifier\": \"1122\",\n                        \"requestPriority\": 0,\n                        \"customerFirstName\": \"Ahmad\",\n                        \"customerLastName\": null,\n                        \"additionalAttributes\": []\n                    },\n                    \"language\": {},\n                    \"timestamp\": 1705231913322,\n                    \"securityInfo\": {},\n                    \"stamps\": [],\n                    \"intent\": null,\n                    \"entities\": null,\n                    \"channelSessionId\": \"65d44101a4dd39366750ece3\",\n                    \"conversationId\": null,\n                    \"customer\": {\n                        \"_id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                        \"firstName\": null,\n                        \"phoneNumber\": null,\n                        \"isAnonymous\": false,\n                        \"__v\": 0\n                    },\n                    \"originalMessageId\": null,\n                    \"providerMessageId\": null,\n                    \"roomId\": \"65d43ec27986db5e8ec2ba75\",\n                    \"schedulingMetaData\": null\n                },\n                \"body\": {\n                    \"type\": \"PLAIN\",\n                    \"markdownText\": \"Hi testing10\"\n                }\n            },\n            \"createdBy\": null,\n            \"createdOn\": \"2024-02-20T05:55:14.129+00:00\",\n            \"updatedBy\": null,\n            \"updatedOn\": null,\n            \"isDeleted\": false\n        },\n        \"channelSessions\": [\n            {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"65d44101a4dd39366750ece3\",\n                \"channel\": {\n                    \"id\": \"65cde699a4dd39366750c381\",\n                    \"name\": \"web\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"65cde699a4dd39366750c387\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"65cde699a4dd39366750c388\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 0,\n                        \"customerActivityTimeout\": 60,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PUSH\",\n                            \"routingObjectId\": \"65cde6772f579441eaf07e17\",\n                            \"agentRequestTtl\": 120\n                        },\n                        \"botId\": \"65cde624c492a46cdb6c11e6\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"65cde60da4dd39366750c37b\",\n                        \"name\": \"Web Connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"65cde5eea4dd39366750c379\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"65cdd0ba9561865f91066b98\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim-dev.expertflow.com/web-channel-manager\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"65cde60da4dd39366750c37d\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"65cdd0ba9561865f91066b98\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"65a3ac5789b7fe3c5557e23b4341\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"32434322\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": \"Ahmad\",\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": null,\n                \"roomInfo\": {\n                    \"id\": \"65d43ec27986db5e8ec2ba75\",\n                    \"mode\": \"PRIVATE\"\n                },\n                \"state\": {\n                    \"name\": \"STARTED\",\n                    \"reasonCode\": \"CUSTOMER\"\n                },\n                \"channelSessionDirection\": \"INBOUND\",\n                \"active\": true\n            }\n        ]\n    }\n]"}],"_postman_id":"4e6ecfbd-0ff0-44cc-ae3d-7805a99083f8"},{"name":"Room Members By Room Id","id":"12bb219b-9a7c-4ebf-b040-99f4dac26192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/rooms/:roomId/members","description":"<p>This endpoint retrieves the details of room members for a specific room identified by the roomId parameter.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li>Method: GET</li>\n<li>URL: <code>http://127.0.0.1:8080/customer-rooms/roomMember/:roomId</code></li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will have a status code of 200 and will contain an array of objects with the following properties:</p>\n<ul>\n<li><code>name</code> (string): The name of the room member.</li>\n<li><code>status</code> (string): The status of the room member.</li>\n<li><code>memberType</code> (string): The type of the room member.</li>\n<li><code>memberId</code> (string): The unique identifier of the room member.</li>\n<li><code>roomId</code> (string): The identifier of the room.</li>\n</ul>\n<p>[</p>\n<p>{</p>\n<p>\"name\": \"customer\",</p>\n<p>\"status\": \"null\",</p>\n<p>\"memberType\": \"CUSTOMER\",</p>\n<p>\"memberId\": \"hs7u8742hbdfbu832bfbds\",</p>\n<p>\"roomId\": \"ucn.123.123\"</p>\n<p>}</p>\n<p>]</p>\n","urlObject":{"path":["rooms",":roomId","members"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"67be5815-778c-4f4b-be10-6c4b89c1cb71","type":"any","value":"65d43ec27986db5e8ec2ba75","key":"roomId"}]}},"response":[{"id":"eabfaf9c-d9e6-4d81-8056-e36efddbe448","name":"Room Members By Room Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{conversation-manager-url}}/rooms/:roomId/members","host":["{{conversation-manager-url}}"],"path":["rooms",":roomId","members"],"variable":[{"key":"roomId","value":"65d43ec27986db5e8ec2ba75"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12bb219b-9a7c-4ebf-b040-99f4dac26192"},{"name":"Room Member","id":"de7b30a8-1139-4ea5-bd92-73770616be94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{conversation-manager-url}}/rooms/:roomId/members/:memberId","description":"<p>This HTTP DELETE request is used to remove a specific member from a customer room. The <code>:roomId</code> parameter in the URL path specifies the unique identifier of the room, and the <code>:memberId</code> parameter specifies the unique identifier of the member to be removed.</p>\n<p>The request does not contain a request body, and the last call to this request returned a 200 status with the response message \"Member successfully removed from room\".</p>\n","urlObject":{"path":["rooms",":roomId","members",":memberId"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"5a73feb8-267a-4c1a-82f3-b806580f2e22","type":"any","value":"65a3cda12a79d24b2999f930113","key":"roomId"},{"id":"695fce05-492a-43c5-8564-d0ce8472cceb","type":"any","value":"saud","key":"memberId"}]}},"response":[{"id":"a9a4be8f-4eea-44bb-a757-97c0263c5f08","name":"Room Member","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{conversation-manager-url}}/rooms/:roomId/members/:memberId","host":["{{conversation-manager-url}}"],"path":["rooms",":roomId","members",":memberId"],"variable":[{"key":"roomId","value":"65a3cda12a79d24b2999f930"},{"key":"memberId","value":"saud"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"room\": {\n        \"id\": \"65a3cda12a79d24b2999f930113\",\n        \"name\": \"PV_Test_Room\",\n        \"description\": \"\",\n        \"members\": [\n            {\n                \"id\": \"65a3ac5789b7fe3c7ea74b2b\",\n                \"name\": \"Ahmad\",\n                \"type\": \"CUSTOMER\",\n                \"status\": {\n                    \"name\": \"LOGOUT\",\n                    \"reasonCode\": {\n                        \"id\": \"65a7d55e2d53786eb1543447\",\n                        \"name\": \"OFFLINE\",\n                        \"type\": \"LOGOUT\"\n                    }\n                },\n                \"roomId\": \"65a3cda12a79d24b2999f930113\"\n            },\n            {\n                \"id\": \"haroon\",\n                \"name\": \"Haroon Ahmed\",\n                \"type\": \"ADVISOR\",\n                \"status\": {\n                    \"name\": \"LOGOUT\",\n                    \"reasonCode\": {\n                        \"id\": \"65a7d55e2d53786eb1543448\",\n                        \"name\": \"OFFLINE\",\n                        \"type\": \"LOGOUT\"\n                    }\n                },\n                \"roomId\": \"65a3cda12a79d24b2999f930113\"\n            }\n        ],\n        \"type\": \"CUSTOMER\",\n        \"mode\": \"PRIVATE\",\n        \"label\": \"PV1\",\n        \"createdBy\": null,\n        \"createdOn\": null,\n        \"updatedBy\": \"Agent\",\n        \"updatedOn\": \"2024-01-17T13:26:13.328+00:00\",\n        \"isDeleted\": false\n    },\n    \"channelSessions\": []\n}"}],"_postman_id":"de7b30a8-1139-4ea5-bd92-73770616be94"},{"name":"Add Room Member","id":"ef285e06-3720-41b0-b329-911285a25c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"sana\",\r\n        \"name\": \"sana\",\r\n        \"type\": \"ADVISOR\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{conversation-manager-url}}/rooms/:roomId/members","description":"<p>This HTTP POST request is used to add participants to a specific customer room. The request should be made to <a href=\"http://127.0.0.1:8080/customer-rooms/:roomId/addParticipants\">http://127.0.0.1:8080/customer-rooms/:roomId/addParticipants</a>.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and should contain an array of objects with the following parameters:</p>\n<ul>\n<li>name (string): The name of the participant.</li>\n<li>status (string): The status of the participant.</li>\n<li>memberType (string): The type of member.</li>\n<li>memberId (string): The ID of the member.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful execution (Status: 200), the response will include the updated details of the customer room. The response will contain:</p>\n<ul>\n<li>id (string): The ID of the customer room.</li>\n<li>name (string): The name of the customer room.</li>\n<li>description (string): The description of the customer room.</li>\n<li>members (array): An array of objects containing details of the room members, including name, status, member type, member ID, and room ID.</li>\n<li>type (string): The type of the customer room.</li>\n<li>roomLabel (string): The label of the customer room.</li>\n<li>channelSessionList (string): The list of channel sessions.</li>\n<li>isDeleted (boolean): Indicates if the room is deleted.</li>\n<li>createdBy (string): The user who created the room.</li>\n<li>createdOn (string): The date and time of creation.</li>\n<li>updatedBy (string): The user who last updated the room.</li>\n<li>updatedOn (string): The date and time of the last update.</li>\n</ul>\n","urlObject":{"path":["rooms",":roomId","members"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"dc6c4ec1-3423-419c-814f-4ccce59cccc2","type":"any","value":"65d439007986db5e8ec2b970","key":"roomId"}]}},"response":[{"id":"bcc7761e-c487-486b-a2a1-7d8d8e3aa78f","name":"Add Room Member","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"saud1\",\r\n        \"name\": \"Saud Ahmad\",\r\n        \"type\": \"ADVISOR\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{conversation-manager-url}}/rooms/:roomId/members","host":["{{conversation-manager-url}}"],"path":["rooms",":roomId","members"],"variable":[{"key":"roomId","value":"65a3cda12a79d24b2999f930113"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"room\": {\n        \"id\": \"65d439007986db5e8ec2b970\",\n        \"name\": \"PV_Test_Room\",\n        \"description\": \"\",\n        \"members\": [\n            {\n                \"id\": \"65a3ac5789b7fe3c7e23b4341\",\n                \"name\": \"Ahmad\",\n                \"type\": \"CUSTOMER\",\n                \"status\": {\n                    \"name\": \"LOGIN\",\n                    \"reasonCode\": null\n                },\n                \"roomId\": \"65d439007986db5e8ec2b970\",\n                \"joinTime\": \"2024-02-20T05:30:40.525+00:00\",\n                \"unreadCount\": 0\n            },\n            {\n                \"id\": \"sana\",\n                \"name\": \"sana\",\n                \"type\": \"ADVISOR\",\n                \"status\": {\n                    \"name\": \"LOGOUT\",\n                    \"reasonCode\": {\n                        \"id\": \"65d47621c2c44b1349cd8486\",\n                        \"name\": \"OFFLINE\",\n                        \"type\": \"LOGOUT\"\n                    }\n                },\n                \"roomId\": \"65d439007986db5e8ec2b970\",\n                \"joinTime\": \"2024-02-20T09:51:29.832+00:00\",\n                \"unreadCount\": 0\n            }\n        ],\n        \"type\": \"CUSTOMER\",\n        \"mode\": \"PRIVATE\",\n        \"label\": \"PV0\",\n        \"lastMessage\": {\n            \"id\": \"ea1c09b1-bbb8-44cc-bf4d-1d7114bf0adf\",\n            \"header\": {\n                \"sender\": {\n                    \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n                    \"type\": \"CONNECTOR\",\n                    \"senderName\": \"WEB_CONNECTOR\",\n                    \"additionalDetail\": null\n                },\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"3244322\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"requestPriority\": 0,\n                    \"customerFirstName\": \"Ahmad\",\n                    \"customerLastName\": null,\n                    \"additionalAttributes\": []\n                },\n                \"language\": {},\n                \"timestamp\": 1705231913322,\n                \"securityInfo\": {},\n                \"stamps\": [],\n                \"intent\": null,\n                \"entities\": null,\n                \"channelSessionId\": \"65d43988a4dd39366750ec70\",\n                \"conversationId\": null,\n                \"customer\": {\n                    \"_id\": \"65a3ac5789b7fe3c7e23b4341\",\n                    \"firstName\": null,\n                    \"phoneNumber\": null,\n                    \"isAnonymous\": false,\n                    \"__v\": 0\n                },\n                \"originalMessageId\": null,\n                \"providerMessageId\": null,\n                \"roomId\": \"65d439007986db5e8ec2b970\",\n                \"schedulingMetaData\": null\n            },\n            \"body\": {\n                \"type\": \"PLAIN\",\n                \"markdownText\": \"Hi testing10\"\n            }\n        },\n        \"createdBy\": null,\n        \"createdOn\": \"2024-02-20T05:30:40.525+00:00\",\n        \"updatedBy\": \"sana\",\n        \"updatedOn\": \"2024-02-20T09:51:29.832+00:00\",\n        \"isDeleted\": false\n    },\n    \"channelSessions\": []\n}"}],"_postman_id":"ef285e06-3720-41b0-b329-911285a25c90"},{"name":"Room By Id","id":"0657584b-26c5-4697-810c-cbf69503bdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{conversation-manager-url}}/rooms/:roomId","urlObject":{"path":["rooms",":roomId"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[{"id":"fab51c9d-966a-4449-b4de-66e39cf08f60","type":"any","value":"65d4b450ff6adb3d1d67bc51","key":"roomId"}]}},"response":[{"id":"e026563b-ae71-418d-839c-554641491e66","name":"Room By Id","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim-demo.expertflow.com/conversation-manager/rooms/:roomId","protocol":"https","host":["cim-demo","expertflow","com"],"path":["conversation-manager","rooms",":roomId"],"variable":[{"key":"roomId","value":"s7u8742hbdfbu2bfbdsjutwrrfu13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0657584b-26c5-4697-810c-cbf69503bdb1"},{"name":"Archived Rooms","id":"722135f1-3d53-434d-a3ec-d99de5013faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/rooms/archived","urlObject":{"path":["rooms","archived"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"559af742-bdfe-4dc2-813a-308096902822","name":"All Archived Room","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8080/customer-rooms/getAllDeletedRoom"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"s7u8742hbdfbu2bfbdsjuwrrf\",\n        \"name\": \"PV-room\",\n        \"description\": null,\n        \"members\": [\n            {\n                \"id\": \"hs7u8742hbdfbu832bfbdsjuwr\",\n                \"name\": \"Advisor\",\n                \"status\": \"Active\",\n                \"memberType\": \"ADVISOR\",\n                \"memberId\": null,\n                \"roomId\": null\n            }\n        ],\n        \"type\": \"CUSTOMER\",\n        \"roomLabel\": \"PV\",\n        \"channelSessionList\": [],\n        \"isDeleted\": true,\n        \"createdBy\": \"hs7u8742hbdfbu832bfbds\",\n        \"createdOn\": \"2023-11-20T10:57:23.908+00:00\",\n        \"updatedBy\": null,\n        \"updatedOn\": null\n    }\n]"}],"_postman_id":"722135f1-3d53-434d-a3ec-d99de5013faa"},{"name":"Room Events","id":"125f9460-39fd-4d58-a6ec-587f3d4038c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/rooms/:roomId/past-events?offset=0&limit=25&activityType=ALL","urlObject":{"path":["rooms",":roomId","past-events"],"host":["{{conversation-manager-url}}"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activityType","value":"ALL"}],"variable":[{"id":"624ea953-2a11-4d63-ac62-8850d8df3663","type":"any","value":"65a3cda12a79d24b2999f930","key":"roomId"}]}},"response":[{"id":"3c71ffb6-a029-48bf-b4ca-1936e9228f0a","name":"Room History","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://cim-demo.expertflow.com/conversation-manager/rooms/roomId/:roomId/past-events?offset=0&limit=25&activityType=ALL","protocol":"http","host":["cim-demo","expertflow","com"],"path":["conversation-manager","rooms","roomId",":roomId","past-events"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"25"},{"key":"activityType","value":"ALL"}],"variable":[{"key":"roomId","value":"655ee58b2db5407e6b7c671d"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"hasPrevPage\": false,\n    \"docs\": [\n        {\n            \"id\": \"655ee62f2db5407e6b7c68f0\",\n            \"name\": \"BOT_UNSUBSCRIBED\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2023-11-23T05:42:07.750+00:00\",\n            \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n            \"eventEmitter\": {\n                \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                \"type\": \"BOT\",\n                \"senderName\": \"CONVERSATION_MONITOR\",\n                \"additionalDetail\": null\n            },\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"655ee58aa66b4b5963b7d59a\",\n                \"channel\": {\n                    \"id\": \"6554a297b9a21534e87981c0\",\n                    \"name\": \"Web\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"655b4db469beb91311b2d3c2\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"655b4db469beb91311b2d3c3\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 0,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PUSH\",\n                            \"routingObjectId\": \"6554a2477d200704766d18dc\",\n                            \"agentRequestTtl\": 600\n                        },\n                        \"botId\": \"6554a154e7907c2ffca1898b\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6554a1a1b9a21534e87981ba\",\n                        \"name\": \"web connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6554a119b9a21534e87981b6\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"65548c17b9a21534e87981ae\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim-demo.expertflow.com/web-channel-manager\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6554a1a1b9a21534e87981bc\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"65548c17b9a21534e87981ae\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"655ee58a56cf2685f9a5a62b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"1133322\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"1133322\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.6569365104177518,\n                                    \"formId\": 0.17687547705430862,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"1133322\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2023-11-23T05:39:21.954Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n                \"roomId\": \"655ee58b2db5407e6b7c671d\",\n                \"state\": {\n                    \"name\": \"ENDED\",\n                    \"reasonCode\": \"CUSTOMER\"\n                },\n                \"channelSessionDirection\": \"INBOUND\",\n                \"active\": true\n            },\n            \"data\": {\n                \"id\": \"6554a154e7907c2ffca1898b\",\n                \"type\": \"RASA\",\n                \"name\": \"Rasa\",\n                \"uri\": \"http://192.168.2.52:30800/\",\n                \"participantType\": \"Bot\"\n            },\n            \"roomId\": \"655ee58b2db5407e6b7c671d\"\n        },\n        {\n            \"id\": \"655ee62f2db5407e6b7c68ee\",\n            \"name\": \"TOPIC_STATE_CHANGE_EVENT\",\n            \"type\": \"NOTIFICATION\",\n            \"timestamp\": \"2023-11-23T05:42:07.633+00:00\",\n            \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n            \"eventEmitter\": {\n                \"id\": \"38327e73-4a21-4ad4-a958-a6385c8636aa\",\n                \"type\": \"BOT\",\n                \"senderName\": \"CONVERSATION_MONITOR\",\n                \"additionalDetail\": null\n            },\n            \"channelSession\": {\n                \"participantType\": \"ChannelSession\",\n                \"id\": \"655ee58aa66b4b5963b7d59a\",\n                \"channel\": {\n                    \"id\": \"6554a297b9a21534e87981c0\",\n                    \"name\": \"Web\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"defaultOutbound\": false,\n                    \"tenant\": {\n                        \"id\": \"655b4db469beb91311b2d3c2\",\n                        \"name\": null\n                    },\n                    \"channelConfig\": {\n                        \"id\": \"655b4db469beb91311b2d3c3\",\n                        \"channelMode\": \"HYBRID\",\n                        \"conversationBot\": \"\",\n                        \"responseSla\": 0,\n                        \"customerActivityTimeout\": 600,\n                        \"customerIdentificationCriteria\": {\n                            \"value\": null\n                        },\n                        \"routingPolicy\": {\n                            \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                            \"routeToLastAgent\": true,\n                            \"routingMode\": \"PUSH\",\n                            \"routingObjectId\": \"6554a2477d200704766d18dc\",\n                            \"agentRequestTtl\": 600\n                        },\n                        \"botId\": \"6554a154e7907c2ffca1898b\"\n                    },\n                    \"channelConnector\": {\n                        \"id\": \"6554a1a1b9a21534e87981ba\",\n                        \"name\": \"web connector\",\n                        \"channelProviderInterface\": {\n                            \"id\": \"6554a119b9a21534e87981b6\",\n                            \"name\": \"web\",\n                            \"supportedChannelTypes\": [\n                                {\n                                    \"id\": \"65548c17b9a21534e87981ae\",\n                                    \"name\": \"WEB\",\n                                    \"channelLogo\": \"_WEB.svg\",\n                                    \"isInteractive\": true,\n                                    \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                                }\n                            ],\n                            \"providerWebhook\": \"https://cim-demo.expertflow.com/web-channel-manager\",\n                            \"channelProviderConfigSchema\": []\n                        },\n                        \"channelProviderConfigs\": [],\n                        \"tenant\": {\n                            \"id\": \"6554a1a1b9a21534e87981bc\",\n                            \"name\": null\n                        }\n                    },\n                    \"channelType\": {\n                        \"id\": \"65548c17b9a21534e87981ae\",\n                        \"name\": \"WEB\",\n                        \"channelLogo\": \"_WEB.svg\",\n                        \"isInteractive\": true,\n                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                    }\n                },\n                \"customer\": {\n                    \"_id\": \"655ee58a56cf2685f9a5a62b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"1133322\"\n                    ]\n                },\n                \"customerSuggestions\": [],\n                \"channelData\": {\n                    \"channelCustomerIdentifier\": \"1133322\",\n                    \"serviceIdentifier\": \"1122\",\n                    \"requestPriority\": 0,\n                    \"additionalAttributes\": [\n                        {\n                            \"key\": \"WebChannelData\",\n                            \"type\": \"WebChannelData\",\n                            \"value\": {\n                                \"browserDeviceInfo\": {\n                                    \"browserId\": \"123456\",\n                                    \"browserIdExpiryTime\": \"9999\",\n                                    \"browserName\": \"chrome\",\n                                    \"deviceType\": \"desktop\"\n                                },\n                                \"queue\": \"\",\n                                \"locale\": {\n                                    \"timezone\": \"asia/karachi\",\n                                    \"language\": \"english\",\n                                    \"country\": \"pakistan\"\n                                },\n                                \"formData\": {\n                                    \"id\": 0.6569365104177518,\n                                    \"formId\": 0.17687547705430862,\n                                    \"filledBy\": \"web-init\",\n                                    \"attributes\": [\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"firstName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"lastName\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"\",\n                                            \"key\": \"email\",\n                                            \"type\": \"string\"\n                                        },\n                                        {\n                                            \"value\": \"1133322\",\n                                            \"key\": \"channelIdentifier1\",\n                                            \"type\": \"string\"\n                                        }\n                                    ],\n                                    \"createdOn\": \"2023-11-23T05:39:21.954Z\"\n                                }\n                            }\n                        }\n                    ]\n                },\n                \"latestIntent\": null,\n                \"customerPresence\": {\n                    \"value\": null\n                },\n                \"isActive\": true,\n                \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n                \"roomId\": \"655ee58b2db5407e6b7c671d\",\n                \"state\": {\n                    \"name\": \"ENDED\",\n                    \"reasonCode\": \"CUSTOMER\"\n                },\n                \"channelSessionDirection\": \"INBOUND\",\n                \"active\": true\n            },\n            \"data\": {\n                \"id\": \"655ee58b2db5407e6b7c671e\",\n                \"customer\": {\n                    \"_id\": \"655ee58a56cf2685f9a5a62b\",\n                    \"firstName\": \"Jane Doe\",\n                    \"phoneNumber\": [],\n                    \"isAnonymous\": true,\n                    \"__v\": 0,\n                    \"web\": [\n                        \"1133322\"\n                    ]\n                },\n                \"participants\": [\n                    {\n                        \"type\": \"BOT\",\n                        \"role\": \"PRIMARY\",\n                        \"participant\": {\n                            \"participantType\": \"Bot\",\n                            \"id\": \"6554a154e7907c2ffca1898b\",\n                            \"type\": \"RASA\",\n                            \"name\": \"Rasa\",\n                            \"uri\": \"http://192.168.2.52:30800/\"\n                        },\n                        \"id\": \"655ee58c2db5407e6b7c6722\",\n                        \"joiningTime\": 1700717964564,\n                        \"token\": null,\n                        \"conversationId\": null,\n                        \"isActive\": true,\n                        \"userCredentials\": {},\n                        \"state\": null,\n                        \"stateChangedOn\": null\n                    }\n                ],\n                \"state\": \"CUSTOMER_LEFT\",\n                \"conversationDirection\": \"INBOUND\",\n                \"channelSession\": {\n                    \"participantType\": \"ChannelSession\",\n                    \"id\": \"655ee58aa66b4b5963b7d59a\",\n                    \"channel\": {\n                        \"id\": \"6554a297b9a21534e87981c0\",\n                        \"name\": \"Web\",\n                        \"serviceIdentifier\": \"1122\",\n                        \"defaultOutbound\": false,\n                        \"tenant\": {\n                            \"id\": \"655b4db469beb91311b2d3c2\",\n                            \"name\": null\n                        },\n                        \"channelConfig\": {\n                            \"id\": \"655b4db469beb91311b2d3c3\",\n                            \"channelMode\": \"HYBRID\",\n                            \"conversationBot\": \"\",\n                            \"responseSla\": 0,\n                            \"customerActivityTimeout\": 600,\n                            \"customerIdentificationCriteria\": {\n                                \"value\": null\n                            },\n                            \"routingPolicy\": {\n                                \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                \"routeToLastAgent\": true,\n                                \"routingMode\": \"PUSH\",\n                                \"routingObjectId\": \"6554a2477d200704766d18dc\",\n                                \"agentRequestTtl\": 600\n                            },\n                            \"botId\": \"6554a154e7907c2ffca1898b\"\n                        },\n                        \"channelConnector\": {\n                            \"id\": \"6554a1a1b9a21534e87981ba\",\n                            \"name\": \"web connector\",\n                            \"channelProviderInterface\": {\n                                \"id\": \"6554a119b9a21534e87981b6\",\n                                \"name\": \"web\",\n                                \"supportedChannelTypes\": [\n                                    {\n                                        \"id\": \"65548c17b9a21534e87981ae\",\n                                        \"name\": \"WEB\",\n                                        \"channelLogo\": \"_WEB.svg\",\n                                        \"isInteractive\": true,\n                                        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                                    }\n                                ],\n                                \"providerWebhook\": \"https://cim-demo.expertflow.com/web-channel-manager\",\n                                \"channelProviderConfigSchema\": []\n                            },\n                            \"channelProviderConfigs\": [],\n                            \"tenant\": {\n                                \"id\": \"6554a1a1b9a21534e87981bc\",\n                                \"name\": null\n                            }\n                        },\n                        \"channelType\": {\n                            \"id\": \"65548c17b9a21534e87981ae\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                        }\n                    },\n                    \"customer\": {\n                        \"_id\": \"655ee58a56cf2685f9a5a62b\",\n                        \"firstName\": \"Jane Doe\",\n                        \"phoneNumber\": [],\n                        \"isAnonymous\": true,\n                        \"__v\": 0,\n                        \"web\": [\n                            \"1133322\"\n                        ]\n                    },\n                    \"customerSuggestions\": [],\n                    \"channelData\": {\n                        \"channelCustomerIdentifier\": \"1133322\",\n                        \"serviceIdentifier\": \"1122\",\n                        \"requestPriority\": 0,\n                        \"additionalAttributes\": [\n                            {\n                                \"key\": \"WebChannelData\",\n                                \"type\": \"WebChannelData\",\n                                \"value\": {\n                                    \"browserDeviceInfo\": {\n                                        \"browserId\": \"123456\",\n                                        \"browserIdExpiryTime\": \"9999\",\n                                        \"browserName\": \"chrome\",\n                                        \"deviceType\": \"desktop\"\n                                    },\n                                    \"queue\": \"\",\n                                    \"locale\": {\n                                        \"timezone\": \"asia/karachi\",\n                                        \"language\": \"english\",\n                                        \"country\": \"pakistan\"\n                                    },\n                                    \"formData\": {\n                                        \"id\": 0.6569365104177518,\n                                        \"formId\": 0.17687547705430862,\n                                        \"filledBy\": \"web-init\",\n                                        \"attributes\": [\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"firstName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"lastName\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"\",\n                                                \"key\": \"email\",\n                                                \"type\": \"string\"\n                                            },\n                                            {\n                                                \"value\": \"1133322\",\n                                                \"key\": \"channelIdentifier1\",\n                                                \"type\": \"string\"\n                                            }\n                                        ],\n                                        \"createdOn\": \"2023-11-23T05:39:21.954Z\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    \"latestIntent\": null,\n                    \"customerPresence\": {\n                        \"value\": null\n                    },\n                    \"isActive\": true,\n                    \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n                    \"roomId\": \"655ee58b2db5407e6b7c671d\",\n                    \"state\": {\n                        \"name\": \"STARTED\",\n                        \"reasonCode\": \"CUSTOMER\"\n                    },\n                    \"channelSessionDirection\": \"INBOUND\",\n                    \"active\": true\n                },\n                \"creationTime\": 1700717963977,\n                \"endTime\": null,\n                \"conversationData\": {},\n                \"metadata\": {\n                    \"botId\": \"6554a154e7907c2ffca1898b\",\n                    \"lastUsedChannelSession\": {\n                        \"participantType\": \"ChannelSession\",\n                        \"id\": \"655ee58aa66b4b5963b7d59a\",\n                        \"channel\": {\n                            \"id\": \"6554a297b9a21534e87981c0\",\n                            \"name\": \"Web\",\n                            \"serviceIdentifier\": \"1122\",\n                            \"defaultOutbound\": false,\n                            \"tenant\": {\n                                \"id\": \"655b4db469beb91311b2d3c2\",\n                                \"name\": null\n                            },\n                            \"channelConfig\": {\n                                \"id\": \"655b4db469beb91311b2d3c3\",\n                                \"channelMode\": \"HYBRID\",\n                                \"conversationBot\": \"\",\n                                \"responseSla\": 0,\n                                \"customerActivityTimeout\": 600,\n                                \"customerIdentificationCriteria\": {\n                                    \"value\": null\n                                },\n                                \"routingPolicy\": {\n                                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                                    \"routeToLastAgent\": true,\n                                    \"routingMode\": \"PUSH\",\n                                    \"routingObjectId\": \"6554a2477d200704766d18dc\",\n                                    \"agentRequestTtl\": 600\n                                },\n                                \"botId\": \"6554a154e7907c2ffca1898b\"\n                            },\n                            \"channelConnector\": {\n                                \"id\": \"6554a1a1b9a21534e87981ba\",\n                                \"name\": \"web connector\",\n                                \"channelProviderInterface\": {\n                                    \"id\": \"6554a119b9a21534e87981b6\",\n                                    \"name\": \"web\",\n                                    \"supportedChannelTypes\": [\n                                        {\n                                            \"id\": \"65548c17b9a21534e87981ae\",\n                                            \"name\": \"WEB\",\n                                            \"channelLogo\": \"_WEB.svg\",\n                                            \"isInteractive\": true,\n                                            \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                                        }\n                                    ],\n                                    \"providerWebhook\": \"https://cim-demo.expertflow.com/web-channel-manager\",\n                                    \"channelProviderConfigSchema\": []\n                                },\n                                \"channelProviderConfigs\": [],\n                                \"tenant\": {\n                                    \"id\": \"6554a1a1b9a21534e87981bc\",\n                                    \"name\": null\n                                }\n                            },\n                            \"channelType\": {\n                                \"id\": \"65548c17b9a21534e87981ae\",\n                                \"name\": \"WEB\",\n                                \"channelLogo\": \"_WEB.svg\",\n                                \"isInteractive\": true,\n                                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n                            }\n                        },\n                        \"customer\": {\n                            \"_id\": \"655ee58a56cf2685f9a5a62b\",\n                            \"firstName\": \"Jane Doe\",\n                            \"phoneNumber\": [],\n                            \"isAnonymous\": true,\n                            \"__v\": 0,\n                            \"web\": [\n                                \"1133322\"\n                            ]\n                        },\n                        \"customerSuggestions\": [],\n                        \"channelData\": {\n                            \"channelCustomerIdentifier\": \"1133322\",\n                            \"serviceIdentifier\": \"1122\",\n                            \"requestPriority\": 0,\n                            \"additionalAttributes\": [\n                                {\n                                    \"key\": \"WebChannelData\",\n                                    \"type\": \"WebChannelData\",\n                                    \"value\": {\n                                        \"browserDeviceInfo\": {\n                                            \"browserId\": \"123456\",\n                                            \"browserIdExpiryTime\": \"9999\",\n                                            \"browserName\": \"chrome\",\n                                            \"deviceType\": \"desktop\"\n                                        },\n                                        \"queue\": \"\",\n                                        \"locale\": {\n                                            \"timezone\": \"asia/karachi\",\n                                            \"language\": \"english\",\n                                            \"country\": \"pakistan\"\n                                        },\n                                        \"formData\": {\n                                            \"id\": 0.6569365104177518,\n                                            \"formId\": 0.17687547705430862,\n                                            \"filledBy\": \"web-init\",\n                                            \"attributes\": [\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"firstName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"lastName\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"\",\n                                                    \"key\": \"email\",\n                                                    \"type\": \"string\"\n                                                },\n                                                {\n                                                    \"value\": \"1133322\",\n                                                    \"key\": \"channelIdentifier1\",\n                                                    \"type\": \"string\"\n                                                }\n                                            ],\n                                            \"createdOn\": \"2023-11-23T05:39:21.954Z\"\n                                        }\n                                    }\n                                }\n                            ]\n                        },\n                        \"latestIntent\": null,\n                        \"customerPresence\": {\n                            \"value\": null\n                        },\n                        \"isActive\": true,\n                        \"conversationId\": \"655ee58b2db5407e6b7c671e\",\n                        \"roomId\": \"655ee58b2db5407e6b7c671d\",\n                        \"state\": {\n                            \"name\": \"STARTED\",\n                            \"reasonCode\": \"CUSTOMER\"\n                        },\n                        \"channelSessionDirection\": \"INBOUND\",\n                        \"active\": true\n                    },\n                    \"agentRequestStatus\": {\n                        \"status\": \"not_requested\",\n                        \"direction\": null\n                    }\n                },\n                \"roomId\": \"655ee58b2db5407e6b7c671d\"\n            },\n            \"roomId\": \"655ee58b2db5407e6b7c671d\"\n        }\n    ],\n    \"hasNextPage\": false,\n    \"limit\": 25,\n    \"totalPages\": 1,\n    \"page\": 0,\n    \"totalDocs\": 7\n}"}],"_postman_id":"125f9460-39fd-4d58-a6ec-587f3d4038c2"}],"id":"ec5c8524-6c53-40c7-9a51-bacab28583f0","description":"<p>This set of APIs contain functions for creating and managing rooms and room members. For more information about the concept of rooms in Expertflow CX, you can go to the link: <a href=\"https://docs.expertflow.com/cx/4.4/rooms-and-conversation\">https://docs.expertflow.com/cx/4.4/rooms-and-conversation</a></p>\n","_postman_id":"ec5c8524-6c53-40c7-9a51-bacab28583f0"},{"name":"Conversation Monitor","item":[{"name":"Agent SLA Thresholds","item":[{"name":"Create SLA Thresholds","id":"a846bc2f-6bf1-41d6-85e4-0fe27389c20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"thresholdPercentage\": \"50\",\n        \"action\": \"CHANGE_COLOR\"\n    },\n    {\n        \"thresholdPercentage\": \"80\",\n        \"action\": \"SHOW_POPUP\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{conversation-monitor-url}}/agent-sla-thresholds","urlObject":{"path":["agent-sla-thresholds"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a846bc2f-6bf1-41d6-85e4-0fe27389c20b"},{"name":"Get Agent SLA Thresholds","id":"06289064-bcf8-4ad6-8fb5-bfa54ab73f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{conversation-monitor-url}}/agent-sla-thresholds","urlObject":{"path":["agent-sla-thresholds"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06289064-bcf8-4ad6-8fb5-bfa54ab73f3d"}],"id":"d27ec117-acae-490f-b586-65868fcb1883","_postman_id":"d27ec117-acae-490f-b586-65868fcb1883","description":""},{"name":"Customer SLA Thresholds","item":[{"name":"Create Customer SLA Thresholds","id":"5e523ffd-5e45-4a6c-b5b6-bf9b3fbd0f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"thresholdPercentage\": \"50\",\n        \"action\": \"CHANGE_COLOR\"\n    },\n    {\n        \"thresholdPercentage\": \"80\",\n        \"action\": \"SHOW_POPUP\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{conversation-monitor-url}}/customer-sla-thresholds","urlObject":{"path":["customer-sla-thresholds"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e523ffd-5e45-4a6c-b5b6-bf9b3fbd0f69"},{"name":"Get Customer SLA Thresholds","id":"9c9442b9-3d2f-412f-91aa-9d3a90437b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{conversation-monitor-url}}/customer-sla-thresholds","urlObject":{"path":["customer-sla-thresholds"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c9442b9-3d2f-412f-91aa-9d3a90437b83"}],"id":"bb78f9d2-3978-4b3d-8c16-bfa2f8ff0b76","_postman_id":"bb78f9d2-3978-4b3d-8c16-bfa2f8ff0b76","description":""},{"name":"Actuator","item":[{"name":"Health","id":"5efa4bd1-54dd-403d-b119-768cab481f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health","urlObject":{"path":["actuator","health"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[{"id":"24fa00ea-aa78-44af-a6a4-c720f8f22045","name":"Health","originalRequest":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 03 Oct 2022 05:43:17 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\",\n    \"components\": {\n        \"diskSpace\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"total\": 157393829888,\n                \"free\": 63055110144,\n                \"threshold\": 10485760,\n                \"path\": \"/app/.\",\n                \"exists\": true\n            }\n        },\n        \"jms\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"provider\": \"ActiveMQ\"\n            }\n        },\n        \"livenessState\": {\n            \"status\": \"UP\"\n        },\n        \"mongo\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"maxWireVersion\": 17\n            }\n        },\n        \"ping\": {\n            \"status\": \"UP\"\n        },\n        \"readinessState\": {\n            \"status\": \"UP\"\n        },\n        \"redis\": {\n            \"status\": \"UP\",\n            \"details\": {\n                \"version\": \"6.2.7\"\n            }\n        }\n    },\n    \"groups\": [\n        \"liveness\",\n        \"readiness\"\n    ]\n}"}],"_postman_id":"5efa4bd1-54dd-403d-b119-768cab481f2b"},{"name":"Liveness","id":"009600a5-4d42-4ab6-907a-9ae15c47b2fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health/liveness","urlObject":{"path":["actuator","health","liveness"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[{"id":"a5034703-d576-4db5-bda1-a5f4369a1d40","name":"Liveness","originalRequest":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health/liveness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 03 Oct 2022 05:43:17 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"009600a5-4d42-4ab6-907a-9ae15c47b2fc"},{"name":"Readiness","id":"d02dfed2-13ad-4dc1-9d3d-4b74656d1b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health/readiness","urlObject":{"path":["actuator","health","readiness"],"host":["{{conversation-monitor-url}}"],"query":[],"variable":[]}},"response":[{"id":"5716feac-2b16-42e4-8a80-009153a4df9d","name":"Readiness","originalRequest":{"method":"GET","header":[],"url":"{{conversation-monitor-url}}/actuator/health/liveness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 03 Oct 2022 05:43:17 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"d02dfed2-13ad-4dc1-9d3d-4b74656d1b9e"}],"id":"155a31ab-8488-4c17-8e65-ed251561aeee","_postman_id":"155a31ab-8488-4c17-8e65-ed251561aeee","description":""}],"id":"0d38dbe6-739a-4f49-a3d5-8a65d5623de6","_postman_id":"0d38dbe6-739a-4f49-a3d5-8a65d5623de6","description":""},{"name":"Encryption","item":[{"name":"Reload Keys","id":"4de75ab3-7359-49cd-ab69-efdb57e53901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{conversation-manager-url}}/reload-keys","urlObject":{"path":["reload-keys"],"host":["{{conversation-manager-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4de75ab3-7359-49cd-ab69-efdb57e53901"}],"id":"3aec6581-ba88-4a7f-8f47-f60ae597eb8e","_postman_id":"3aec6581-ba88-4a7f-8f47-f60ae597eb8e","description":""}],"id":"ad89a370-f5f8-4b36-abb3-16c5b8504b38","description":"<p>The Conversation Manager are a set of APIs that define how to manage conversations, events and activities. It also helps in management of conversation data.</p>\n","_postman_id":"ad89a370-f5f8-4b36-abb3-16c5b8504b38"},{"name":"CX Campaigns","item":[{"name":"Core","item":[{"name":"Get Campaigns","id":"4fdd75cf-d9f1-4b75-bf78-be8e52b652a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/campaigns?limit=10&page=1","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /campaigns</strong></p>\n<p>This API handles incoming requests to retrieve paginated campaigns and sends the response in JSON format. If an error occurs, it returns 500 status with the error message.</p>\n<p><strong>Query Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>The number of campaigns to retrieve per page.</td>\n<td>10</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number to retrieve campaigns from.</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns"],"host":["{{campaignsBackendURI}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"1cc6fed6-3631-4c3e-9710-3a09562a49c4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns?limit=10&page=1","host":["{{campaignsBackendURI}}"],"path":["campaigns"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"_id\": \"6709119371f3ed8976bd0f54\",\n            \"flowId\": \"d969c71f7551d451\",\n            \"title\": \"test\",\n            \"numberOfContacts\": 1,\n            \"sources\": [\n                {\n                    \"_id\": \"670911ce71f3ed8976bd0f61\",\n                    \"name\": \"newContacts.csv\",\n                    \"totalContacts\": 1,\n                    \"status\": \"COMPLETED\",\n                    \"campaign\": \"6709119371f3ed8976bd0f54\",\n                    \"__v\": 0,\n                    \"result\": {\n                        \"message\": \"File synced successfully\"\n                    }\n                }\n            ],\n            \"status\": \"PUBLISHED\",\n            \"createdAt\": \"2024-10-11T11:52:51.895Z\",\n            \"updatedAt\": \"2024-10-11T11:54:00.179Z\",\n            \"__v\": 1\n        },\n        {\n            \"_id\": \"670938ee71f3ed8976bd0faa\",\n            \"flowId\": \"37b7285c1eb88ba4\",\n            \"title\": \"Test1\",\n            \"numberOfContacts\": 0,\n            \"sources\": [],\n            \"status\": \"UNPUBLISHED\",\n            \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n            \"updatedAt\": \"2024-10-11T14:40:46.980Z\",\n            \"__v\": 0\n        }\n    ],\n    \"totalDocs\": 2,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"4fdd75cf-d9f1-4b75-bf78-be8e52b652a9"},{"name":"Create Campaign","id":"26c57122-87b3-4537-9293-742d83643482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test TEst campaign\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/campaigns","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /campaigns</strong></p>\n<p>This API creates a new campaign and the corresponding Node-RED flow after validating the title.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th>Type</th>\n<th>Requirement Status</th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Required</td>\n<td>The title of the campaign</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>A brief description of the campaign</td>\n</tr>\n<tr>\n<td>validityStartTime</td>\n<td>String</td>\n<td>Optional</td>\n<td>The start time for the campaign's validity</td>\n</tr>\n<tr>\n<td>validityEndTime</td>\n<td>String</td>\n<td>Optional</td>\n<td>The end time for the campaign's validity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[]}},"response":[{"id":"4096305c-1eb9-4800-85dd-a4a20f758bb0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Test1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/campaigns"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"flowId\": \"37b7285c1eb88ba4\",\n    \"title\": \"Test1\",\n    \"numberOfContacts\": 0,\n    \"sources\": [],\n    \"status\": \"UNPUBLISHED\",\n    \"_id\": \"670938ee71f3ed8976bd0faa\",\n    \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n    \"updatedAt\": \"2024-10-11T14:40:46.980Z\",\n    \"__v\": 0\n}"},{"id":"a01ed9ff-ab02-429e-a0a5-4c20a0828d06","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/campaigns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Title is required!\"\n}"}],"_postman_id":"26c57122-87b3-4537-9293-742d83643482"},{"name":"Get campaign by ID","id":"00182ad3-288a-4115-9afc-2f56db4d4e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/campaigns/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /campaigns/:campaignId</strong></p>\n<p>This API retrieves a campaign by its ID and sends retrieved campaign as a response. If campaign is not found, it sends a 404 response.</p>\n<p><strong>Path Variables</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>6709119371f3ed8976bd0f54</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"cdc643c8-536a-4bdc-8645-b0f9dcdb456b","type":"any","value":"6709119371f3ed8976bd0f54","key":"campaignId"}]}},"response":[{"id":"0ee68220-395c-4671-8bed-4e8f2ca46819","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6709119371f3ed8976bd0f54\",\n    \"flowId\": \"d969c71f7551d451\",\n    \"title\": \"test\",\n    \"numberOfContacts\": 1,\n    \"sources\": [\n        {\n            \"_id\": \"670911ce71f3ed8976bd0f61\",\n            \"name\": \"newContacts.csv\",\n            \"totalContacts\": 1,\n            \"status\": \"COMPLETED\",\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"__v\": 0,\n            \"result\": {\n                \"message\": \"File synced successfully\"\n            }\n        }\n    ],\n    \"status\": \"PUBLISHED\",\n    \"createdAt\": \"2024-10-11T11:52:51.895Z\",\n    \"updatedAt\": \"2024-10-11T11:54:00.179Z\",\n    \"__v\": 1\n}"},{"id":"6225f297-4d62-4871-8703-168c491d5207","name":"Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"664b8e6fb0bcd70afda28847"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"00182ad3-288a-4115-9afc-2f56db4d4e78"},{"name":"Edit Campaign","id":"bcd7d57e-ca59-406b-a2e5-d7a50e82feff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"new test\",\n    \"description\": \"This is a test campaign\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/campaigns/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PATCH /campaigns/:campaignId</strong></p>\n<p>This API updates an existing campaign by its ID, checking for the campaign's existence and allowing updates to specific properties.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th>Type</th>\n<th>Requirement Status</th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Optional</td>\n<td>The title of the campaign</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>A brief description of the campaign</td>\n</tr>\n<tr>\n<td>validityStartTime</td>\n<td>String</td>\n<td>Optional</td>\n<td>The start time for the campaign's validity</td>\n</tr>\n<tr>\n<td>validityEndTime</td>\n<td>String</td>\n<td>Optional</td>\n<td>The end time for the campaign's validity</td>\n</tr>\n<tr>\n<td>executionDateTime</td>\n<td>Date</td>\n<td>Optional</td>\n<td>The date and time when the campaign is executed</td>\n</tr>\n<tr>\n<td>activityDateTime</td>\n<td>Date</td>\n<td>Optional</td>\n<td>The date and time when the campaign activity is recorded</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Path Variables</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>670938ee71f3ed8976bd0faa</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"014fe71b-83bc-47e5-aa5e-b2a0037ecf8b","type":"any","value":"670938ee71f3ed8976bd0faa","key":"campaignId"}]}},"response":[{"id":"37a551ce-2e45-4ff9-a0e8-40e091a3c6d2","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"new test\",\n    \"description\": \"This is a test campaign\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"670938ee71f3ed8976bd0faa"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670938ee71f3ed8976bd0faa\",\n    \"flowId\": \"37b7285c1eb88ba4\",\n    \"title\": \"new test\",\n    \"numberOfContacts\": 0,\n    \"sources\": [],\n    \"status\": \"UNPUBLISHED\",\n    \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n    \"updatedAt\": \"2024-10-11T15:17:59.258Z\",\n    \"__v\": 0,\n    \"description\": \"This is a test campaign\"\n}"},{"id":"b87e69a6-2e68-4392-8673-6565de624f57","name":"Error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"664b8e6fb0bcd70afda28847"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"bcd7d57e-ca59-406b-a2e5-d7a50e82feff"},{"name":"Delete Campaign","id":"f274d27f-669a-4767-8efd-a87216a0a72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{campaignsBackendURI}}/campaigns/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE /campaigns/:campaignId</strong></p>\n<p>This API deletes an existing campaign by its ID, marking it as deleted and removing the associated Node-RED flow.</p>\n<p><strong>Path Variables:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>6709432871f3ed8976bd0ff0</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"8c237991-d2af-4ec3-a221-453359834421","type":"any","value":"6709432871f3ed8976bd0ff0","key":"campaignId"}]}},"response":[{"id":"9392be3c-b56a-4823-ab36-37a1b21e24b2","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"6709432871f3ed8976bd0ff0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Campaign deleted successfully\"\n}"},{"id":"78a1b8d1-d1e1-4dcc-a93a-4a3bb394ab2e","name":"Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId"],"variable":[{"key":"campaignId","value":"664b8e6fb0bcd70afda28847"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"f274d27f-669a-4767-8efd-a87216a0a72b"},{"name":"Get campaign contacts","id":"f0161359-3d4e-458d-b454-c1b26cf7de6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/campaigns/:campaignId/contacts?limit=10&page=1","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /campaigns/:campaignId/contacts</strong></p>\n<p>This API retrieves contacts associated with a specific campaign. It accepts paginated parameters and returns the contacts in paginated format.</p>\n<p><strong>Path Variables</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>6709119371f3ed8976bd0f54</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId","contacts"],"host":["{{campaignsBackendURI}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[{"id":"c0c7d259-5246-4892-8935-0dbfd7b63f31","type":"any","value":"6709119371f3ed8976bd0f54","key":"campaignId"}]}},"response":[{"id":"9dde14de-db65-404d-894d-3ddb68de45ee","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/contacts?limit=10&page=1","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","contacts"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"2000\",\n                \"email\": \"ahmad@gmail.com\",\n                \"facebook\": \"6643709602395571\",\n                \"telegram\": \"5541536190\",\n                \"phoneNumber2\": null,\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670911ce71f3ed8976bd0f61\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670911d3adc92a2161c79d81\",\n            \"firstName\": \"Ahmad\",\n            \"lastName\": \"Ghani\",\n            \"title\": null,\n            \"gender\": \"Male\",\n            \"country\": \"Pakistan\",\n            \"city\": \"Lahore\",\n            \"zipCode\": \"54500\",\n            \"language\": [\n                \"Urdu\",\n                \"English\"\n            ],\n            \"timezone\": null,\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": null,\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"__v\": 0,\n            \"customFields\": {\n                \"testfield1\": null\n            }\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"504-621-8927\",\n                \"phoneNumber2\": \"504-845-1427\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"jbutt@gmail.com\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d246\",\n            \"firstName\": \"James\",\n            \"lastName\": \"Butt\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Orleans\",\n            \"city\": \"New Orleans\",\n            \"zipCode\": \"70116\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"6649 N Blue Gum St\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Benton, John B Jr\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"810-292-9388\",\n                \"phoneNumber2\": \"810-374-9840\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"josephine_darakjy@darakjy.org\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d247\",\n            \"firstName\": \"Josephine\",\n            \"lastName\": \"Darakjy\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Livingston\",\n            \"city\": \"Brighton\",\n            \"zipCode\": \"48116\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"4 B Blue Ridge Blvd\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Chanay, Jeffrey A Esq\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"856-636-8749\",\n                \"phoneNumber2\": \"856-264-4130\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"art@venere.org\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d248\",\n            \"firstName\": \"Art\",\n            \"lastName\": \"Venere\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Gloucester\",\n            \"city\": \"Bridgeport\",\n            \"zipCode\": \"8014\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"8 W Cerritos Ave #54\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Chemel, James L Cpa\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"907-385-4412\",\n                \"phoneNumber2\": \"907-921-2010\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"lpaprocki@hotmail.com\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d249\",\n            \"firstName\": \"Lenna\",\n            \"lastName\": \"Paprocki\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Anchorage\",\n            \"city\": \"Anchorage\",\n            \"zipCode\": \"99501\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"639 Main St\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Feltz Printing Service\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"513-570-1893\",\n                \"phoneNumber2\": \"513-549-4561\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"donette.foller@cox.net\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d24a\",\n            \"firstName\": \"Donette\",\n            \"lastName\": \"Foller\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Butler\",\n            \"city\": \"Hamilton\",\n            \"zipCode\": \"45011\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"34 Center St\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Printing Dimensions\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"419-503-2484\",\n                \"phoneNumber2\": \"419-800-6759\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"simona@morasca.com\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d24b\",\n            \"firstName\": \"Simona\",\n            \"lastName\": \"Morasca\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Ashland\",\n            \"city\": \"Ashland\",\n            \"zipCode\": \"44805\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"3 Mcauley Dr\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Chapman, Ross E Esq\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"773-573-6914\",\n                \"phoneNumber2\": \"773-924-8565\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"mitsue_tollner@yahoo.com\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d24c\",\n            \"firstName\": \"Mitsue\",\n            \"lastName\": \"Tollner\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Cook\",\n            \"city\": \"Chicago\",\n            \"zipCode\": \"60632\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"7 Eads St\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Morlong Associates\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"408-752-3500\",\n                \"phoneNumber2\": \"408-813-1105\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"leota@hotmail.com\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d24d\",\n            \"firstName\": \"Leota\",\n            \"lastName\": \"Dilliard\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Santa Clara\",\n            \"city\": \"San Jose\",\n            \"zipCode\": \"95111\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"7 W Jackson Blvd\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Commercial Press\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        },\n        {\n            \"channelAttributes\": {\n                \"phoneNumber\": \"605-414-2147\",\n                \"phoneNumber2\": \"605-794-4895\",\n                \"phoneNumber3\": null,\n                \"mobileNumber\": null,\n                \"mobileNumber2\": null,\n                \"mobileNumber3\": null,\n                \"email\": \"sage_wieser@cox.net\",\n                \"fax\": null,\n                \"whatsapp\": null,\n                \"facebook\": null,\n                \"viber\": null,\n                \"twitter\": null,\n                \"telegram\": null,\n                \"instagram\": null\n            },\n            \"preferredChannels\": {\n                \"preferredChannel\": null,\n                \"preferredChannel2\": null,\n                \"preferredChannel3\": null\n            },\n            \"preferredLanguages\": {\n                \"preferredLanguage\": null,\n                \"preferredLanguage2\": null,\n                \"preferredLanguage3\": null\n            },\n            \"systemAttributes\": {\n                \"sourceReference\": [\n                    \"670bda5e71f3ed8976bd1143\"\n                ],\n                \"tags\": []\n            },\n            \"_id\": \"670bda60eae327959b93d24e\",\n            \"firstName\": \"Sage\",\n            \"lastName\": \"Wieser\",\n            \"title\": null,\n            \"gender\": null,\n            \"country\": \"Minnehaha\",\n            \"city\": \"Sioux Falls\",\n            \"zipCode\": \"57105\",\n            \"language\": [],\n            \"timezone\": null,\n            \"addressLine1\": \"5 Boston Ave #88\",\n            \"addressLine2\": null,\n            \"state\": null,\n            \"company\": \"Truhlar And Truhlar Attys\",\n            \"companyWebsite\": null,\n            \"campaign\": \"6709119371f3ed8976bd0f54\",\n            \"deliveryStatus\": \"undelivered\",\n            \"customFields\": {\n                \"testfield1\": null\n            },\n            \"__v\": 0\n        }\n    ],\n    \"totalDocs\": 10,\n    \"limit\": 10,\n    \"totalPages\": 1,\n    \"page\": 1,\n    \"pagingCounter\": 1,\n    \"hasPrevPage\": false,\n    \"hasNextPage\": false,\n    \"prevPage\": null,\n    \"nextPage\": null\n}"}],"_postman_id":"f0161359-3d4e-458d-b454-c1b26cf7de6e"},{"name":"Publish Campaign","id":"dd069418-38ac-468f-829c-35f179fb2ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{campaignsBackendURI}}/campaigns/publish/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PATCH /campaigns/publish/:campaignId</strong></p>\n<p>This API changes the status of campaign to <code>published</code> and starts the execution of campaign on the contacts.</p>\n<p><strong>Path Variables</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>670938ee71f3ed8976bd0faa</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns","publish",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"692842df-21f2-4f58-8bf9-054738d3858f","type":"any","value":"670938ee71f3ed8976bd0faa","key":"campaignId"}]}},"response":[{"id":"f9a5c8c7-33c4-44f8-ad81-85811ec9c81c","name":"Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/publish/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","publish",":campaignId"],"variable":[{"key":"campaignId","value":"670938ee71f3ed8976bd0faa"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670938ee71f3ed8976bd0faa\",\n    \"flowId\": \"37b7285c1eb88ba4\",\n    \"title\": \"new test\",\n    \"numberOfContacts\": 0,\n    \"sources\": [],\n    \"status\": \"PUBLISHED\",\n    \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n    \"updatedAt\": \"2024-10-11T16:20:17.502Z\",\n    \"__v\": 0,\n    \"description\": \"This is a test campaign\"\n}"},{"id":"1c2c8a80-7241-4f49-aba1-5489a814d246","name":"Error","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/publish/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","publish",":campaignId"],"variable":[{"key":"campaignId","value":"6644739df717a584900e2e31"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"dd069418-38ac-468f-829c-35f179fb2ca2"},{"name":"Unpublish Campaign","id":"24c9f33a-e5b7-4383-9d51-69d664b33bbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{campaignsBackendURI}}/campaigns/unpublish/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PATCH /campaigns/unpublish/:campaignId</strong></p>\n<p>This API stops the execution of the campaign whose id is passed and changes the status of campaign to <code>unpublished</code>.</p>\n<p><strong>Path Variables:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>670938ee71f3ed8976bd0faa</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns","unpublish",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"b0478b98-781c-49bc-8dad-499bf1712018","type":"any","value":"670938ee71f3ed8976bd0faa","key":"campaignId"}]}},"response":[{"id":"cc5fd670-0cc1-4a77-aa4c-ff48d3ba9424","name":"Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/unpublish/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","unpublish",":campaignId"],"variable":[{"key":"campaignId","value":"670938ee71f3ed8976bd0faa"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670938ee71f3ed8976bd0faa\",\n    \"flowId\": \"37b7285c1eb88ba4\",\n    \"title\": \"new test\",\n    \"numberOfContacts\": 0,\n    \"sources\": [],\n    \"status\": \"UNPUBLISHED\",\n    \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n    \"updatedAt\": \"2024-10-11T16:22:40.131Z\",\n    \"__v\": 0,\n    \"description\": \"This is a test campaign\"\n}"},{"id":"0b2764ee-f8ad-4ec2-a978-b032c68a8dea","name":"Error","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/unpublish/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","unpublish",":campaignId"],"variable":[{"key":"campaignId","value":"6644739df717a584900e2e31"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"24c9f33a-e5b7-4383-9d51-69d664b33bbb"},{"name":"End Campaign","id":"5a08d73a-f33c-4a14-a643-44d59b69c31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{campaignsBackendURI}}/campaigns/end/:campaignId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PATCH /campaigns/end/:campaignId</strong></p>\n<p>This API ends an existing campaign by its ID and changes its status to <code>ENDED</code>. An <code>ENDED</code> campaign cannot be published again.</p>\n<p><strong>Path Variables:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The unique identifier for a specific campaign</td>\n<td>670938ee71f3ed8976bd0faa</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns","end",":campaignId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"ed46c8db-3796-4d06-a956-3ab7608ba330","type":"any","value":"670938ee71f3ed8976bd0faa","key":"campaignId"}]}},"response":[{"id":"8cad8594-ddea-40a2-94f0-1a9e7853a284","name":"Success","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/end/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","end",":campaignId"],"variable":[{"key":"campaignId","value":"670938ee71f3ed8976bd0faa"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670938ee71f3ed8976bd0faa\",\n    \"flowId\": \"37b7285c1eb88ba4\",\n    \"title\": \"new test\",\n    \"numberOfContacts\": 0,\n    \"sources\": [],\n    \"status\": \"ENDED\",\n    \"createdAt\": \"2024-10-11T14:40:46.980Z\",\n    \"updatedAt\": \"2024-10-11T16:40:47.844Z\",\n    \"__v\": 0,\n    \"description\": \"This is a test campaign\"\n}"},{"id":"b90a4ec5-1b2f-4f37-a1d1-4adf979e7ade","name":"Error","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/end/:campaignId","host":["{{campaignsBackendURI}}"],"path":["campaigns","end",":campaignId"],"variable":[{"key":"campaignId","value":"662bf0f3c16c7511d4f6c1e3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No campaign found with the id\"\n}"}],"_postman_id":"5a08d73a-f33c-4a14-a643-44d59b69c31f"},{"name":"Get campaign from flow id","id":"8cdb3a1d-15b4-484e-9b71-e4df2974f94a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/campaigns/campaignfromflowid/:flowId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /campaigns/campaignfromflowid/:flowId</strong></p>\n<p>This API retrieves a campaign associated with a specified flow ID, returning a 404 error if no campaign is found.</p>\n<p><strong>Path Variables:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>flowId</td>\n<td>The unique identifier for a specific campaign's flow.</td>\n<td>d969c71f7551d451</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns","campaignfromflowid",":flowId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"b49e8222-b9db-4563-9cb4-d9603818cbb3","type":"any","value":"d969c71f7551d451","key":"flowId"}]}},"response":[{"id":"b9299516-e140-4bf2-b6bd-4662d8972e99","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/campaignfromflowid/:flowId","host":["{{campaignsBackendURI}}"],"path":["campaigns","campaignfromflowid",":flowId"],"variable":[{"key":"flowId","value":"d969c71f7551d451"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6709119371f3ed8976bd0f54\",\n    \"flowId\": \"d969c71f7551d451\",\n    \"title\": \"test\",\n    \"numberOfContacts\": 1,\n    \"sources\": [\n        \"670911ce71f3ed8976bd0f61\"\n    ],\n    \"status\": \"PUBLISHED\",\n    \"createdAt\": \"2024-10-11T11:52:51.895Z\",\n    \"updatedAt\": \"2024-10-11T11:54:00.179Z\",\n    \"__v\": 1\n}"},{"id":"9ccaf3f2-81ed-4688-9a80-9ab85fc099d0","name":"Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/campaignfromflowid/:flowId","host":["{{campaignsBackendURI}}"],"path":["campaigns","campaignfromflowid",":flowId"],"variable":[{"key":"flowId","value":"662bf0f3c16c7511d4f6c1e3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No associated campaign found!\"\n}"}],"_postman_id":"8cdb3a1d-15b4-484e-9b71-e4df2974f94a"},{"name":"Upload CSV","id":"ca65749e-96c3-444c-99e8-2fb2d4cb7448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{campaignsBackendURI}}/campaigns/:campaignId/source","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /campaigns/:campaignId/source</strong></p>\n<p>This API uploads a file to a specific campaign, validating the campaign's status and ensuring that only CSV files are accepted.</p>\n<p><strong>Request Body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th>Type</th>\n<th>Requirement Status</th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>originalname</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the file being uploaded</td>\n</tr>\n<tr>\n<td>chunkNumber</td>\n<td>Number</td>\n<td>Required</td>\n<td>The current chunk number being uploaded</td>\n</tr>\n<tr>\n<td>totalChunks</td>\n<td>Number</td>\n<td>Required</td>\n<td>The total number of chunks for the file</td>\n</tr>\n<tr>\n<td>file</td>\n<td>File</td>\n<td>Required</td>\n<td>The actual CSV file being uploaded</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Path Variables:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The ID of the campaign from which to upload the source</td>\n<td>6709119371f3ed8976bd0f54</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId","source"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"b9643fa7-28f9-4366-8ccc-cbd7b752698c","type":"any","value":"6709119371f3ed8976bd0f54","key":"campaignId"}]}},"response":[{"id":"832361cb-ff40-426f-be28-02216642e779","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"originalname","value":"contacts.csv","type":"text"},{"key":"chunkNumber","value":"0","type":"text"},{"key":"totalChunks","value":"1","type":"text"},{"key":"file","type":"file","src":["0yUwgJmcj/contacts.csv"]}]},"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/source","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","source"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670bd7b371f3ed8976bd1107\",\n    \"name\": \"contacts.csv\",\n    \"totalContacts\": 50,\n    \"status\": \"SYNCING\",\n    \"campaign\": \"6709119371f3ed8976bd0f54\",\n    \"__v\": 0,\n    \"result\": {\n        \"message\": \"File synced successfully\"\n    }\n}"},{"id":"0a382230-c937-4e77-960b-8ef0695933a8","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"originalname","value":"contacts.xml","type":"text"},{"key":"chunkNumber","value":"0","type":"text"},{"key":"totalChunks","value":"1","type":"text"},{"key":"file","type":"file","src":["4YYzhv34U/NewContacts.xml"]}]},"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/source","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","source"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Only CSV files are allowed\"\n}"},{"id":"7be8e49a-bf43-4683-9427-4dee00174d0e","name":"Success-2","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"originalname","value":"contacts.csv","type":"text"},{"key":"chunkNumber","value":"0","type":"text"},{"key":"totalChunks","value":"1","type":"text"},{"key":"file","type":"file","src":["0yUwgJmcj/contacts.csv"]}]},"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/source","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","source"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670bda5e71f3ed8976bd1143\",\n    \"name\": \"contacts.csv\",\n    \"totalContacts\": 9,\n    \"status\": \"SYNCING\",\n    \"campaign\": \"6709119371f3ed8976bd0f54\",\n    \"__v\": 0,\n    \"result\": {\n        \"message\": \"File synced successfully\"\n    }\n}"}],"_postman_id":"ca65749e-96c3-444c-99e8-2fb2d4cb7448"},{"name":"Delete CSV","id":"a60588c5-1205-4553-9c20-0cd341152571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{campaignsBackendURI}}/campaigns/:campaignId/source/:sourceId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE /campaigns/:campaignId/source/:sourceId</strong></p>\n<p>This API deletes a specific source from a campaign, ensuring that the source is not in the process of syncing and that the campaign exists.</p>\n<p><strong>Path Variables:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignId</td>\n<td>The ID of the campaign from which to delete the source</td>\n<td>6709119371f3ed8976bd0f54</td>\n</tr>\n<tr>\n<td>sourceId</td>\n<td>The ID of the source to be deleted</td>\n<td>670bd7b371f3ed8976bd1107</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["campaigns",":campaignId","source",":sourceId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"bc45abf1-8263-491b-a8e6-996f95ba9ebb","type":"any","value":"6709119371f3ed8976bd0f54","key":"campaignId"},{"id":"a5cfedb2-1f55-4737-a913-d5d128ff686b","type":"any","value":"670bd7b371f3ed8976bd1107","key":"sourceId"}]}},"response":[{"id":"c4ba3cb0-ec68-41c0-9eb2-a245785e1494","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/source/:sourceId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","source",":sourceId"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"},{"key":"sourceId","value":"670bd7b371f3ed8976bd1107"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"DONE\"\n}"},{"id":"c1373de6-3a6c-48a7-8eb1-174c0e85f14c","name":"Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaignsBackendURI}}/campaigns/:campaignId/source/:sourceId","host":["{{campaignsBackendURI}}"],"path":["campaigns",":campaignId","source",":sourceId"],"variable":[{"key":"campaignId","value":"6709119371f3ed8976bd0f54"},{"key":"sourceId","value":"670bd7b371f3ed8976bd1108"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No file found with the id\"\n}"}],"_postman_id":"a60588c5-1205-4553-9c20-0cd341152571"}],"id":"a788f247-459c-4cc8-b784-06767bb177a4","description":"<p>This folder consists of APIs for creating, updating, retrieving, publishing and deleting campaigns. It also handles csv data uploads.</p>\n","_postman_id":"a788f247-459c-4cc8-b784-06767bb177a4"},{"name":"Contacts","item":[{"name":"Get Contact by ID","id":"160ce431-3151-42d5-bf82-7e7b37191f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/contacts/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /contacts/:id</strong></p>\n<p>This API handles fetching a contact by its ID, returning a 404 error if no contact is found.</p>\n<p><strong>Path Variables:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>The unique identifier for a contact</td>\n<td>670911d3adc92a2161c79d81</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["contacts",":id"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"ea72c637-5fda-4a00-bfc5-7fc43a1feb31","type":"any","value":"670911d3adc92a2161c79d81","key":"id"}]}},"response":[{"id":"e9ea639a-568a-4087-8c34-35635cbd4e55","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/contacts/:id","host":["{{campaignsBackendURI}}"],"path":["contacts",":id"],"variable":[{"key":"id","value":"670911d3adc92a2161c79d81"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"channelAttributes\": {\n        \"phoneNumber\": \"2000\",\n        \"email\": \"ahmad@gmail.com\",\n        \"facebook\": \"6643709602395571\",\n        \"telegram\": \"5541536190\",\n        \"phoneNumber2\": null,\n        \"phoneNumber3\": null,\n        \"mobileNumber\": null,\n        \"mobileNumber2\": null,\n        \"mobileNumber3\": null,\n        \"fax\": null,\n        \"whatsapp\": null,\n        \"viber\": null,\n        \"twitter\": null,\n        \"instagram\": null\n    },\n    \"preferredChannels\": {\n        \"preferredChannel\": null,\n        \"preferredChannel2\": null,\n        \"preferredChannel3\": null\n    },\n    \"preferredLanguages\": {\n        \"preferredLanguage\": null,\n        \"preferredLanguage2\": null,\n        \"preferredLanguage3\": null\n    },\n    \"systemAttributes\": {\n        \"sourceReference\": [\n            \"670911ce71f3ed8976bd0f61\"\n        ],\n        \"tags\": []\n    },\n    \"_id\": \"670911d3adc92a2161c79d81\",\n    \"firstName\": \"Ahmad\",\n    \"lastName\": \"Ghani\",\n    \"title\": null,\n    \"gender\": \"Male\",\n    \"country\": \"Pakistan\",\n    \"city\": \"Lahore\",\n    \"zipCode\": \"54500\",\n    \"language\": [\n        \"Urdu\",\n        \"English\"\n    ],\n    \"timezone\": null,\n    \"addressLine1\": null,\n    \"addressLine2\": null,\n    \"state\": null,\n    \"company\": null,\n    \"companyWebsite\": null,\n    \"campaign\": \"6709119371f3ed8976bd0f54\",\n    \"deliveryStatus\": \"undelivered\",\n    \"__v\": 0,\n    \"customFields\": {\n        \"testfield1\": null\n    }\n}"},{"id":"1c7b6b00-06cc-4d2f-8899-c4fb4d5b3653","name":"Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaignsBackendURI}}/contacts/:id","host":["{{campaignsBackendURI}}"],"path":["contacts",":id"],"variable":[{"key":"id","value":"670911d3adc92a2161c79d82"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No contact found with the id\"\n}"}],"_postman_id":"160ce431-3151-42d5-bf82-7e7b37191f81"}],"id":"e023a4d2-b537-4896-8b96-4ff414118042","description":"<p>This folder handles campaign contact delivery statuses. It retrieves contact information by ID within the campaign system.</p>\n","_postman_id":"e023a4d2-b537-4896-8b96-4ff414118042"},{"name":"Custom Fields","item":[{"name":"Get Custom Fields","id":"3df6b96c-7bc7-4806-82b6-dd3c8e412638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/customfields/","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /customfields/</strong></p>\n<p>This API retrieves all custom fields and returns them in a response. If an error occurs, it responds with a 500 status and an error message.</p>\n","urlObject":{"path":["customfields",""],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[]}},"response":[{"id":"f6df7fa4-f072-4ce1-a1b1-74c2f3b5b666","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{campaignsBackendURI}}/customfields/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"670baa8d71f3ed8976bd1044\",\n        \"name\": \"testfield1\",\n        \"dataType\": \"String\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"3df6b96c-7bc7-4806-82b6-dd3c8e412638"},{"name":"Add Custom Field","id":"c75e9a2f-98e2-4ec7-96d8-0790b1d603aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"testFieldNewNEw\",\n    \"dataType\": \"String\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/customfields/","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /customfields/</strong></p>\n<p>This API creates a custom field with a specified name and data type, ensuring that the field name is unique, does not contain spaces, and is not a reserved field.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Requirement status</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Required</td>\n<td>The name of the custom field to be created. It is converted to lower case. It must not contain spaces and must not be reserved field name.</td>\n</tr>\n<tr>\n<td>dataType</td>\n<td>String</td>\n<td>Required</td>\n<td>The data type of the custom field. It should be one of the valid schema fields:  <br />String,  <br />Number,  <br />Date,  <br />Buffer,  <br />Boolean,  <br />Mixed,  <br />ObjectId,  <br />Array,  <br />Decimal128,  <br />Map,  <br />Schema,  <br />UUID,  <br />BigInt.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customfields",""],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[]}},"response":[{"id":"35bd68f3-8765-40cc-93bc-3b29079a5ca6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"testFieldNewNEw\",\n    \"dataType\": \"String\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/customfields/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"testfieldnewnew\",\n    \"dataType\": \"String\",\n    \"_id\": \"670ba9f071f3ed8976bd1033\",\n    \"__v\": 0\n}"},{"id":"7b1fd2d4-116c-4519-b82f-0232e53877b6","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"firstname\",\n    \"dataType\": \"String\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/customfields/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This is a reserved field name. Please choose another field name.\"\n}"}],"_postman_id":"c75e9a2f-98e2-4ec7-96d8-0790b1d603aa"},{"name":"Delete Custom Field","id":"c5ae56e0-6ce6-474f-8841-931c70f1e8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{campaignsBackendURI}}/customfields/:customFieldId","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>DELETE /customfields/:customFieldId</strong></p>\n<p>This API deletes a custom field by its ID and removes references to it from all contacts.</p>\n<p><strong>Path Variables:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customFieldId</td>\n<td>The unique identifier of the custom field to be deleted</td>\n<td>670ba9f071f3ed8976bd1033</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["customfields",":customFieldId"],"host":["{{campaignsBackendURI}}"],"query":[],"variable":[{"id":"d4464d8b-19d3-44b7-a92c-6ec426880377","type":"any","value":"670ba9f071f3ed8976bd1033","key":"customFieldId"}]}},"response":[{"id":"741f304d-dd0a-4e7c-bb86-4d6a65e2a01b","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaignsBackendURI}}/customfields/:customFieldId","host":["{{campaignsBackendURI}}"],"path":["customfields",":customFieldId"],"variable":[{"key":"customFieldId","value":"670ba9f071f3ed8976bd1033"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"670ba9f071f3ed8976bd1033\",\n    \"name\": \"testfieldnewnew\",\n    \"dataType\": \"String\",\n    \"__v\": 0\n}"},{"id":"67d0dca8-46b5-4ee7-8575-396848193251","name":"Error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaignsBackendURI}}/customfields/:customFieldId","host":["{{campaignsBackendURI}}"],"path":["customfields",":customFieldId"],"variable":[{"key":"customFieldId","value":"670ba9f071f3ed8976bd1034"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Custom field not found\"\n}"}],"_postman_id":"c5ae56e0-6ce6-474f-8841-931c70f1e8ea"}],"id":"df106342-fbf1-42c6-b735-83d2efc0074c","description":"<p>This folder handles CRUD operations for custom fields, including retrieving, creating, and deleting fields while ensuring data validation.</p>\n","_postman_id":"df106342-fbf1-42c6-b735-83d2efc0074c"}],"id":"f0bc18b4-c41b-4f06-9a24-32f80b39f8df","description":"<p>CX Campaigns API can be used to create, retrieve, delete and manage campaigns. It manages campaign attributes and connects with different communication channels to improve customer engagement.</p>\n","_postman_id":"f0bc18b4-c41b-4f06-9a24-32f80b39f8df"},{"name":"Routing Engine","item":[{"name":"Routing Attributes","item":[{"name":"To add a routing attribute","id":"498c917d-2cd8-479d-b91e-4da90f0c7cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\", // 3 - 110 characters\n    \"description\": \"<string>\", //limit:500, optional wrt API\n    \"type\": \"<ENUM>\", // ENUM - 1. BOOLEAN, 2. PROFICIENCY_LEVEL \n    \"defaultValue\": \"<int>\" // BOOLEAN: 0,1 - PROFICIENCY_LEVEL : 1-10\n}"},"url":"{{url}}/routing-attributes","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/routing-attributes</strong></p>\n<p>This API allows you to add routing attributes.</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id - String - Required</td>\n<td>A unique identifier (assigned automatically by the Routing Engine configurations backend).</td>\n</tr>\n<tr>\n<td>Name - String - Required</td>\n<td>Name of the routing attribute.</td>\n</tr>\n<tr>\n<td>Description - String - Required</td>\n<td>Short description of the routing attribute.</td>\n</tr>\n<tr>\n<td>Type - Enum - Required</td>\n<td>Boolean or Proficiency-level.</td>\n</tr>\n<tr>\n<td>defaultValue - int - Required</td>\n<td>An integer value. 0 or 1 for boolean type and 1 - 10 for proficiency-level type. When assigning a routing attribute to an agent, if a value is not provided then this default value is used.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["routing-attributes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"48a7c766-f816-4176-b2a9-fdd8938f1f75","name":"Invalid field format","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"description\": \"Test\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": \"true\" //invalid field format, should be int.\n}"},"url":"{{baseUrl}}/routing-attributes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:11:18.254+00:00\",\n    \"error\": \"error.invalid-field-format\",\n    \"message\": \"JSON parse error: Cannot deserialize value of type `int` from String \\\"true\\\": not a valid Integer value; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `int` from String \\\"true\\\": not a valid Integer value\\n at [Source: (PushbackInputStream); line: 5, column: 21] (through reference chain: com.ef.cim.objectmodel.RoutingAttribute[\\\"defaultValue\\\"])\"\n}"},{"id":"b918ee49-c7d4-417d-8fae-5f0837c5880a","name":"Validation error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": null,\n    \"description\": \"Test\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n}"},"url":"{{baseUrl}}/routing-attributes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:06:57.812+00:00\",\n    \"error\": \"error.validation\",\n    \"message\": \"field 'name': must not be null\"\n}"},{"id":"2b43504e-f64e-4c97-b3f1-ac60afc5d7aa","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"attribute1\",\n    \"description\": \"description1\", //optional field\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n}"},"url":"{{url}}/routing-attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\":\"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n    \"name\": \"attribute1\",\n    \"description\": \"description1\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n}"}],"_postman_id":"498c917d-2cd8-479d-b91e-4da90f0c7cf1"},{"name":"Return routing attributes list","id":"4e4eaa7c-cf1b-4240-a83f-a4aa86647927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/routing-attributes","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /routing-attributes</strong></p>\n<p>This API returns the routing attributes that exist in the system.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns attributes list</td>\n<td>1. name  <br />2. description  <br />3. type  <br />4. defaultValue</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["routing-attributes"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"eaffda2a-de5b-41a0-89fd-ddc31215639c","name":"Nothing found","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/routing-attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[] //if nothing is found, empty list will be sent."},{"id":"28242eee-61bb-4e30-9523-0e0a23925b6e","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/routing-attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n    \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n    \"name\": \"Attribute1\",\n    \"description\": \"Test\",\n    \"type\": \"PROFICIENCY_LEVEL\",\n    \"defaultValue\": 6\n },\n {\n    \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n    \"name\": \"Attribute2\",\n    \"description\": \"Test\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n }\n]"}],"_postman_id":"4e4eaa7c-cf1b-4240-a83f-a4aa86647927"},{"name":"To update a routing attribute","id":"d6726ae7-7c31-408d-bfa6-1224809a926a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\", //110 characters\n    \"description\": \"<string>\", //limit: 500, optional wrt API\n    \"type\": \"<ENUM>\", // ENUM - 1. Boolean, 2. Proficient\n    \"defaultValue\": \"<int>\" // Boolean: 0,1 - Proficiency: 1-10\n}"},"url":"{{baseUrl}}/routing-attributes/{{id}}","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/routing-attributes/{{id}}</strong></p>\n<p>This API allows you to update routing attributes.</p>\n<p><strong>Request</strong></p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name - String - Required</td>\n<td>Name of the routing attribute.</td>\n</tr>\n<tr>\n<td>Description - String - Required</td>\n<td>Short description of the routing attribute.</td>\n</tr>\n<tr>\n<td>Type - Enum - Required</td>\n<td>Boolean or Proficiency-level.</td>\n</tr>\n<tr>\n<td>defaultValue - int - Required</td>\n<td>An integer value. 0 or 1 for boolean type and 1 - 10 for proficiency-level type. When assigning a routing attribute to an agent, if a value is not provided then this default value is used.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["routing-attributes","{{id}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"68975689-fdc0-4989-86f1-7f4ee936e99c","name":"OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"description\": \"Test\",\n    \"type\": \"PROFICIENCY_LEVEL\"\n    \"defaultValue\": 4\n}"},"url":"{{url}}/routing-attributes/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\":\"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n    \"name\": \"Test\",\n    \"description\": \"Test\",\n    \"type\": \"PROFICIENCY_LEVEL\",\n    \"defaultValue\": 4\n}"},{"id":"e996d218-b28b-4b4f-ab77-65bce0e8662c","name":"Validation error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": null,\n    \"description\": \"Test\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n}"},"url":"{{baseUrl}}/routing-attributes/ed977fda-4f2c-4e23-accd-d672f5ac941e"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:06:57.812+00:00\",\n    \"error\": \"error.validation\",\n    \"message\": \"field 'name': must not be null\"\n}"},{"id":"998fd0fc-d75e-4581-b607-c940d7fcbdc4","name":"Resource not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"description\": \"Test\",\n    \"type\": \"BOOLEAN\",\n    \"defaultValue\": 1\n}"},"url":"{{baseUrl}}/routing-attributes/ed977fda-4f2c-4e23-accd-d672f5ac941e"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:27:28.340+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find resource to update\"\n}"}],"_postman_id":"d6726ae7-7c31-408d-bfa6-1224809a926a"},{"name":"To delete a routing attribute","id":"1d107115-dfdd-4fc4-9a4e-a0ccee67a130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/routing-attributes/{{id}}","description":"<p><strong>DEL/routing-attributes/{{id}}</strong></p>\n<p>This API allows you to delete routing attributes.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n<tr>\n<td>Conflict (returns list of Precision Queue and agents that are associated with Routing attribute)</td>\n<td>409</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["routing-attributes","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"711539ac-a134-48c3-b762-a3ec42cc81ee","name":"Resource not found","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/routing-attributes/c9250b86-c40c-4407-87ba-0fc8ac3153d8"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:37:53.835+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find resource to delete\"\n}"},{"id":"c548f03a-e76e-4c81-8a9a-a9e8cd9510b1","name":"Conflict","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/routing-attributes/c9250b86-c40c-4407-87ba-0fc8ac3153d8"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"precisionQueues\": [], //list of precision queues containing this attribute\n    \"agents\": [] //list of agents containing this attribute\n}"},{"id":"cdafb289-8a6f-418e-bc5e-3f35e0fe08a4","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/routing-attributes/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-03-03T03:36:51.773+00:00\",\n    \"message\": \"Successfully deleted\"\n}"}],"_postman_id":"1d107115-dfdd-4fc4-9a4e-a0ccee67a130"},{"name":"getAgentsWithAssociatedRoutingAttribute","id":"2ddab3f6-52d7-43e1-8a04-9129e260e3ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"65a3a0e0f86a6970764e6406\",\n        \"name\": \"Telegram\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    },\n    {\n        \"id\": \"65a243d4f86a6970764e63fa\",\n        \"name\": \"Voice\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/routing-attributes/agents","urlObject":{"path":["routing-attributes","agents"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"8d9ed65f-1a14-4417-b7cd-95fcd5ff6d73","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"65a3a0e0f86a6970764e6406\",\n        \"name\": \"Telegram\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    },\n    {\n        \"id\": \"65a243d4f86a6970764e63fa\",\n        \"name\": \"Voice\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/routing-attributes/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n        \"keycloakUser\": {\n            \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\",\n                \"supervisor\"\n            ],\n            \"username\": \"haroon\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                        \"rsname\": \"supervisor\",\n                        \"scopes\": [\n                            \"view_all\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"a7687281-ea0d-4e8a-a6b6-146d3e4ccd50\",\n                \"teamName\": \"Abraham TEam2\"\n            },\n            \"supervisedTeams\": [\n                {\n                    \"teamId\": \"ab50ef7b-b963-4fd0-b8d4-963092469658\",\n                    \"teamName\": \"Ahmad-Team\"\n                },\n                {\n                    \"teamId\": \"f5bf0eb0-a109-4335-9abc-08e3a5cee9db\",\n                    \"teamName\": \"DEV-CIM\"\n                }\n            ]\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a66bc2a2eff67ade4e4402\",\n                    \"name\": \"Channels Team\",\n                    \"description\": \"Channels Team\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65aa9ca874d44175fb7dcb1f\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 4\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    },\n    {\n        \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n        \"keycloakUser\": {\n            \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n            \"firstName\": \"\",\n            \"lastName\": \"ahmad\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\"\n            ],\n            \"username\": \"junaid5\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"53bc66b9-d0d8-457a-9404-44c6beb00741\",\n                \"teamName\": \"Abraham Team3\"\n            },\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65aa9ca874d44175fb7dcb1f\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]"},{"id":"81575c80-a808-4ed5-a84a-373bb5bf3e38","name":"NOT FOUND","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"65a3a0e0f86a6970764e6406\",\n        \"name\": \"Telegram\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    },\n    {\n        \"id\": \"65a243d4f86a6970764e63fa\",\n        \"name\": \"Voice\",\n        \"description\": null,\n        \"type\": \"BOOLEAN\",\n        \"defaultValue\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/routing-attributes/agents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-02-27T09:29:42.176+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find RoutingAttribute : Chat resource.\"\n}"}],"_postman_id":"2ddab3f6-52d7-43e1-8a04-9129e260e3ef"}],"id":"ebd0483c-f21a-4633-be76-95fd81a3034c","description":"<p>Routing attributes are skills of an Agent or a Supervisor. An agent can be assigned unlimited number of unique Routing-attributes. This section describe APIs to create, update and delete routing attributes.</p>\n","_postman_id":"ebd0483c-f21a-4633-be76-95fd81a3034c"},{"name":"MRD","item":[{"name":"To create mrd","id":"90db78f3-a13b-4baa-8135-4bb075d92d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"voice-mrd\",\n    \"description\": \"handles all voice requests\",\n    \"interruptible\": true,\n    \"maxRequests\": 5,\n    \"managedByRe\": false\n}"},"url":"{{routing-engine-url}}/media-routing-domains","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/routing-engine/media-routing-domains</strong></p>\n<p>This API allows you to create Media Routing Domain (MRD).</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the media routing domain</td>\n</tr>\n<tr>\n<td>description - String - Required</td>\n<td>Short description of the media routing domain</td>\n</tr>\n<tr>\n<td>interruptible - Bool - Required</td>\n<td>true or false. Tells whether a conversion of a specific media domain can be interrupted at the agent's end by a higher priority conversation. For example, voice has priority over chat requests.</td>\n</tr>\n<tr>\n<td>maxRequests - int - Required</td>\n<td>This is the max tasks that the MRD can receive. By default, each agent's max tasks value = MRD's max task request.</td>\n</tr>\n<tr>\n<td>managedByRe - Bool - Required</td>\n<td>true or false</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["media-routing-domains"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"31684355-7d39-4281-a385-8d2b02bd6c69","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"mrd1\",\n    \"description\": \"mrd1 description\",\n    \"interruptible\": true,\n    \"maxRequests\": 5,\n    \"managedByRe\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/media-routing-domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"616d25bb1d6bef11a9064f21\",\n    \"name\": \"mrd1\",\n    \"description\": \"mrd1 description\",\n    \"interruptible\": true,\n    \"maxRequests\": 5,\n    \"managedByRe\": true\n}"}],"_postman_id":"90db78f3-a13b-4baa-8135-4bb075d92d10"},{"name":"Return mrd list","id":"e9828934-778f-4fc6-971c-10a9803a5b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/media-routing-domains?mrdId=6298b744b777de61844f616b","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /routing-attributes/media-routing-domains?mrdId</strong></p>\n<p>This API returns the routing attributes that exist in the system. If the querey parameter (mrdId) is not null, it will try to find the realted MRD. Otherwise, it will return the list of MRDs.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns attributes list</td>\n<td>1. Id  <br />2. name  <br />3. description  <br />4. interruptible  <br />5. maxRequests  <br />6.managedByRe</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["media-routing-domains"],"host":["{{routing-engine-url}}"],"query":[{"key":"mrdId","value":"6298b744b777de61844f616b"}],"variable":[]}},"response":[{"id":"4fc31c1d-2e34-4517-b5b5-c8f74df48b67","name":"Return MRD list","originalRequest":{"method":"GET","header":[],"url":"{{routing-engine-url}}/media-routing-domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"f54de9e5-6d84-4f12-b6e1-425e8fef9754"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 08:30:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6298b744b777de61844f616b\",\n        \"name\": \"VOICE\",\n        \"description\": \"Standard voice MRD\",\n        \"interruptible\": false,\n        \"maxRequests\": 1,\n        \"managedByRe\": false\n    },\n    {\n        \"id\": \"62aaa1bda713eb08974349b3\",\n        \"name\": \"CHAT\",\n        \"description\": \"chat\",\n        \"interruptible\": true,\n        \"maxRequests\": 5,\n        \"managedByRe\": true\n    },\n    {\n        \"id\": \"62aaa61443ddfd0b79323536\",\n        \"name\": \"Ahmad's MRD\",\n        \"description\": \"To be used for dev testing by Ahmad.\",\n        \"interruptible\": true,\n        \"maxRequests\": 8,\n        \"managedByRe\": true\n    },\n    {\n        \"id\": \"62ab8059e1098e6345dedbd3\",\n        \"name\": \"test-mrd\",\n        \"description\": \"handles all voice requests\",\n        \"interruptible\": true,\n        \"maxRequests\": 5,\n        \"managedByRe\": true\n    },\n    {\n        \"id\": \"62ab8244e1098e6345dedbd4\",\n        \"name\": \"test-mrd2\",\n        \"description\": \"handles all voice requests\",\n        \"interruptible\": true,\n        \"maxRequests\": 55,\n        \"managedByRe\": true\n    },\n    {\n        \"id\": \"62ab86fa22f6da34cce394f6\",\n        \"name\": \"test-mrd3\",\n        \"description\": \"handles all voice requests\",\n        \"interruptible\": true,\n        \"maxRequests\": 77,\n        \"managedByRe\": true\n    },\n    {\n        \"id\": \"62ab8833fbcddc09d1610e37\",\n        \"name\": \"test-mrd5\",\n        \"description\": \"handles all voice requests\",\n        \"interruptible\": true,\n        \"maxRequests\": 55,\n        \"managedByRe\": true\n    }\n]"},{"id":"e0a455cc-1bbb-4e12-bd51-38da65178b8d","name":"MRD by MRD-Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/media-routing-domains?mrdId=6298b744b777de61844f616b","host":["{{routing-engine-url}}"],"path":["media-routing-domains"],"query":[{"key":"mrdId","value":"6298b744b777de61844f616b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"8effbf43-17e8-4d47-94f6-5079307a765e"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:17:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6298b744b777de61844f616b\",\n    \"name\": \"VOICE\",\n    \"description\": \"Standard voice MRD\",\n    \"interruptible\": false,\n    \"maxRequests\": 1,\n    \"managedByRe\": true\n}"},{"id":"5a37ee7d-57b9-463b-b0de-9f2b7675f5c3","name":"Invalid MRD-ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/media-routing-domains?mrdId=6298b744b777de61844f616","host":["{{routing-engine-url}}"],"path":["media-routing-domains"],"query":[{"key":"mrdId","value":"6298b744b777de61844f616"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"1ae1d177-b63c-431d-bfb7-7e9ec0ccd838"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:18:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-17T10:18:04.845+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find the MRD resource with id: 6298b744b777de61844f616\"\n}"}],"_postman_id":"e9828934-778f-4fc6-971c-10a9803a5b99"},{"name":"To update mrd","id":"5e51551b-83ff-4403-af44-c51135373ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Chat-Mrd\",\r\n    \"description\": \"handles all chat requests\",\r\n    \"interruptible\": true,\r\n    \"maxRequests\": 2,\r\n    \"managedByRe\": true\r\n}"},"url":"{{routing-engine-url}}/media-routing-domains/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/routing-attributes/media-routing-domains/:id</strong></p>\n<p>This API allows you to update routing attributes.</p>\n<p><strong>Request</strong></p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the media routing domain</td>\n</tr>\n<tr>\n<td>description - String - Required</td>\n<td>Short description of the media routing domain</td>\n</tr>\n<tr>\n<td>interruptible - Bool - Required</td>\n<td>true or false. Tells whether a conversion of a specific media domain can be interrupted at the agent's end by a higher priority conversation. For example, voice has priority over chat requests.</td>\n</tr>\n<tr>\n<td>maxRequests - int - Required</td>\n<td>This is the max tasks that the MRD can receive. By default, each agent's max tasks value = MRD's max task request.</td>\n</tr>\n<tr>\n<td>managedByRe - Bool - Required</td>\n<td>true or false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["media-routing-domains",":id"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"bc52bf55-9818-4272-91c6-9ea61569c9d2","type":"any","value":"616d4a2258860d599a973d9c","key":"id"}]}},"response":[{"id":"8c30f861-9552-4dcd-8d53-205964efdec4","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"chat-mrd\",\n    \"description\": \"handles all chat requests\",\n    \"interruptible\": true,\n    \"maxRequests\": 4,\n    \"managedByRe\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/media-routing-domains/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"616d25bb1d6bef11a9064f21\",\n    \"name\": \"chat-mrd\",\n    \"description\": \"handles all chat requests\",\n    \"interruptible\": true,\n    \"maxRequests\": 4,\n    \"managedByRe\": true\n}"},{"id":"a76d0c58-5ee4-44d4-b0e9-dbc98e6b6689","name":"Conflict on update","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"whatsapp-mrd\",\r\n    \"description\": \"This MRD for WhatsApp chat.\",\r\n    \"interruptible\": true,\r\n    \"maxRequests\": 3\r\n}"},"url":"{{presales-cim}}/routing-engine/media-routing-domains/628f6a9d855c26502dbc6aaa"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 21:14:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"ba9b00b2-92bf-415f-a4b6-1012d6c45e3c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"mrdName\": \"whatsapp-mrd\",\n    \"reason\": \"Failed to update the MRD : whatsapp-mrd.Because the following agents have MaxTask against this MRD which are greater than the new MRD maxRequest value i.e. 3.Please update the agentMaxTask before updating the MRD MaxRequest.\",\n    \"agents\": [\n        {\n            \"participantType\": \"CCUser\",\n            \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n            \"keycloakUser\": {\n                \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n                \"firstName\": \"rao\",\n                \"lastName\": \"waqas akram\",\n                \"roles\": [\n                    \"agent\"\n                ],\n                \"username\": \"rao\",\n                \"permittedResources\": null,\n                \"realm\": \"university\"\n            },\n            \"associatedRoutingAttributes\": [\n                {\n                    \"routingAttribute\": {\n                        \"id\": \"628cab92855c26502dbc6aa7\",\n                        \"name\": \"English \",\n                        \"description\": \"language skill\",\n                        \"type\": \"BOOLEAN\",\n                        \"defaultValue\": 1\n                    },\n                    \"value\": 1\n                }\n            ],\n            \"associatedMrds\": [\n                {\n                    \"mrdId\": \"628caba3855c26502dbc6aa8\",\n                    \"maxAgentTasks\": 4\n                },\n                {\n                    \"mrdId\": \"6298a4155c24d0734dfa2b50\",\n                    \"maxAgentTasks\": 9\n                },\n                {\n                    \"mrdId\": \"628f6a9d855c26502dbc6aaa\",\n                    \"maxAgentTasks\": 5\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"5e51551b-83ff-4403-af44-c51135373ea2"},{"name":"To delete mrd by id","id":"544b2ad2-361e-45ed-ae65-1acc40e7cd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{routing-engine-url}}/media-routing-domains/:id","description":"<p><strong>DEL/routing-attributes/media-routing-domains</strong></p>\n<p>This API allows you to delete MRD by ID.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n<tr>\n<td>Conflict (returns list of Precision Queue and tasks that are associated with MRD)</td>\n<td>409</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["media-routing-domains",":id"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"00486950-eece-4cdd-b032-44ea3794f75a","type":"any","value":"616d4a2258860d599a973d9c","key":"id"}]}},"response":[{"id":"666b13ff-0936-4aa8-99d5-bc3c213d6409","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/media-routing-domains/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-10-18T07:53:40.319+00:00\",\n    \"message\": \"Successfully Deleted\"\n}"},{"id":"f742791b-4379-46aa-8e31-8138c9e26cbf","name":"Delete Conflict","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/media-routing-domains/{{id}}"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"precisionQueues\": [],\n    \"tasks\": []\n}"}],"_postman_id":"544b2ad2-361e-45ed-ae65-1acc40e7cd56"}],"id":"c40481cd-4dde-42e4-8465-285e0b53d993","description":"<p>A Media Routing Domain (MRD) is a collection of precision queues associated with a common media class. It is used to organise requests coming from each communication medium, such as voice and chat and manage agent states in each MRD. This folder defines API for creating, updating, deleting and querying existing MRDs.</p>\n","_postman_id":"c40481cd-4dde-42e4-8465-285e0b53d993"},{"name":"Precision Queues","item":[{"name":"Steps","item":[{"name":"Add Step","id":"6af973c9-b001-4e12-8d4a-ab44c48e2069","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n        {\n            \"terms\": [\n                {\n                    \"routingAttribute\": {\n                        \"id\": \"612df8cbb56ff552c38ed05b\",\n                        \"name\": \"Science\",\n                        \"description\": \"Agent's science skill\",\n                        \"type\": \"PROFICIENCY_LEVEL\",\n                        \"defaultValue\": 5\n                    },\n                    \"relationalOperator\": \">=\",\n                    \"value\": 3,\n                    \"preTermCondition\": null\n                },\n                {\n                    \"routingAttribute\": {\n                        \"id\": \"615af1e4e9e848465ba3edae\",\n                        \"name\": \"Marketting\",\n                        \"description\": \"Marketting skill\",\n                        \"type\": \"BOOLEAN\",\n                        \"defaultValue\": 1\n                    },\n                    \"relationalOperator\": \"==\",\n                    \"value\": 1,\n                    \"preTermCondition\": \"AND\"\n                }\n            ],\n            \"preExpressionCondition\": null\n        }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/precision-queues/:queueId/steps","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/routing-engine/precision-queues/:queueId/steps</strong></p>\n<p>This API allows you to add steps (criteria) for inclusion of an agent to a particluar precision queue. The ariteria can be matched aganist more than one routing attribute.</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>routingAttribute - Object - Required</td>\n<td>Contains properties of routing attributes</td>\n</tr>\n<tr>\n<td>relationalOperator - String - Required</td>\n<td>Operator for checking whether the agent fits the criteria.</td>\n</tr>\n<tr>\n<td>value - Numeric - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>preTermCondition - String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>preExpressionCondition - String - Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues",":queueId","steps"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"7953c975-ca3b-4cf4-a69f-0910ba3d34b9","type":"any","value":"616d29281d6bef11a9064f23","key":"queueId"}]}},"response":[{"id":"6a240174-a73a-4f85-9cd7-b211805358bf","name":"OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"\"<PrecisionQueue>\""},{"id":"fb6a6714-9b12-4818-a62b-d94acfe8aee3","name":"Routing-Attr not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"Could not find a routing-attribute resource\"\n}"},{"id":"7dfe4c1e-b226-4927-8833-9ec4f4b5c3c5","name":"Queue not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"Queue not found for id: <QueueId>\"\n}"},{"id":"2a531440-1d1d-4dc0-837b-4ed6cce25f1f","name":"Cannot add more than 10 steps","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"<String>\"\n}"}],"_postman_id":"6af973c9-b001-4e12-8d4a-ab44c48e2069"},{"name":"Update Step","id":"b06d62fc-9332-4985-a0df-ec11b76ddf8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":"/precision-queues/:queueId/steps/:id","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/precision-queues/:queueId/steps</strong></p>\n<p>This API allows you to update precision queues.</p>\n<p><strong>Request</strong></p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>routingAttribute - Object - Required</td>\n<td>Contains properties of routing attributes</td>\n</tr>\n<tr>\n<td>relationalOperator - String - Required</td>\n<td>Operator for checking whether the agent fits the criteria.</td>\n</tr>\n<tr>\n<td>value - Numeric - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>preTermCondition - String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>preExpressionCondition - String - Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues",":queueId","steps",":id"],"query":[],"variable":[{"id":"150b21ed-b88a-4f6c-be58-326496bc00b0","type":"any","value":null,"key":"queueId"},{"id":"add7471e-d0e8-47d2-a579-fe406ff497e4","type":"any","value":null,"key":"id"}]}},"response":[{"id":"ff060ce3-cb09-4022-965c-8aeff0b4b39e","name":"OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps/:id","path":["precision-queues",":queueId","steps",":id"],"variable":[{"key":"queueId","value":null},{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"\"<Precision-Queue>\""},{"id":"f23da8b1-eeb1-4b32-b064-9ae3230114eb","name":"Routing-Attr not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"Could not find a routing-attribute resource\"\n}"},{"id":"0feb18ba-0bed-4416-8914-fd19d7304d37","name":"Queue not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"Queue not found for id: <QueueId>\"\n}"},{"id":"dc3e7831-af48-4422-a8b8-d800b9622a99","name":"Step not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"expressions\": [\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 7,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"9384c593-6a7a-457d-885a-fd33ede9a999\",\n            \"name\": \"Marketting\",\n            \"description\": \"Whether the agent have marketting skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": null\n    },\n    {\n        \"terms\": [\n        {\n            \"routingAttribute\": {\n            \"id\": \"33d6112a-3562-4f29-8cdf-af6bb2cb6666\",\n            \"name\": \"Science\",\n            \"description\": \"The science proficiency level of an agent\",\n            \"type\": \"PROFICIENCY_LEVEL\",\n            \"defaultValue\": 4\n            },\n            \"relationalOperator\": \">=\",\n            \"value\": 3,\n            \"preTermCondition\": null\n        },\n        {\n            \"routingAttribute\": {\n            \"id\": \"29fa6349-22a1-4cb3-9ba3-c913e576af77\",\n            \"name\": \"Sales\",\n            \"description\": \"Whether the agent have Sales skill\",\n            \"type\": \"BOOLEAN\",\n            \"defaultValue\": 1\n            },\n            \"relationalOperator\": \"==\",\n            \"value\": 1,\n            \"preTermCondition\": \"AND\"\n        }\n        ],\n        \"preExpressionCondition\": \"OR\"\n    }\n    ],\n    \"timeout\": 5\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/precision-queues/:queueId/steps","path":["precision-queues",":queueId","steps"],"variable":[{"key":"queueId","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"<TimeStamp>\",\n    \"error\": \"<String>\",\n    \"message\": \"<String>\"\n}"}],"_postman_id":"b06d62fc-9332-4985-a0df-ec11b76ddf8a"},{"name":"Delete Step","id":"9d0695fa-8e9e-4707-9888-e1179c1209f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/precision-queues/:queueId/steps/:id","description":"<p><strong>DEL/routing-attributes/media-routing-domains/:id</strong></p>\n<p>This API allows you to delete Steps by ID.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n<tr>\n<td>Conflict (returns list of Precision Queue and agents that are )</td>\n<td>409</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues",":queueId","steps",":id"],"query":[],"variable":[{"id":"6fd67816-35fa-403f-acab-a0541da504c0","description":{"content":"<p>Id of the queue where the criteria (step) needs to be deleted from.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"queueId"},{"id":"830aedec-56bc-48ce-94d0-b630bd94af10","description":{"content":"<p>agent ID </p>\n","type":"text/plain"},"type":"any","value":null,"key":"id"}]}},"response":[{"id":"3221fabd-3617-489d-961f-1ef6e86675ed","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/precision-queues/:queueId/steps/:id","path":["precision-queues",":queueId","steps",":id"],"variable":[{"key":"queueId","value":null},{"key":"id","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timeStamp\": \"<Timestamp>\",\n    \"message\": \"<String>\"\n}"},{"id":"34e79538-a983-4cce-b538-d08ed7fe5683","name":"Delete Conflict","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/precision-queues/:queueId/steps/:id","path":["precision-queues",":queueId","steps",":id"],"variable":[{"key":"queueId","value":null},{"key":"id","value":null}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"9d0695fa-8e9e-4707-9888-e1179c1209f1"},{"name":"Preview Agents","id":"c9a62992-2d6e-4f2a-93a4-3013dc50d1a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/precision-queues/:queueId/agents?stepId=65dc4082144d0e580fc313a4","urlObject":{"path":["precision-queues",":queueId","agents"],"host":["{{routing-engine-url}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"stepId","value":"65dc4082144d0e580fc313a4"}],"variable":[{"id":"1c5f057a-38e6-4e14-b47c-d9480d04694b","description":{"content":"<p>Required</p>\n","type":"text/plain"},"type":"any","value":"65a243fef86a6970764e63fb","key":"queueId"}]}},"response":[{"id":"18b530ab-0f8a-4fc6-88d5-e3be381a6872","name":"OK - Agents in Queue for specific Step","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues/:queueId/agents?stepId=65dc4082144d0e580fc313a4","host":["{{routing-engine-url}}"],"path":["precision-queues",":queueId","agents"],"query":[{"key":"stepId","value":"65dc4082144d0e580fc313a4","description":"Optional"}],"variable":[{"key":"queueId","value":"65a243fef86a6970764e63fb","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n        \"keycloakUser\": {\n            \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\",\n                \"supervisor\"\n            ],\n            \"username\": \"haroon\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                        \"rsname\": \"supervisor\",\n                        \"scopes\": [\n                            \"view_all\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"a7687281-ea0d-4e8a-a6b6-146d3e4ccd50\",\n                \"teamName\": \"Abraham TEam2\"\n            },\n            \"supervisedTeams\": [\n                {\n                    \"teamId\": \"ab50ef7b-b963-4fd0-b8d4-963092469658\",\n                    \"teamName\": \"Ahmad-Team\"\n                },\n                {\n                    \"teamId\": \"f5bf0eb0-a109-4335-9abc-08e3a5cee9db\",\n                    \"teamName\": \"DEV-CIM\"\n                }\n            ]\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a66bc2a2eff67ade4e4402\",\n                    \"name\": \"Channels Team\",\n                    \"description\": \"Channels Team\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 4\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    },\n    {\n        \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n        \"keycloakUser\": {\n            \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n            \"firstName\": \"\",\n            \"lastName\": \"ahmad\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\"\n            ],\n            \"username\": \"junaid5\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"53bc66b9-d0d8-457a-9404-44c6beb00741\",\n                \"teamName\": \"Abraham Team3\"\n            },\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]"},{"id":"f26de430-170f-4a04-96dc-772c78285fe2","name":"OK - Agents in Queue for all associated Steps","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim.expertflow.com/routing-engine/precision-queues/:queueId/agents","protocol":"https","host":["cim","expertflow","com"],"path":["routing-engine","precision-queues",":queueId","agents"],"variable":[{"key":"queueId","value":"65a243fef86a6970764e63fb","description":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n        \"keycloakUser\": {\n            \"id\": \"29cba100-df6d-4302-9248-f59fe1e8f060\",\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\",\n                \"supervisor\"\n            ],\n            \"username\": \"haroon\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"7ef8836c-7afd-4602-8289-eae92acca295\",\n                        \"rsname\": \"supervisor\",\n                        \"scopes\": [\n                            \"view_all\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"a7687281-ea0d-4e8a-a6b6-146d3e4ccd50\",\n                \"teamName\": \"Abraham TEam2\"\n            },\n            \"supervisedTeams\": [\n                {\n                    \"teamId\": \"ab50ef7b-b963-4fd0-b8d4-963092469658\",\n                    \"teamName\": \"Ahmad-Team\"\n                },\n                {\n                    \"teamId\": \"f5bf0eb0-a109-4335-9abc-08e3a5cee9db\",\n                    \"teamName\": \"DEV-CIM\"\n                }\n            ]\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a66bc2a2eff67ade4e4402\",\n                    \"name\": \"Channels Team\",\n                    \"description\": \"Channels Team\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 4\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    },\n    {\n        \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n        \"keycloakUser\": {\n            \"id\": \"be9a3045-e246-4cec-a3eb-a030307f1231\",\n            \"firstName\": \"\",\n            \"lastName\": \"ahmad\",\n            \"roles\": [\n                \"default-roles-expertflow\",\n                \"agent\",\n                \"offline_access\",\n                \"uma_authorization\"\n            ],\n            \"username\": \"junaid5\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\",\n                        \"scopes\": [\n                            \"manage_state_change\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"0697f9c1-e15f-436b-9dd4-de11f80887d1\",\n                        \"rsname\": \"customer-labels\",\n                        \"scopes\": [\n                            \"assign_label\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"1d0c4094-9584-47fa-9a7f-4dee489cf4f7\",\n                        \"rsname\": \"customer-schema\",\n                        \"scopes\": [\n                            \"view\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"db95f093-7a90-43ab-a0d7-7afca15fbec6\",\n                        \"rsname\": \"agent-conversation-control\",\n                        \"scopes\": [\n                            \"view_history\",\n                            \"view_leave_chat\",\n                            \"view_history_active_customer \",\n                            \"view_direct_transfer\",\n                            \"view_initiate_chat\",\n                            \"view_wrap_up\",\n                            \"view_conference\"\n                        ]\n                    },\n                    {\n                        \"rsid\": \"5d0a7462-6bc3-4f76-89a4-9259073fb9fd\",\n                        \"rsname\": \"customer\",\n                        \"scopes\": [\n                            \"masked_pii\",\n                            \"view\",\n                            \"view_pii\",\n                            \"view_in_conversation\",\n                            \"manage_in_conversation\",\n                            \"manage\"\n                        ]\n                    }\n                ]\n            },\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": {\n                \"teamId\": \"53bc66b9-d0d8-457a-9404-44c6beb00741\",\n                \"teamName\": \"Abraham Team3\"\n            },\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]"},{"id":"01ac8656-febe-4fa6-a344-e1639b02733f","name":"NOT FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues/:queueId/agents?stepId=65dc4082144d0e580fc313a4","host":["{{routing-engine-url}}"],"path":["precision-queues",":queueId","agents"],"query":[{"key":"stepId","value":"65dc4082144d0e580fc313a4","description":"Optional"}],"variable":[{"key":"queueId","value":"65a243fef86a6970764e63fb","description":"Required"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-01-25T08:07:36.871+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Queue not found for id: 65a243fef86a6970764e63fbs\"\n}"}],"_postman_id":"c9a62992-2d6e-4f2a-93a4-3013dc50d1a1"}],"id":"07c54400-a4c4-4e06-9f2b-6a3a323fe73b","description":"<p>Steps are the criteria based on which the agents automatically become part of precision queues based on their routing attributes.</p>\n","_postman_id":"07c54400-a4c4-4e06-9f2b-6a3a323fe73b"},{"name":"Queue Flush","item":[{"name":"Get Token","id":"b97b02ff-1391-45c7-9b5f-9ecea81cba84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/routing-engine/keycloak_token","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET/routing-engine/keycloak_token</strong></p>\n<p>This API returns the keycloak token for required authentication to flush the queue.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>returns token and authenticates the user.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["routing-engine","keycloak_token"],"host":["cim","expertflow","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b97b02ff-1391-45c7-9b5f-9ecea81cba84"},{"name":"Flush Specific Queue","id":"8526f58e-b27d-4e08-a981-1d80eecc3aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/routing-engine/precision-queues/:queueName/tasks","description":"<p><strong>DEL/routing-engine/precision-queues/:queueName/tasks</strong></p>\n<p>This API allows you to flush the queue by its name.  </p>\n<p>If customerId is passed, the task against the customer ID will be flushed. If it is not passed than all the tasks of that queue will be flushed.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["routing-engine","precision-queues",":queueName","tasks"],"host":["efcx-ldtst","expertflow","com"],"query":[{"disabled":true,"key":"customerId","value":"669a62d8ad5c69f6eb7d28a4"}],"variable":[{"id":"9f3b4de9-1b34-4402-aad7-d2055fe6b7f1","type":"any","value":"","key":"queueName"}]}},"response":[],"_postman_id":"8526f58e-b27d-4e08-a981-1d80eecc3aad"},{"name":"Flush All Queues","id":"5362a577-e639-4c47-8e31-507e904e642d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://cim.expertflow.com/routing-engine/precision-queues/tasks","description":"<p><strong>DEL/routing-engine/precision-queues/tasks</strong></p>\n<p>This API allows you to flush all the queues.</p>\n<p>If customerId is passed, the task against the customer ID will be flushed. If it is not passed than all the tasks of that queue will be flushed.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["routing-engine","precision-queues","tasks"],"host":["cim","expertflow","com"],"query":[{"disabled":true,"key":"customerId","value":""}],"variable":[]}},"response":[],"_postman_id":"5362a577-e639-4c47-8e31-507e904e642d"}],"id":"010516f3-44ec-4b07-9dcc-34bf91417262","description":"<p>This is an API to clear all queues or a specific queue. When this API is called, all chats that are in the queue should be cleared/closed and send a message to the agent terminating all chats that queue.</p>\n","_postman_id":"010516f3-44ec-4b07-9dcc-34bf91417262"},{"name":"To create precision queue","id":"001d1dfc-74ea-4c22-a4bc-e2737f8d4c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"chat-queue\",\n    \"mrd\": {\"id\": \"616d28501d6bef11a9064f22\", \"name\": \"CHAT\", \"maxRequests\": 5},\n    \"serviceLevelType\": 3,\n    \"serviceLevelThreshold\": \"2\"\n}"},"url":"{{routing-engine-url}}/precision-queues","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/routing-engine/precision-queues</strong></p>\n<p>This API allows you to create precision queue.</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the precision queue</td>\n</tr>\n<tr>\n<td>mrd - Object - Required</td>\n<td>returns properties of the object.</td>\n</tr>\n<tr>\n<td>serviceLevelType - Int - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>serviceLevelThreshold - Int - Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"613c05f6-5cc0-41d8-a850-0efeae41ce2d","name":"NOT FOUND","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 81685913,\n \"message\": \"non mollit cillum consequat\"\n}"},{"id":"21601881-a2dd-47be-914e-0e1513b17e9d","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"0878806a-1278-4ccd-82ba-f31c6082b0ac","name":"Unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"e2954ce5-2207-4fd6-b2f7-db0c5275b8e4","name":"BAD REQUEST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"f0ca6e2b-b65a-42ee-99f5-23fea0cfc3f8","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"mrd\": {\"id\":\"600016622b258400063fe52d\"},\n    \"serviceLevelType\": 2,\n    \"serviceLevelThreshold\": 123\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/precision-queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"600016622b258400063fe53c\",\n    \"name\": \"Test\",\n    \"mrd\": \n    {\n        \"id\": \"600016622b258400063fe52d\",\n        \"name\": \"mrd1\",\n        \"description\": \"mrd1-description\",\n        \"interruptible\": true\n    },\n    \"serviceLevelType\":2,\n    \"serviceLevelThreshold\": 123,\n    \"steps\": []\n}"}],"_postman_id":"001d1dfc-74ea-4c22-a4bc-e2737f8d4c60"},{"name":"To create precision queue locally","id":"cdfce59b-0a6a-441a-92fa-453abaf993b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"chat-queue\",\n    \"mrd\": {\"id\": \"616d28501d6bef11a9064f22\"},\n    \"serviceLevelType\": 3,\n    \"serviceLevelThreshold\": \"2\"\n}"},"url":"{{routing-engine-url}}/precision-queues","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/routing-engine/precision-queues</strong></p>\n<p>This API allows you to create precision queue.</p>\n<p><strong>Request</strong></p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the precision queue</td>\n</tr>\n<tr>\n<td>mrd - Object - Required</td>\n<td>returns properties of the object.</td>\n</tr>\n<tr>\n<td>serviceLevelType - Int - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>serviceLevelThreshold - Int - Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"09f2cb8c-7e07-4c6e-8f3f-6b4c980a17f0","name":"NOT FOUND","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 81685913,\n \"message\": \"non mollit cillum consequat\"\n}"},{"id":"ebc12a5b-e79e-4a0e-aefd-c6f54e4a2913","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"387877b9-0203-4b2e-9397-0881ec14db7c","name":"Unexpected error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"c7fecab6-25c3-4ac1-8ed1-bae423c4cac6","name":"BAD REQUEST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"ConditionOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"1f4b84c4-9183-4a68-b899-2e6691f5e26e","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"mrd\": {\"id\":\"600016622b258400063fe52d\"},\n    \"serviceLevelType\": 2,\n    \"serviceLevelThreshold\": 123\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/precision-queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"600016622b258400063fe53c\",\n    \"name\": \"Test\",\n    \"mrd\": \n    {\n        \"id\": \"600016622b258400063fe52d\",\n        \"name\": \"mrd1\",\n        \"description\": \"mrd1-description\",\n        \"interruptible\": true\n    },\n    \"serviceLevelType\":2,\n    \"serviceLevelThreshold\": 123,\n    \"steps\": []\n}"}],"_postman_id":"cdfce59b-0a6a-441a-92fa-453abaf993b8"},{"name":"Return precision queue list with associated available agents","id":"9f47e965-7064-4862-bd53-9c143c2415c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/precision-queues","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /routing-engine/precision-queues</strong></p>\n<p>This API returns the precision queues that exist in the system with the provided id and the list of agents associated with the queue.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns attributes list</td>\n<td>1. Id  <br />2. name  <br />3. mrd  <br />4. serviceLevelType  <br />5. serviceLevelThreshold  <br />4. Steps</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"description":{"content":"<p>ID of the queue</p>\n","type":"text/plain"},"key":"queueId","value":"62aaa1ffa713eb08974349b5"}],"variable":[]}},"response":[{"id":"7eead590-05aa-49bd-8439-0cca6e481f83","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"ab3389f4-590d-4bad-8a22-ebee08161eee","name":"BAD REQUEST","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"fd816e1b-2852-49f6-888c-cd984b1b4d07","name":"Unexpected error","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"a2e44334-3fc2-4eb0-84f3-8d5eb72fe7d7","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/precision-queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"416a3b5a-c3f1-4890-93d3-2533ccbe4028\",\n        \"name\": \"Valid\",\n        \"mrd\": \n        {\n            \"id\": \"34f4d044-95e6-4c8a-b6d7-ed6a1b126450\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 123,\n        \"steps\": [\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d274f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d374f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d474f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d574f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d774f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e21-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e33-accd-d174f5ac932d\"\n\n            }\n        ]\n    },\n    {\n        \"id\": \"600016622b258400063fe54d\",\n        \"name\": \"Test\",\n        \"mrd\": \n        {\n            \"id\": \"600016622b258400063fe52d\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 3,\n        \"steps\":[\n             {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            }\n        ]\n    }\n]"},{"id":"cc914197-eab9-4486-8a26-4577c6aaf965","name":"Queue by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b5","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"12e589a9-6a66-4f80-903c-d5eef1374ae7"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:13:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62aaa1ffa713eb08974349b5\",\n    \"name\": \"Chat Queue\",\n    \"mrd\": {\n        \"id\": \"62aaa1bda713eb08974349b3\",\n        \"name\": \"CHAT\",\n        \"description\": \"chat\",\n        \"interruptible\": true,\n        \"maxRequests\": 5\n    },\n    \"serviceLevelType\": 1,\n    \"serviceLevelThreshold\": 30,\n    \"steps\": [\n        {\n            \"id\": \"32eb90a5-632a-43b8-b7d5-b1b55ea1c77b\",\n            \"expressions\": [\n                {\n                    \"terms\": [\n                        {\n                            \"routingAttribute\": {\n                                \"id\": \"62aaa1e7a713eb08974349b4\",\n                                \"name\": \"English\",\n                                \"description\": \"Is Agent proficient in English language\",\n                                \"type\": \"BOOLEAN\",\n                                \"defaultValue\": 1\n                            },\n                            \"relationalOperator\": \"==\",\n                            \"value\": 1,\n                            \"preTermCondition\": null\n                        }\n                    ],\n                    \"preExpressionCondition\": null\n                }\n            ],\n            \"timeout\": 30\n        }\n    ]\n}"},{"id":"63d1ddac-1d6e-410d-b20c-beb689271660","name":"Not FOUND by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"f8b14f4e-9d44-4b06-ab9d-9a8ef196971b"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:14:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-17T10:14:22.070+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find the PrecisionQueue resource with id: 62aaa1ffa713eb08974349b\"\n}"}],"_postman_id":"9f47e965-7064-4862-bd53-9c143c2415c1"},{"name":"Return precision queue list with associated available agents Copy","id":"e955c93a-4ef9-438f-a1dd-ff2c5926d147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/precision-queues","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /routing-engine/precision-queues</strong></p>\n<p>This API returns the precision queues that exist in the system with the provided id and the list of agents associated with the queue.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns attributes list</td>\n<td>1. Id  <br />2. name  <br />3. mrd  <br />4. serviceLevelType  <br />5. serviceLevelThreshold  <br />4. Steps</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"description":{"content":"<p>ID of the queue</p>\n","type":"text/plain"},"key":"queueId","value":"62aaa1ffa713eb08974349b5"}],"variable":[]}},"response":[{"id":"3644f60e-2bb1-4a90-aa3b-9864915f8967","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"d6b4e7a2-94c2-4eb8-bef7-ab48f3e1994b","name":"BAD REQUEST","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"73fe257f-9f46-4254-b546-a614d10c3c6a","name":"Unexpected error","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"23f3dda0-fc6f-4748-be33-38661c954c2b","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/precision-queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"416a3b5a-c3f1-4890-93d3-2533ccbe4028\",\n        \"name\": \"Valid\",\n        \"mrd\": \n        {\n            \"id\": \"34f4d044-95e6-4c8a-b6d7-ed6a1b126450\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 123,\n        \"steps\": [\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d274f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d374f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d474f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d574f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d774f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e21-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e33-accd-d174f5ac932d\"\n\n            }\n        ]\n    },\n    {\n        \"id\": \"600016622b258400063fe54d\",\n        \"name\": \"Test\",\n        \"mrd\": \n        {\n            \"id\": \"600016622b258400063fe52d\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 3,\n        \"steps\":[\n             {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            }\n        ]\n    }\n]"},{"id":"d63741b3-4f3d-4a67-841c-0b5cee7a7851","name":"Queue by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b5","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"12e589a9-6a66-4f80-903c-d5eef1374ae7"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:13:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62aaa1ffa713eb08974349b5\",\n    \"name\": \"Chat Queue\",\n    \"mrd\": {\n        \"id\": \"62aaa1bda713eb08974349b3\",\n        \"name\": \"CHAT\",\n        \"description\": \"chat\",\n        \"interruptible\": true,\n        \"maxRequests\": 5\n    },\n    \"serviceLevelType\": 1,\n    \"serviceLevelThreshold\": 30,\n    \"steps\": [\n        {\n            \"id\": \"32eb90a5-632a-43b8-b7d5-b1b55ea1c77b\",\n            \"expressions\": [\n                {\n                    \"terms\": [\n                        {\n                            \"routingAttribute\": {\n                                \"id\": \"62aaa1e7a713eb08974349b4\",\n                                \"name\": \"English\",\n                                \"description\": \"Is Agent proficient in English language\",\n                                \"type\": \"BOOLEAN\",\n                                \"defaultValue\": 1\n                            },\n                            \"relationalOperator\": \"==\",\n                            \"value\": 1,\n                            \"preTermCondition\": null\n                        }\n                    ],\n                    \"preExpressionCondition\": null\n                }\n            ],\n            \"timeout\": 30\n        }\n    ]\n}"},{"id":"5ff26e6b-5bbb-489b-af2c-30c8905430fb","name":"Not FOUND by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"f8b14f4e-9d44-4b06-ab9d-9a8ef196971b"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:14:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-17T10:14:22.070+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find the PrecisionQueue resource with id: 62aaa1ffa713eb08974349b\"\n}"}],"_postman_id":"e955c93a-4ef9-438f-a1dd-ff2c5926d147"},{"name":"To update precision queue","id":"cb9baee2-65bd-48bb-b176-09f5447376d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    // same validations as the pq post request.\n    \"name\": \"<string>\",\n    \"mrd\": {\"id\": \"<UUID>\"},\n    \"serviceLevelType\": \"<int>\", //Note: this is changed from string to int.\n    \"serviceLevelThreshold\": \"<int>\"\n}"},"url":"{{url}}/precision-queues/{{id}}","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>PUT/precision-queues/{{id}}</strong></p>\n<p>This API allows you to update precision queues.</p>\n<p><strong>Request</strong></p>\n<p>The following properties can be updated:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name - String - Required</td>\n<td>Name of the precision queue</td>\n</tr>\n<tr>\n<td>serviceLevelType - Int - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>serviceLevelThreshold - Int - Required</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n</tr>\n<tr>\n<td>Invalid field format</td>\n<td>Code 400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7ac01f5a-e4af-40ea-8a8a-b9eecc7f75ef","name":"Unexpected error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"relationalOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"387ad61e-4866-476c-8732-69ce80115ece","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"relationalOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"6e2fd4fb-e84d-4c02-a81d-1d30c78e672b","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"mrd\": { \"id\": \"600016622b258400063fe52d\"},\n    \"serviceLevelType\": 2,\n    \"serviceLevelThreshold\": 123\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/precision-queues/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"600016622b258400063fe53c\",\n    \"name\": \"Test\",\n    \"mrd\": \n    {\n        \"id\": \"600016622b258400063fe52d\",\n        \"name\": \"mrd1\",\n        \"description\": \"mrd1-description\",\n        \"interruptible\": true\n    },\n    \"serviceLevelType\": 2,\n    \"serviceLevelThreshold\": 123,\n    \"steps\": [\n        {\n            \"expressions\": [\n             {\n                \"terms\":\n                    [\n                        {\n                            \"routingAttribute\": \n                            {\n                                \"id\": \"600016622b258400063fe52d\",\n                                \"name\": \"Attribute1\",\n                                \"description\": \"Test\",\n                                \"type\": \"PROFICIENCY_LEVEL\",\n                                \"defaultValue\": \"2\"\n                            },\n                            \"relationalOperator\": \"==\",\n                            \"value\": \"4\",\n                            \"preTermCondition\":\"null\"\n                        }\n                    ],\n                        \"preExpressionCondition\":\"null\"\n                }\n            ],\n            \"timeout\": 43\n        }\n    ]\n}"},{"id":"46f16da2-c70a-424b-8c2a-c2647c8c1b7f","name":"NOT FOUND","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"relationalOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 81685913,\n \"message\": \"non mollit cillum consequat\"\n}"},{"id":"2b89166d-4864-472d-8644-680f960222fc","name":"BAD REQUEST","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"Name\": \"Test\",\n        \"mrd\": {\n            \"_id:\\\"3232222422424\\\"\": null,\n            \"Name:\\\"Test\\\"\": null,\n            \"Description:\\\"Test\\\"\": null,\n            \"Interruptible\": true\n        },\n        \"AgentSelectionCriteria\": \"longest available\",\n        \"serviceLevelThreshold\": 12,\n        \"serviceLevelType\": 1,\n        \"Steps\": [\n            {\n                \"step\": {\n                    \"expressions\": [\n                        {\n                            \"expression\": [\n                                {\n                                    \"AttributeName\": \"dd\",\n                                    \"relationalOperator\": \"==\",\n                                    \"Value\": \"false\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"timeout\": 43\n                },\n                \"_id\": \"60001a142b25840006400cf6\"\n            }\n        ]\n    }\n]"},"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"}],"_postman_id":"cb9baee2-65bd-48bb-b176-09f5447376d4"},{"name":"To delete precision queue","id":"122f5234-32fe-4a7a-bd96-a9be4bd1ed91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{routing-engine-url}}/precision-queues/:id","description":"<p><strong>DEL/routing-engine/precision-queues/:ids</strong></p>\n<p>This API allows you to delete precision queue by ID.</p>\n<p><strong>Response</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>200</td>\n</tr>\n<tr>\n<td>Resource not found</td>\n<td>400</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues",":id"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"48faac22-cf98-42b2-922a-16f4764bf8a5","type":"any","value":"616d4a3e58860d599a973d9d","key":"id"}]}},"response":[{"id":"f1f58877-fdea-4455-890f-756245377423","name":"SERVICE UNAVAILABLE","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 46584987,\n \"message\": \"nostru\"\n}"},{"id":"93ca82e1-57d2-4ca3-aec0-3d3220a0c38f","name":"BAD GATEWAY","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -39091783,\n \"message\": \"dolore\"\n}"},{"id":"06a8536f-3227-4d82-bd63-f3b10f13c08c","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"2b44bad1-7960-4201-8bae-5383a39fbc13","name":"BAD REQUEST","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"2ff1b601-c3fa-4452-b7b7-ae13799bee26","name":"GATEWAY TIMEOUT","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -39045872,\n \"message\": \"reprehenderit est\"\n}"},{"id":"85c06890-1c7b-410e-8813-c35a9eef934c","name":"NOT FOUND","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 81685913,\n \"message\": \"non mollit cillum consequat\"\n}"},{"id":"cf1dad70-d772-48f3-ad0e-5b60fe0ad9d1","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"efd78dcc-7044-4233-8195-bd5d31fa780d","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/precision-queues/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Precision Queue deleted successfully\"\n}"},{"id":"3c4e3d5d-f3b4-41c3-9949-1bfc096d1c1e","name":"Delete Conflict","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/precision-queues/{{id}}"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    \"<Task>\"\n]"}],"_postman_id":"122f5234-32fe-4a7a-bd96-a9be4bd1ed91"},{"name":"Return precision queue list","id":"2fb5f977-ca01-4fa7-a90c-5ba2f80da127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/precision-queues","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /routing-engine/precision-queues</strong></p>\n<p>This API returns the precision queues that exist in the system.</p>\n<p><strong>Response:</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns attributes list</td>\n<td>1. Id  <br />2. name  <br />3. mrd  <br />4. serviceLevelType  <br />5. serviceLevelThreshold</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 404</td>\n<td>Not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["precision-queues"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"key":"queueId","value":"62aaa1ffa713eb08974349b5"}],"variable":[]}},"response":[{"id":"28f74676-6466-4634-a028-55b27276dd90","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"52421d00-26b8-490f-b3bb-d78340bd539b","name":"BAD REQUEST","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 19796095,\n \"message\": \"velit labore ullamco\"\n}"},{"id":"999be429-7731-49f7-b651-87cf7a7993ed","name":"Unexpected error","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/mre-microservice/mre/api/pqueue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"9123705d-5219-48c1-ae6d-71224e9ae4ff","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/precision-queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"416a3b5a-c3f1-4890-93d3-2533ccbe4028\",\n        \"name\": \"Valid\",\n        \"mrd\": \n        {\n            \"id\": \"34f4d044-95e6-4c8a-b6d7-ed6a1b126450\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 123,\n        \"steps\": [\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n            {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d274f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d374f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d474f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d574f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d774f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e21-accd-d174f5ac932d\"\n\n            },\n               {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e33-accd-d174f5ac932d\"\n\n            }\n        ]\n    },\n    {\n        \"id\": \"600016622b258400063fe54d\",\n        \"name\": \"Test\",\n        \"mrd\": \n        {\n            \"id\": \"600016622b258400063fe52d\",\n            \"name\": \"mrd1\",\n            \"description\": \"mrd1-description\",\n            \"interruptible\": true\n        },\n        \"serviceLevelType\": 2,\n        \"serviceLevelThreshold\": 3,\n        \"steps\":[\n             {\n                    \"expressions\": [\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\",\n                                        \"name\": \"Attribute1\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"PROFICIENCY_LEVEL\",\n                                        \"defaultValue\": 2\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 4,\n                                    \"preTermCondition\":null\n                                },\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":\"OR\"\n                                }\n\n                            ],\n                            \"preExpressionCondition\":null\n                        },\n                        {\n                            \"terms\": [\n                                {\n                                    \"routingAttribute\": \n                                    {\n                                        \"id\": \"ed977fda-4f2c-4e23-accd-d672f5ac932d\",\n                                        \"name\": \"Attribute2\",\n                                        \"description\": \"Test\",\n                                        \"type\": \"BOOLEAN\",\n                                        \"defaultValue\": 1\n                                    },\n                                    \"relationalOperator\": \"==\",\n                                    \"value\": 1,\n                                    \"preTermCondition\":null\n                                }\n\n                            ],\n                            \"preExpressionCondition\":\"AND\"\n                        }\n                    ],\n                    \"timeout\": 20,\n                    \"id\":\"ed977fda-4f2c-4e23-accd-d674f5ac932d\"\n\n            }\n        ]\n    }\n]"},{"id":"4f185f5d-3b97-4e10-b75b-0550be92b059","name":"Queue by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b5","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"12e589a9-6a66-4f80-903c-d5eef1374ae7"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:13:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"62aaa1ffa713eb08974349b5\",\n    \"name\": \"Chat Queue\",\n    \"mrd\": {\n        \"id\": \"62aaa1bda713eb08974349b3\",\n        \"name\": \"CHAT\",\n        \"description\": \"chat\",\n        \"interruptible\": true,\n        \"maxRequests\": 5\n    },\n    \"serviceLevelType\": 1,\n    \"serviceLevelThreshold\": 30,\n    \"steps\": [\n        {\n            \"id\": \"32eb90a5-632a-43b8-b7d5-b1b55ea1c77b\",\n            \"expressions\": [\n                {\n                    \"terms\": [\n                        {\n                            \"routingAttribute\": {\n                                \"id\": \"62aaa1e7a713eb08974349b4\",\n                                \"name\": \"English\",\n                                \"description\": \"Is Agent proficient in English language\",\n                                \"type\": \"BOOLEAN\",\n                                \"defaultValue\": 1\n                            },\n                            \"relationalOperator\": \"==\",\n                            \"value\": 1,\n                            \"preTermCondition\": null\n                        }\n                    ],\n                    \"preExpressionCondition\": null\n                }\n            ],\n            \"timeout\": 30\n        }\n    ]\n}"},{"id":"2f95ca75-fef8-42c8-803e-96c374797d64","name":"Not FOUND by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{routing-engine-url}}/precision-queues?queueId=62aaa1ffa713eb08974349b","host":["{{routing-engine-url}}"],"path":["precision-queues"],"query":[{"key":"queueId","value":"62aaa1ffa713eb08974349b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"f8b14f4e-9d44-4b06-ab9d-9a8ef196971b"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 17 Jun 2022 10:14:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-17T10:14:22.070+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find the PrecisionQueue resource with id: 62aaa1ffa713eb08974349b\"\n}"}],"_postman_id":"2fb5f977-ca01-4fa7-a90c-5ba2f80da127"}],"id":"89d23abb-b5f6-4c29-8249-472840b3c082","description":"<p>Precision Queues are maintained to find the most appropriate agent for the customer. This set of APIs defines how to create, update, delete Precision Queues and how to flush a chocked precision queue.</p>\n","_postman_id":"89d23abb-b5f6-4c29-8249-472840b3c082"},{"name":"Agents","item":[{"name":"To add new agent","id":"6cf9c1f4-f3e4-4983-9436-ebb1fad0a792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"CCUser\",\n    \"keycloakUser\": {\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"id\": \"872f4a4a-5ad7-4330-afb4-40ba9ff14dec\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"test4\",\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": \n    [\n     \n    ]\n}"},"url":"{{routing-engine-dev-url}}/agents","urlObject":{"path":["agents"],"host":["{{routing-engine-dev-url}}"],"query":[],"variable":[]}},"response":[{"id":"8c5f6d8f-a678-4389-beb1-ccf05fac8db1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\n        \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n        \"keycloakUser\": {\n            \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n            \"firstName\": \"rao\",\n            \"lastName\": \"waqas akram\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"rao\",\n            \"permittedResources\": null,\n            \"realm\": \"university\"\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"628cab92855c26502dbc6aa7\",\n                    \"name\": \"English \",\n                    \"description\": \"language skill\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\"\n    }"},"url":"{{routing-engine-url}}/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 21:02:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"c493bdd5-43b5-4b48-b485-c1923918a2b4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantType\": \"CCUser\",\n    \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n    \"keycloakUser\": {\n        \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n        \"firstName\": \"rao\",\n        \"lastName\": \"waqas akram\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"rao\",\n        \"permittedResources\": null,\n        \"realm\": \"university\"\n    },\n    \"associatedRoutingAttributes\": [\n        {\n            \"routingAttribute\": {\n                \"id\": \"628cab92855c26502dbc6aa7\",\n                \"name\": \"English \",\n                \"description\": \"language skill\",\n                \"type\": \"BOOLEAN\",\n                \"defaultValue\": 1\n            },\n            \"value\": 1\n        }\n    ],\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"628caba3855c26502dbc6aa8\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"6298a4155c24d0734dfa2b50\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"628f6a9d855c26502dbc6aaa\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"}],"_postman_id":"6cf9c1f4-f3e4-4983-9436-ebb1fad0a792"},{"name":"To add new agent load","event":[{"listen":"prerequest","script":{"exec":["let currentId = pm.collectionVariables.get(\"k-id\");","pm.collectionVariables.set(\"k-id\", currentId + 1);","let currentUserName = pm.collectionVariables.get(\"user-name\");","pm.collectionVariables.set(\"user-name\", parseInt(currentUserName) + 1);"],"type":"text/javascript","id":"5e82f915-b779-4f9f-81b2-316b9e43b754"}}],"id":"2877daea-44b0-4227-a171-301cc9fb77e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"CCUser\",\n    \"keycloakUser\": {\n          \"id\": \"{{k-id}}\",\n          \"firstName\": \"test1\",\n          \"lastName\": \"user1\",\n          \"roles\": [\n            \"default-roles-expertflow\",\n            \"agent\",\n            \"offline_access\",\n            \"uma_authorization\"\n          ],\n          \"username\": \"{{user-name}}\",\n          \"permittedResources\": {\n            \"Resources\": [\n              {\n                \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                \"rsname\": \"subscribed-list\",\n                \"scopes\": [\n                  \"view\"\n                ]\n              },\n              {\n                \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                \"rsname\": \"leave-chat\",\n                \"scopes\": [\n                  \"view\"\n                ]\n              },\n              {\n                \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                \"rsname\": \"state-change\",\n                \"scopes\": [\n                  \"view\"\n                ]\n              },\n              {\n                \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                \"rsname\": \"customer-list\",\n                \"scopes\": [\n                  \"view\",\n                  \"manage\"\n                ]\n              },\n              {\n                \"rsid\": \"36a57b23-66fd-4b1a-81ac-b812867b85ec\",\n                \"rsname\": \"customer-labels\",\n                \"scopes\": [\n                  \"view\"\n                ]\n              },\n              {\n                \"rsid\": \"57c5d076-4090-43df-9117-775d21474c62\",\n                \"rsname\": \"start-conversation\",\n                \"scopes\": [\n                  \"view\"\n                ]\n              },\n              {\n                \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                \"rsname\": \"customer-conversation-view\",\n                \"scopes\": [\n                  \"view\",\n                  \"manage\"\n                ]\n              }\n            ]\n          },\n          \"realm\": \"expertflow\"\n        },\n    \"associatedRoutingAttributes\": \n    [\n      {\n            \"routingAttribute\": {\n              \"id\": \"63b6c7ef8f591e04b2d137b2\",\n              \"name\": \"English\",\n              \"description\": \"English\",\n              \"type\": \"BOOLEAN\",\n              \"defaultValue\": 1\n            },\n            \"value\": 1\n          }  \n    ],\n    \"associatedMrds\":[\n        {\n            \"mrdId\": \"63c7bdaa3f71ca10e7fe3a7b\",\n            \"maxAgentTasks\": 5\n          },\n          {\n            \"mrdId\": \"63bc25f933ab1f7fff9fedc6\",\n            \"maxAgentTasks\": 5\n          },\n          {\n            \"mrdId\": \"63be71cec9896012050022ad\",\n            \"maxAgentTasks\": 5\n          },\n          {\n            \"mrdId\": \"63dd01d8ff0f806c9af443f4\",\n            \"maxAgentTasks\": 5\n          },\n          {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": 1\n          },\n          {\n            \"mrdId\": \"6305de07166ba1099d11d8e6\",\n            \"maxAgentTasks\": 5\n          },\n          {\n            \"mrdId\": \"63e6045d8d839f135b86443f\",\n            \"maxAgentTasks\": 4\n          }\n    ]\n}"},"url":"https://cim-dev.expertflow.com/routing-engine/agents","urlObject":{"protocol":"https","path":["routing-engine","agents"],"host":["cim-dev","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"b0a9dee5-47aa-4946-9de9-d1ba002ca668","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" {\n        \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n        \"keycloakUser\": {\n            \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n            \"firstName\": \"rao\",\n            \"lastName\": \"waqas akram\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"rao\",\n            \"permittedResources\": null,\n            \"realm\": \"university\"\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"628cab92855c26502dbc6aa7\",\n                    \"name\": \"English \",\n                    \"description\": \"language skill\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\"\n    }"},"url":"{{routing-engine-url}}/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 21:02:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"c493bdd5-43b5-4b48-b485-c1923918a2b4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantType\": \"CCUser\",\n    \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n    \"keycloakUser\": {\n        \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n        \"firstName\": \"rao\",\n        \"lastName\": \"waqas akram\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"rao\",\n        \"permittedResources\": null,\n        \"realm\": \"university\"\n    },\n    \"associatedRoutingAttributes\": [\n        {\n            \"routingAttribute\": {\n                \"id\": \"628cab92855c26502dbc6aa7\",\n                \"name\": \"English \",\n                \"description\": \"language skill\",\n                \"type\": \"BOOLEAN\",\n                \"defaultValue\": 1\n            },\n            \"value\": 1\n        }\n    ],\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"628caba3855c26502dbc6aa8\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"6298a4155c24d0734dfa2b50\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"628f6a9d855c26502dbc6aaa\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"}],"_postman_id":"2877daea-44b0-4227-a171-301cc9fb77e0"},{"name":"Return agent list","id":"f83ab7a0-51c0-4b9f-a73f-57324e246e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/agents","urlObject":{"path":["agents"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"4582bfb3-c22b-451a-849c-a0593b780dab","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{presales-cim}}/routing-engine/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 21:03:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"de540bed-d051-43de-a83d-61e23192dbfa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n        \"keycloakUser\": {\n            \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\",\n            \"firstName\": \"rao\",\n            \"lastName\": \"waqas akram\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"rao\",\n            \"permittedResources\": null,\n            \"realm\": \"university\"\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"628cab92855c26502dbc6aa7\",\n                    \"name\": \"English \",\n                    \"description\": \"language skill\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"628caba3855c26502dbc6aa8\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6298a4155c24d0734dfa2b50\",\n                \"maxAgentTasks\": 9\n            },\n            {\n                \"mrdId\": \"628f6a9d855c26502dbc6aaa\",\n                \"maxAgentTasks\": 5\n            }\n        ]\n    }\n]"}],"_postman_id":"f83ab7a0-51c0-4b9f-a73f-57324e246e88"},{"name":"To update agent attributes","id":"526eb4d5-d5e3-4b6d-a62a-93c8e4f6114b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keycloakUser\": {\n        \"id\": \"99c3cadf-9dff-45a2-bc44-a9e90d52b397\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"haroon\",\n        \"permittedResources\": null,\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [\n        {\n            \"routingAttribute\": {\n                \"id\": \"62b0529d224bab11c3bbcbfd\",\n                \"name\": \"English\",\n                \"description\": \"English language eligible\",\n                \"type\": \"BOOLEAN\",\n                \"defaultValue\": 1\n            },\n            \"value\": 1\n        }\n    ],\n    \"participantType\": \"CCUser\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62b0524a224bab11c3bbcbfb\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"62b45718a5eac15f8ec6d38f\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"62b456fda5eac15f8ec6d38e\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"62b559436601cb1130c58278\",\n            \"maxAgentTasks\": 5\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": 1\n        }\n    ]\n}"},"url":"{{routing-engine-url}}/agents/99c3cadf-9dff-45a2-bc44-a9e90d52b397","urlObject":{"path":["agents","99c3cadf-9dff-45a2-bc44-a9e90d52b397"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"cbf22634-a71b-47a2-b737-b71034b93ebe","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keycloakUser\": {\n        \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"alice\",\n        \"permittedResources\": {\n            \"Resources\": [\n                {\n                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                    \"rsname\": \"subscribed-list\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                    \"rsname\": \"leave-chat\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                    \"rsname\": \"state-change\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                    \"rsname\": \"customer-list\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                },\n                {\n                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                    \"rsname\": \"customer-conversation-view\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                }\n            ]\n        },\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [],\n    \"participantType\": \"CCUser\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a861e59c9ff03df0d8a011\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"62302def6b1fba2525db2713\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"6223b491ef484b28639e9ca4\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": 1\n        },\n        {\n            \"mrdId\": \"6233dde8c004592808ad3c0d\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},"url":"{{routing-engine-url}}/agents/0ab6d0db-85a4-4c36-8831-59f928efacb4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Tue, 14 Jun 2022 20:33:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"4e3b22ea-0a03-4282-a873-a9f22a7b1bfa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"participantType\": \"CCUser\",\n    \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n    \"keycloakUser\": {\n        \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"alice\",\n        \"permittedResources\": {\n            \"Resources\": [\n                {\n                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                    \"rsname\": \"subscribed-list\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                    \"rsname\": \"leave-chat\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                    \"rsname\": \"state-change\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                    \"rsname\": \"customer-list\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                },\n                {\n                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                    \"rsname\": \"customer-conversation-view\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                }\n            ]\n        },\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [],\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a861e59c9ff03df0d8a011\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"62302def6b1fba2525db2713\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"6223b491ef484b28639e9ca4\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": 1\n        },\n        {\n            \"mrdId\": \"6233dde8c004592808ad3c0d\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},{"id":"06930a30-6a97-4a1a-8907-f6c1be388243","name":"NOT FOUND","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"participantType\": \"CCUser\",\n    \"keycloakUser\": {\n        \"id\": \"286ea520-271f-4806-a5f6-0d63d6c79dff\",\n        \"firstName\": \"ahmad\",\n        \"lastName\": \"Bappi\",\n        \"roles\": []\n    },\n    \"associatedRoutingAttributes\": [\n        {\n            \"routingAttribute\": {\n                \"id\": \"68403f2a-78b3-493a-a9d4-1a3fc0f2dd38\",\n                \"name\": \"attribute1\",\n                \"description\": \"description1\",\n                \"type\": \"BOOLEAN\",\n                \"defaultValue\": 1\n            },\n            \"value\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/agents/286ea520-271f-4806-a5f6-0d63d6c79dff"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-07-27T13:40:49.328+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find agent resource to update\"\n}"},{"id":"5fcb2e20-7f70-4c9e-8676-339816a26589","name":"Associated MRD Update Conflict","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keycloakUser\": {\n        \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"alice\",\n        \"permittedResources\": {\n            \"Resources\": [\n                {\n                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                    \"rsname\": \"subscribed-list\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                    \"rsname\": \"leave-chat\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                    \"rsname\": \"state-change\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                    \"rsname\": \"customer-list\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                },\n                {\n                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                    \"rsname\": \"customer-conversation-view\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                }\n            ]\n        },\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [],\n    \"participantType\": \"CCUser\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a70a36438e1047ae149ccc\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},"url":"{{presales-cim}}/routing-engine/agents/0ab6d0db-85a4-4c36-8831-59f928efacb4"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"b8e1eded-866e-451b-a755-d411e857acf0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 13 Jun 2022 10:10:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"agentId\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n    \"reason\": \"Failed to update the Agent with ID : 0ab6d0db-85a4-4c36-8831-59f928efacb4.Because the following Associated MRDs have MaxTasks which are greater thanthe concerned MRD's maxRequest value.The new agentMaxTasks value should be <= MRD MaxRequest against a particular MRD.\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a70a36438e1047ae149ccc\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},{"id":"3831470f-a0ed-4b92-aa5c-4f570b767027","name":"Update Conflict :  agentMaxTasks less than 0","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keycloakUser\": {\n        \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"alice\",\n        \"permittedResources\": {\n            \"Resources\": [\n                {\n                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                    \"rsname\": \"subscribed-list\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                    \"rsname\": \"leave-chat\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                    \"rsname\": \"state-change\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                    \"rsname\": \"customer-list\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                },\n                {\n                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                    \"rsname\": \"customer-conversation-view\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                }\n            ]\n        },\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [],\n    \"participantType\": \"CCUser\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a861e59c9ff03df0d8a011\",\n            \"maxAgentTasks\": -3\n        },\n        {\n            \"mrdId\": \"62302def6b1fba2525db2713\",\n            \"maxAgentTasks\": 56\n        },\n        {\n            \"mrdId\": \"6223b491ef484b28639e9ca4\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": -1\n        },\n        {\n            \"mrdId\": \"6233dde8c004592808ad3c0d\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},"url":"{{routing-engine-url}}/agents/0ab6d0db-85a4-4c36-8831-59f928efacb4"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Tue, 14 Jun 2022 20:31:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"e9495fe8-2479-49dc-8746-7c288b720ab3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"agentId\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n    \"reason\": \"Failed to update the Agent with ID : 0ab6d0db-85a4-4c36-8831-59f928efacb4.Because the following Associated MRDs have agentMaxTasks less than 0.The agentMaxTasks value should be >= 0.\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a861e59c9ff03df0d8a011\",\n            \"maxAgentTasks\": -3\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": -1\n        }\n    ]\n}"},{"id":"8b4e1422-0b08-40b9-950b-f75d82fc8711","name":"MaxAgentTasks for Voice MRD should be 1","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keycloakUser\": {\n        \"id\": \"0ab6d0db-85a4-4c36-8831-59f928efacb4\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"roles\": [\n            \"agent\"\n        ],\n        \"username\": \"alice\",\n        \"permittedResources\": {\n            \"Resources\": [\n                {\n                    \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                    \"rsname\": \"subscribed-list\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                    \"rsname\": \"leave-chat\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                    \"rsname\": \"state-change\",\n                    \"scopes\": [\n                        \"view\"\n                    ]\n                },\n                {\n                    \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                    \"rsname\": \"customer-list\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                },\n                {\n                    \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                    \"rsname\": \"customer-conversation-view\",\n                    \"scopes\": [\n                        \"view\",\n                        \"manage\"\n                    ]\n                }\n            ]\n        },\n        \"realm\": \"expertflow\"\n    },\n    \"associatedRoutingAttributes\": [\n        {\n            \"routingAttribute\": {\n                \"id\": \"623d97dd1a6eaf43942aca9f\",\n                \"name\": \"Ahmad-Skill\",\n                \"description\": \"To be used for Dev testing by Ahmad\",\n                \"type\": \"BOOLEAN\",\n                \"defaultValue\": 1\n            },\n            \"value\": 1\n        }\n    ],\n    \"participantType\": \"CCUser\",\n    \"associatedMrds\": [\n        {\n            \"mrdId\": \"62a861e59c9ff03df0d8a011\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"62302def6b1fba2525db2713\",\n            \"maxAgentTasks\": 3\n        },\n        {\n            \"mrdId\": \"6223b491ef484b28639e9ca4\",\n            \"maxAgentTasks\": 9\n        },\n        {\n            \"mrdId\": \"6298b744b777de61844f616b\",\n            \"maxAgentTasks\": 2\n        },\n        {\n            \"mrdId\": \"6233dde8c004592808ad3c0d\",\n            \"maxAgentTasks\": 5\n        }\n    ]\n}"},"url":"{{routing-engine-url}}/agents/0ab6d0db-85a4-4c36-8831-59f928efacb4"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"19e55f2b-657e-4c2b-bc22-3e8f4dc7bf70"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 15 Jun 2022 05:51:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-15T05:51:16.184+00:00\",\n    \"error\": \"error.forbidden\",\n    \"message\": \"The maxAgentTasks against VOICE MRD should be equal to 1.\"\n}"}],"_postman_id":"526eb4d5-d5e3-4b6d-a62a-93c8e4f6114b"},{"name":"To update bulk (agents) attributes","id":"422ae0d1-0790-49a9-898b-1de84bbfa489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n        \"keycloakUser\": {\n            \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n            \"firstName\": \"abraham1\",\n            \"lastName\": \"abraham1\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"abraham1\",\n            \"permittedResources\": null,\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": null,\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a517ddde809e7317b3a917\",\n                    \"name\": \"Test Voice\",\n                    \"description\": \"test queue\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/agents","urlObject":{"path":["agents"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"1bf6fbea-2c0c-4bd8-9629-faa55393493d","name":"OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n        \"keycloakUser\": {\n            \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n            \"firstName\": \"abraham1\",\n            \"lastName\": \"abraham1\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"abraham1\",\n            \"permittedResources\": null,\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": null,\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a517ddde809e7317b3a917\",\n                    \"name\": \"Test Voice\",\n                    \"description\": \"test queue\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n        \"keycloakUser\": {\n            \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n            \"firstName\": \"abraham1\",\n            \"lastName\": \"abraham1\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"abraham1\",\n            \"permittedResources\": null,\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": null,\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a517ddde809e7317b3a917\",\n                    \"name\": \"Test Voice\",\n                    \"description\": \"test queue\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]"},{"id":"4c967242-0382-4a7c-a72c-147033f56755","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n        \"keycloakUser\": {\n            \"id\": \"1cbd7df3-0e2b-4605-930f-39a683bb1bf6\",\n            \"firstName\": \"abraham1\",\n            \"lastName\": \"abraham1\",\n            \"roles\": [\n                \"agent\"\n            ],\n            \"username\": \"abraham1\",\n            \"permittedResources\": null,\n            \"realm\": \"expertflow\",\n            \"attributes\": {},\n            \"userTeam\": null,\n            \"supervisedTeams\": []\n        },\n        \"associatedRoutingAttributes\": [\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a517ddde809e7317b3a917\",\n                    \"name\": \"Test Voice\",\n                    \"description\": \"test queue\",\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            },\n            {\n                \"routingAttribute\": {\n                    \"id\": \"65a243cef86a6970764e63f9\",\n                    \"name\": \"Chat\",\n                    \"description\": null,\n                    \"type\": \"BOOLEAN\",\n                    \"defaultValue\": 1\n                },\n                \"value\": 1\n            }\n        ],\n        \"participantType\": \"CCUser\",\n        \"associatedMrds\": [\n            {\n                \"mrdId\": \"62f9e360ea5311eda05b0242\",\n                \"maxAgentTasks\": 1\n            },\n            {\n                \"mrdId\": \"65a8f5cca2eff67ade4f66fc\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"65a66bcfa2eff67ade4e4427\",\n                \"maxAgentTasks\": 10\n            },\n            {\n                \"mrdId\": \"65a3a0ecf86a6970764e6409\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"6305de07166ba1099d11d8e6\",\n                \"maxAgentTasks\": 5\n            },\n            {\n                \"mrdId\": \"20316843be924c8ab4f57a7a\",\n                \"maxAgentTasks\": 1\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/agents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-02-01T10:37:12.391+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Could not find CCUser resource to update | CCUserId: 894ce34e-43bb-46ea-8318-0f672532581c\"\n}"}],"_postman_id":"422ae0d1-0790-49a9-898b-1de84bbfa489"},{"name":"To delete agent by id","id":"4ad1e0cf-5eb7-40b9-b787-a0a72c6eaed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/agents/{{id}}","urlObject":{"path":["agents","{{id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"94b06e94-5296-4843-82ba-e9fa342abe6f","name":"NOT FOUND","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 81685913,\n \"message\": \"non mollit cillum consequat\"\n}"},{"id":"7352da76-3ad0-45db-bb69-c568be035918","name":"GATEWAY TIMEOUT","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Gateway Timeout","code":504,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -39045872,\n \"message\": \"reprehenderit est\"\n}"},{"id":"cd8ff9fd-6f22-4545-8a93-48b7fa89b61e","name":"BAD GATEWAY","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Bad Gateway","code":502,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -39091783,\n \"message\": \"dolore\"\n}"},{"id":"129c3505-740c-4e89-a5d0-1bb53248095c","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -15174556,\n \"message\": \"deserunt officia labore nostrud\"\n}"},{"id":"5caa229f-63e4-4528-a637-88faa58ad8dd","name":"SERVICE UNAVAILABLE","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 46584987,\n \"message\": \"nostru\"\n}"},{"id":"9c5c4dbf-1fd9-417a-9920-08e2f03ba3d5","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/mre-microservice/mre/api/pqueue?id=<integer>","host":["{{baseUrl}}"],"path":["mre-microservice","mre","api","pqueue"],"query":[{"key":"id","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": -28240468,\n \"message\": \"velit laborum ea\"\n}"},{"id":"0d90d706-ab59-424b-b653-df76f82128b3","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/agents/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"{Agent_Name} removed successfully\"\n}"},{"id":"2517a732-1da5-4d0f-a2db-1bb3b912828c","name":"Delete Conflict","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/agents/{{id}}"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    \"<Task>\"\n]"}],"_postman_id":"4ad1e0cf-5eb7-40b9-b787-a0a72c6eaed2"},{"name":"Agent States","id":"921cc92e-43b9-41bc-9ac4-93ab3f2d6aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/agents/states","urlObject":{"path":["agents","states"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"921cc92e-43b9-41bc-9ac4-93ab3f2d6aa7"}],"id":"6af28d26-22dd-4dd9-84b5-3a137d64c7d6","description":"<p>These APIs assign agent attributes to agents. You can retrieve, update and delete these attributes from an agent using these APIs.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ed0051c3-7b53-4cd9-bcb5-317dc47b1c89"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"13fb89f2-d494-4b10-aa4d-ca3f28977347"}}],"_postman_id":"6af28d26-22dd-4dd9-84b5-3a137d64c7d6"},{"name":"Agent states","item":[{"name":"Agent Login","id":"0dd9f1d8-2231-4e68-8efc-58544786e528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ea7dc45a-3aa8-41af-b6da-4395997ddacf\",\n    \"firstName\": \"\",\n    \"lastName\": \"\",\n    \"roles\": [\n        \"agent\"\n    ],\n    \"username\": \"ammara\",\n    \"permittedResources\": null,\n    \"realm\": \"expertflow\"\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/agent-login","urlObject":{"path":["agent-login"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"d813beca-183c-4180-8b46-07657602cae3","name":"agent-id null","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\" : null\n}","options":{"raw":{"language":"json"}}},"url":"/agent-login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-08-10T07:36:07.180+00:00\",\n    \"error\": \"error.validation\",\n    \"message\": \"field 'agentId': must not be null\"\n}"}],"_postman_id":"0dd9f1d8-2231-4e68-8efc-58544786e528"},{"name":"Change MRD State","id":"d967ed80-1592-499c-8de6-91f9f3447e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\" : \"aa3dab59-d753-4b9a-bc17-54aef1feb83d\",\n    \"mrdId\": \"6305de07166ba1099d11d8e6\",\n    \"state\" : \"NOT_READY\"\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/mrd-state","urlObject":{"path":["mrd-state"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d967ed80-1592-499c-8de6-91f9f3447e8d"},{"name":"Change Agent State","id":"a5c97f9d-27ba-4fba-93b8-4c836361e0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"ea7dc45a-3aa8-41af-b6da-4395997ddacf\",\n    \"state\": {\n        \"name\": \"NOT_READY\",\n        \"reasonCode\": null\n    }\n}\n\n// \"reasonCode\": {\n//             \"id\": \"<UUID>\",\n//             \"name\": \"out of office\",\n//             \"type\": \"NOT_READY\"\n//         }","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/agent-state","urlObject":{"path":["agent-state"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c97f9d-27ba-4fba-93b8-4c836361e0d5"}],"id":"edea2701-fd4d-4ef6-afc9-c167a8d8d414","description":"<p>These APIs maintain agent states, tasks and resources.</p>\n","_postman_id":"edea2701-fd4d-4ef6-afc9-c167a8d8d414"},{"name":"Tasks and states","item":[{"name":"Tasks","id":"150ec15b-5a67-487b-923d-e30da16f4783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/tasks","description":"<p>The agentId and the taskState are optional. if none of them is provided then all tasks will be returned.</p>\n","urlObject":{"path":["tasks"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"key":"agentId","value":"4b1395a9-2d47-409f-982c-d99c06a13125"},{"disabled":true,"key":"taskState","value":"ACTIVE"}],"variable":[]}},"response":[],"_postman_id":"150ec15b-5a67-487b-923d-e30da16f4783"},{"name":"EWT and Position","id":"0a241300-0dfc-40eb-9e41-ed6127c6cfe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/tasks/:conversationId/ewt","description":"<p>conversationId is the Id of the conversation for which we retreive the EWT.</p>\n<hr />\n<p>This API allows you to fetch the EWT(estimated wait time) of all the queued tasks of the conversation besed on the conversationId. It will return an empty list in case if there are no tasks in queue for the asked conversation.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200.  <br />A list with the EWT detail for each task will be returned</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["tasks",":conversationId","ewt"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"ee7bf1ac-5981-4051-b08a-0566b689a2f9","type":"any","value":"","key":"conversationId"}]}},"response":[],"_postman_id":"0a241300-0dfc-40eb-9e41-ed6127c6cfe9"},{"name":"Task state change","id":"97b9c04e-7fdf-4bb6-be72-540c533f7c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"conversationId\": \"66d824f8c493414babde778d\",\n    \"state\": {\n        \"name\": \"CLOSED\",\n        \"reasonCode\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-qa12.expertflow.com/routing-engine/tasks/:taskId/change-state","urlObject":{"protocol":"https","path":["routing-engine","tasks",":taskId","change-state"],"host":["efcx-qa12","expertflow","com"],"query":[],"variable":[{"id":"0b15449c-0c7a-42f5-bfa9-e773ebd4afd4","type":"any","value":"262d08c0-d18b-4b25-8b17-ea6f0a02f326","key":"taskId"}]}},"response":[{"id":"ddf6f130-31f8-4390-9120-5dfc7b105796","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"taskId\": \"13a4ac58-7d04-4e4a-9bc6-cffffb8cbc84\",\n    \"state\": {\n        \"name\": \"CLOSED\",\n        \"reasonCode\": \"DONE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/change-task-state"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-05-20T07:12:59.094+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"No task found for id: 13a4ac58-7d04-4e4a-9bc6-cffffb8cbc84\"\n}"},{"id":"4b48d889-030a-428a-8287-9b0875099795","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"taskId\": \"13a4ac58-7d04-4e4a-9bc6-cffffb8cbc84\",\n    \"state\": {\n        \"name\": \"CLOSED\",\n        \"reasonCode\": \"DONE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/change-task-state"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"13a4ac58-7d04-4e4a-9bc6-cffffb8cbc84\",\n    \"channelSession\": {},\n    \"mrd\": {},\n    \"queue\": \"8137cc32-0088-445a-89e3-ee7fa263c397\",\n    \"priority\": 1,\n    \"state\": {\n        \"name\": \"CLOSED\",\n        \"reasonCode\": \"DONE\"\n    },\n    \"assignedTo\": \"dde230a8-cd18-425c-995e-db02a3d466dd\",\n    \"enqueueTime\": \"1349333576093\"\n}"}],"_postman_id":"97b9c04e-7fdf-4bb6-be72-540c533f7c3d"},{"name":"Update Task Object","id":"48f67053-bb99-451c-897c-8daa3fdb4b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"124713aa-498c-4ac8-8e48-46ef1eeaff47\",\n        \"channel\": {\n            \"id\": \"6224aa535bd05f57c1c18517\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 60000,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"6224aa24378c960030df479f\",\n                    \"agentRequestTtl\": 60000\n                },\n                \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n            },\n            \"channelConnector\": {\n                \"id\": \"6224a9d25bd05f57c1c18506\",\n                \"name\": \"web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6224a9c75bd05f57c1c18500\",\n                    \"name\": \"web\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        },\n                        {\n                            \"id\": \"6233de0e3ef6175890847d4c\",\n                            \"name\": \"web\",\n                            \"channelLogo\": \"54450_webchat.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                        }\n                    ],\n                    \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"6229a1ad271625469ef1381a\",\n            \"firstName\": \"Jane Doe\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0,\n            \"web\": [\n                \"456\"\n            ]\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"456\",\n            \"serviceIdentifier\": \"1111\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"webChannel\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.5443357468011791,\n                            \"formId\": 0.5560378793336953,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"456\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-05-30T13:53:06.354Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"171fb018-67b1-420d-84aa-9dc802f9e688\",\n        \"state\": \"STARTED\",\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/tasks/:taskId/update","urlObject":{"path":["tasks",":taskId","update"],"host":["{{routing-engine-url}}"],"query":[],"variable":[{"id":"2660e1f6-006c-4055-a7a0-b81007c3e5c1","type":"any","value":null,"key":"taskId"}]}},"response":[{"id":"4672eb75-5e20-4dc0-a935-d1c1a6e53c60","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"124713aa-498c-4ac8-8e48-46ef1eeaff47\",\n        \"channel\": {\n            \"id\": \"6224aa535bd05f57c1c18517\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 60000,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"EXTERNAL\", // EXTERNAL in case of voice\n                    \"routingObjectId\": \"6224aa24378c960030df479f\",\n                    \"agentRequestTtl\": 60000\n                },\n                \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n            },\n            \"channelConnector\": {\n                \"id\": \"6224a9d25bd05f57c1c18506\",\n                \"name\": \"web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6224a9c75bd05f57c1c18500\",\n                    \"name\": \"web\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        },\n                        {\n                            \"id\": \"6233de0e3ef6175890847d4c\",\n                            \"name\": \"web\",\n                            \"channelLogo\": \"54450_webchat.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                        }\n                    ],\n                    \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"6229a1ad271625469ef1381a\",\n            \"firstName\": \"Jane Doe\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0,\n            \"web\": [\n                \"456\"\n            ]\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"456\",\n            \"serviceIdentifier\": \"1111\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"webChannel\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.5443357468011791,\n                            \"formId\": 0.5560378793336953,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"456\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-05-30T13:53:06.354Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"171fb018-67b1-420d-84aa-9dc802f9e688\",\n        \"state\": \"STARTED\",\n        \"active\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{routing-engine-url}}/tasks/:taskId/update","host":["{{routing-engine-url}}"],"path":["tasks",":taskId","update"],"variable":[{"key":"taskId","value":"018a917e-cf69-4964-8c04-5b1e7d8c83d2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"018a917e-cf69-4964-8c04-5b1e7d8c83d2\",\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"124713aa-498c-4ac8-8e48-46ef1eeaff47\",\n        \"channel\": {\n            \"id\": \"6224aa535bd05f57c1c18517\",\n            \"name\": \"web\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"e6cf93ff-2f15-450e-b594-ae76fbc5fd3f\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"a517c1ac-a815-4a50-a1a3-0aaf7c42fbd8\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 60000,\n                \"customerActivityTimeout\": 30,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"EXTERNAL\",\n                    \"routingObjectId\": \"6224aa24378c960030df479f\",\n                    \"agentRequestTtl\": 60000\n                },\n                \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\"\n            },\n            \"channelConnector\": {\n                \"id\": \"6224a9d25bd05f57c1c18506\",\n                \"name\": \"web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6224a9c75bd05f57c1c18500\",\n                    \"name\": \"web\",\n                    \"supportedChannelTypes\": [\n                        {\n                            \"id\": \"622222cc5bd05f57c1c18421\",\n                            \"name\": \"WEB\",\n                            \"channelLogo\": \"_WEB.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6223b491ef484b28639e9ca4\"\n                        },\n                        {\n                            \"id\": \"6233de0e3ef6175890847d4c\",\n                            \"name\": \"web\",\n                            \"channelLogo\": \"54450_webchat.svg\",\n                            \"isInteractive\": true,\n                            \"mediaRoutingDomain\": \"6233dde8c004592808ad3c0d\"\n                        }\n                    ],\n                    \"providerWebhook\": \"https://cim.expertflow.com/web-channel-manager/message/receive\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"123308f8-e662-418b-abc1-1b2f8873cb26\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"622222cc5bd05f57c1c18421\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"622222cc5bd05f57c1c18431\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"6229a1ad271625469ef1381a\",\n            \"firstName\": \"Jane Doe\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": true,\n            \"__v\": 0,\n            \"web\": [\n                \"456\"\n            ]\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"456\",\n            \"serviceIdentifier\": \"1111\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"webChannel\",\n            \"additionalAttributes\": [\n                {\n                    \"key\": \"WebChannelData\",\n                    \"type\": \"WebChannelData\",\n                    \"value\": {\n                        \"browserDeviceInfo\": {\n                            \"browserId\": \"123456\",\n                            \"browserIdExpiryTime\": \"9999\",\n                            \"browserName\": \"chrome\",\n                            \"deviceType\": \"desktop\"\n                        },\n                        \"queue\": \"\",\n                        \"locale\": {\n                            \"timezone\": \"asia/karachi\",\n                            \"language\": \"english\",\n                            \"country\": \"pakistan\"\n                        },\n                        \"formData\": {\n                            \"id\": 0.5443357468011791,\n                            \"formId\": 0.5560378793336953,\n                            \"filledBy\": \"web-init\",\n                            \"attributes\": [\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"firstName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"lastName\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"\",\n                                    \"key\": \"email\",\n                                    \"type\": \"string\"\n                                },\n                                {\n                                    \"value\": \"456\",\n                                    \"key\": \"channelIdentifier1\",\n                                    \"type\": \"string\"\n                                }\n                            ],\n                            \"createdOn\": \"2022-05-30T13:53:06.354Z\"\n                        }\n                    }\n                }\n            ]\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"171fb018-67b1-420d-84aa-9dc802f9e688\",\n        \"state\": \"STARTED\",\n        \"active\": true\n    },\n    \"mrd\": {\n        \"id\": \"622222cc5bd05f57c1c18431\",\n        \"name\": \"VOICE\",\n        \"description\": \"VOICE mrd description\",\n        \"interruptible\": false,\n        \"maxRequests\": 5\n    },\n    \"queue\": null,\n    \"priority\": 1,\n    \"state\": {\n        \"name\": \"BUSY\",\n        \"reasonCode\": null\n    },\n    \"assignedTo\": \"7b033393-98db-4d36-8088-ca1c83d8e8f1\",\n    \"enqueueTime\": 1653918763421\n}"}],"_postman_id":"48f67053-bb99-451c-897c-8daa3fdb4b58"},{"name":"assign-task","id":"df0b6d9d-fb97-4841-b583-580d3f2ae7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"cc69c51c-9b49-487a-9264-ac3022c4bad4\",\n    \"mrdId\": \"62d7aa6afd74815574c9ef94\",\n    \"taskState\": {\n        \"name\": \"ACTIVE\",\n        \"reasonCode\": null\n    },\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"61f7da0c-5444-4794-82d3-bf390fc5de3c\",\n        \"channel\": {\n            \"id\": \"62d0e93495435329cf066178\",\n            \"name\": \"360WhatsApp\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"tenant\": {\n                \"id\": \"e6b5f371-c0e8-4160-a719-d9bc1c9fa939\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"fb0ab7e2-dab4-47c2-ba85-ea8d25fbaa4e\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 60,\n                \"customerActivityTimeout\": 60,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n            },\n            \"channelConnector\": {\n                \"id\": \"62d0e93495435329cf066165\",\n                \"name\": \"360Dialog\",\n                \"channelProviderInterface\": {\n                    \"id\": \"615c27939ef5dd306f2a1ec1\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://webhook.com\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"ca2110c8-5b36-4cab-81fc-e62c5fa0570d\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"62d0e93495435329cf066156\",\n                \"name\": \"WhatsApp\",\n                \"channelLogo\": \"41432_calendar.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"62d7aa6afd74815574c9ef94\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"f18664fb-a87a-4db1-af71-50c0c086e4f4\",\n            \"firstName\": \"John\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"1d9f6f96-02d9-4a9e-b879-c1013d8a62d3\",\n        \"state\": \"STARTED\"\n    },\n    \"routingMode\": \"PULL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/tasks/assign","urlObject":{"path":["tasks","assign"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"234d42a3-18e2-4276-ae4b-3b5e131afa57","name":"200 OK - VOICE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"7b033393-98db-4d36-8088-ca1c83d8e8f1\",\n    \"mrdId\": \"622222cc5bd05f57c1c18431\",\n    \"taskState\": {\n        \"name\": \"BUSY\", // ACTIVE for pull mode, BUSY for voice\n        \"reasonCode\": null\n    },\n    \"channelSession\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/tasks/assign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"8d3f43a0-0709-4072-9d88-7366eae39190\",\n    \"channelSession\": null,\n    \"mrd\": {\n        \"id\": \"622222cc5bd05f57c1c18431\",\n        \"name\": \"VOICE\",\n        \"description\": \"VOICE mrd description\",\n        \"interruptible\": false,\n        \"maxRequests\": 5\n    },\n    \"queue\": null,\n    \"priority\": 1,\n    \"state\": {\n        \"name\": \"BUSY\",\n        \"reasonCode\": null\n    },\n    \"assignedTo\": \"7b033393-98db-4d36-8088-ca1c83d8e8f1\",\n    \"enqueueTime\": 14231245\n}"},{"id":"43992bc9-4e98-45b7-b101-acf49487f7e7","name":"400 - RoutingMode not PULL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"UUID\",\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"d9e64b13-5e61-4c74-bbc5-299cba21a8ac\",\n        \"channel\": {\n            \"id\": \"00438c50-c787-43e9-85fb-f10b9959a9f3\",\n            \"channelName\": \"Channel-2\",\n            \"serviceIdentifier\": \"+9230875631203\",\n            \"tenant\": {\n                \"id\": \"4023ce25-809b-4f12-a81d-9e909fc61680\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"80cc2fc3-8166-4929-b7f3-2b4499593701\",\n                \"channelMode\": \"AGENT\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 120,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"612e1e5db8fa1e4b2ee391e6\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\"\n            },\n            \"channelConnector\": {\n                \"id\": \"d41b7933-9c42-4a59-a4e3-2496fe8a49b3\",\n                \"channelConnectorName\": \"Connector\",\n                \"channelConnectorInterface\": \"REST\",\n                \"interfaceAddress\": \"https://24242.4234\",\n                \"channelType\": {\n                    \"id\": \"e0de3456-96f3-4295-b1c9-c4c5d8fb7677\",\n                    \"typeName\": \"Custom\",\n                    \"channelLogo\": \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+DQogIDxnIGlkPSJHcm91cF80ODQ0IiBkYXRhLW5hbWU9Ikdyb3VwIDQ4NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNyAtMjg5KSI+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzg4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTIpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyOTQpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk5IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAzMDApIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk3IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyODkpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzkzIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTcpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkxpbmVfMTY4IiBkYXRhLW5hbWU9IkxpbmUgMTY4IiB5MT0iMyIgeDI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMjkwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzE3NCIgZGF0YS1uYW1lPSJMaW5lIDE3NCIgeTE9IjMiIHgyPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOS41IDI5NS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8bGluZSBpZD0iTGluZV8xNzUiIGRhdGEtbmFtZT0iTGluZSAxNzUiIHgyPSI2IiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzguNSAyOTguNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0MyIgZGF0YS1uYW1lPSJQYXRoIDE3NDMiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjggMjA2MjApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE3NDQiIGRhdGEtbmFtZT0iUGF0aCAxNzQ0IiBkPSJNODEyLjM4LTIwMzI5LjM1N3Y1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4IDIwNjI2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8cGF0aCBpZD0iUGF0aF8xNzQ1IiBkYXRhLW5hbWU9IlBhdGggMTc0NSIgZD0iTTgxMi4zOC0yMDMyOS4zNTd2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NCAyMDYyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0NiIgZGF0YS1uYW1lPSJQYXRoIDE3NDYiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODUwMS4wMzEgLTgwNzIuNjU2KSByb3RhdGUoMTEyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=\",\n                    \"isInteractive\": true,\n                    \"channelConfigSchema\": {\n                        \"id\": \"6125ffe73b4fc5003634e8af\",\n                        \"formTitle\": \"Dev Form\",\n                        \"formDescription\": \"\",\n                        \"attributes\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute\",\n                                \"label\": \"New Attribute\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"OPTIONS\",\n                                \"categoryOptions\": {\n                                    \"isMultipleChoice\": false,\n                                    \"categories\": [\n                                        {\n                                            \"categoryName\": \"Category\",\n                                            \"values\": [\n                                                \"O1\",\n                                                \"O2\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute1\",\n                                \"label\": \"New Attribute1\",\n                                \"valueType\": \"StringList\"\n                            }\n                        ]\n                    },\n                    \"mediaRoutingDomain\": \"de03f550-a877-430f-926d-7f50d8bedfc4\"\n                },\n                \"channelConnectorData\": {\n                    \"id\": \"d71a8492-5a90-4dc5-85f8-f657e2fd13d7\",\n                    \"form\": null,\n                    \"filledBy\": \"admin\",\n                    \"createdOn\": \"2021-08-30T10:34:17.265+00:00\",\n                    \"attributes\": [\n                        {\n                            \"key\": \"New_Attribute\",\n                            \"type\": \"String100\",\n                            \"value\": \"432\"\n                        },\n                        {\n                            \"key\": \"New_Attribute1\",\n                            \"type\": \"StringList\",\n                            \"value\": \"\\\"O1\\\"\"\n                        }\n                    ]\n                },\n                \"tenant\": {\n                    \"id\": \"03d2478b-a3ca-4cdd-a5be-085fc24aebcf\",\n                    \"name\": null\n                }\n            }\n        },\n        \"customer\": {\n            \"isAnonymous\": false,\n            \"_id\": \"60da212e7fc93511ee2ff01f\",\n            \"firstName\": \"Jhon\",\n            \"phone1\" : \"12345\"\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"0334868691236\",\n            \"serviceIdentifier\": \"03328283920\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": \"dummy\",\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"7938c261-4e5e-4aba-a210-0c8721905b13\",\n        \"state\": \"STARTED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-task"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-09-03T10:13:06.660+00:00\",\n    \"error\": \"error.illegal-argument(s)\",\n    \"message\": \"The routing mode in RoutingPolicy must be PULL for this API\"\n}"},{"id":"9b806c35-efb1-4a40-84db-4bc6b16a8bc4","name":"404 - Agent not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"4b1395a9-2d47-409f-982c-d99c06a13124\",\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"d9e64b13-5e61-4c74-bbc5-299cba21a8ac\",\n        \"channel\": {\n            \"id\": \"00438c50-c787-43e9-85fb-f10b9959a9f3\",\n            \"channelName\": \"Channel-2\",\n            \"serviceIdentifier\": \"+9230875631203\",\n            \"tenant\": {\n                \"id\": \"4023ce25-809b-4f12-a81d-9e909fc61680\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"80cc2fc3-8166-4929-b7f3-2b4499593701\",\n                \"channelMode\": \"AGENT\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 120,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"612e1e5db8fa1e4b2ee391e6\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\"\n            },\n            \"channelConnector\": {\n                \"id\": \"d41b7933-9c42-4a59-a4e3-2496fe8a49b3\",\n                \"channelConnectorName\": \"Connector\",\n                \"channelConnectorInterface\": \"REST\",\n                \"interfaceAddress\": \"https://24242.4234\",\n                \"channelType\": {\n                    \"id\": \"e0de3456-96f3-4295-b1c9-c4c5d8fb7677\",\n                    \"typeName\": \"Custom\",\n                    \"channelLogo\": \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+DQogIDxnIGlkPSJHcm91cF80ODQ0IiBkYXRhLW5hbWU9Ikdyb3VwIDQ4NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNyAtMjg5KSI+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzg4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTIpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyOTQpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk5IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAzMDApIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk3IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyODkpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzkzIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTcpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkxpbmVfMTY4IiBkYXRhLW5hbWU9IkxpbmUgMTY4IiB5MT0iMyIgeDI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMjkwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzE3NCIgZGF0YS1uYW1lPSJMaW5lIDE3NCIgeTE9IjMiIHgyPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOS41IDI5NS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8bGluZSBpZD0iTGluZV8xNzUiIGRhdGEtbmFtZT0iTGluZSAxNzUiIHgyPSI2IiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzguNSAyOTguNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0MyIgZGF0YS1uYW1lPSJQYXRoIDE3NDMiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjggMjA2MjApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE3NDQiIGRhdGEtbmFtZT0iUGF0aCAxNzQ0IiBkPSJNODEyLjM4LTIwMzI5LjM1N3Y1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4IDIwNjI2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8cGF0aCBpZD0iUGF0aF8xNzQ1IiBkYXRhLW5hbWU9IlBhdGggMTc0NSIgZD0iTTgxMi4zOC0yMDMyOS4zNTd2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NCAyMDYyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0NiIgZGF0YS1uYW1lPSJQYXRoIDE3NDYiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODUwMS4wMzEgLTgwNzIuNjU2KSByb3RhdGUoMTEyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=\",\n                    \"isInteractive\": true,\n                    \"channelConfigSchema\": {\n                        \"id\": \"6125ffe73b4fc5003634e8af\",\n                        \"formTitle\": \"Dev Form\",\n                        \"formDescription\": \"\",\n                        \"attributes\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute\",\n                                \"label\": \"New Attribute\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"OPTIONS\",\n                                \"categoryOptions\": {\n                                    \"isMultipleChoice\": false,\n                                    \"categories\": [\n                                        {\n                                            \"categoryName\": \"Category\",\n                                            \"values\": [\n                                                \"O1\",\n                                                \"O2\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute1\",\n                                \"label\": \"New Attribute1\",\n                                \"valueType\": \"StringList\"\n                            }\n                        ]\n                    },\n                    \"mediaRoutingDomain\": \"de03f550-a877-430f-926d-7f50d8bedfc4\"\n                },\n                \"channelConnectorData\": {\n                    \"id\": \"d71a8492-5a90-4dc5-85f8-f657e2fd13d7\",\n                    \"form\": null,\n                    \"filledBy\": \"admin\",\n                    \"createdOn\": \"2021-08-30T10:34:17.265+00:00\",\n                    \"attributes\": [\n                        {\n                            \"key\": \"New_Attribute\",\n                            \"type\": \"String100\",\n                            \"value\": \"432\"\n                        },\n                        {\n                            \"key\": \"New_Attribute1\",\n                            \"type\": \"StringList\",\n                            \"value\": \"\\\"O1\\\"\"\n                        }\n                    ]\n                },\n                \"tenant\": {\n                    \"id\": \"03d2478b-a3ca-4cdd-a5be-085fc24aebcf\",\n                    \"name\": null\n                }\n            }\n        },\n        \"customer\": {\n            \"isAnonymous\": false,\n            \"_id\": \"60da212e7fc93511ee2ff01f\",\n            \"firstName\": \"Jhon\",\n            \"phone1\" : \"12345\"\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"0334868691236\",\n            \"serviceIdentifier\": \"03328283920\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": \"dummy\",\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"7938c261-4e5e-4aba-a210-0c8721905b13\",\n        \"state\": \"STARTED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-task"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-09-03T10:15:22.019+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Agent: 4b1395a9-2d47-409f-982c-d99c06a13124 not found\"\n}"},{"id":"f964d528-9c8f-4a72-90b8-929190efd099","name":"500 - Agent State Logout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"UUID\",\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"d9e64b13-5e61-4c74-bbc5-299cba21a8ac\",\n        \"channel\": {\n            \"id\": \"00438c50-c787-43e9-85fb-f10b9959a9f3\",\n            \"channelName\": \"Channel-2\",\n            \"serviceIdentifier\": \"+9230875631203\",\n            \"tenant\": {\n                \"id\": \"4023ce25-809b-4f12-a81d-9e909fc61680\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"80cc2fc3-8166-4929-b7f3-2b4499593701\",\n                \"channelMode\": \"AGENT\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 120,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"612e1e5db8fa1e4b2ee391e6\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\"\n            },\n            \"channelConnector\": {\n                \"id\": \"d41b7933-9c42-4a59-a4e3-2496fe8a49b3\",\n                \"channelConnectorName\": \"Connector\",\n                \"channelConnectorInterface\": \"REST\",\n                \"interfaceAddress\": \"https://24242.4234\",\n                \"channelType\": {\n                    \"id\": \"e0de3456-96f3-4295-b1c9-c4c5d8fb7677\",\n                    \"typeName\": \"Custom\",\n                    \"channelLogo\": \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+DQogIDxnIGlkPSJHcm91cF80ODQ0IiBkYXRhLW5hbWU9Ikdyb3VwIDQ4NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNyAtMjg5KSI+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzg4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTIpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyOTQpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk5IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAzMDApIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk3IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyODkpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzkzIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTcpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkxpbmVfMTY4IiBkYXRhLW5hbWU9IkxpbmUgMTY4IiB5MT0iMyIgeDI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMjkwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzE3NCIgZGF0YS1uYW1lPSJMaW5lIDE3NCIgeTE9IjMiIHgyPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOS41IDI5NS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8bGluZSBpZD0iTGluZV8xNzUiIGRhdGEtbmFtZT0iTGluZSAxNzUiIHgyPSI2IiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzguNSAyOTguNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0MyIgZGF0YS1uYW1lPSJQYXRoIDE3NDMiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjggMjA2MjApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE3NDQiIGRhdGEtbmFtZT0iUGF0aCAxNzQ0IiBkPSJNODEyLjM4LTIwMzI5LjM1N3Y1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4IDIwNjI2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8cGF0aCBpZD0iUGF0aF8xNzQ1IiBkYXRhLW5hbWU9IlBhdGggMTc0NSIgZD0iTTgxMi4zOC0yMDMyOS4zNTd2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NCAyMDYyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0NiIgZGF0YS1uYW1lPSJQYXRoIDE3NDYiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODUwMS4wMzEgLTgwNzIuNjU2KSByb3RhdGUoMTEyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=\",\n                    \"isInteractive\": true,\n                    \"channelConfigSchema\": {\n                        \"id\": \"6125ffe73b4fc5003634e8af\",\n                        \"formTitle\": \"Dev Form\",\n                        \"formDescription\": \"\",\n                        \"attributes\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute\",\n                                \"label\": \"New Attribute\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"OPTIONS\",\n                                \"categoryOptions\": {\n                                    \"isMultipleChoice\": false,\n                                    \"categories\": [\n                                        {\n                                            \"categoryName\": \"Category\",\n                                            \"values\": [\n                                                \"O1\",\n                                                \"O2\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute1\",\n                                \"label\": \"New Attribute1\",\n                                \"valueType\": \"StringList\"\n                            }\n                        ]\n                    },\n                    \"mediaRoutingDomain\": \"de03f550-a877-430f-926d-7f50d8bedfc4\"\n                },\n                \"channelConnectorData\": {\n                    \"id\": \"d71a8492-5a90-4dc5-85f8-f657e2fd13d7\",\n                    \"form\": null,\n                    \"filledBy\": \"admin\",\n                    \"createdOn\": \"2021-08-30T10:34:17.265+00:00\",\n                    \"attributes\": [\n                        {\n                            \"key\": \"New_Attribute\",\n                            \"type\": \"String100\",\n                            \"value\": \"432\"\n                        },\n                        {\n                            \"key\": \"New_Attribute1\",\n                            \"type\": \"StringList\",\n                            \"value\": \"\\\"O1\\\"\"\n                        }\n                    ]\n                },\n                \"tenant\": {\n                    \"id\": \"03d2478b-a3ca-4cdd-a5be-085fc24aebcf\",\n                    \"name\": null\n                }\n            }\n        },\n        \"customer\": {\n            \"isAnonymous\": false,\n            \"_id\": \"60da212e7fc93511ee2ff01f\",\n            \"firstName\": \"Jhon\",\n            \"phone1\" : \"12345\"\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"0334868691236\",\n            \"serviceIdentifier\": \"03328283920\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": \"dummy\",\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"7938c261-4e5e-4aba-a210-0c8721905b13\",\n        \"state\": \"STARTED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-task"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-09-03T10:17:41.805+00:00\",\n    \"error\": \"error.generic.internal.server.error\",\n    \"message\": \"Cannot Assign task when agent is in LOGOUT state\"\n}"},{"id":"eca196c9-2fea-47bd-ab3f-1c42d918c540","name":"404 - MRD not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agentId\": \"UUID\",\n    \"channelSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"d9e64b13-5e61-4c74-bbc5-299cba21a8ac\",\n        \"channel\": {\n            \"id\": \"00438c50-c787-43e9-85fb-f10b9959a9f3\",\n            \"channelName\": \"Channel-2\",\n            \"serviceIdentifier\": \"+9230875631203\",\n            \"tenant\": {\n                \"id\": \"4023ce25-809b-4f12-a81d-9e909fc61680\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"80cc2fc3-8166-4929-b7f3-2b4499593701\",\n                \"channelMode\": \"AGENT\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 500,\n                \"customerActivityTimeout\": 120,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PULL\",\n                    \"routingObjectId\": \"612e1e5db8fa1e4b2ee391e6\",\n                    \"agentRequestTtl\": 500\n                },\n                \"botId\": \"ed977fda-4f2c-4e23-accd-d672f5ac941f\"\n            },\n            \"channelConnector\": {\n                \"id\": \"d41b7933-9c42-4a59-a4e3-2496fe8a49b3\",\n                \"channelConnectorName\": \"Connector\",\n                \"channelConnectorInterface\": \"REST\",\n                \"interfaceAddress\": \"https://24242.4234\",\n                \"channelType\": {\n                    \"id\": \"e0de3456-96f3-4295-b1c9-c4c5d8fb7677\",\n                    \"typeName\": \"Custom\",\n                    \"channelLogo\": \"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCI+DQogIDxnIGlkPSJHcm91cF80ODQ0IiBkYXRhLW5hbWU9Ikdyb3VwIDQ4NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNyAtMjg5KSI+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzg4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTIpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk4IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyOTQpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk5IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAzMDApIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzk3IiBkYXRhLW5hbWU9IkVsbGlwc2UgMzk3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MyAyODkpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGcgaWQ9IkVsbGlwc2VfMzkzIiBkYXRhLW5hbWU9IkVsbGlwc2UgMzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAyOTcpIiBmaWxsPSIjOTM5MzkzIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMSI+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgICA8Y2lyY2xlIGN4PSIxLjUiIGN5PSIxLjUiIHI9IjEiIGZpbGw9Im5vbmUiLz4NCiAgICA8L2c+DQogICAgPGxpbmUgaWQ9IkxpbmVfMTY4IiBkYXRhLW5hbWU9IkxpbmUgMTY4IiB5MT0iMyIgeDI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMjkwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzE3NCIgZGF0YS1uYW1lPSJMaW5lIDE3NCIgeTE9IjMiIHgyPSI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOS41IDI5NS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8bGluZSBpZD0iTGluZV8xNzUiIGRhdGEtbmFtZT0iTGluZSAxNzUiIHgyPSI2IiB5Mj0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzguNSAyOTguNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0MyIgZGF0YS1uYW1lPSJQYXRoIDE3NDMiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjggMjA2MjApIiBmaWxsPSJub25lIiBzdHJva2U9IiM5MzkzOTMiIHN0cm9rZS13aWR0aD0iMC43NSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE3NDQiIGRhdGEtbmFtZT0iUGF0aCAxNzQ0IiBkPSJNODEyLjM4LTIwMzI5LjM1N3Y1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4IDIwNjI2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgICA8cGF0aCBpZD0iUGF0aF8xNzQ1IiBkYXRhLW5hbWU9IlBhdGggMTc0NSIgZD0iTTgxMi4zOC0yMDMyOS4zNTd2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NCAyMDYyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzkzOTM5MyIgc3Ryb2tlLXdpZHRoPSIwLjc1Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTc0NiIgZGF0YS1uYW1lPSJQYXRoIDE3NDYiIGQ9Ik04MTIuMzgtMjAzMjkuMzU3djUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODUwMS4wMzEgLTgwNzIuNjU2KSByb3RhdGUoMTEyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTM5MzkzIiBzdHJva2Utd2lkdGg9IjAuNzUiLz4NCiAgPC9nPg0KPC9zdmc+DQo=\",\n                    \"isInteractive\": true,\n                    \"channelConfigSchema\": {\n                        \"id\": \"6125ffe73b4fc5003634e8af\",\n                        \"formTitle\": \"Dev Form\",\n                        \"formDescription\": \"\",\n                        \"attributes\": [\n                            {\n                                \"attributeType\": \"INPUT\",\n                                \"categoryOptions\": null,\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute\",\n                                \"label\": \"New Attribute\",\n                                \"valueType\": \"String100\"\n                            },\n                            {\n                                \"attributeType\": \"OPTIONS\",\n                                \"categoryOptions\": {\n                                    \"isMultipleChoice\": false,\n                                    \"categories\": [\n                                        {\n                                            \"categoryName\": \"Category\",\n                                            \"values\": [\n                                                \"O1\",\n                                                \"O2\"\n                                            ]\n                                        }\n                                    ]\n                                },\n                                \"isRequired\": true,\n                                \"helpText\": \"\",\n                                \"key\": \"New_Attribute1\",\n                                \"label\": \"New Attribute1\",\n                                \"valueType\": \"StringList\"\n                            }\n                        ]\n                    },\n                    \"mediaRoutingDomain\": \"de03f550-a877-430f-926d-7f50d8bedfc4\"\n                },\n                \"channelConnectorData\": {\n                    \"id\": \"d71a8492-5a90-4dc5-85f8-f657e2fd13d7\",\n                    \"form\": null,\n                    \"filledBy\": \"admin\",\n                    \"createdOn\": \"2021-08-30T10:34:17.265+00:00\",\n                    \"attributes\": [\n                        {\n                            \"key\": \"New_Attribute\",\n                            \"type\": \"String100\",\n                            \"value\": \"432\"\n                        },\n                        {\n                            \"key\": \"New_Attribute1\",\n                            \"type\": \"StringList\",\n                            \"value\": \"\\\"O1\\\"\"\n                        }\n                    ]\n                },\n                \"tenant\": {\n                    \"id\": \"03d2478b-a3ca-4cdd-a5be-085fc24aebcf\",\n                    \"name\": null\n                }\n            }\n        },\n        \"customer\": {\n            \"isAnonymous\": false,\n            \"_id\": \"60da212e7fc93511ee2ff01f\",\n            \"firstName\": \"Jhon\",\n            \"phone1\" : \"12345\"\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"0334868691236\",\n            \"serviceIdentifier\": \"03328283920\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": \"dummy\",\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"topicId\": \"7938c261-4e5e-4aba-a210-0c8721905b13\",\n        \"state\": \"STARTED\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-task"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2021-09-03T10:20:51.060+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"MRD: 612f4bccf647413e3e352ee4 in requested channel session not found\"\n}"}],"_postman_id":"df0b6d9d-fb97-4841-b583-580d3f2ae7b5"}],"id":"451b8536-73f9-4715-b3da-106030a686bd","description":"<p>These APIs maintain agent tasks and states.</p>\n","_postman_id":"451b8536-73f9-4715-b3da-106030a686bd"},{"name":"Actuator","item":[{"name":"Get Loggers","id":"2cb99d61-5e28-4878-9a0e-fc8cfa094d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{routing-engine-url}}/actuator/loggers","urlObject":{"path":["actuator","loggers"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"dfe2d9bf-8a61-490b-a137-765e20e4090c","name":"Get Loggers","originalRequest":{"method":"GET","header":[],"url":"{{routing-engine-url}}/actuator/loggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:51:50 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"levels\": [\n        \"OFF\",\n        \"ERROR\",\n        \"WARN\",\n        \"INFO\",\n        \"DEBUG\",\n        \"TRACE\"\n    ],\n    \"loggers\": {\n        \"ROOT\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping.Mappings\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.ef\": {\n            \"configuredLevel\": \"DEBUG\",\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners.agentmrdstate\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners.agentmrdstate.AgentMrdStateListener\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners.agentstate\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners.agentstate.AgentStateListener\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.agentstatemanager.eventlisteners.agentstate.AgentStateLogin\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.bootstrap.Bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.config\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.config.RedisConfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.config.jmsconfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.config.jmsconfig.ActivemqConfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.config.jmsconfig.JmsConnectionConfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.commons\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.commons.EfLogger\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.exceptions\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.exceptions.GenericExceptionHandler\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.exceptions.RestResponseEntityExceptionHandler\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.jms\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.global.jms.ActivemqCommunicator\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.AgentRequestTimerService\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.StepTimerService\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.TaskRouter\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.controller\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.controller.AssignAgentController\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.controller.PrecisionQueuesController\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.controller.RoutingAttributesController\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.model\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.model.PrecisionQueue\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.AgentsServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.KeyCloakService\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.MediaRoutingDomainsServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.PrecisionQueuesServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.RoutingAttributesServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.service.StepsServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.utility\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.utility.RestRequest\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.routing.utility.StepCriteriaEvaluator\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.TaskManager\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.repository\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.repository.TasksRepository\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.TasksService\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.retrieverfactory\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.retrieverfactory.TasksRetrieverFactory\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.taskmediastate\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.taskmediastate.TaskMediaStateService\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.taskstate\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.mediaroutingengine.taskmanager.service.taskstate.TaskStateListener\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"io\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event.jfr\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event.jfr.EventRecorderHolder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.AddressResolverGroupProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.DefaultClientResources\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.DefaultEventLoopGroupProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.JvmGcMetrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb.DefaultMongoCommandTagsProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.internal.DefaultGauge\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation.SimpleObservation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation.SimpleObservation$SimpleScope\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.resolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.resolver.AddressResolverGroup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.HashedWheelTimer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.ResourceLeakDetector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.ResourceLeakDetectorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.AbstractEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise.rejectedExecution\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.FastThreadLocalThread\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.GlobalEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.SingleThreadEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.CleanerJava9\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.InternalThreadLocalMap\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.PlatformDependent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.PlatformDependent0\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.SystemPropertyUtil\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.converter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.converter.ModelConverters\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.jackson\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.jackson.ModelResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.swagger.v3.core.util.AnnotationsUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQConnection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQMessageProducer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQPrefetchPolicy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQSession\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.ActiveMQSessionExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.AdvisoryConsumer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.TransactionContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.management\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.management.JMSEndpointStatsImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.state\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.state.ConnectionStateTracker\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.thread\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.thread.PooledTaskRunner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.thread.SchedulerTimerTask\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.thread.TaskRunnerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.AbstractInactivityMonitor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.FutureResponse\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.InactivityMonitor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.ResponseCorrelator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.TransportSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.WireFormatNegotiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.failover\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.failover.FailoverTransport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.tcp\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransportFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.util.ClassLoadingAwareObjectInputStream\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.util.IdGenerator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.util.IntrospectionSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.activemq.util.ServiceSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.startup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.startup.DigesterFactory\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.catalina.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.util.LifecycleBase\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.coyote\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.coyote.http11\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.coyote.http11.Http11NioProtocol\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common.util.SecurityUtils\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util.net\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util.net.NioSelectorPool\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util.component\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util.component.AbstractLifeCycle\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.hibernate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.AbstractConfigurationImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorFactoryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.groups\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver.TraversableResolvers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.ConstraintHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.javabean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.javabean.JavaBeanParameter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.Contracts\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.ExecutableHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.ReflectionHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.TypeHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.TypeVariables\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.Version\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.LoadClass\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ResourceLoaderHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationXmlParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.resourceloading\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.resourceloading.PlatformResourceBundleLocator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.jboss\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.jboss.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.cluster\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.operation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.protocol\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.protocol.command\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.protocol.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb.driver.uri\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.api\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.api.AbstractOpenApiResource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.conditions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.conditions.CacheOrGroupedOpenApiCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.conditions.MultipleOpenApiGroupsCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.conditions.MultipleOpenApiSupportCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.configuration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.configuration.SpringDocSecurityConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.converters\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.converters.AdditionalModelsConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.converters.ModelConverterRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.customizers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.providers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.providers.WebConversionServiceProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.service\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.service.GenericParameterService\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.service.GenericResponseService\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.service.OpenAPIService\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.utils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.utils.PropertyResolverUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springdoc.core.utils.SpringDocAnnotationsUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.AspectJExpressionPointcut\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.CglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.JdkDynamicAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.ObjenesisCglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.AbstractNestablePropertyAccessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.CachedIntrospectionResults\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.TypeConverterDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing.FailFastProblemReporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy$MethodOverrideCallbackFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DefaultListableBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DisposableBeanAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.DefaultDocumentLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.XmlBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments$Source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplicationShutdownHook\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration$ProbesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnAvailableEndpointCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration$LogFileCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration$OnEnabledLoggingSystemCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration$MultipleNonPrimaryMeterRegistriesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration$LogbackLoggingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export.OnMetricsExportEnabledCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration$ApplicationStartupCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.mongo\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.mongo.MongoHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis.RedisHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointId\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.HealthEndpointSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.PingHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jms.JmsHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.logging.LogFileWebEndpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system.DiskSpaceHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationImportSelector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationPackages\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache.CacheCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnBeanCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnClassCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnExpressionCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnJndiCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnPropertyCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnResourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWarDeploymentCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration$ResourceBundleCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data.OnRepositoryTypeCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$JacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$PreferGsonOrJacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$GitResourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLogger\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.DefaultWebSecurityCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.reactive\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.reactive.ReactiveUserDetailsServiceAutoConfiguration$ReactiveUserDetailsServiceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration$SqlInitializationModeCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DefaultDispatcherServletCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageNotAcceptableHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$ErrorTemplateMissingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability.ApplicationAvailabilityBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.FileEncodingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentContributors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataImporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataLoaders\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.StandardConfigDataLocationResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging.LoggingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.PropertySourcesDeducer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver$DefaultResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.ConditionEvaluationDeltaLoggingListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration$DevToolsDataSourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.OnEnabledDevToolsCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.classpath\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.classpath.ClassPathDirectories\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.livereload\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.livereload.LiveReloadServer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.restart\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.restart.ChangeableUrls\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.restart.OnInitializedRestarterCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.restart.RestartApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.restart.Restarter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.settings\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.devtools.settings.DevToolsSettings\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.OriginTrackedMapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries$JsonMixinComponentScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatStarter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatWebServer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.RegistrationBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ApplicationServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedFormContentFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.AutoProxyRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ClassPathBeanDefinitionScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.CommonAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassEnhancer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event.EventListenerMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index.CandidateComponentsIndexLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.ApplicationListenerDetector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DefaultLifecycleProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DelegatingMessageSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.LocalVariableTableParameterNameDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation.AnnotationTypeMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.codec\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.MapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertiesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$ComparisonPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$StubPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.StandardEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.SystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PathMatchingResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PropertySourceProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.ResourceArrayPropertyEditor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.SpringFactoriesLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AnnotationTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AssignableTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert.CustomConversions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context.MappingContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model.SimplePersistentPropertyPathAccessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.MongoTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.DefaultDbRefResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.MappingMongoConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.MongoDatabaseFactoryReferenceLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.QueryMapper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.aot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.query\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.query.StringBasedMongoQuery\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis.JedisConnection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis.JedisConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.RedisConnectionUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.RedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.StringRedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener.RedisMessageListenerContainer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryBeanDefinitionBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider$InterfaceTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryRegistrationAotProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core.support.RepositoryFactorySupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web.ProxyingHandlerMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ByteArrayHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceRegionHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.StringHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json.MappingJackson2HttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config.DefaultJmsListenerContainerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config.JmsListenerEndpointRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.connection.CachingConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core.JmsMessagingTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core.JmsTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.support.SimpleJmsHeaderMapper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.annotation.AnnotationMBeanExporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.naming\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.naming.KeyNamingStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support.JmxUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support.MBeanServerFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.JndiTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support.SimpleJndiBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.access\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.access.expression\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.access.expression.DenyAllPermissionEvaluator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.access.expression.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authentication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authentication.DefaultAuthenticationEventPublisher\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authentication.ProviderManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authorization\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authorization.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authorization.method.AuthorizationManagerAfterMethodInterceptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.authorization.method.AuthorizationManagerBeforeMethodInterceptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.authentication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.authentication.configuration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration$EnableGlobalAuthenticationAutowiredConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.configuration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.builders\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.builders.HttpSecurity\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.builders.HttpSecurity$RequestMatcherConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.builders.WebSecurity\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.builders.WebSecurity$IgnoredRequestConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configuration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configurers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer$AuthorizationManagerRequestMatcherRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.core.SpringSecurityMessageSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.core.session\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.core.session.SessionRegistryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.DefaultRedirectStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.DefaultSecurityFilterChain\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.FilterChainProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access.AccessDeniedHandlerImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access.ExceptionTranslationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access.intercept\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access.intercept.AuthorizationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.access.intercept.RequestMatcherDelegatingAuthorizationManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.AnonymousAuthenticationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.Http403ForbiddenEntryPoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.logout\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.logout.LogoutFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.session\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.ui\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.HttpSessionSecurityContextRepository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.SecurityContextHolderFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.SupplierDeferredSecurityContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.request\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.request.async\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.firewall\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.firewall.HttpStatusRequestRejectedHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.header\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.header.HeaderWriterFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.header.writers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.header.writers.HstsHeaderWriter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.savedrequest\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.savedrequest.HttpSessionRequestCache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.savedrequest.RequestCacheAwareFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.servletapi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.servletapi.HttpServlet3RequestFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.session\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.session.DisableEncodeUrlFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.util.matcher\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.util.matcher.AndRequestMatcher\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.util.matcher.MediaTypeRequestMatcher\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.security.web.util.matcher.NegatedRequestMatcher\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.support.TransactionSynchronizationUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.ResourceBundleThemeSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.UiApplicationContextUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util.PropertyPlaceholderHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation.DataBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.HttpLogging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client.RestTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async.WebAsyncManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.StandardServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors.DefaultCorsProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter.ServerHttpObservationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.HandlerMethod\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation.ModelFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.DispatcherServlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.HandlerExecutionChain\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.PageNotFound\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation.WebMvcConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.HandlerFunctionAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.RouterFunctionMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.HandlerMappingIntrospector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.SimpleUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.PathResourceResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceHttpRequestHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceUrlProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support.SessionFlashMapManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.BeanNameViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.ContentNegotiatingViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.InternalResourceViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util.UrlPathHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core.scheduler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core.scheduler.Schedulers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.util.Loggers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis.HostAndPort\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis.JedisFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis.JedisPool\": {\n            \"effectiveLevel\": \"WARN\"\n        }\n    },\n    \"groups\": {\n        \"web\": {\n            \"configuredLevel\": \"WARN\",\n            \"members\": [\n                \"org.springframework.core.codec\",\n                \"org.springframework.http\",\n                \"org.springframework.web\",\n                \"org.springframework.boot.actuate.endpoint.web\",\n                \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\"\n            ]\n        },\n        \"sql\": {\n            \"members\": [\n                \"org.springframework.jdbc.core\",\n                \"org.hibernate.SQL\",\n                \"org.jooq.tools.LoggerListener\"\n            ]\n        }\n    }\n}"},{"id":"f76a1d41-0dfb-41f8-8fdd-82d436a4dafc","name":"Get Loggers (for specific package)","originalRequest":{"method":"GET","header":[],"url":"{{routing-engine-url}}/actuator/loggers/com.ef.mediaroutingengine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:52:45 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"effectiveLevel\": \"DEBUG\"\n}"}],"_postman_id":"2cb99d61-5e28-4878-9a0e-fc8cfa094d18"},{"name":"Set Loggers","id":"199af9b5-8491-4002-a53c-bb801028a463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/actuator/loggers/com.ef.mediaroutingengine","urlObject":{"path":["actuator","loggers","com.ef.mediaroutingengine"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"e15bff20-1cfa-42e3-b7f1-9f11ef42db47","name":"Set Loggers (for specific package)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/actuator/loggers/com.ef.mediaroutingengine"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"199af9b5-8491-4002-a53c-bb801028a463"}],"id":"7656539f-4e9b-4618-8d13-f56bd64af9d0","_postman_id":"7656539f-4e9b-4618-8d13-f56bd64af9d0","description":""},{"name":"Assign resource Multi-Channel","id":"5c2853ed-1b61-416a-889b-bd3a086dc5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"queue\": {\"value\": \"66434f94bf3ef44d8c5c7931\", \"type\": \"ID\"},\n    \"channelSessions\": [{\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6667104ce47a7f69d8d30d51\",\n        \"channel\": {\n            \"id\": \"664350689450840158a251c1\",\n            \"name\": \"1111-PUSH\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"6666dc71e47a7f69d8d2a1ff\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"6666dc71e47a7f69d8d2a200\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 0,\n                \"customerActivityTimeout\": 333,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"66434f55e3577561685f6b41\"\n            },\n            \"channelConnector\": {\n                \"id\": \"664350519450840158a251bc\",\n                \"name\": \"Web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6643504b9450840158a251ba\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://efcx4-dev.expertflow.com/web-channel-manager\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"664350519450840158a251be\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"66434b869450840158a251b0\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"66447c8e0c0913620d727b64\",\n            \"firstName\": \"Multichannel\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"6667104ca9b29506c5841e6f\",\n        \"state\": {\"name\": \"STARTED\", \"reasonCode\": null}\n    }],\n    \"requestSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6667104ce47a7f69d8d30d51\",\n        \"channel\": {\n            \"id\": \"664350689450840158a251c1\",\n            \"name\": \"1111-PUSH\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"6666dc71e47a7f69d8d2a1ff\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"6666dc71e47a7f69d8d2a200\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 0,\n                \"customerActivityTimeout\": 333,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"66434f55e3577561685f6b41\"\n            },\n            \"channelConnector\": {\n                \"id\": \"664350519450840158a251bc\",\n                \"name\": \"Web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6643504b9450840158a251ba\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://efcx4-dev.expertflow.com/web-channel-manager\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"664350519450840158a251be\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"66434b869450840158a251b0\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"66447c8e0c0913620d727b64\",\n            \"firstName\": \"Multichannel\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"6667104ca9b29506c5841e6f\",\n        \"state\": {\"name\": \"STARTED\", \"reasonCode\": null}\n    },\n    \"type\": {\n        \"direction\": \"DIRECT_CONFERENCE\",\n        \"mode\": \"QUEUE\",\n        \"metadata\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-resource","urlObject":{"path":["assign-resource"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"key":"queueName","value":"true"}],"variable":[]}},"response":[],"_postman_id":"5c2853ed-1b61-416a-889b-bd3a086dc5d1"},{"name":"Assign Agent","id":"79f7ef0c-7fe6-4bd8-8aa6-903c91761d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agent\": \"1234567\",\n    \"channelSessions\": [{\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6667104ce47a7f69d8d30d51\",\n        \"channel\": {\n            \"id\": \"664350689450840158a251c1\",\n            \"name\": \"1111-PUSH\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"6666dc71e47a7f69d8d2a1ff\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"6666dc71e47a7f69d8d2a200\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 0,\n                \"customerActivityTimeout\": 333,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"66434f55e3577561685f6b41\"\n            },\n            \"channelConnector\": {\n                \"id\": \"664350519450840158a251bc\",\n                \"name\": \"Web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6643504b9450840158a251ba\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://efcx4-dev.expertflow.com/web-channel-manager\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"664350519450840158a251be\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"66434b869450840158a251b0\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"66447c8e0c0913620d727b64\",\n            \"firstName\": \"Multichannel\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"6667104ca9b29506c5841e6f\",\n        \"state\": {\"name\": \"STARTED\", \"reasonCode\": null}\n    }],\n    \"requestSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"6667104ce47a7f69d8d30d51\",\n        \"channel\": {\n            \"id\": \"664350689450840158a251c1\",\n            \"name\": \"1111-PUSH\",\n            \"serviceIdentifier\": \"1111\",\n            \"tenant\": {\n                \"id\": \"6666dc71e47a7f69d8d2a1ff\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"6666dc71e47a7f69d8d2a200\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 0,\n                \"customerActivityTimeout\": 333,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"66434f55e3577561685f6b41\"\n            },\n            \"channelConnector\": {\n                \"id\": \"664350519450840158a251bc\",\n                \"name\": \"Web\",\n                \"channelProviderInterface\": {\n                    \"id\": \"6643504b9450840158a251ba\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://efcx4-dev.expertflow.com/web-channel-manager\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"664350519450840158a251be\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"66434b869450840158a251b0\",\n                \"name\": \"WEB\",\n                \"channelLogo\": \"_WEB.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"66447c8e0c0913620d727b64\",\n            \"firstName\": \"Multichannel\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"6667104ca9b29506c5841e6f\",\n        \"state\": {\"name\": \"STARTED\", \"reasonCode\": null}\n    },\n    \"state\": \"ACTIVE\",\n    \"type\": {\n        \"direction\": \"DIRECT_CONFERENCE\",\n        \"mode\": \"QUEUE\",\n        \"metadata\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-agent","urlObject":{"path":["assign-agent"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"key":"queueName","value":"true"}],"variable":[]}},"response":[],"_postman_id":"79f7ef0c-7fe6-4bd8-8aa6-903c91761d1a"},{"name":"Assign resource","id":"e797ae8f-a32d-4b81-88c0-60c9044d2fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"queue\": \"62dff614d1f0c94191c244d2\",\n    \"requestSession\": {\n        \"participantType\": \"ChannelSession\",\n        \"id\": \"61f7da0c-5444-4794-82d3-bf390fc5de3c\",\n        \"channel\": {\n            \"id\": \"62d0e93495435329cf066178\",\n            \"name\": \"360WhatsApp\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"tenant\": {\n                \"id\": \"e6b5f371-c0e8-4160-a719-d9bc1c9fa939\",\n                \"name\": null\n            },\n            \"channelConfig\": {\n                \"id\": \"fb0ab7e2-dab4-47c2-ba85-ea8d25fbaa4e\",\n                \"channelMode\": \"HYBRID\",\n                \"conversationBot\": \"\",\n                \"responseSla\": 60,\n                \"customerActivityTimeout\": 60,\n                \"customerIdentificationCriteria\": {\n                    \"value\": null\n                },\n                \"routingPolicy\": {\n                    \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\n                    \"routeToLastAgent\": true,\n                    \"routingMode\": \"PUSH\",\n                    \"routingObjectId\": \"62d0e93495435329cf066199\",\n                    \"agentRequestTtl\": 20\n                },\n                \"botId\": \"8b43ef12-f30b-48ce-aa03-c60d450fc042\"\n            },\n            \"channelConnector\": {\n                \"id\": \"62d0e93495435329cf066165\",\n                \"name\": \"360Dialog\",\n                \"channelProviderInterface\": {\n                    \"id\": \"615c27939ef5dd306f2a1ec1\",\n                    \"name\": \"REST\",\n                    \"supportedChannelTypes\": [],\n                    \"providerWebhook\": \"https://webhook.com\",\n                    \"channelProviderConfigSchema\": []\n                },\n                \"channelProviderConfigs\": [],\n                \"tenant\": {\n                    \"id\": \"ca2110c8-5b36-4cab-81fc-e62c5fa0570d\",\n                    \"name\": null\n                }\n            },\n            \"channelType\": {\n                \"id\": \"62d0e93495435329cf066156\",\n                \"name\": \"WhatsApp\",\n                \"channelLogo\": \"41432_calendar.svg\",\n                \"isInteractive\": true,\n                \"mediaRoutingDomain\": \"6298b744b777de61844f616b\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"f18664fb-a87a-4db1-af71-50c0c086e4f4\",\n            \"firstName\": \"John\",\n            \"phoneNumber\": [],\n            \"isAnonymous\": false,\n            \"additionalDetail\": {\n                \"lastName\": \"Cena\",\n                \"email\": \"john@cena.com\"\n            },\n            \"__v\": 0\n        },\n        \"customerSuggestions\": [],\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923086653154\",\n            \"serviceIdentifier\": \"4930609859535\",\n            \"requestPriority\": 0,\n            \"channelTypeCode\": \"web\",\n            \"additionalAttributes\": []\n        },\n        \"latestIntent\": null,\n        \"customerPresence\": {\n            \"value\": null\n        },\n        \"isActive\": true,\n        \"conversationId\": \"1d9f6f96-02d9-4a9e-b879-c1013d8a62d3\",\n        \"state\": \"STARTED\"\n    },\n    \"channelSessions\": [],\n    \"type\": null,\n    \"priority\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/assign-resource","urlObject":{"path":["assign-resource"],"host":["{{routing-engine-url}}"],"query":[{"disabled":true,"key":"queueName","value":"true"}],"variable":[]}},"response":[],"_postman_id":"e797ae8f-a32d-4b81-88c0-60c9044d2fca"},{"name":"Cancel resource","id":"6a7d75f3-3c98-4bd2-802c-9e9e6ee253db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"topicId\" : \"1c6ebf61-ee03-4fb2-9b4b-dfefe1e8c0e3\",\n    \"reasonCode\" : null\n}","options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/cancel-resource","urlObject":{"path":["cancel-resource"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a7d75f3-3c98-4bd2-802c-9e9e6ee253db"},{"name":"Search Agents","id":"a16a271a-669d-42eb-afca-dcd296d6c137","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchAgents(filter:  {\n    and: [\n      {\n        key: \"agent.keycloakUser.id\"\n        operator: equal_to\n        value: \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\"\n      },\n      {\n        key: \"agent.keycloakUser.userTeam.teamName\"\n        operator: equal_to\n        value: \"Team1\"\n      }\n    ]\n  },\n  pagination: {offset: 0, limit: 0}\n  sort: {sortBy: \"agent.keycloakUser.username\", sortOrder: ASC}\n  ) {\n    docs {\n      agent {\n        id,\n        keycloakUser {\n          id\n          username,\n          userTeam {\n            teamName\n          }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}","variables":""}},"url":"{{routing-engine-url}}/graphql","urlObject":{"path":["graphql"],"host":["{{routing-engine-url}}"],"query":[],"variable":[]}},"response":[{"id":"d2bd040a-6c37-43d7-8e23-3ac7739ce76b","name":"Search Agents With Filter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchAgents(filter:  {\n    and: [\n      {\n        key: \"agent.keycloakUser.id\"\n        operator: equal_to\n        value: \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\"\n      },\n      {\n        key: \"agent.keycloakUser.userTeam.teamName\"\n        operator: equal_to\n        value: \"Team1\"\n      }\n    ]\n  },\n  pagination: {offset: 0, limit: 0}\n  sort: {sortBy: \"agent.keycloakUser.username\", sortOrder: ASC}\n  ) {\n    docs {\n      agent {\n        id,\n        keycloakUser {\n          id\n          username,\n          userTeam {\n            teamName\n          }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}","variables":""},"options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchAgents\": {\n            \"docs\": [\n                {\n                    \"agent\": {\n                        \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n                        \"keycloakUser\": {\n                            \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n                            \"username\": \"supervisor\",\n                            \"userTeam\": {\n                                \"teamName\": \"Team1\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 1,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"0a9e8e4c-604e-4cf6-94bf-eb2b8e31eeb5","name":"Search Agents With SearchTerm","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchAgents(\n    searchTerm: \"supervisor\",\n    pagination: {offset: 0, limit: 0}\n  sort: {sortBy: \"agent.keycloakUser.username\", sortOrder: ASC}\n    ) {\n    docs {\n      agent {\n        id,\n        keycloakUser {\n          id\n          username,\n          userTeam {\n            teamName\n          }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}","variables":""},"options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchAgents\": {\n            \"docs\": [\n                {\n                    \"agent\": {\n                        \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n                        \"keycloakUser\": {\n                            \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n                            \"username\": \"farazsupervisor\",\n                            \"userTeam\": {\n                                \"teamName\": \"Team1\"\n                            }\n                        }\n                    }\n                }\n            ],\n            \"totalDocs\": 1,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"329f11e3-cdba-49b6-b44d-d5cc570c9022","name":"Search Agents (No Results)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchAgents(filter:  {\n    and: [\n      {\n        key: \"agent.keycloakUser.id\"\n        operator: equal_to\n        value: \"3\"\n      }\n    ]\n  }\n  ) {\n    docs {\n      agent {\n        id,\n        keycloakUser {\n          id\n          username,\n          userTeam {\n            teamName\n          }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}","variables":""},"options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"searchAgents\": {\n            \"docs\": [],\n            \"totalDocs\": 0,\n            \"limit\": 10,\n            \"offset\": 0\n        }\n    }\n}"},{"id":"9d33a2b3-755e-4e3b-ba4e-cac1a9d5dc56","name":"Search Agents (Default)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n  searchAgents {\n    docs {\n      agent {\n        id,\n        keycloakUser {\n          id\n          username,\n          userTeam {\n            teamName\n          }\n        }\n      }\n    }\n    totalDocs\n    limit\n    offset\n  }\n}","variables":""},"options":{"raw":{"language":"json"}}},"url":"{{routing-engine-url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 09 May 2025 12:32:42 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-srv-trace","value":"v=1;t=f9afa60f624eb2df"},{"key":"x-srv-span","value":"v=1;s=3795da77fe484826"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1746794022"},{"key":"ETag","value":"W/\"1594-BM0ncwsbvaYz+yqFK+0JFXturXs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"searchAgents\": {\n      \"docs\": [\n        {\n          \"agent\": {\n            \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n            \"keycloakUser\": {\n              \"id\": \"3838e83e-95e4-4a1c-8b72-018a9cce33d3\",\n              \"username\": \"farazsupervisor\",\n              \"userTeam\": {\n                \"teamName\": \"Team1\"\n              }\n            }\n          },\n          \"agentLoginTime\": null,\n          \"stateChangeTime\": \"2025-07-11 14:44:57.29\"\n        }\n      ],\n      \"totalDocs\": 1,\n      \"limit\": 10,\n      \"offset\": 0\n    }\n  }\n}"}],"_postman_id":"a16a271a-669d-42eb-afca-dcd296d6c137"}],"id":"2470edd2-66b2-45c7-875e-dc9663da89da","description":"<p>Routing Engine API are responsible for the actual routing of conversations to humans if the involvement of a human agent is required. Along with that, Precision Queues are maintained to find the most appropriate agent for the customer.</p>\n","_postman_id":"2470edd2-66b2-45c7-875e-dc9663da89da"},{"name":"Bot Framework","item":[{"name":"Actuator","item":[{"name":"Get Loggers","id":"0d8aa7c9-8554-49eb-887d-d87c3a3afd85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim.expertflow.com/bot-framework/actuator/loggers","urlObject":{"protocol":"https","path":["bot-framework","actuator","loggers"],"host":["cim","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"f3d94e16-fa63-426e-a816-69000f42bf6b","name":"Get Loggers","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/bot-framework/actuator/loggers"},"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"levels\": [\n        \"OFF\",\n        \"ERROR\",\n        \"WARN\",\n        \"INFO\",\n        \"DEBUG\",\n        \"TRACE\"\n    ],\n    \"loggers\": {\n        \"ROOT\": {\n            \"configuredLevel\": \"INFO\",\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping.Mappings\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef\": {\n            \"configuredLevel\": \"DEBUG\",\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.bootstrap.Bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.commons\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.commons.EfLogger\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.config\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.config.ActivemqProperties\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.config.RedisConfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.config.RestRequestInterceptor\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.controllers\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.controllers.BotParticipantController\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.controllers.Root\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.conversationevents\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.conversationevents.ConversationEventHandler\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.exceptions\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.exceptions.GenericExceptionHandler\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.exceptions.RestResponseEntityExceptionHandler\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.health\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.health.CustomHealthIndicator\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.repositories\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.repositories.BotConnectorsPool\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.repositories.ConversationCacheImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.botconnectors\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.botconnectors.rasa\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.botconnectors.rasa.RasaBotConnector\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.controllerservices\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.controllerservices.BotConnectorsServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.eventhandlers\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.eventhandlers.BotResponseHandlerImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.jms\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.jms.ActivemqPublisher\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.jms.ActivemqSubscriber\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.utilities\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.botframework.services.utilities.RestRequest\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"io\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.event\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.event.jfr\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.event.jfr.EventRecorderHolder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource.AddressResolverGroupProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource.DefaultClientResources\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.lettuce.core.resource.DefaultEventLoopGroupProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.JvmGcMetrics\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb.DefaultMongoCommandTagsProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal.DefaultGauge\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.observation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.observation.SimpleObservation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.observation.SimpleObservation$SimpleScope\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.resolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.resolver.AddressResolverGroup\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.HashedWheelTimer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.ResourceLeakDetector\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.ResourceLeakDetectorFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.AbstractEventExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise.rejectedExecution\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.FastThreadLocalThread\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.GlobalEventExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.concurrent.SingleThreadEventExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.CleanerJava9\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.InternalThreadLocalMap\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.PlatformDependent\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.PlatformDependent0\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.SystemPropertyUtil\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.netty.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3.core.converter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3.core.converter.ModelConverters\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3.core.jackson\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.swagger.v3.core.jackson.ModelResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnection\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnectionFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageConsumer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageProducer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQPrefetchPolicy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSession\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSessionExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.AdvisoryConsumer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.TransactionContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management.JMSEndpointStatsImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state.ConnectionStateTracker\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.PooledTaskRunner\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.SchedulerTimerTask\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.TaskRunnerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.AbstractInactivityMonitor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.FutureResponse\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.InactivityMonitor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.ResponseCorrelator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.TransportSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.WireFormatNegotiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover.FailoverTransport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransportFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ClassLoadingAwareObjectInputStream\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IdGenerator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IntrospectionSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ServiceSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardEngine\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.startup\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.startup.DigesterFactory\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.catalina.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.util.LifecycleBase\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.coyote\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11.Http11NioProtocol\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.sshd.common.util.SecurityUtils\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util.net\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.tomcat.util.net.NioSelectorPool\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util.component\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.eclipse.jetty.util.component.AbstractLifeCycle\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.hibernate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.validator.internal.util.Version\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.mongodb\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.authenticator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.client\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.cluster\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.connection\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.operation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol.command\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.protocol.event\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.mongodb.driver.uri\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.api\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.api.AbstractOpenApiResource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.conditions\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.conditions.CacheOrGroupedOpenApiCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.conditions.MultipleOpenApiGroupsCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.conditions.MultipleOpenApiSupportCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.converters\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.converters.AdditionalModelsConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.converters.ModelConverterRegistrar\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.customizers\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.providers\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.providers.WebConversionServiceProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.service\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.service.GenericParameterService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.service.GenericResponseService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.service.OpenAPIService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.utils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springdoc.core.utils.PropertyResolverUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.AspectJExpressionPointcut\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.CglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.JdkDynamicAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.ObjenesisCglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.AbstractNestablePropertyAccessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.CachedIntrospectionResults\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.TypeConverterDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing.FailFastProblemReporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DefaultListableBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DisposableBeanAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.DefaultDocumentLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.XmlBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments$Source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplicationShutdownHook\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration$ProbesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnAvailableEndpointCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration$OnEnabledLoggingSystemCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration$MultipleNonPrimaryMeterRegistriesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration$LogbackLoggingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export.OnMetricsExportEnabledCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration$ApplicationStartupCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.availability.LivenessStateHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.mongo\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.mongo.MongoHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis.RedisHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointId\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.HealthEndpointSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.PingHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jms.JmsHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system.DiskSpaceHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationImportSelector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationPackages\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache.CacheCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnBeanCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnClassCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnExpressionCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnJndiCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnPropertyCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnResourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWarDeploymentCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration$ResourceBundleCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data.OnRepositoryTypeCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$JacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$PreferGsonOrJacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$GitResourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLogger\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.DefaultWebSecurityCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration$SqlInitializationModeCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DefaultDispatcherServletCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageNotAcceptableHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$ErrorTemplateMissingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability.ApplicationAvailabilityBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.FileEncodingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentContributors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataImporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataLoaders\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.StandardConfigDataLocationResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging.LoggingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.PropertySourcesDeducer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver$DefaultResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.OriginTrackedMapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries$JsonMixinComponentScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatStarter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatWebServer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.RegistrationBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ApplicationServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedFormContentFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.AutoProxyRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ClassPathBeanDefinitionScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.CommonAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassEnhancer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event.EventListenerMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index.CandidateComponentsIndexLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.ApplicationListenerDetector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DefaultLifecycleProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DelegatingMessageSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.LocalVariableTableParameterNameDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation.AnnotationTypeMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.codec\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.MapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertiesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$ComparisonPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$StubPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.StandardEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.SystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PathMatchingResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PropertySourceProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.ResourceArrayPropertyEditor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.SpringFactoriesLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AnnotationTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AssignableTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert.CustomConversions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context.MappingContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model.SimplePersistentPropertyPathAccessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.MongoTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.DefaultDbRefResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.LazyLoadingProxyFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.MappingMongoConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.MongoDatabaseFactoryReferenceLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.convert.QueryMapper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.aot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.aot.AotMongoRepositoryPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.query\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mongodb.repository.query.StringBasedMongoQuery\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis.JedisConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.RedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.StringRedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener.RedisMessageListenerContainer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryBeanDefinitionBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider$InterfaceTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryRegistrationAotProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.core.support.RepositoryFactorySupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web.ProxyingHandlerMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ByteArrayHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceRegionHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.StringHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json.MappingJackson2HttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config.DefaultJmsListenerContainerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.config.JmsListenerEndpointRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.connection.CachingConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core.JmsMessagingTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.core.JmsTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jms.support.SimpleJmsHeaderMapper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.JndiTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support.SimpleJndiBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.ResourceBundleThemeSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.UiApplicationContextUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util.PropertyPlaceholderHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation.DataBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation.beanvalidation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.HttpLogging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client.RestTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async.WebAsyncManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.StandardServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors.DefaultCorsProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter.ServerHttpObservationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.HandlerMethod\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation.ModelFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.DispatcherServlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.HandlerExecutionChain\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.PageNotFound\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation.WebMvcConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.HandlerFunctionAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.RouterFunctionMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.SimpleUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.PathResourceResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceHttpRequestHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceUrlProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support.SessionFlashMapManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.BeanNameViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.ContentNegotiatingViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.InternalResourceViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util.UrlPathHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.scheduler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.core.scheduler.Schedulers\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"reactor.util.Loggers\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis.HostAndPort\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis.JedisFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"redis.clients.jedis.JedisPool\": {\n            \"effectiveLevel\": \"INFO\"\n        }\n    },\n    \"groups\": {\n        \"web\": {\n            \"configuredLevel\": \"WARN\",\n            \"members\": [\n                \"org.springframework.core.codec\",\n                \"org.springframework.http\",\n                \"org.springframework.web\",\n                \"org.springframework.boot.actuate.endpoint.web\",\n                \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\"\n            ]\n        },\n        \"sql\": {\n            \"members\": [\n                \"org.springframework.jdbc.core\",\n                \"org.hibernate.SQL\",\n                \"org.jooq.tools.LoggerListener\"\n            ]\n        }\n    }\n}"},{"id":"c4ab110e-f3f1-4cc2-92dc-a8e21ccc52a5","name":"Get Loggers (for specific package)","originalRequest":{"method":"GET","header":[],"url":"https://cim.expertflow.com/bot-framework/actuator/loggers/com.ef.botframework"},"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"effectiveLevel\": \"DEBUG\"\n}"}],"_postman_id":"0d8aa7c9-8554-49eb-887d-d87c3a3afd85"},{"name":"Set Loggers","id":"09ab70b2-0da3-4ffa-b7fd-75b78f62d0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://cim.expertflow.com/bot-framework/actuator/loggers/com.ef.botframework","urlObject":{"protocol":"https","path":["bot-framework","actuator","loggers","com.ef.botframework"],"host":["cim","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"8e52f134-4e58-4d9b-858a-a0ddb76817f1","name":"Set Loggers (for specific package) ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\",\n    \"effectiveLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/bot-framework/actuator/loggers/com.ef.botframework"},"status":"No Content","code":204,"_postman_previewlanguage":"","header":[{}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"09ab70b2-0da3-4ffa-b7fd-75b78f62d0cd"}],"id":"433a0008-8a28-4f65-8648-917bc09116a8","_postman_id":"433a0008-8a28-4f65-8648-917bc09116a8","description":""}],"id":"ab883945-9600-4756-b91e-e090b531beec","_postman_id":"ab883945-9600-4756-b91e-e090b531beec","description":""},{"name":"Forms","item":[{"name":"Form Validations","item":[{"name":"Get Validation List","id":"d5e9d9e9-1df9-47b4-8e3f-0cc1b7fecb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/formValidation","description":"<p>This API allows you to pull the possible validation information for all fields in any form.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Get+Form+Validations\">https://docs.expertflow.com/display/CIMp/Get+Form+Validations</a></p>\n","urlObject":{"path":["formValidation"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3e47fce3-6e88-45fc-aee2-8242fb51b5a6","name":"Get Validation List","originalRequest":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/formValidation"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"type\": \"Boolean\",\n        \"regex\": \"(true|false|1|0)$\",\n        \"id\": \"60cf41c5a12e39c23a81750c\"\n    },\n    {\n        \"type\": \"Email\",\n        \"regex\": \"[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:.[a-zA-Z0-9-]+)*$\",\n        \"id\": \"60cf41c5a12e39c23a81750d\"\n    },\n    {\n        \"type\": \"IP\",\n        \"regex\": \"((^s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))s*$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*$))\",\n        \"id\": \"60cf41c5a12e39c23a81750e\"\n    },\n    {\n        \"type\": \"Number\",\n        \"regex\": \"[-+0-9.]+$\",\n        \"id\": \"60cf41c5a12e39c23a81750f\"\n    },\n    {\n        \"type\": \"Password\",\n        \"regex\": \"(?=.*[a-z])(?=.*[A-Z])(?=.*\\\\d)[a-zA-Z\\\\d]{8,256}$\",\n        \"id\": \"60cf41c5a12e39c23a817510\"\n    },\n    {\n        \"type\": \"PositiveNumber\",\n        \"regex\": \"[+]?([.]\\\\d+|\\\\d+([.]\\\\d+)?)$\",\n        \"id\": \"60cf41c5a12e39c23a817511\"\n    },\n    {\n        \"type\": \"PhoneNumber\",\n        \"regex\": \"[+]?([0-9]+(?:[.][0-9]*)?|.[0-9]+)$\",\n        \"id\": \"60cf41c5a12e39c23a817512\"\n    },\n    {\n        \"type\": \"String50\",\n        \"regex\": \".{1,50}$\",\n        \"id\": \"60cf41c5a12e39c23a817513\"\n    },\n    {\n        \"type\": \"String100\",\n        \"regex\": \".{1,100}$\",\n        \"id\": \"60cf41c5a12e39c23a817514\"\n    },\n    {\n        \"type\": \"String2000\",\n        \"regex\": \".{1,2000}$\",\n        \"id\": \"60cf41c5a12e39c23a817515\"\n    },\n    {\n        \"type\": \"URL\",\n        \"regex\": \"((([A-Za-z]{2,9}:(?://)?)(?:[\\\\-;:&=\\\\+\\\\$,\\\\w]+@)?[A-Za-z0-9\\\\.\\\\-]+|(?:www\\\\.|[\\\\-;:&=\\\\+\\\\$,\\\\w]+@)[A-Za-z0-9\\\\.\\\\-]+)((?:/[\\\\+~%/\\\\.\\\\w\\\\-_]*)?\\\\??(?:[\\\\-\\\\+=&;%@\\\\.\\\\w_]*)#?(?:[\\\\.\\\\!/\\\\\\\\\\\\w]*))?)\",\n        \"id\": \"60cf41c5a12e39c23a817516\"\n    },\n    {\n        \"type\": \"Alphanum100\",\n        \"regex\": \"[a-zA-Z0-9 ]{1,100}$\",\n        \"id\": \"60d32663a12e39c23a81bc1a\"\n    },\n    {\n        \"type\": \"AlphanumSpecial200\",\n        \"regex\": \"[ A-Za-z0-9_@.,;:`~=*'%$!^/#&+()?{}>&lt;|-]{0,200}$\",\n        \"id\": \"60d32663a12e39c23a81bc1b\"\n    }\n]"}],"_postman_id":"d5e9d9e9-1df9-47b4-8e3f-0cc1b7fecb4d"}],"id":"b9d9e3a9-6505-4b04-84fa-9535365149b3","description":"<p>This API allows you to pull the possible validation information for all fields in any form.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Get+Form+Validations\">https://docs.expertflow.com/display/CIMp/Get+Form+Validations</a></p>\n","_postman_id":"b9d9e3a9-6505-4b04-84fa-9535365149b3"},{"name":"TinyUrls","item":[{"name":"TinyUrl Post Request","id":"35f3a800-21df-4a2d-bbf9-5d58aa93cb4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://efcx-frontend.expertflow.com/unified-admin/assets/web-published-form/?formUrl=https://efcx-frontend.expertflow.com/unified-admin&formId=674d89a87733e80027c33efe&serviceIdentifier=1122&channelCustomerIdentifier=1234&conversationId=674d8ba501741310d50ca379\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{unifiedAdminUrl}}/tiny-url/getShortUrl","urlObject":{"path":["tiny-url","getShortUrl"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35f3a800-21df-4a2d-bbf9-5d58aa93cb4e"},{"name":"Get LongUrl Request","id":"511575ac-8695-45be-a7df-5c620f7451d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{unifiedAdminUrl}}/tiny-url/getOriginalUrl/:hash","urlObject":{"path":["tiny-url","getOriginalUrl",":hash"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[{"id":"893a63fb-576d-4278-a8c7-038bbf3dc431","type":"any","value":"","key":"hash"}]}},"response":[],"_postman_id":"511575ac-8695-45be-a7df-5c620f7451d5"},{"name":"Expire ShortURL Request","id":"011b6da7-3bda-4455-8f4a-5175e62bd378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{unifiedAdminUrl}}/tiny-url/expireShortUrl/:hash","urlObject":{"path":["tiny-url","expireShortUrl",":hash"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[{"id":"fdf0c565-8171-413c-ad47-934c6a6d1efe","type":"any","value":"","key":"hash"}]}},"response":[],"_postman_id":"011b6da7-3bda-4455-8f4a-5175e62bd378"},{"name":"markAsSubmitted","id":"a718fcea-fe90-45ac-8155-01b81841eeb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"{{unifiedAdminUrl}}/tiny-url/markAsSubmitted/:hash","urlObject":{"path":["tiny-url","markAsSubmitted",":hash"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[{"id":"8a0f979c-55d0-409c-9526-7058dea7c3d0","type":"any","value":"","key":"hash"}]}},"response":[],"_postman_id":"a718fcea-fe90-45ac-8155-01b81841eeb6"}],"id":"b08f410d-55a4-49f6-bcb0-7c9d017bb1b8","_postman_id":"b08f410d-55a4-49f6-bcb0-7c9d017bb1b8","description":""},{"name":"To add form","id":"0639ed0f-ca1e-4f25-bd7f-e2fc723194c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formTitle\": \"New Form\",\n    \"formDescription\": \"This is helping text.\",\n    \"attributes\": [\n        {\n            \"key\": \"first_name\",\n            \"label\": \"First Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"INPUT\",\n            \"valueType\": \"String100\",\n            \"isRequired\": true,\n            \"categoryOptions\": {}\n        },\n        {\n            \"key\": \"state_name\",\n            \"label\": \"State Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"OPTIONS\",\n            \"valueType\": \"StringList\",\n            \"isRequired\": true,\n            \"categoryOptions\": \n            {\n                \"isMultipleChoice\": true,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"Category1\",\n                        \"values\": [\n                            \"Badin\",\n                            \"Chaman\",\n                            \"Balakot\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"},"url":"{{unifiedAdminUrl}}/forms","description":"<p>This API allows you to create form.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Create+Form\">https://docs.expertflow.com/display/CIMp/Create+Form</a></p>\n","urlObject":{"path":["forms"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9ff3d3ba-424d-48b7-9f5f-077124c3ef10","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"formTitle\": \"New Form\",\n    \"formDescription\": \"This is helping text.\",\n    \"attributes\": [\n        {\n            \"key\": \"first_name\",\n            \"label\": \"First Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"INPUT\",\n            \"valueType\": \"String100\",\n            \"isRequired\": true,\n            \"categoryOptions\": {}\n        },\n        {\n            \"key\": \"state_name\",\n            \"label\": \"State Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"OPTIONS\",\n            \"valueType\": \"StringList\",\n            \"isRequired\": true,\n            \"categoryOptions\": \n            {\n                \"isMultipleChoice\": true,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"Category1\",\n                        \"values\": [\n                            \"Badin\",\n                            \"Chaman\",\n                            \"Balakot\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{unifiedAdminUrl}}/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\":\"1\",\n    \"formTitle\": \"New Form\",\n    \"formDescription\": \"This is helping text.\",\n    \"attributes\": [\n        {\n            \"key\": \"first_name\",\n            \"label\": \"First Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"INPUT\",\n            \"valueType\": \"String100\",\n            \"isRequired\": true,\n            \"categoryOptions\": {}\n        },\n        {\n            \"key\": \"state_name\",\n            \"label\": \"State Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"OPTIONS\",\n            \"valueType\": \"StringList\",\n            \"isRequired\": true,\n            \"categoryOptions\": \n            {\n                \"isMultipleChoice\": true,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"Category1\",\n                        \"values\": [\n                            \"Badin\",\n                            \"Chaman\",\n                            \"Balakot\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"0639ed0f-ca1e-4f25-bd7f-e2fc723194c8"},{"name":"FormData as CX Activity","id":"461167ea-3e7a-4034-baa8-a66ed18bea11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"6780b0f18b3f1564cc119967\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"03215456987\",\n            \"serviceIdentifier\": \"1122\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"WEB_FORM_ACTIVITY\",\n        \"entities\": {},\n        \"channelSessionId\": \"682c30474d25664349eca967\",\n        \"conversationId\": \"682c3047ebd50e63885b80c6\",\n        \"customer\": {\n            \"_id\": \"682c304750eac92ae455b429\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"type\": \"APP\",\n            \"senderName\": \"WEB_CHANNEL_FORM\",\n            \"additionalDetail\": null\n        }\n    },\n    \"body\": {\n        \"formId\": \"6780b0f18b3f1564cc119967\",\n        \"formTitle\": \"Survey form iqra\",\n        \"formType\": \"Survey\",\n        \"type\": \"FORM_DATA\",\n        \"enableSections\": false,\n        \"enableWeightage\": false,\n        \"formWeightage\": null,\n        \"additionalDetail\": null,\n        \"sentiment\": {\n            \"result\": null,\n            \"color\": null\n        },\n        \"sections\": [\n            {\n                \"sectionId\": \"6780b1508b3f1564cc119a5b\",\n                \"sectionName\": \"New Section\",\n                \"sectionWeightage\": null,\n                \"attributes\": [ \n                    {\n                        \"id\": \"6780b1508b3f1564cc119a6e\",\n                        \"label\": \"5 star\",\n                        \"valueType\": \"5-star-rating\",\n                        \"attributeWeightage\": null,\n                        \"attributeType\": \"OPTIONS\",\n                        \"skipType\": null,\n                        \"attributeAttachment\": \"\",\n                        \"answer\": [\n                            {\n                                \"label\": \"Text 1\",\n                                \"value\": \"1\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Smile\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-1.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 2\",\n                                \"value\": \"2\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Happy\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-2.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 3\",\n                                \"value\": \"3\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Neutral\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-3.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 4\",\n                                \"value\": \"4\",\n                                \"isSelected\": true,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Sad\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-4.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 5\",\n                                \"value\": \"5\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Angry\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-5.svg\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6780b1508b3f1564cc119a6f\",\n                        \"label\": \"NPS\",\n                        \"valueType\": \"nps\",\n                        \"attributeWeightage\": null,\n                        \"attributeType\": \"OPTIONS\",\n                        \"skipType\": null,\n                        \"attributeAttachment\": \"\",\n                        \"answer\": [\n                            {\n                                \"label\": \"poor\",\n                                \"value\": \"0\",\n                                \"isSelected\": true,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 1,\n                                \"value\": \"1\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 2,\n                                \"value\": \"2\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 3,\n                                \"value\": \"3\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 4,\n                                \"value\": \"4\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 5,\n                                \"value\": \"5\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 6,\n                                \"value\": \"6\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 7,\n                                \"value\": \"7\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Orange\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#FECB2D\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 8,\n                                \"value\": \"8\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Orange\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#FECB2D\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 9,\n                                \"value\": \"9\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Green\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#28C591\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"excellent\",\n                                \"value\": \"10\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Green\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#28C591\",\n                                        \"media\": null\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"{{unifiedAdminUrl}}/forms/formData","description":"<p>This API is a proxy of conversation manager api for pushing form data as an activity</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Create+Form\">https://docs.expertflow.com/display/CIMp/Create+Form</a></p>\n","urlObject":{"path":["forms","formData"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7e3d3292-6197-4361-9fa6-eecc95df8546","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"6780b0f18b3f1564cc119967\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"03215456987\",\n            \"serviceIdentifier\": \"1122\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"WEB_FORM_ACTIVITY\",\n        \"entities\": {},\n        \"channelSessionId\": \"682c30474d25664349eca967\",\n        \"conversationId\": \"682c3047ebd50e63885b80c6\",\n        \"customer\": {\n            \"_id\": \"682c304750eac92ae455b429\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null,\n        \"sender\": {\n            \"id\": \"f1370ff7-43fa-496e-9966-e64061d35f5c\",\n            \"type\": \"APP\",\n            \"senderName\": \"WEB_CHANNEL_FORM\",\n            \"additionalDetail\": null\n        }\n    },\n    \"body\": {\n        \"formId\": \"6780b0f18b3f1564cc119967\",\n        \"formTitle\": \"Survey form iqra\",\n        \"formType\": \"Survey\",\n        \"type\": \"FORM_DATA\",\n        \"enableSections\": false,\n        \"enableWeightage\": false,\n        \"formWeightage\": null,\n        \"additionalDetail\": null,\n        \"sentiment\": {\n            \"result\": null,\n            \"color\": null\n        },\n        \"sections\": [\n            {\n                \"sectionId\": \"6780b1508b3f1564cc119a5b\",\n                \"sectionName\": \"New Section\",\n                \"sectionWeightage\": null,\n                \"attributes\": [ \n                    {\n                        \"id\": \"6780b1508b3f1564cc119a6e\",\n                        \"label\": \"5 star\",\n                        \"valueType\": \"5-star-rating\",\n                        \"attributeWeightage\": null,\n                        \"attributeType\": \"OPTIONS\",\n                        \"skipType\": null,\n                        \"attributeAttachment\": \"\",\n                        \"answer\": [\n                            {\n                                \"label\": \"Text 1\",\n                                \"value\": \"1\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Smile\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-1.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 2\",\n                                \"value\": \"2\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Happy\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-2.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 3\",\n                                \"value\": \"3\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Neutral\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-3.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 4\",\n                                \"value\": \"4\",\n                                \"isSelected\": true,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Sad\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-4.svg\"\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"Text 5\",\n                                \"value\": \"5\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Angry\",\n                                        \"type\": \"filled\",\n                                        \"color\": null,\n                                        \"media\": \"https://efcx-rmt2.expertflow.com/unified-admin/assets/images/form-assets/emoticon-filled-5.svg\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6780b1508b3f1564cc119a6f\",\n                        \"label\": \"NPS\",\n                        \"valueType\": \"nps\",\n                        \"attributeWeightage\": null,\n                        \"attributeType\": \"OPTIONS\",\n                        \"skipType\": null,\n                        \"attributeAttachment\": \"\",\n                        \"answer\": [\n                            {\n                                \"label\": \"poor\",\n                                \"value\": \"0\",\n                                \"isSelected\": true,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 1,\n                                \"value\": \"1\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 2,\n                                \"value\": \"2\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 3,\n                                \"value\": \"3\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 4,\n                                \"value\": \"4\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 5,\n                                \"value\": \"5\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 6,\n                                \"value\": \"6\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Red\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#F14949\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 7,\n                                \"value\": \"7\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Orange\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#FECB2D\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 8,\n                                \"value\": \"8\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Orange\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#FECB2D\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": 9,\n                                \"value\": \"9\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Green\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#28C591\",\n                                        \"media\": null\n                                    }\n                                }\n                            },\n                            {\n                                \"label\": \"excellent\",\n                                \"value\": \"10\",\n                                \"isSelected\": false,\n                                \"additionalAttributes\": {\n                                    \"optionWeightage\": 0,\n                                    \"enableStyle\": true,\n                                    \"optionStyle\": {\n                                        \"name\": \"Green\",\n                                        \"type\": \"nps\",\n                                        \"color\": \"#28C591\",\n                                        \"media\": null\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"{{unifiedAdminUrl}}/forms/formData"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 20 May 2025 08:20:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"cd179b2a-a73b-4882-91bf-cac741149aad"},{"key":"ETag","value":"W/\"1a-3kgiwnLTVJjPZ+62X+UtrlF6mXc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Max-Age","value":"5"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"\"682c3b60ebd50e63885ba5e8\""}],"_postman_id":"461167ea-3e7a-4034-baa8-a66ed18bea11"},{"name":"To get forms list","id":"d2a5cf8c-9a81-4164-9628-c446825f4b6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/forms","description":"<p>This API allows you to pull form information.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Get+Form\">https://docs.expertflow.com/display/CIMp/Get+Form</a></p>\n","urlObject":{"path":["forms"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2b9554f7-4bcb-4d89-866c-cd5b3598954f","name":"OK","originalRequest":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\":\"1\",\n        \"formTitle\": \"New Form\",\n        \"formDescription\": \"This is helping text.\",\n        \"attributes\": [\n            {\n                \"key\": \"first_name\",\n                \"label\": \"First Name\",\n                \"helpText\": \"This is helping text\",\n                \"attributeType\": \"INPUT\",\n                \"valueType\": \"String100\",\n                \"isRequired\": true,\n                \"categoryOptions\": {}\n            },\n            {\n                \"key\": \"state_name\",\n                \"label\": \"State Name\",\n                \"helpText\": \"This is helping text\",\n                \"attributeType\": \"OPTIONS\",\n                \"valueType\": \"StringList\",\n                \"isRequired\": true,\n                \"categoryOptions\": \n                {\n                    \"isMultipleChoice\": true,\n                    \"categories\": [\n                        {\n                            \"categoryName\": \"Category1\",\n                            \"values\": [\n                                \"Badin\",\n                                \"Chaman\",\n                                \"Balakot\"\n                            ]\n                        }\n                    ]\n                }\n            }\n        ]\n    },\n    {\n        \"id\":\"2\",\n        \"formTitle\": \"New Form\",\n        \"formDescription\": \"This is helping text.\",\n        \"attributes\": [] \n    }\n    \n]"}],"_postman_id":"d2a5cf8c-9a81-4164-9628-c446825f4b6b"},{"name":"To update form","id":"6c3dcd21-be33-4ecf-aaf9-86a3c7e5bd45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"formTitle\": \"Form\",\n    \"formDescription\": \"\",\n    \"attributes\": [\n        {\n            \"_id\": \"60acf2be415b2c2da4f8e9d0\",\n            \"attributeType\": \"INPUT\",\n            \"helpText\": \"\",\n            \"isRequired\": true,\n            \"key\": \"New_Attribute2\",\n            \"label\": \"New Attribute2\",\n            \"valueType\": \"AlphaNum100\"\n        },\n        {\n            \"_id\": \"60acf2be415b2c2da4f8e9d1\",\n            \"attributeType\": \"OPTIONS\",\n            \"helpText\": \"\",\n            \"isRequired\": true,\n            \"key\": \"New_Attribute3\",\n            \"label\": \"New Attribute3\",\n            \"valueType\": \"StringList\",\n            \"categoryOptions\": {\n                \"isMultipleChoice\": false,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"werwe\",\n                        \"values\": [\n                            \"rwwer\"\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"60acf2be415b2c2da4f8e9d2\",\n            \"attributeType\": \"INPUT\",\n            \"helpText\": \"\",\n            \"isRequired\": true,\n            \"key\": \"New_Attribute1\",\n            \"label\": \"New Attribute1\",\n            \"valueType\": \"String100\"\n        }\n    ],\n    \"id\": \"60acedcbebbaac32246abcf0\"\n}"},"url":"{{unifiedAdminUrl}}/forms","description":"<p>This API allows you to update form information.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Update+Form\">https://docs.expertflow.com/</a><a href=\"https://docs.expertflow.com/display/CIMp/Update+Form\">Update+Form</a></p>\n","urlObject":{"path":["forms"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"422a1612-2d3f-4c3e-a1eb-54164484e387","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\",\n    \"formTitle\": \"New Form\",\n    \"formDescription\": \"This is helping text.\",\n    \"attributes\": [\n        {\n            \"key\": \"first_name\",\n            \"label\": \"First Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"INPUT\",\n            \"valueType\": \"String100\",\n            \"isRequired\": true,\n            \"categoryOptions\": {}\n        },\n        {\n            \"key\": \"state_name\",\n            \"label\": \"State Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"OPTIONS\",\n            \"valueType\": \"StringList\",\n            \"isRequired\": true,\n            \"categoryOptions\": \n            {\n                \"isMultipleChoice\": true,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"Category1\",\n                        \"values\": [\n                            \"Badin\",\n                            \"Chaman\",\n                            \"Balakot\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{unifiedAdminUrl}}/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\":\"1\",\n    \"formTitle\": \"New Form Update\",\n    \"formDescription\": \"This is helping text.\",\n    \"attributes\": [\n        {\n            \"key\": \"first_name\",\n            \"label\": \"First Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"INPUT\",\n            \"valueType\": \"String100\",\n            \"isRequired\": true,\n            \"categoryOptions\": {}\n        },\n        {\n            \"key\": \"state_name\",\n            \"label\": \"State Name\",\n            \"helpText\": \"This is helping text\",\n            \"attributeType\": \"OPTIONS\",\n            \"valueType\": \"StringList\",\n            \"isRequired\": true,\n            \"categoryOptions\": \n            {\n                \"isMultipleChoice\": true,\n                \"categories\": [\n                    {\n                        \"categoryName\": \"Category1\",\n                        \"values\": [\n                            \"Badin\",\n                            \"Chaman\",\n                            \"Balakot\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"6c3dcd21-be33-4ecf-aaf9-86a3c7e5bd45"},{"name":"To delete form","id":"3e3c0d3a-42db-4368-b891-4128c49786c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{unifiedAdminUrl}}/forms/:formID","description":"<p>This API allows you to delete form.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Delete+Form\">https://docs.expertflow.com/display/CIMp/Delete+Form</a></p>\n","urlObject":{"path":["forms",":formID"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[{"id":"c65ccec0-a64d-4c01-a552-7d11f2d5117f","type":"any","value":"11148542-0066-4b3b-bf53-91797bb8ea4f","key":"formID"}]}},"response":[{"id":"c7bc3cb0-bf2f-4da8-89e7-a05cc6eeda19","name":"OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{unifiedAdminUrl}}/forms/:formID","host":["{{unifiedAdminUrl}}"],"path":["forms",":formID"],"variable":[{"key":"formID","value":"2ff37499-afe0-49d4-9796-6e897756585d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\":\"Deleted\",\n    \"message\":\"Form Deleted Successfully\"\n}"}],"_postman_id":"3e3c0d3a-42db-4368-b891-4128c49786c6"},{"name":"Get Form By Id","id":"d4ee17d9-b175-4394-9b00-54dd37c483ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/forms/:formID","description":"<p>This API allows you to pull form information.</p>\n<p>The description of the fields for this API is given here: <a href=\"https://docs.expertflow.com/display/CIMp/Get+Form\">https://docs.expertflow.com/display/CIMp/Get+Form</a></p>\n","urlObject":{"path":["forms",":formID"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[{"id":"4997afa2-a80b-4f38-98ea-c7f706abab09","description":{"content":"<p>ID of the form</p>\n","type":"text/plain"},"type":"any","value":"60acf3d5eb3362006060fa74","key":"formID"}]}},"response":[{"id":"8ffb0c77-d016-4ba5-bc18-aa3edddd3c44","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{unifiedAdminUrl}}/forms/:formID","host":["{{unifiedAdminUrl}}"],"path":["forms",":formID"],"variable":[{"key":"formID","value":""}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"formTitle\": \"New Form\",\n        \"formDescription\": \"This is helping text.\",\n        \"attributes\": [\n            {\n                \"key\": \"first_name\",\n                \"label\": \"First Name\",\n                \"helpText\": \"This is helping text\",\n                \"attributeType\": \"INPUT\",\n                \"valueType\": \"String100\",\n                \"isRequired\": true,\n                \"categoryOptions\": {}\n            },\n            {\n                \"key\": \"state_name\",\n                \"label\": \"State Name\",\n                \"helpText\": \"This is helping text\",\n                \"attributeType\": \"OPTIONS\",\n                \"valueType\": \"StringList\",\n                \"isRequired\": true,\n                \"categoryOptions\": {\n                    \"isMultipleChoice\": true,\n                    \"categories\": [\n                        {\n                            \"categoryName\": \"Category1\",\n                            \"values\": [\n                                \"Badin\",\n                                \"Chaman\",\n                                \"Balakot\"\n                            ]\n                        }\n                    ]\n                }\n            }\n        ]\n    },\n    {\n        \"id\": \"2\",\n        \"formTitle\": \"New Form\",\n        \"formDescription\": \"This is helping text.\",\n        \"attributes\": []\n    }\n]"}],"_postman_id":"d4ee17d9-b175-4394-9b00-54dd37c483ac"},{"name":"Get All Form Titles","id":"dd9ebe90-8e48-4b19-82d0-f082b562e766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unified-admin-url}}}/forms/getAllFormTitles","urlObject":{"path":["forms","getAllFormTitles"],"host":["{{unified-admin-url}}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd9ebe90-8e48-4b19-82d0-f082b562e766"},{"name":"Server side search","id":"2ecd1af2-c8ea-4581-aad9-6fce96e41f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/wrapupSearch/formID?q=op&sectionIndex=0&attributeIndex=0&page=1&limit=20","urlObject":{"path":["wrapupSearch","formID"],"host":["{{unifiedAdminUrl}}"],"query":[{"key":"q","value":"op"},{"key":"sectionIndex","value":"0"},{"key":"attributeIndex","value":"0"},{"key":"page","value":"1"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"17b08dcf-20bb-400a-bc7c-85426e5594e9","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-frontend.expertflow.com/forms/wrapupSearch/68d1202943d75833631cec52?q=op&sectionIndex=0&attributeIndex=0&page=1&limit=20","protocol":"https","host":["efcx-frontend","expertflow","com"],"path":["forms","wrapupSearch","68d1202943d75833631cec52"],"query":[{"key":"q","value":"op"},{"key":"sectionIndex","value":"0"},{"key":"attributeIndex","value":"0"},{"key":"page","value":"1"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 23 Sep 2025 11:23:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"1edfcf23-da7e-4739-8ca0-5f45720e77a9"},{"key":"ETag","value":"W/\"38f-v3CPU+3dzLo3Uttmq91XVQNZFfQ\""},{"key":"Set-Cookie","value":"connect.sid=s%3AyxHUi_8i-kVus0efZ4iTbS6hBfbM_-wG.kBdZ5aMtza6%2BLUFSmBwyr1XBN%2Fdkx1gh7fqxFLQuViQ; Path=/; HttpOnly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"totalMatches\": 3,\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"hasMore\": false\n    },\n    \"attributeOptions\": {\n        \"enableCategory\": true,\n        \"isMultipleChoice\": false\n    },\n    \"results\": [\n        {\n            \"categoryName\": \"\",\n            \"label\": \"Option 1\",\n            \"value\": \"Option 1\",\n            \"optionWeightage\": null,\n            \"optionStyle\": {\n                \"name\": null,\n                \"type\": null,\n                \"color\": null,\n                \"media\": null\n            },\n            \"display\": \"Option 1\",\n            \"_indices\": {\n                \"sectionIndex\": 0,\n                \"attributeIndex\": 0,\n                \"categoryIndex\": 0,\n                \"optionIndex\": 0\n            }\n        },\n        {\n            \"categoryName\": \"\",\n            \"label\": \"Option 2\",\n            \"value\": \"Option 2\",\n            \"optionWeightage\": null,\n            \"optionStyle\": {\n                \"name\": null,\n                \"type\": null,\n                \"color\": null,\n                \"media\": null\n            },\n            \"display\": \"Option 2\",\n            \"_indices\": {\n                \"sectionIndex\": 0,\n                \"attributeIndex\": 0,\n                \"categoryIndex\": 0,\n                \"optionIndex\": 1\n            }\n        },\n        {\n            \"categoryName\": \"\",\n            \"label\": \"Option 3\",\n            \"value\": \"Option 3\",\n            \"optionWeightage\": null,\n            \"optionStyle\": {\n                \"name\": null,\n                \"type\": null,\n                \"color\": null,\n                \"media\": null\n            },\n            \"display\": \"Option 3\",\n            \"_indices\": {\n                \"sectionIndex\": 0,\n                \"attributeIndex\": 0,\n                \"categoryIndex\": 0,\n                \"optionIndex\": 2\n            }\n        }\n    ]\n}"}],"_postman_id":"2ecd1af2-c8ea-4581-aad9-6fce96e41f2f"},{"name":"Paginated form","id":"a66c30ac-178c-46ae-8c6e-a89d15054380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{unifiedAdminUrl}}/forms/paginatedForm/formID?level=categories&sectionIndex=0&attributeIndex=0&page=1&limit=5","urlObject":{"path":["forms","paginatedForm","formID"],"host":["{{unifiedAdminUrl}}"],"query":[{"key":"level","value":"categories"},{"key":"sectionIndex","value":"0"},{"key":"attributeIndex","value":"0"},{"key":"page","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"4488cc9d-f702-426e-930d-11590b7cf5aa","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://efcx-frontend.expertflow.com/unified-admin/forms/paginatedForm/62d07f4f0980a50a91210bef?level=categories&sectionIndex=0&attributeIndex=0&page=1&limit=5","protocol":"https","host":["efcx-frontend","expertflow","com"],"path":["unified-admin","forms","paginatedForm","62d07f4f0980a50a91210bef"],"query":[{"key":"level","value":"categories"},{"key":"sectionIndex","value":"0"},{"key":"attributeIndex","value":"0"},{"key":"page","value":"1"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 23 Sep 2025 11:26:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"acfdd602-ff2d-41ef-b2f3-f151979c8c09"},{"key":"ETag","value":"W/\"1a7-GbD4k8K0Q+OB54tXTRnv2rfE8lo\""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Max-Age","value":"5"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"totalCategories\": 6,\n        \"currentPage\": 1,\n        \"totalPages\": 2,\n        \"hasMore\": true\n    },\n    \"categories\": [\n        {\n            \"_categoryIndex\": 0,\n            \"label\": \"Billing Issues\",\n            \"totalOptions\": 3\n        },\n        {\n            \"_categoryIndex\": 1,\n            \"label\": \"Technical Support\",\n            \"totalOptions\": 3\n        },\n        {\n            \"_categoryIndex\": 2,\n            \"label\": \"Product Information\",\n            \"totalOptions\": 3\n        },\n        {\n            \"_categoryIndex\": 3,\n            \"label\": \"Service Request\",\n            \"totalOptions\": 3\n        },\n        {\n            \"_categoryIndex\": 4,\n            \"label\": \"Feedback/Complaint\",\n            \"totalOptions\": 3\n        }\n    ]\n}"}],"_postman_id":"a66c30ac-178c-46ae-8c6e-a89d15054380"},{"name":"Update form","id":"8b2b5743-28a9-48ac-8713-44758864e48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{unifiedAdminUrl}}/forms/formID","urlObject":{"path":["forms","formID"],"host":["{{unifiedAdminUrl}}"],"query":[],"variable":[]}},"response":[{"id":"66fb2e2f-23e9-40d5-b5c3-0da8c7c67ae6","name":"OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"op\": \"replace\",\r\n        \"path\": \"/formTitle\",\r\n        \"value\": \"Pre Chat form\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://cx-core-02.expertflow.com/unified-admin/forms/68c96d56e37b1c4d70d9445e"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 23 Sep 2025 12:46:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"460ceac5-9550-4995-b10e-7bd72e885d3b"},{"key":"ETag","value":"W/\"70-m3/xUz3MsQHo7v3s5N3oQbYTl4Y\""},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Form updated successfully\",\n    \"actions\": [\n        {\n            \"op\": \"replace\",\n            \"path\": \"/formTitle\",\n            \"value\": \"Pre Chat form\"\n        }\n    ]\n}"}],"_postman_id":"8b2b5743-28a9-48ac-8713-44758864e48a"}],"id":"61350c0c-9769-4a0a-9464-cbbc412bdf84","description":"<p>This section contains description of APIs for creating, updating, deleting forms and for validation of form fields.</p>\n<p>The detailed description for each form API is contained here in this document: <a href=\"https://docs.expertflow.com/display/CIMp/Form+APIs\">https://docs.expertflow.com/display/CIMp/Form+APIs</a></p>\n","_postman_id":"61350c0c-9769-4a0a-9464-cbbc412bdf84"},{"name":"Reporting","item":[{"name":"Actuator","item":[{"name":"Get Loggers","id":"ff9c2a83-2fac-4157-aac6-917d51eab457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/actuator/loggers","urlObject":{"path":["actuator","loggers"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"7cc4d2cb-09dd-4225-9b15-e69947650bad","name":"Get Loggers","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/actuator/loggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:51:50 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"levels\": [\n        \"OFF\",\n        \"ERROR\",\n        \"WARN\",\n        \"INFO\",\n        \"DEBUG\",\n        \"TRACE\"\n    ],\n    \"loggers\": {\n        \"ROOT\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping.Mappings\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.ef\": {\n            \"configuredLevel\": \"DEBUG\",\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.realtimereportsmanager\": {\n            \"configuredLevel\": \"INFO\",\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.common\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.common.CommonLogger\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.config.RedisConfig\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.AgentActivityController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.AgentStateController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.BotActiveChatsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.HistoricalDataController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.MrdStatsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.QueueActiveChatsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.QueueStatsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.QueuedChatsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.controller.TeamsController\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.exceptions\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.exceptions.GenericExceptionHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.exceptions.RestResponseEntityExceptionHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.repository\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.repository.AgentPresenceRepository\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.AgentActivityDetailService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.AgentStateService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.BotActiveChatsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.HistoricalDataService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.MrdStatsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.QueueActiveChatsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.QueueStatsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.QueuedChatsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.service.TeamsService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.utility\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.realtimereportsmanager.utility.Utility\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.HikariConfig\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.HikariDataSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool.HikariPool\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool.PoolBase\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool.PoolEntry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool.ProxyConnection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.pool.ProxyLeakTask\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.util.ConcurrentBag\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"com.zaxxer.hikari.util.DriverDataSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event.jfr\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.event.jfr.EventRecorderHolder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.AddressResolverGroupProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.DefaultClientResources\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.lettuce.core.resource.DefaultEventLoopGroupProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.common.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.JvmGcMetrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb.DefaultMongoCommandTagsProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.core.instrument.internal.DefaultGauge\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation.SimpleObservation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.micrometer.observation.SimpleObservation$SimpleScope\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.resolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.resolver.AddressResolverGroup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.HashedWheelTimer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.ResourceLeakDetector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.ResourceLeakDetectorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.AbstractEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.DefaultPromise.rejectedExecution\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.FastThreadLocalThread\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.GlobalEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.concurrent.SingleThreadEventExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.CleanerJava9\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.InternalThreadLocalMap\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.PlatformDependent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.PlatformDependent0\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.SystemPropertyUtil\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"io.netty.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.startup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.startup.DigesterFactory\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.catalina.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.catalina.util.LifecycleBase\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.apache.coyote\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.coyote.http11\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.coyote.http11.Http11NioProtocol\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.sshd.common.util.SecurityUtils\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util.net\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.apache.tomcat.util.net.NioSelectorPool\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util.component\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.eclipse.jetty.util.component.AbstractLifeCycle\": {\n            \"configuredLevel\": \"ERROR\",\n            \"effectiveLevel\": \"ERROR\"\n        },\n        \"org.hibernate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.HQL_FUNCTIONS\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.SQL\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.SQL_SLOW\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.Version\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.MetadataSources\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.beanvalidation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.beanvalidation.BeanValidationEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.beanvalidation.BeanValidationIntegrator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.beanvalidation.TypeSafeActivator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.cfgxml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.cfgxml.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.cfgxml.internal.ConfigLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.cfgxml.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.cfgxml.spi.LoadedConfig\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.BootstrapContextImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.ClassLoaderAccessImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.IdGeneratorInterpreterImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.InFlightMetadataCollectorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.MetadataBuilderImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.internal.SessionFactoryOptionsBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal.AbstractBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal.MappingBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.convert.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.convert.internal.AttributeConverterManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.internal.AnnotationBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.internal.XMLContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.process\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.process.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.process.internal.ScanningCoordinator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.process.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.process.spi.MetadataBuildingProcess\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.relational\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.relational.Namespace\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.annotations\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.ModelBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.classloading\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.selector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.selector.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.registry.selector.internal.StrategySelectorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.boot.spi.XmlMappingBinderAccess\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.bytecode\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.bytecode.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cache.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cache.internal.CollectionCacheInvalidator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cache.internal.RegionFactoryInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cfg\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.cfg.Environment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.dialect\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.dialect.Dialect\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.config.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.config.internal.ConfigurationServiceImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.connections\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.cursor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.cursor.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.dialect\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.dialect.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jdbc.spi.SqlExceptionHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jndi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jndi.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.jndi.internal.JndiServiceImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction.jta\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.AbstractFlushingEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.AbstractReassociateEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.AbstractSaveEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultAutoFlushEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultDeleteEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultDirtyCheckEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultEvictEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultFlushEntityEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultInitializeCollectionEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultLoadEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultLockEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultMergeEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultPersistEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultRefreshEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultReplicateEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultResolveNaturalIdEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.DefaultSaveOrUpdateEventListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.internal.EntityCopyObserverFactoryInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.service\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.service.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.service.internal.EventListenerGroupImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.integrator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.integrator.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.integrator.internal.IntegratorServiceImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal.SessionFactoryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal.SessionFactoryRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.internal.util.ConfigHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.HibernatePersistenceProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.boot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.boot.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.event.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.event.internal.CallbacksFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.internal.PersistenceUnitUtilImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.internal.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.jpa.internal.util.LogHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.loader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.loader.BatchFetchStyle\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.mapping.Table\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.internal.AttributeFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.internal.MetadataContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.model.domain\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.model.domain.JpaMetamodel\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.model.domain.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.dialect\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.idgen\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.idgen.factory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.jdbc.batch\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.model.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.model.mapping.creation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.query\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.query.plan\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.orm.query.plan.cache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.proxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.proxy.pojo\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.proxy.pojo.bytebuddy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.named\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.named.NamedObjectRepository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.function\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.function.SqmFunctionRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.produce\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.produce.function\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.produce.function.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.produce.function.internal.PatternRenderer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.tree\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.query.sqm.tree.SqmNode\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.jdbc.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.backend\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service.internal.AbstractServiceRegistryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service.internal.SessionFactoryServiceRegistryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.service.spi.ServiceBinding\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.stat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.stat.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.stat.internal.StatisticsInitiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.tool\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.tool.schema\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.tool.schema.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.BasicTypeRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.JdbcTypeNameMapper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.java\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.java.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.java.spi.JavaTypeRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.jdbc.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.sql\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.sql.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.spi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.spi.TypeConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.type.spi.TypeConfiguration$Scope\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.AbstractConfigurationImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorFactoryImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.ValidatorImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.AbstractConstraintValidatorManagerImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManagerImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.groups\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver.JPATraversableResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.resolver.TraversableResolvers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.engine.valueextraction.ValueExtractorResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.core.ConstraintHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.DefaultGetterPropertySelectionStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.javabean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.properties.javabean.JavaBeanParameter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.Contracts\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.ExecutableHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.ReflectionHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.TypeHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.TypeVariables\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.Version\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.LoadClass\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.util.privilegedactions.NewInstance\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ResourceLoaderHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationBootstrapParameters\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.internal.xml.config.ValidationXmlParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.resourceloading\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.hibernate.validator.resourceloading.PlatformResourceBundleLocator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.jboss\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.jboss.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.AspectJExpressionPointcut\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.CglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.ObjenesisCglibAopProxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.AbstractNestablePropertyAccessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.CachedIntrospectionResults\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.TypeConverterDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.parsing.FailFastProblemReporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DefaultListableBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.support.DisposableBeanAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.DefaultDocumentLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.beans.factory.xml.XmlBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments$Source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplication\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.SpringApplicationShutdownHook\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration$ProbesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnAvailableEndpointCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration$LogFileCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration$OnEnabledLoggingSystemCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration$MultipleNonPrimaryMeterRegistriesCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration$LogbackLoggingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export.OnMetricsExportEnabledCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration$HikariDataSourceMeterBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration$ApplicationStartupCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.data.redis.RedisHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointId\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.HealthEndpointSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.health.PingHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.logging.LogFileWebEndpoint\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.actuate.system.DiskSpaceHealthIndicator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationImportSelector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationPackages\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.cache.CacheCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnBeanCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnClassCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnJndiCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnPropertyCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnResourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWarDeploymentCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration$ResourceBundleCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration$BootstrapExecutorCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$JacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$PreferGsonOrJacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$GitResourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceAvailableCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLogger\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.orm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.security.DefaultWebSecurityCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration$SqlInitializationModeCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DefaultDispatcherServletCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageNotAcceptableHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$ErrorTemplateMissingCondition\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.availability.ApplicationAvailabilityBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.FileEncodingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentContributors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataImporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataLoaders\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.config.StandardConfigDataLocationResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.logging.LoggingApplicationListener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.PropertySourcesDeducer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver$DefaultResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.OriginTrackedMapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries$JsonMixinComponentScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jdbc.init\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatStarter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatWebServer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.RegistrationBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ApplicationServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedFormContentFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.AutoProxyRegistrar\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ClassPathBeanDefinitionScanner\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.CommonAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassEnhancer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassParser\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassPostProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.event.EventListenerMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.index.CandidateComponentsIndexLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.ApplicationListenerDetector\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DefaultLifecycleProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.DelegatingMessageSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer$1\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.LocalVariableTableParameterNameDiscoverer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.annotation.AnnotationTypeMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.codec\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.MapPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertiesPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$ComparisonPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySource$StubPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.PropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.StandardEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.env.SystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PathMatchingResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.PropertySourceProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.ResourceArrayPropertyEditor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.io.support.SpringFactoriesLoader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AnnotationTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.core.type.filter.AssignableTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.convert.CustomConversions\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa.repository.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension$JpaRepositoryRegistrationAotProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.context.MappingContext\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.convert\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.convert.Converters\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis.JedisConnection\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.connection.jedis.JedisConnectionFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.RedisConnectionUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.RedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.core.StringRedisTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.redis.listener.RedisMessageListenerContainer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryBeanDefinitionBuilder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider$InterfaceTypeFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationDelegate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.repository.config.RepositoryRegistrationAotProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web.ProjectingJackson2HttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.data.web.ProxyingHandlerMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ByteArrayHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.ResourceRegionHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.StringHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.json.MappingJackson2HttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.core.JdbcTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.datasource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.datasource.DataSourceUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.datasource.lookup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.annotation.AnnotationMBeanExporter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.naming\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.export.naming.KeyNamingStrategy\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support.JmxUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jmx.support.MBeanServerFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.JndiTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.jndi.support.SimpleJndiBeanFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.hibernate5\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.hibernate5.SpringBeanContainer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.EntityManagerFactoryUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.JpaTransactionManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.SharedEntityManagerCreator\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.annotation.AnnotationTransactionAttributeSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.interceptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.interceptor.TransactionInterceptor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.support.TransactionSynchronizationUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.transaction.support.TransactionTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.ResourceBundleThemeSource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.ui.context.support.UiApplicationContextUtils\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.util.PropertyPlaceholderHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.validation.DataBinder\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web\": {\n            \"configuredLevel\": \"WARN\",\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.HttpLogging\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.client.RestTemplate\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.request.async.WebAsyncManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextPropertySource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.ServletContextResourcePatternResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.context.support.StandardServletEnvironment\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.cors.DefaultCorsProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.filter.ServerHttpObservationFilter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.HandlerMethod\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.method.annotation.ModelFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.DispatcherServlet\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.HandlerExecutionChain\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.PageNotFound\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.config.annotation.WebMvcConfigurer\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.HandlerFunctionAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.function.support.RouterFunctionMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.handler.SimpleUrlHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.PathResourceResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceHttpRequestHandler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceUrlProvider\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.support.SessionFlashMapManager\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.BeanNameViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.ContentNegotiatingViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.servlet.view.InternalResourceViewResolver\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"org.springframework.web.util.UrlPathHelper\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core.scheduler\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.core.scheduler.Schedulers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.util\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"reactor.util.Loggers\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis.JedisFactory\": {\n            \"effectiveLevel\": \"WARN\"\n        },\n        \"redis.clients.jedis.JedisPool\": {\n            \"effectiveLevel\": \"WARN\"\n        }\n    },\n    \"groups\": {\n        \"web\": {\n            \"configuredLevel\": \"WARN\",\n            \"members\": [\n                \"org.springframework.core.codec\",\n                \"org.springframework.http\",\n                \"org.springframework.web\",\n                \"org.springframework.boot.actuate.endpoint.web\",\n                \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\"\n            ]\n        },\n        \"sql\": {\n            \"members\": [\n                \"org.springframework.jdbc.core\",\n                \"org.hibernate.SQL\",\n                \"org.jooq.tools.LoggerListener\"\n            ]\n        }\n    }\n}"},{"id":"56ffd05d-64bc-4371-9ee3-ce4e6a60bb9e","name":"Get Loggers (for specific package)","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/actuator/loggers/com.ef.realtimereportsmanager"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Mon, 06 Jun 2022 10:52:45 GMT"},{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"effectiveLevel\": \"DEBUG\"\n}"}],"_postman_id":"ff9c2a83-2fac-4157-aac6-917d51eab457"},{"name":"Set Loggers","id":"b2f920ae-f889-4e34-89a0-5e7fb02ed4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/actuator/loggers/com.ef.realtimereportsmanager","urlObject":{"path":["actuator","loggers","com.ef.realtimereportsmanager"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"9304caad-ed26-4f3b-a248-afb5e78ad6a2","name":"Set Loggers (for specific package)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/actuator/loggers/com.ef.realtimereportsmanager"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b2f920ae-f889-4e34-89a0-5e7fb02ed4e0"}],"id":"4d8817e8-cc8b-4686-920b-2880825fd0c4","_postman_id":"4d8817e8-cc8b-4686-920b-2880825fd0c4","description":""},{"name":"Queue stats","id":"550f1c35-e02c-455a-bc90-4dd14b1fa0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-stats?queueId=63f5a9ab443d8348df2d61fd","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-stats</strong></p>\n<p>This API returns the stats of the queue based on queue ID. If no ID is specified, the API returns status of all queues.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns queue stats of specific queue ID.</td>\n<td><strong>1. name</strong> - Name of the queue  <br /><strong>2. totalQueued</strong> - total number of chats in the queue  <br /><strong>3. longestInQueue</strong>- number of chats present for the longest time in queue. This field will have <strong>-1</strong> if no chat is present in this queue.  <br /><strong>4. totalActive</strong> - total number of chats active from this queue  <br /><strong>5. mrdName</strong> - Name of the MRD.  <br /><strong>6. notReadyAgents</strong> - number of agents in not ready state  <br /><strong>7. readyAgents</strong> - number of agents that are ready  <br /><strong>8. activeAgents</strong> - number of agents that are engaged in active chats  <br /><strong>9. pendingNotReadyAgents</strong> - count of agents with pending-not ready state. Pending-Not Ready state occurs when agent is active but changes state to not ready.  <br /><strong>10. busyAgents</strong> - count of agent whose maximum tasks threshold has reached</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all queues.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404.</td>\n<td>\"Queue ID does not exist.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queue-stats"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"63f5a9ab443d8348df2d61fd"}],"variable":[]}},"response":[{"id":"66cee63c-4358-48ee-9de2-ffbab0d91dfe","name":"200 - with queueId param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?queueId=623d98021a6eaf43942acaa0","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"queueId","value":"623d98021a6eaf43942acaa0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"623d98021a6eaf43942acaa0\",\n    \"name\": \"Ahmad-Queue\",\n    \"totalQueued\": 0,\n    \"longestInQueue\": -1,\n    \"totalActive\": 0,\n    \"mrdName\": \"Ahmad's Mrd\",\n    \"notReadyAgents\": 1,\n    \"readyAgents\": 1,\n    \"activeAgents\": 0,\n    \"pendingNotReadyAgents\": 0,\n    \"busyAgents\": 0\n}"},{"id":"8b409769-23fc-4325-8e03-a412461e4866","name":"404 - with queueId param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?queueId=623d98021a6eaf43942acaa1","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"queueId","value":"623d98021a6eaf43942acaa1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-04-18T12:41:19.353+00:00\",\n    \"error\": \"error.resource-not-found\",\n    \"message\": \"Queue with id: 623d98021a6eaf43942acaa1 not found\"\n}"},{"id":"ac787c9a-2bf4-4eb1-84cd-04598f00b1db","name":"200 - with no query params","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"62593eb7813d2b38afe1c4d3\",\n        \"name\": \"New queue\",\n        \"totalQueued\": 7,\n        \"longestInQueue\": 60,\n        \"totalActive\": 0,\n        \"mrdName\": \"Ahmad's Mrd\",\n        \"notReadyAgents\": 0,\n        \"readyAgents\": 0,\n        \"activeAgents\": 0,\n        \"pendingNotReadyAgents\": 0,\n        \"busyAgents\": 0\n    },\n    {\n        \"id\": \"6223b4a3ef484b28639e9ca5\",\n        \"name\": \"chat\",\n        \"totalQueued\": 0,\n        \"longestInQueue\": -1,\n        \"totalActive\": 0,\n        \"mrdName\": \"chat\",\n        \"notReadyAgents\": 7,\n        \"readyAgents\": 1,\n        \"activeAgents\": 0,\n        \"pendingNotReadyAgents\": 0,\n        \"busyAgents\": 0\n    },\n    {\n        \"id\": \"6230360b6b1fba2525db2714\",\n        \"name\": \"whataspp-chat-queue\",\n        \"totalQueued\": 0,\n        \"longestInQueue\": -1,\n        \"totalActive\": 0,\n        \"mrdName\": \"whatsapp-chat\",\n        \"notReadyAgents\": 5,\n        \"readyAgents\": 0,\n        \"activeAgents\": 0,\n        \"pendingNotReadyAgents\": 0,\n        \"busyAgents\": 0\n    },\n    {\n        \"id\": \"623d98021a6eaf43942acaa0\",\n        \"name\": \"Ahmad-Queue\",\n        \"totalQueued\": 0,\n        \"longestInQueue\": 778,\n        \"totalActive\": 0,\n        \"mrdName\": \"Ahmad's Mrd\",\n        \"notReadyAgents\": 2,\n        \"readyAgents\": 0,\n        \"activeAgents\": 0,\n        \"pendingNotReadyAgents\": 0,\n        \"busyAgents\": 0\n    }\n]"}],"_postman_id":"550f1c35-e02c-455a-bc90-4dd14b1fa0d6"},{"name":"Teams Info","id":"29113bfe-4858-4b0f-a206-0d7d0fd33c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/team-info/d69efef0-0f6d-437d-89a7-696beaec26ad,a99f0ad2-f46c-41cb-85ff-c5dd6341f981","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /team-info</strong></p>\n<p>This API returns the team information based on team ID(s). Multiple team IDs can be specified separated by comma. Atleast one Team ID needs to be specified.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td><strong>1. teamID</strong> - ID of the team  <br /><strong>2. teamName</strong> - name of the team.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404.</td>\n<td>When team IDs are not passed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["team-info","d69efef0-0f6d-437d-89a7-696beaec26ad,a99f0ad2-f46c-41cb-85ff-c5dd6341f981"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"ac144d41-3ef4-4b68-8434-2bd3c5200cdb","name":"200 - OK with Comma Seperated Team Ids","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/team-info/8bac09eb-4ce9-41d8-8235-7b1763a5c1c1,356d874e-47a1-413d-8e59-7db7e25af7d2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 11 Mar 2023 10:09:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"teamId\": \"8bac09eb-4ce9-41d8-8235-7b1763a5c1c1\",\n        \"teamName\": \"Dev Team\"\n    },\n    {\n        \"teamId\": \"356d874e-47a1-413d-8e59-7db7e25af7d2\",\n        \"teamName\": \"Abraham Team1\"\n    }\n]"},{"id":"45256d12-f508-4868-9f1f-c30c77905225","name":"404-  When team IDs are not passed","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/team-info/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 11 Mar 2023 10:14:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-03-11T10:14:09.989+00:00\",\n    \"status\": 404,\n    \"error\": \"Not Found\",\n    \"path\": \"/team-info/\"\n}"}],"_postman_id":"29113bfe-4858-4b0f-a206-0d7d0fd33c4c"},{"name":"Queue stats with Teams","id":"4d77450b-14c5-44fa-9473-23692894b54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-stats?teamId=472889e8-2055-47b9-b84b-2974da6a838f&queueId=63f5a9ab443d8348df2d61fd","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-stats</strong></p>\n<p>This API returns the stats of the queue(s) based on team ID and queue ID. If no Queue ID is specified, the API returns stats of all queues based on the specific team ID.</p>\n<p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns queue stats of specific queue ID.</td>\n<td><strong>1. id -</strong> ID of the queue.  <br />2. name - Name of the queue  <br /><strong>3. totalQueued</strong> - total number of chats in the queue  <br /><strong>4. longestInQueue</strong>- number of chats present for the longest time in queue. This field will have <strong>-1</strong> if no chat is present in this queue.  <br /><strong>5. totalActive</strong> - total number of chats active from this queue  <br /><strong>6. mrdName</strong> - Name of the MRD.  <br /><strong>7. notReadyAgents</strong> - number of agents in not ready state  <br /><strong>8. readyAgents</strong> - number of agents that are ready  <br /><strong>9. activeAgents</strong> - number of agents that are engaged in active chats  <br /><strong>10. pendingNotReadyAgents</strong> - count of agents with pending-not ready state. Pending-Not Ready state occurs when agent is active but changes state to not ready.  <br /><strong>11. busyAgents</strong> - count of agent whose maximum tasks threshold has reached</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of queues for the specified team ID.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404.</td>\n<td>\"Team and Queue ID does not exist.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queue-stats"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>Team ID for which stats need to be retrieved.</p>\n","type":"text/plain"},"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a838f"},{"description":{"content":"<p>Queue ID for which stats need to be retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"63f5a9ab443d8348df2d61fd"}],"variable":[]}},"response":[{"id":"a71406c7-545f-4d66-aca3-a1c302276c3f","name":"200 - with teamId param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=623d98021a6eaf43942acaa0","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"623d98021a6eaf43942acaa0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"id\": \"623d9eaf43948376432acaa0\",\n\t\t\"name\": \"Chat-Queue\",\n\t\t\"totalQueued\": 0,\n\t\t\"longestInQueue\": -1,\n\t\t\"totalActive\": 0,\n\t\t\"mrdName\": \"CHAT's Mrd\",\n\t\t\"notReadyAgents\": 1,\n\t\t\"readyAgents\": 1,\n\t\t\"activeAgents\": 0,\n\t\t\"pendingNotReadyAgents\": 0,\n\t\t\"busyAgents\": 0\n\t},\n\t{\n\t\t\"id\": \"0987d98021a6eaf43942acaa0\",\n\t\t\"name\": \"Voice-Queue\",\n\t\t\"totalQueued\": 0,\n\t\t\"longestInQueue\": -1,\n\t\t\"totalActive\": 0,\n\t\t\"mrdName\": \"VOICE's Mrd\",\n\t\t\"notReadyAgents\": 1,\n\t\t\"readyAgents\": 1,\n\t\t\"activeAgents\": 0,\n\t\t\"pendingNotReadyAgents\": 0,\n\t\t\"busyAgents\": 0\n\t}\n]"},{"id":"42be4761-5d15-4ceb-97b4-3c914e12f201","name":"200 - with teamId and queueId query params","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=623d98021a6eaf43942acaa0&queueId=62593eb7813d2b38afe1c4d3","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"623d98021a6eaf43942acaa0"},{"key":"queueId","value":"62593eb7813d2b38afe1c4d3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":" {\n \t\"id\": \"62593eb7813d2b38afe1c4d3\",\n \t\"name\": \"CHAT queue\",\n \t\"totalQueued\": 7,\n \t\"longestInQueue\": 60,\n \t\"totalActive\": 0,\n \t\"mrdName\": \"CHAT's Mrd\",\n \t\"notReadyAgents\": 0,\n \t\"readyAgents\": 0,\n \t\"activeAgents\": 0,\n \t\"pendingNotReadyAgents\": 0,\n \t\"busyAgents\": 0\n }"},{"id":"893b32ed-4aab-4272-afb6-be6a02a6eff5","name":"404 - with teamId and queueId query params","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=472889e8-2055-47b9-b84b-2974da6a838f&queueId=63f5a9ab443d8348df2d61f","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a838f"},{"key":"queueId","value":"63f5a9ab443d8348df2d61f"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Mar 2023 11:44:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The specified queueID : 63f5a9ab443d8348df2d61f does not have an association with the teamId : 472889e8-2055-47b9-b84b-2974da6a838f\",\n    \"statusCode\": 404\n}"},{"id":"0aabce9a-e698-402d-b78e-84fe6ff35e64","name":"400 - empty teamId param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"queueId","value":"63f5a9ab443d8348df2d61f","disabled":true},{"key":"teamId","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Mar 2023 11:47:56 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"BAD_REQUEST : Team ID is empty.\",\n    \"statusCode\": 400\n}"},{"id":"38048939-757a-4d11-ac6b-ce37723ca401","name":"404 - NOT FOUND - invalid teamId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=472889e8-2055-47b9-b84b-2974da6a8381&queueId=63f5a9ab443d8348df2d61fd","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a8381"},{"key":"queueId","value":"63f5a9ab443d8348df2d61fd"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Mar 2023 15:33:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No information available against the team ID : 472889e8-2055-47b9-b84b-2974da6a8381\",\n    \"statusCode\": 404\n}"},{"id":"de743a8b-fd11-4755-b135-694cadaf25e4","name":"200 - with teamId param and queueNames request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"queueNames\": [\"Chat\" , \"Facebook Queue\" , \"Twitter Queue\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=0496067e-51b5-42ae-9d28-f80c1043b9f6","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"0496067e-51b5-42ae-9d28-f80c1043b9f6","description":"Team ID for which stats need to be retrieved."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": \"6501b69cd8b33e2aee0c70e9\",\r\n        \"name\": \"Facebook Queue\",\r\n        \"totalQueued\": 0,\r\n        \"longestInQueue\": -1,\r\n        \"totalActive\": 0,\r\n        \"mrdName\": \"FACEBOOK\",\r\n        \"notReadyAgents\": 0,\r\n        \"readyAgents\": 0,\r\n        \"activeAgents\": 0,\r\n        \"pendingNotReadyAgents\": 0,\r\n        \"busyAgents\": 0\r\n    },\r\n    {\r\n        \"id\": \"65002299c8ee04322159f472\",\r\n        \"name\": \"Chat\",\r\n        \"totalQueued\": 0,\r\n        \"longestInQueue\": -1,\r\n        \"totalActive\": 0,\r\n        \"mrdName\": \"CHAT\",\r\n        \"notReadyAgents\": 0,\r\n        \"readyAgents\": 0,\r\n        \"activeAgents\": 0,\r\n        \"pendingNotReadyAgents\": 0,\r\n        \"busyAgents\": 0\r\n    },\r\n    {\r\n        \"id\": \"650021fbc8ee04322159f46e\",\r\n        \"name\": \"Twitter Queue\",\r\n        \"totalQueued\": 0,\r\n        \"longestInQueue\": -1,\r\n        \"totalActive\": 0,\r\n        \"mrdName\": \"TWITTER\",\r\n        \"notReadyAgents\": 0,\r\n        \"readyAgents\": 0,\r\n        \"activeAgents\": 0,\r\n        \"pendingNotReadyAgents\": 0,\r\n        \"busyAgents\": 0\r\n    }\r\n]"},{"id":"8b212fb1-3969-4838-b083-353c78fd98aa","name":"500 - Internal Server Error with empty teamId param","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"queueNames\": [\"Chat\" , \"Facebook Queue\" , \"Twitter Queue\"]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"","description":"Team ID for which stats need to be retrieved."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"INTERNAL_SERVER_ERROR: Failed to retrieve queue statistics data.\",\n    \"statusCode\": 500\n}"},{"id":"dbe1ac8d-5620-4f36-9aa9-9358f48ff64e","name":"400 - Bad Request with empty queueNames  body","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-stats?teamId=0496067e-51b5-42ae-9d28-f80c1043b9f6","host":["https://cim-dev.expertflow.com"],"path":["queue-stats"],"query":[{"key":"teamId","value":"0496067e-51b5-42ae-9d28-f80c1043b9f6","description":"Team ID for which stats need to be retrieved."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"BAD_REQUEST: Queue names list is empty.\",\r\n    \"statusCode\": 400\r\n}"}],"_postman_id":"4d77450b-14c5-44fa-9473-23692894b54d"},{"name":"Mrd Stats","id":"d8f544b3-f619-4860-8add-c93d85da433a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/mrd-stats?mrdId=6298b744b777de61844f616b","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /mrd-stats</strong></p>\n<p>This API returns the stats of the queues based on MRD ID. If no ID is specified, the API returns status of all MRDs.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns stats of a specific MRD.</td>\n<td><strong>1. mrdName -</strong> Name of the MRD.  <br /><strong>2. totalReady</strong> - number of agents in ready state against this MRD.  <br /><strong>3. totalNotReady</strong> – count of agents in not ready state against this MRD.  <br /><strong>4. totalActive</strong> - count of agents who are active against this MRD.  <br /><strong>5. totalBusy</strong> - count of agents whose maximum tasks threshold against this MRD has been reached.  <br /><strong>6. totalPendingNotReady</strong> – count of agents with pending-not ready state. Pending-Not Ready state occurs when agent is active on this MRD but changes its state to not ready.  <br /></td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Code 200.</td>\n<td>Returns stats of all MRDs.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404.</td>\n<td>\"MRD ID does not exist.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["mrd-stats"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>MRD ID for which stats need to be retrieved.</p>\n","type":"text/plain"},"key":"mrdId","value":"6298b744b777de61844f616b"}],"variable":[]}},"response":[{"id":"06abd1e5-1825-4295-8f07-ce7c902cc836","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?mrdId=6298b744b777de61844f616b","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"mrdId","value":"6298b744b777de61844f616b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:55:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"mrdId\": \"6298b744b777de61844f616b\",\n    \"mrdName\": \"VOICE\",\n    \"totalReady\": 5,\n    \"totalNotReady\": 4,\n    \"totalActive\": 2,\n    \"totalBusy\": 1,\n    \"totalPendingNotReady\": 4\n}"},{"id":"e6ee8af4-86c3-4fdb-948f-601c7a745a70","name":"200 OK without query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/mrd-stats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:54:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"mrdId\": \"6298b744b777de61844f616b\",\n        \"mrdName\": \"VOICE\",\n        \"totalReady\": 1,\n        \"totalNotReady\": 4,\n        \"totalActive\": 5,\n        \"totalBusy\": 2,\n        \"totalPendingNotReady\": 1\n    },\n    {\n        \"mrdId\": \"62b0524a224bab11c3bbcbfb\",\n        \"mrdName\": \"CHAT\",\n        \"totalReady\": 2,\n        \"totalNotReady\": 2,\n        \"totalActive\": 7,\n        \"totalBusy\": 4,\n        \"totalPendingNotReady\": 3\n    }\n]"},{"id":"2a46ebd9-e74d-4a0c-8582-a776b375e696","name":"404 MRD Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?mrdId=6298b744b777de61844f616c","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"mrdId","value":"6298b744b777de61844f616c"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:56:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-21T04:56:26.124+00:00\",\n    \"error\": \"404 NOT_FOUND\",\n    \"message\": \"{\\\"timestamp\\\":\\\"2022-06-21T04:56:21.393+00:00\\\",\\\"error\\\":\\\"error.resource-not-found\\\",\\\"message\\\":\\\"Could not find the MRD resource with id: 6298b744b777de61844f616c\\\"}\"\n}"}],"_postman_id":"d8f544b3-f619-4860-8add-c93d85da433a"},{"name":"Mrd Stats with Teams","id":"e5560ff9-51d4-43e2-82f8-485633c82279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/mrd-stats?teamId=f5689d87-b340-4bc4-94ec-83894439664b&mrdId=6305de07166ba1099d11d8e","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /mrd-stats</strong></p>\n<p>This API returns the stats of the MRD based on Team ID. If no MRD ID is specified, the API returns status of all MRDs of the specific team.</p>\n<p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns stats of a specific MRD.</td>\n<td><strong>1. mrdName -</strong> Name of the MRD.  <br /><strong>2. totalReady</strong> - number of agents in ready state against this MRD.  <br /><strong>3. totalNotReady</strong> – count of agents in not ready state against this MRD.  <br /><strong>4. totalActive</strong> - count of agents who are active against this MRD.  <br /><strong>5. totalBusy</strong> - count of agents whose maximum tasks threshold against this MRD has been reached.  <br /><strong>6. totalPendingNotReady</strong> – count of agents with pending-not ready state. Pending-Not Ready state occurs when agent is active on this MRD but changes its state to not ready.  <br /></td>\n</tr>\n<tr>\n<td>Success</td>\n<td>Code 200.</td>\n<td>Returns stats of MRDs based on the Team ID.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404.</td>\n<td>\"MRD/Team ID does not exist.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["mrd-stats"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>Team ID for which stats need to be retrieved.</p>\n","type":"text/plain"},"key":"teamId","value":"f5689d87-b340-4bc4-94ec-83894439664b"},{"description":{"content":"<p>MRD ID for which stats need to be retrieved.</p>\n","type":"text/plain"},"key":"mrdId","value":"6305de07166ba1099d11d8e"}],"variable":[]}},"response":[{"id":"a508bcc8-29c4-4633-b0f7-b25e90e0ced9","name":"200 OK with teamId param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?teamId=472889e8-2055-47b9-b84b-2974da6a838f","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a838f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:55:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"mrdId\": \"6298b744b777de61844f616b\",\n\t\t\"mrdName\": \"VOICE\",\n\t\t\"totalReady\": 5,\n\t\t\"totalNotReady\": 4,\n\t\t\"totalActive\": 2,\n\t\t\"totalBusy\": 1,\n\t\t\"totalPendingNotReady\": 4\n\t},\n\n\t{\n\t\t\"mrdId\": \"987639K77de61844f616b\",\n\t\t\"mrdName\": \"CHAT\",\n\t\t\"totalReady\": 2,\n\t\t\"totalNotReady\": 3,\n\t\t\"totalActive\": 7,\n\t\t\"totalBusy\": 0,\n\t\t\"totalPendingNotReady\": 4\n\t}\n]"},{"id":"9ddc63f3-72c4-4b6f-a764-5e4f84af8de0","name":"200 OK with teamId and mrdId query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?teamId=472889e8-2055-47b9-b84b-2974da6a838f&mrdId=6298b744b777de61844f616b","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a838f"},{"key":"mrdId","value":"6298b744b777de61844f616b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:54:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"mrdId\": \"6298b744b777de61844f616b\",\n\t\"mrdName\": \"VOICE\",\n\t\"totalReady\": 1,\n\t\"totalNotReady\": 4,\n\t\"totalActive\": 5,\n\t\"totalBusy\": 2,\n\t\"totalPendingNotReady\": 1\n}"},{"id":"acf637d9-99be-4c20-840f-c8b2cd7bc094","name":"404 - MRD Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?teamId=9876b744b777de61844f616b","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"teamId","value":"9876b744b777de61844f616b"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 21 Jun 2022 04:56:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-06-21T04:56:26.124+00:00\",\n    \"error\": \"404 NOT_FOUND\",\n    \"message\": \"{\\\"timestamp\\\":\\\"2022-06-21T04:56:21.393+00:00\\\",\\\"error\\\":\\\"error.resource-not-found\\\",\\\"message\\\":\\\"Could not find the Team resource with id: 9876b744b777de61844f616b\\\"}\"\n}"},{"id":"6f87b983-fad4-4f74-a6d5-d352338ee608","name":"400 - BAD REQUEST  - TeamID empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?teamId=&mrdId=6305de07166ba1099d11d8e6","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"teamId","value":""},{"key":"mrdId","value":"6305de07166ba1099d11d8e6"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Mar 2023 15:05:46 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"BAD_REQUEST : Team ID is empty.\",\n    \"statusCode\": 400\n}"},{"id":"9c66e965-ffdf-45f5-976f-d9f87acc49bd","name":"404 - NOT FOUND - invalid teamId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/mrd-stats?teamId=472889e8-2055-47b9-b84b-2974da6a838&mrdId=6305de07166ba1099d11d8e6","host":["https://cim-dev.expertflow.com"],"path":["mrd-stats"],"query":[{"key":"teamId","value":"472889e8-2055-47b9-b84b-2974da6a838"},{"key":"mrdId","value":"6305de07166ba1099d11d8e6"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 09 Mar 2023 15:30:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No information available against the team ID : 472889e8-2055-47b9-b84b-2974da6a838\",\n    \"statusCode\": 404\n}"}],"_postman_id":"e5560ff9-51d4-43e2-82f8-485633c82279"},{"name":"Queued chats detail","id":"bb264758-65e3-412a-aab0-daaa6070329d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queued-chats/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-chats</strong></p>\n<p>This API returns the stats of the chats in a particular queue. If no ID is specified, stats of all chats from all queues will be returned.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns chats stats in a specific queue.</td>\n<td><strong>1. queueID</strong> - ID of the queue  <br /><strong>2. queueName</strong> - Name of the queue  <br /><strong>3</strong>.Following parameters for chats are returned:  <br />i**. customerName** - name of the customer  <br /><strong>ii. channelIdentity</strong>- identification code of the channel  <br /><strong>iii. channelType</strong> - type of the channel e.g. voice/web  <br /><strong>iv. waitingSince</strong> - time (secs) lapsed since the chat has been in queue</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all chats in all queues.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queued-chats","detail"],"host":["https://cim-dev.expertflow.com"],"query":[{"disabled":true,"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"62b0526c224bab11c3bbcbfc"}],"variable":[]}},"response":[{"id":"ee8d0690-8acc-45d8-9138-732f3547e17c","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queued-chats/detail","host":["https://cim-dev.expertflow.com"],"path":["queued-chats","detail"],"query":[{"key":"queueId","value":"6223b4a3ef484b28639e9ca5","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\"queueName\": \"chat-queue\",\n\t\"chats\": [{\n\t\t\t\"customerName\": \"Ahmad\",\n\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"waitingSince\": 30,\n\t\t\t\"timestamp\": \"2023-07-05T10:36:18.209+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Haroon\",\n\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"waitingSince\": 5,\n\t\t\t\"timestamp\": \"2023-07-07T08:15:12.000+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"647fb8d5b0a3214383f15270\",\n\t\t\t\t\"64b04124b0a3214383f15271\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Raza\",\n\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"waitingSince\": 10,\n\t\t\t\"timestamp\": \"2023-07-07T08:20:30.000+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"64d90ebcb0a3214383f15272\",\n\t\t\t\t\"64f15a8cb0a3214383f15273\",\n\t\t\t\t\"64fd09efb0a3214383f15274\"\n\t\t\t]\n\t\t}\n\t]\n}]"},{"id":"96a70bc4-6530-494d-860c-60b9a159b34a","name":"200 OK without query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queued-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\t\"queueName\": \"chat-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Hamza\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-07-05T10:36:18.209+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Haroon\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-07-06T08:24:10.159+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Raza\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-07-07T15:45:55.824+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca56\",\n\t\t\"queueName\": \"Ahmad-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Ahmad\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-07-07T12:10:30.416+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Haroon\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-07-06T16:55:20.601+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Faizan\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-07-07T09:37:42.709+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca57\",\n\t\t\"queueName\": \"faizan-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Ahmad\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-07-06T18:52:05.935+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Zesshan\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-07-07T07:20:15.746+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Imran\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-07-06T21:15:59.352+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n]"}],"_postman_id":"bb264758-65e3-412a-aab0-daaa6070329d"},{"name":"Queued chats detail with Teams","id":"1f2f8673-a706-4f91-baaa-9445be06a1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"teamId\": \"1549fef7-fcf8-4960-bea6-2a32e044204c\",\n    \"queues\": [\n        \"6223b4a3ef484b28639e9ca5\",\n        \"6223b4a3ef484b28639e9ca56\",\n        \"6223b4a3ef484b28639e9ca57\"\n    ] // list of queue id's\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/queued-chats/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /queued-chats/detail</strong></p>\n<p>This API returns the stats of the chats from a specific queue of a particular team (Team ID). If no Queue ID is specified, stats of all chats from all queues will be returned for the specified team.</p>\n<p>The Request body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>teamId - String - Required</td>\n<td>Team ID.</td>\n</tr>\n<tr>\n<td>queues - Array - String - Optional</td>\n<td>Queue ID. Multiple IDs can also be specified separated by comma.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns chats stats in a specific queue.</td>\n<td><strong>1. queueID</strong> - ID of the queue  <br /><strong>2. queueName</strong> - Name of the queue  <br /><strong>3</strong>.Following parameters for chats are returned:  <br />i**. customerName** - name of the customer  <br /><strong>ii. channelIdentity</strong>- identification code of the channel  <br /><strong>iii. channelType</strong> - type of the channel e.g. voice/web  <br /><strong>iv. waitingSince</strong> - time (secs) lapsed since the chat has been in queue</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all chats in all queues for a specific team.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queued-chats","detail"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"3fed86a6-ea5c-459d-a9cd-1cb7e8c07887","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teamId\": \"1549fef7-fcf8-4960-bea6-2a32e044204c\",\r\n    \"queues\": [\r\n        \"6223b4a3ef484b28639e9ca5\",\r\n        \"6223b4a3ef484b28639e9ca56\",\r\n        \"6223b4a3ef484b28639e9ca57\"\r\n    ] // list of queue id's\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/queued-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\t\"queueName\": \"chat-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Hamza\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-07-05T10:36:18.209+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Haroon\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-07-05T10:36:18.209+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Raza\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-07-05T10:36:18.209+00:00\",\n\t\t\t\t\"customerLabels\": [\n\t\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca56\",\n\t\t\"queueName\": \"Ahmad-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Ahmad\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": [\n                \"645b598cb0a3214383f1526f\",\n                \"643e3693b0a321894cf141ff\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Haroon\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": [\"64392db5b0a3217b12f13f83\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Faizan\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": []\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca57\",\n\t\t\"queueName\": \"faizan-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Ahmad\",\n\t\t\t\t\"channelIdentity\": \"+9290078601\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 30,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": [\"647fb8d5b0a3214383f15270\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Zesshan\",\n\t\t\t\t\"channelIdentity\": \"+9290078602\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 5,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": [\"64b04124b0a3214383f15271\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Imran\",\n\t\t\t\t\"channelIdentity\": \"+9290078603\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"waitingSince\": 10,\n\t\t\t\t\"timestamp\": \"2023-03-07T06:59:19.691+00:00\",\n\t\t\t\t\"customerLabels\": [\n                \"64d90ebcb0a3214383f15272\",\n                \"64f15a8cb0a3214383f15273\", \n                \"64fd09efb0a3214383f15274\"]\n\t\t\t}\n\t\t]\n\t}\n]"}],"_postman_id":"1f2f8673-a706-4f91-baaa-9445be06a1e5"},{"name":"Queued chats summary","id":"201f7c1b-3c24-4c16-ac43-f45b672a67dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queued-chats/summary?queueId=62b0526c224bab11c3bbcbfc","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-chats/summary</strong></p>\n<p>This API returns the total number of chats in a particular queue. If no ID is specified, total chats from all queues will be returned.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns chats stats in specific queue ID.</td>\n<td><strong>1. queueId</strong> - ID of the queue  <br /><strong>2. requestsCount</strong> - Number of chats in the queue.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns chats stats of all queues.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queued-chats","summary"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"62b0526c224bab11c3bbcbfc"}],"variable":[]}},"response":[{"id":"358ea4f3-0841-4e9e-8b2d-0beaa6a0af77","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queued-chats/summary?queueId=6223b4a3ef484b28639e9ca5","host":["https://cim-dev.expertflow.com"],"path":["queued-chats","summary"],"query":[{"key":"queueId","value":"6223b4a3ef484b28639e9ca5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"queueId\": \"6223b4a3ef484b28639e9ca5\",\n    \"requestsCount\": 3\n}"},{"id":"a6faaf92-256b-4685-a48c-d65595813243","name":"200 OK without query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queued-chats/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"queueId\": \"6223b4a3ef484b28639e9ca5\",\n        \"requestsCount\": 3\n    }\n]"}],"_postman_id":"201f7c1b-3c24-4c16-ac43-f45b672a67dc"},{"name":"Queue Active chats Detail","id":"3f614a82-37a9-48b2-88e6-bc0dd81ba526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-active-chats/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-active-chats/detail</strong></p>\n<p>This API returns the stats of active chats in a particular queue. If no ID is specified, stats of all active chats from all queues will be returned.</p>\n<p>Active chats are those which resided in the queue for a specific time and are currently being addressed by an agent.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns active chats stats in a specific queue.</td>\n<td><strong>1. queueID</strong> - ID of the queue  <br /><strong>2. queueName</strong> - Name of the queue  <br /><strong>3.</strong> Following parameters for chats are returned:  <br /><strong>i. customerName</strong> - name of the customer  <br /><strong>ii. channelIdentity</strong>- identification code of the channel  <br /><strong>iii. channelType</strong> - type of the channel e.g. voice/web  <br /><strong>iv. activeSince</strong> - time lapsed since the agent is active on this chat.  <br /><strong>v. agentName</strong> - Name of the agent to whom this chat is assigned.  <br /><strong>vi. agentId</strong>- ID of the agent to whom this chat is assigned.  <br /><strong>vii. agentUsername</strong>- username associated with agents in the keycloak system.  <br /><strong>viii. conversationDirection -</strong> The conversation direction.  <br /><strong>ix. ChannelSession</strong>- Complete Channel Session Object.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all active chats in all queues.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queue-active-chats","detail"],"host":["https://cim-dev.expertflow.com"],"query":[{"disabled":true,"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"62b0526c224bab11c3bbcbfc"}],"variable":[]}},"response":[{"id":"b7561792-2fe8-4fe5-9f95-4040bc2a3a6e","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-active-chats/detail?queueId=6223b4a3ef484b28639e9ca5","host":["https://cim-dev.expertflow.com"],"path":["queue-active-chats","detail"],"query":[{"key":"queueId","value":"6223b4a3ef484b28639e9ca5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\"queueName\": \"chat-queue\",\n\t\"chats\": [{\n\t\t\t\"customerName\": \"Nabeel\",\n\t\t\t\"channelIdentity\": \"+9290078604\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 10,\n\t\t\t\"timestamp\": \"2023-07-07T06:13:20.541+00:00\",\n\t\t\t\"agentName\": \"Henry meta\",\n\t\t\t\"agentId\": \"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"henry123\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Saud\",\n\t\t\t\"channelIdentity\": \"+9290078605\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 25,\n\t\t\t\"timestamp\": \"2023-07-07T06:12:34.541+00:00\",\n\t\t\t\"agentName\": \"Rashid\",\n\t\t\t\"agentId\": \"7798664b-c88d-4b87-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"rashid123\",\n\t\t\t\"conversationDirection\": \"OUTBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Shaber\",\n\t\t\t\"channelIdentity\": \"+9290078606\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 160,\n\t\t\t\"timestamp\": \"2023-07-07T06:11:19.541+00:00\",\n\t\t\t\"agentName\": \"Mahajabeen\",\n\t\t\t\"agentId\": \"9752730R-c88d-9DI8-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"mahanjabeen123\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"4fe8547a-6105-4616-be6c-cc242ae4e012","name":"200 OK with no query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-active-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\"queueName\": \"chat-queue\",\n\t\"chats\": [{\n\t\t\t\"customerName\": \"Nabeel\",\n\t\t\t\"channelIdentity\": \"+9290078604\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 10,\n\t\t\t\"timestamp\": \"2023-07-07T06:13:20.541+00:00\",\n\t\t\t\"agentName\": \"Henry\",\n\t\t\t\"agentId\": \"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"henry123\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Saud\",\n\t\t\t\"channelIdentity\": \"+9290078605\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 25,\n\t\t\t\"timestamp\": \"2023-07-07T06:12:34.541+00:00\",\n\t\t\t\"agentName\": \"Rashid\",\n\t\t\t\"agentId\": \"7798664b-c88d-4b87-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"rashid123\",\n\t\t\t\"conversationDirection\": \"OUTBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Shaber\",\n\t\t\t\"channelIdentity\": \"+9290078606\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 160,\n\t\t\t\"timestamp\": \"2023-07-07T06:11:19.541+00:00\",\n\t\t\t\"agentName\": \"MahanJabeen\",\n\t\t\t\"agentId\": \"9752730R-c88d-9DI8-b066-2d1c90a33c5b\",\n\t\t\t\"agentUsername\": \"mahanjabeen123\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n\t\t\t\"channelSession\": \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\n\t\t}\n\t]\n},\n{\n        \"queueId\": \"6423e7457b7fbe2498e90721\",\n        \"queueName\": \"Web Chat\",\n        \"chats\": [\n            {\n                \"customerName\": \"rohail\",\n                \"channelIdentity\": \"11331234\",\n                \"channelType\": \"WEB\",\n                \"waitingSince\": 11,\n                \"timestamp\": \"2023-07-07T06:53:40.970+00:00\",\n                \"customerLabels\": [\n                    \"645b598cb0a3214383f1526f\",\n                    \"643e3693b0a321894cf141ff\",\n                    \"64392db5b0a3217b12f13f83\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"3f614a82-37a9-48b2-88e6-bc0dd81ba526"},{"name":"Queue Active chats Detail with Teams","id":"b1158315-3acd-46f5-800f-f52ea5f7e454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"teamId\": \"17448888-a658-403b-acbe-b72b1a2daae8\",\n        \"queues\":[\n            \"6423e7457b7fbe2498e90721\"\n         ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/queue-active-chats/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /queue-active-chats/detail</strong></p>\n<p>This API returns the stats of active chats in a particular queue for a Team ID. If no queue ID is specified, stats of all active chats from all queues will be returned for the specified Team ID.</p>\n<p>Active chats are those which reside in the queue for a specific time and are currently being addressed by an agent.</p>\n<p>The Request body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>teamId - String - Required</td>\n<td>Team ID.</td>\n</tr>\n<tr>\n<td>queues - Array - String - Optional</td>\n<td>Queue ID. Multiple IDs can also be specified separated by comma.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns active chats stats in a specific queue based on Team ID.</td>\n<td><strong>1. queueID</strong> - ID of the queue  <br /><strong>2. queueName</strong> - Name of the queue  <br /><strong>3.</strong> Following parameters for chats are returned:  <br /><strong>i. customerName</strong> - name of the customer  <br /><strong>ii. channelIdentity</strong>- identification code of the channel  <br /><strong>iii. channelType</strong> - type of the channel e.g. voice/web  <br /><strong>iv. activeSince</strong> - time lapsed since the agent is active on this chat.  <br /><strong>v. agentName</strong> - Name of the agent to whom this chat is assigned.  <br /><strong>vi.</strong> <strong>agentId</strong>- ID of the agent to whom this chat is assigned.  <br /><strong>vii. agentUsername</strong>- username associated with agents in the keycloak system.  <br /><strong>viii.</strong> <strong>conversationDirection</strong> - The conversation direction.  <br /><strong>ix. ChannelSession</strong>- Complete Channel Session Object.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all active chats in all queues for a specific Team ID.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queue-active-chats","detail"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"4ff2f0b9-b513-4b5d-9371-b0e5a0d825fd","name":"200 OK when queue ID(s) specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teamId\":\"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\r\n    \"queues\":[\"6223b4a3ef484b28639e9ca5\"] // list of queue id's\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/queue-active-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\"queueName\": \"chat-queue\",\n\t\"chats\": [{\n\t\t\t\"customerName\": \"Nabeel\",\n\t\t\t\"channelIdentity\": \"+9290078604\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 10,\n            \"timestamp\": \"2023-07-07T06:13:20.541+00:00\",\n\t\t\t\"agentName\": \"Henry\",\n\t\t\t\"agentId\": \"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\n            \"agentUsername\": \"henry123\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n            \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n            \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Saud\",\n\t\t\t\"channelIdentity\": \"+9290078605\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 25,\n            \"timestamp\": \"2023-07-07T06:12:34.541+00:00\",\n\t\t\t\"agentName\": \"Rashid\",\n\t\t\t\"agentId\": \"7798664b-c88d-4b87-b066-2d1c90a33c5b\",\n            \"agentUsername\": \"rashid123\",\n\t\t\t\"conversationDirection\": \"OUTBOUND\",\n            \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n            \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Shaber\",\n\t\t\t\"channelIdentity\": \"+9290078606\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 160,\n            \"timestamp\": \"2023-07-07T06:11:19.541+00:00\",\n            \"agentName\": \"Rashid\",\n\t\t\t\"agentId\": \"9752730R-c88d-9DI8-b066-2d1c90a33c5b\",\n            \"agentUsername\": \"rashid1234\",\n\t\t\t\"conversationDirection\": \"INBOUND\",\n            \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n            \"customerLabels\": [\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t}\n\t]\n}]"},{"id":"d9699546-9c63-4064-a553-b90ce74ccfc6","name":"200 OK when queue ID(s) NOT specified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teamId\":\"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\r\n    \"queues\":null // list of queue id's\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/queue-active-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n\t\t\"queueId\": \"6223b4a3ef484b28639e9ca5\",\n\t\t\"queueName\": \"chat-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"Nabeel\",\n\t\t\t\t\"channelIdentity\": \"+9290078604\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"activeSince\": 10,\n                \"timestamp\": \"2023-07-07T06:13:34.541+00:00\",\n\t\t\t\t\"agentName\": \"Henry\",\n\t\t\t\t\"agentId\": \"8646664b-c88d-4b87-b066-2d1c90a33c5b\",\n                \"agentUsername\": \"henry123\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Saud\",\n\t\t\t\t\"channelIdentity\": \"+9290078605\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"activeSince\": 25,\n                \"timestamp\": \"2023-07-07T06:12:34.541+00:00\",\n\t\t\t\t\"agentName\": \"Rashid\",\n\t\t\t\t\"agentId\": \"7798664b-c88d-4b87-b066-2d1c90a33c5b\",\n                \"agentUsername\": \"rashid123\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Shaber\",\n\t\t\t\t\"channelIdentity\": \"+9290078606\",\n\t\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\t\"activeSince\": 160,\n                \"timestamp\": \"2023-07-07T06:11:34.541+00:00\",\n                \"agentName\": \"Rashid\",\n\t\t\t\t\"agentId\": \"9752730R-c88d-9DI8-b066-2d1c90a33c5b\",\n                \"agentUsername\": \"rashid1234\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n  {\n\t\t\"queueId\": \"dc1f03de-ae77-4c44-89e8-892b3a3a1a12\",\n\t\t\"queueName\": \"phone-queue\",\n\t\t\"chats\": [{\n\t\t\t\t\"customerName\": \"John\",\n\t\t\t\t\"channelIdentity\": \"+1245789023\",\n\t\t\t\t\"channelType\": \"PHONE\",\n\t\t\t\t\"activeSince\": 5,\n                \"timestamp\": \"2023-07-07T06:15:50.541+00:00\",\n\t\t\t\t\"agentName\": \"Sarah\",\n\t\t\t\t\"agentId\": \"84d7fa96-137d-47e8-8f8e-80d371bbdf19\",\n                \"agentUsername\": \"sarah123\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\"\n\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Emma\",\n\t\t\t\t\"channelIdentity\": \"+1245789024\",\n\t\t\t\t\"channelType\": \"PHONE\",\n\t\t\t\t\"activeSince\": 30,\n                \"timestamp\": \"2023-07-07T06:14:34.541+00:00\",\n\t\t\t\t\"agentName\": \"Tom\",\n\t\t\t\t\"agentId\": \"b0e09877-92c9-4f79-b73d-95f3b0c1b8b7\",\n                \"agentUsername\": \"emma123\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"customerName\": \"Alice\",\n\t\t\t\t\"channelIdentity\": \"+1245789025\",\n\t\t\t\t\"channelType\": \"PHONE\",\n\t\t\t\t\"activeSince\": 240,\n                \"timestamp\": \"2023-07-07T06:10:34.541+00:00\",\n                \"agentName\": \"Tom Medison\",\n\t\t\t\t\"agentId\": \"c0b7e017-80d3-4e24-9c9f-72769b4e2c18\",\n                \"agentUsername\": \"tom123\",\n\t\t\t\t\"conversationDirection\": \"INBOUND\",\n                \"channelSession\" : \"Please visit the reference link for complete object https://docs.expertflow.com/display/CX/channelSession\",\n                \"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\"\n\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n]"}],"_postman_id":"b1158315-3acd-46f5-800f-f52ea5f7e454"},{"name":"Queue Active chats summary","id":"c182e207-0136-4f80-93b2-72921e0b056b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-active-chats/summary","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /queue-active-chats/summary</strong></p>\n<p>This API returns the total of active chats in a particular queue. If no ID is specified, total active chats from all queues will be returned.</p>\n<p>Active chats are those which resided in the queue for a specific time and are currently being addressed by an agent.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns total active chats in a specific queue.</td>\n<td><strong>1. queueID</strong> - ID of the queue  <br /><strong>2. chatsCount</strong> - Count of chats in the queue.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns total count of all active chats in all queues.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["queue-active-chats","summary"],"host":["https://cim-dev.expertflow.com"],"query":[{"disabled":true,"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"62b0526c224bab11c3bbcbfc"}],"variable":[]}},"response":[{"id":"fedc33e8-b2b9-4964-8588-f2b04651ec61","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/queue-active-chats/summary?queueId=6223b4a3ef484b28639e9ca5","host":["https://cim-dev.expertflow.com"],"path":["queue-active-chats","summary"],"query":[{"key":"queueId","value":"6223b4a3ef484b28639e9ca5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"queueId\": \"6223b4a3ef484b28639e9ca5\",\n    \"chatsCount\": 3\n}"},{"id":"63fb5443-05e5-4182-b4fa-f3d7aa566c67","name":"200 OK without Query Param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/queue-active-chats/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"queueId\": \"6223b4a3ef484b28639e9ca5\",\n        \"chatsCount\": 3\n    }\n]"}],"_postman_id":"c182e207-0136-4f80-93b2-72921e0b056b"},{"name":"Bot Active chats Detail","id":"c322603b-50ab-42aa-b4b2-29dd3943541b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/bot-active-chats/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /bot-active-chats/detail</strong></p>\n<p>This API returns the stats of active chats as dealt solely by the bot based on bot ID. If no ID is specified, stats of all active chats handled by all bots will be returned.</p>\n<p>Active chats are those that are currently being addressed by a bot.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns active chats stats of a specific bot.</td>\n<td><strong>1. botID</strong> - ID of the bot  <br /><strong>2. botName</strong> - Name of the bot  <br /><strong>3.</strong> Following parameters for chats are returned:  <br /><strong>i. customerName</strong> - name of the customer  <br /><strong>ii. channelIdentity</strong>- identification code of the channel  <br /><strong>iii. channelType</strong> - type of the channel e.g. voice/web  <br /><strong>iv. activeSince</strong> - time lapsed (seconds) since bot is active on this chat.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns stats of all active chats being handled by bots.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["bot-active-chats","detail"],"host":["https://cim-dev.expertflow.com"],"query":[{"disabled":true,"description":{"content":"<p>ID of the bot for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"botId","value":"9ba1f9d4-6c22-4e6f-b497-166c447c3b4a"}],"variable":[]}},"response":[{"id":"14abeaaa-633d-4603-8584-bc5c03c56d39","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/bot-active-chats/detail?botId=8bce469d-91d9-43a1-bf14-1f0832396588","host":["https://cim-dev.expertflow.com"],"path":["bot-active-chats","detail"],"query":[{"key":"botId","value":"8bce469d-91d9-43a1-bf14-1f0832396588"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\",\n\t\"botName\": \"EF Bot\",\n\t\"chats\": [{\n\t\t\t\"customerName\": \"Bilal\",\n\t\t\t\"channelIdentity\": \"+9290078607\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 120,\n\t\t\t\"timestamp\": \"2023-07-07T13:42:00.578+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Umer\",\n\t\t\t\"channelIdentity\": \"+9290078608\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 80,\n            \"timestamp\": \"2023-07-07T13:48:00.578+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"customerName\": \"Mansha\",\n\t\t\t\"channelIdentity\": \"+9290078609\",\n\t\t\t\"channelType\": \"WHATSAPP\",\n\t\t\t\"activeSince\": 12,\n            \"timestamp\": \"2023-07-07T13:53:00.578+00:00\",\n\t\t\t\"customerLabels\": [\n\t\t\t\t\"645b598cb0a3214383f1526f\",\n\t\t\t\t\"643e3693b0a321894cf141ff\",\n\t\t\t\t\"64392db5b0a3217b12f13f83\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"d31daecd-8888-4601-9cf0-330d9e87394b","name":"200 OK without query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/bot-active-chats/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\",\n        \"botName\": \"EF Bot\",\n        \"chats\": [\n            {\n                \"customerName\": \"Bilal\",\n                \"channelIdentity\": \"+9290078607\",\n                \"channelType\": \"WHATSAPP\",\n                \"activeSince\": 120,\n                \"timestamp\": \"2023-07-07T13:42:00.578+00:00\",\n                \"customerLabels\": [\n                    \"645b598cb0a3214383f1526f\",\n                    \"643e3693b0a321894cf141ff\",\n                    \"64392db5b0a3217b12f13f83\"\n                ]\n            },\n            {\n                \"customerName\": \"Umer\",\n                \"channelIdentity\": \"+9290078608\",\n                \"channelType\": \"WHATSAPP\",\n                \"activeSince\": 80,\n                \"timestamp\": \"2023-07-07T13:48:00.578+00:00\",\n                \"customerLabels\": [\n                    \"645b598cb0a3214383f1526f\",\n                    \"643e3693b0a321894cf141ff\",\n                    \"64392db5b0a3217b12f13f83\"\n                ]\n            },\n            {\n                \"customerName\": \"Mansha\",\n                \"channelIdentity\": \"+9290078609\",\n                \"channelType\": \"WHATSAPP\",\n                \"activeSince\": 12,\n                \"timestamp\": \"2023-07-07T13:53:00.578+00:00\",\n                \"customerLabels\": [\n                    \"645b598cb0a3214383f1526f\",\n                    \"643e3693b0a321894cf141ff\",\n                    \"64392db5b0a3217b12f13f83\"\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"c322603b-50ab-42aa-b4b2-29dd3943541b"},{"name":"Bot Active chats Summary","id":"39e03498-1827-4e8f-88e9-c847b0a69cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/bot-active-chats/summary?botId=9ba1f9d4-6c22-4e6f-b497-166c447c3b4a","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /bot-active-chats/summary</strong></p>\n<p>This API returns the total of active chats being handled by a bot. If no ID is specified, total active chats handled by all bots will be returned.</p>\n<p>Active chats are those which are currently being addressed by an bot.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns total active chats handled by a specific bot.</td>\n<td><strong>1. botId</strong> - ID of the bot  <br /><strong>2. chatsCount</strong> - Count of chats being handled by this bot.</td>\n</tr>\n<tr>\n<td>OK</td>\n<td>Code 200.</td>\n<td>Returns total count of all active chats being handled by all bots.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["bot-active-chats","summary"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>ID of the queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"botId","value":"9ba1f9d4-6c22-4e6f-b497-166c447c3b4a"}],"variable":[]}},"response":[{"id":"1d10c25a-8d70-480c-93d0-bce4b2fa10ff","name":"200 OK with query param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/bot-active-chats/summary?botId=8bce469d-91d9-43a1-bf14-1f0832396588","host":["https://cim-dev.expertflow.com"],"path":["bot-active-chats","summary"],"query":[{"key":"botId","value":"8bce469d-91d9-43a1-bf14-1f0832396588"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\",\n    \"chatsCount\": 3\n}"},{"id":"55299ed7-1a37-48d1-82e5-3f4345acfc1c","name":"200 OK without query param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/bot-active-chats/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"botId\": \"8bce469d-91d9-43a1-bf14-1f0832396588\",\n        \"chatsCount\": 3\n    }\n]"}],"_postman_id":"39e03498-1827-4e8f-88e9-c847b0a69cf1"},{"name":"Agent Activity Details","id":"cf5c64ea-5e44-4aea-abe6-71d8903f1dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-activity/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /agent-activity/detail</strong></p>\n<p>This API returns the activities of all agents on a particular queue or on all queues depending on query parameters.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Response</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK with queue ID specified.</td>\n<td>Code 200. Returns activities of all the agents on a particular queue.</td>\n<td>When QueueID is specified, it returns the count of the agent activities along with their MRD states on that particular queue only.</td>\n</tr>\n<tr>\n<td>OK without any queue ID</td>\n<td>Code 200.</td>\n<td>When no ID is specified, the API returns the total count of agent activities from all the queues that the agent is a part of along with their MRD states.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent-activity","detail"],"host":["https://cim-dev.expertflow.com"],"query":[{"disabled":true,"description":{"content":"<p>ID of the Queue for which stats needs to retrieved.</p>\n","type":"text/plain"},"key":"queueId","value":"63beac5854710f5f13dc1257"}],"variable":[]}},"response":[{"id":"8d682ed7-94aa-4fc9-8d01-e547502d4f28","name":"200 OK with Queue ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/agent-activity/detail?queueId=63beac5854710f5f13dc1257","host":["https://cim-dev.expertflow.com"],"path":["agent-activity","detail"],"query":[{"key":"queueId","value":"63beac5854710f5f13dc1257"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"queueId\": \"63beac5854710f5f13dc1257\",\n    \"queueName\": \"CHAT-queue\",\n    \"agents\": [{\n            \"id\": \"a3f8339a-4cba-4654-8400-754e2aa9ac48\",\n            \"name\": \"rao waqas akram\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 3,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"NOT_READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"ACTIVE\"\n                }\n            ]\n        },\n        {\n            \"id\": \"a3f8429a-4cba-4654-8400-754e28765c48\",\n            \"name\": \"Harrsion Malande\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 0,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"NOT_READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"READY\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"bcae7bd6-d3a5-417a-9738-656bd3c37a93","name":"200 OK without Queue ID","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-activity/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"agents\": [{\n            \"id\": \"9e37693c-93f9-4e66-861c-6d9205913c1f\",\n            \"name\": \"haroon\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 0,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"NOT_READY\"\n                }\n            ]\n        },\n        {\n            \"id\": \"a3f8339a-4cba-4654-8400-754e2aa9ac48\",\n            \"name\": \"rao waqas akram\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 4,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"ACTIVE\"\n                }\n            ]\n        },\n        {\n            \"id\": \"498aa700-0c0d-46e8-b34b-98267a7d42b1\",\n            \"name\": \"Harrison Kiprono\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 0,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"NOT_READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"READY\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"cf5c64ea-5e44-4aea-abe6-71d8903f1dfb"},{"name":"Agent Activity Details with Teams","id":"060db0ef-9aad-408b-82d1-a2a4c69a6bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"teams\": [\n        \"472889e8-2055-47b9-b84b-2974da6a838f\" \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/agent-activity/detail","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST /agent-activity/detail</strong></p>\n<p>This API provides information of the activities of all agents in the specified team(s) using team ID.</p>\n<p><strong>Response</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK with team ID(s) specified.</td>\n<td>Code 200. Posts activities of all the agents from the specified team(s).  <br />Returns active chats stats in a specific queue based on Team ID.  <br /><strong>1. id</strong> - ID of the agent  <br /><strong>2. name</strong> -name of the agent.  <br /><strong>3.</strong> <strong>state</strong> - State of the agent - Ready/NotReady/LoggedOut  <br /><strong>4. activeChatsCount</strong> - total active chats of the agent.  <br /><strong>5. mrds</strong> - this object contains the agent states in mrds that the agent is subscribed to.</td>\n</tr>\n<tr>\n<td>NOT_FOUND without any team ID</td>\n<td>CODE 404.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent-activity","detail"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"e4713bd6-7e4e-4cec-b8e4-5de575fa460a","name":"200 OK with Team ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"teams\":[\r\n        \"9e37693c-93f9-4e66-861c-6d9205913c1f\",\r\n        \"ff379ac0-9269-11ed-a1eb-0242ac120002\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/agent-activity/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"agents\": [\n        {\n            \"id\": \"9e37693c-93f9-4e66-861c-6d9205913c1f\",\n            \"name\": \"haroon\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 0,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"NOT_READY\"\n                }\n            ]\n        },\n        {\n            \"id\": \"a3f8339a-4cba-4654-8400-754e2aa9ac48\",\n            \"name\": \"rao waqas akram\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 4,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"ACTIVE\"\n                }\n            ]\n        },\n        {\n            \"id\": \"498aa700-0c0d-46e8-b34b-98267a7d42b1\",\n            \"name\": \"Harrison Kiprono\",\n            \"state\": \"READY\",\n            \"activeChatsCount\": 0,\n            \"mrds\": [{\n                    \"id\": \"ff379ac0-9269-11ed-a1eb-0242ac120002\",\n                    \"name \": \"VOICE\",\n                    \"state \": \"NOT_READY\"\n                },\n                {\n                    \"id\": \"0688a3be-926a-11ed-a1eb-0242ac120002\",\n                    \"name \": \"CHAT\",\n                    \"state \": \"READY\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"543f8375-25ce-40ba-a433-6cc3f58f8040","name":"400 BAD REQUEST without Team ID(s)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"teams\": [\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/agent-activity/detail"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 02 Mar 2023 15:58:35 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"You need to pass at-least one Team ID.\",\n    \"statusCode\": 400\n}"}],"_postman_id":"060db0ef-9aad-408b-82d1-a2a4c69a6bc8"},{"name":"Agent and MRD states","id":"efba1d8b-b5a9-4494-b8e4-ebb41e6953ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-state/detail?excludeNotReadyAgents=true&mrdId=63be643dc989601205002279&agentId=0327a8a2-a764-4ce6-8ab6-3b88ff196af","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>GET /agent-state/detail</strong></p>\n<p>This API will return the agent and their MRDs states of all the LOGGED-IN agents. (<strong>LOGGED-IN</strong> means agent's state isn't LOGOUT.)</p>\n<p>Following are the filters that could be applied with this API. (All are optional filters)</p>\n<ul>\n<li><strong>mrdId</strong> - return the state of all agents for the specified MRD only (i.e. return the agent state and MRD state of the specified MRD only).</li>\n<li><strong>agentId</strong> - return the states of the specified agent only.</li>\n<li><strong>excludeNotReadyAgents</strong>- if this flag is set, all agents who are logged in but are in NOT_READY state should not be returned in the API response. Therefore, only the agents who are in \"READY\" state should be returned with their individual states in all MRDs.</li>\n</ul>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK (with or without any filter)</td>\n<td>Code 200. Returns MRD states of agents filtered on the basis of applied filterfiltering .</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Agent not found.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent-state","detail"],"host":["https://cim-dev.expertflow.com"],"query":[{"description":{"content":"<p>filter to exclude agents that are LOGGED_IN but are in NOT_READY state.</p>\n","type":"text/plain"},"key":"excludeNotReadyAgents","value":"true"},{"description":{"content":"<p>filter to return agents for the specified MRD.</p>\n","type":"text/plain"},"key":"mrdId","value":"63be643dc989601205002279"},{"description":{"content":"<p>filter to return MRD state(s) of the specified agent.</p>\n","type":"text/plain"},"key":"agentId","value":"0327a8a2-a764-4ce6-8ab6-3b88ff196af"}],"variable":[]}},"response":[{"id":"55907ec5-b201-4e04-87fd-edaab08e7d76","name":"200 OK without any filter param","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-state/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[{\n\t\t\"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n\t\t\"agentName\": \"John Doe\",\n\t\t\"agentState\": {\n\t\t\t\"name\": \"READY\",\n\t\t\t\"reasonCode\": null\n\t\t},\n\t\t\"agentStateChangeTime\": \"2023-01-19T05:46:27.828+00:00\",\n\t\t\"agentMrdStates\": [{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"VOICE\",\n\t\t\t\t\"state\": \"NOT_READY\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"CHAT\",\n\t\t\t\t\"state\": \"READY\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t\t}\n\t\t]\n\t}, {\n\t\t\"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n\t\t\"agentName\": \"Kamlia Harris\",\n\t\t\"agentState\": {\n\t\t\t\"name\": \"READY\",\n\t\t\t\"reasonCode\": null\n\t\t},\n\t\t\"agentStateChangeTime\": \"2023-01-19T05:46:31.766+00:00\",\n\t\t\"agentMrdStates\": [{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"VOICE\",\n\t\t\t\t\"state\": \"BUSY\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"CHAT\",\n\t\t\t\t\"state\": \"ACTIVE\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"agentId\": \"0327a8a2-a764-4ce6-8ab6-3b88ff196af0\",\n\t\t\"agentName\": \"Rao Waqas akram\",\n\t\t\"agentState\": {\n\t\t\t\"name\": \"NOT_READY\",\n\t\t\t\"reasonCode\": {\n\t\t\t\t\"id\": \"62ffc9e9f12b6ccf1594d88b\",\n\t\t\t\t\"name\": \"Short Break\",\n\t\t\t\t\"type\": \"NOT_READY\"\n\t\t\t}\n\t\t},\n\t\t\"agentStateChangeTime\": \"2023-01-19T05:46:33.723+00:00\",\n\t\t\"agentMrdStates\": [{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"VOICE\",\n\t\t\t\t\"state\": \"NOT_READY\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\t\"name\": \"CHAT\",\n\t\t\t\t\"state\": \"NOT_READY\",\n\t\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t\t}\n\t\t]\n\t}\n]"},{"id":"94cf9c1a-c1a5-43d1-8089-54e0d9ae6ded","name":"200 OK with agentId filter param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/agent-state/detail?agentId=b713bd23-621a-4f18-80d0-cbf2c7f9d34a","host":["https://cim-dev.expertflow.com"],"path":["agent-state","detail"],"query":[{"key":"agentId","value":"b713bd23-621a-4f18-80d0-cbf2c7f9d34a","description":"The agentId who's state and MRD state is required."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n\t\"agentName\": \"John Doe\",\n\t\"agentState\": {\n\t\t\"name\": \"READY\",\n\t\t\"reasonCode\": null\n\t},\n\t\"agentStateChangeTime\": \"2023-01-19T05:46:27.828+00:00\",\n\t\"agentMrdStates\": [{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"VOICE\",\n\t\t\t\"state\": \"NOT_READY\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"CHAT\",\n\t\t\t\"state\": \"READY\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t}\n\t]\n}"},{"id":"33d59f43-776e-488d-88de-ee3c39442517","name":"404 NOT FOUND with agentId filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/agent-state/detail?agentId=b713bd23-621a-4f18-80d0-cbf2c7f9d34a","host":["https://cim-dev.expertflow.com"],"path":["agent-state","detail"],"query":[{"key":"agentId","value":"b713bd23-621a-4f18-80d0-cbf2c7f9d34a"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\":  \"Agent not found.\",\n    \"statusCode\": 404\n}"},{"id":"2800643e-0260-4dbc-84a8-aa6de6612b32","name":"200 OK with excludeNotReadyAgents filter param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/agent-state/detail?excludeNotReadyAgents=true","host":["https://cim-dev.expertflow.com"],"path":["agent-state","detail"],"query":[{"key":"excludeNotReadyAgents","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\n\t\"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n\t\"agentName\": \"John Doe\",\n\t\"agentState\": {\n\t\t\"name\": \"READY\",\n\t\t\"reasonCode\": null\n\t},\n\t\"agentStateChangeTime\": \"2023-01-19T05:46:27.828+00:00\",\n\t\"agentMrdStates\": [{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"VOICE\",\n\t\t\t\"state\": \"NOT_READY\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"CHAT\",\n\t\t\t\"state\": \"READY\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t}\n\t]\n}, {\n\t\"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n\t\"agentName\": \"Kamlia Harris\",\n\t\"agentState\": {\n\t\t\"name\": \"READY\",\n\t\t\"reasonCode\": null\n\t},\n\t\"agentStateChangeTime\": \"2023-01-19T05:46:31.766+00:00\",\n\t\"agentMrdStates\": [{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"VOICE\",\n\t\t\t\"state\": \"BUSY\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:27.828+00:00\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n\t\t\t\"name\": \"CHAT\",\n\t\t\t\"state\": \"ACTIVE\",\n\t\t\t\"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n\t\t}\n\t]\n}]"},{"id":"ab2cc86d-1784-4a54-ae13-09cb103b6cd5","name":"200 OK with mrdId filter param","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/agent-state/detail?mrdId=63c7bdaa3f71ca10e7fe3a7b","host":["https://cim-dev.expertflow.com"],"path":["agent-state","detail"],"query":[{"key":"mrdId","value":"63c7bdaa3f71ca10e7fe3a7b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"agentId\": \"0327a8a2-a764-4ce6-8ab6-3b88ff196af0\",\n        \"agentName\": \"Rao Waqas akram\",\n        \"agentState\": {\n            \"name\": \"NOT_READY\",\n            \"reasonCode\": {\n                \"id\": \"62ffc9e9f12b6ccf1594d88b\",\n                \"name\": \"Short Break\",\n                \"type\": \"NOT_READY\"\n            }\n        },\n        \"agentStateChangeTime\": \"2023-01-19T05:46:33.723+00:00\",\n        \"agentMrdStates\": [\n            {\n                \"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n                \"name\": \"CHAT\",\n                \"state\": \"NOT_READY\",\n                \"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n            }\n        ]\n    },\n    {\n        \"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n        \"agentName\": \"John Doe\",\n        \"agentState\": {\n            \"name\": \"READY\",\n            \"reasonCode\": null\n        },\n        \"agentStateChangeTime\": \"2023-01-19T05:46:27.828+00:00\",\n        \"agentMrdStates\": [\n            {\n                \"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n                \"name\": \"CHAT\",\n                \"state\": \"READY\",\n                \"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n            }\n        ]\n    },\n    {\n        \"agentId\": \"b713bd23-621a-4f18-80d0-cbf2c7f9d34a\",\n        \"agentName\": \"Kamlia Harris\",\n        \"agentState\": {\n            \"name\": \"READY\",\n            \"reasonCode\": null\n        },\n        \"agentStateChangeTime\": \"2023-01-19T05:46:31.766+00:00\",\n        \"agentMrdStates\": [\n            {\n                \"id\": \"63c7bdaa3f71ca10e7fe3a7b\",\n                \"name\": \"CHAT\",\n                \"state\": \"NOT_READY\",\n                \"stateChangeTime\": \"2023-01-19T05:46:33.723+00:00\"\n            }\n        ]\n    }\n]"}],"_postman_id":"efba1d8b-b5a9-4494-b8e4-ebb41e6953ae"},{"name":"Change logging level.","id":"0f375d28-3b72-431a-9c9c-388883415771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"configuredLevel\": \"INFO\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/actuator/loggers/com.ef.realtimereportsmanager","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/actuator/loggers/com.ef.realtimereportsmanager</strong></p>\n<p>This API can be called to change the logging level of \"real time reporting manager\" application without redeploying the component.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>configuredLevel - Enum - Required</td>\n<td>The options for configuration level are as follows:  <br />  <br />- TRACE  <br />- DEBUG  <br />- INFO  <br />- WARN  <br />- ERROR  <br /></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["actuator","loggers","com.ef.realtimereportsmanager"],"host":["https://cim-dev.expertflow.com"],"query":[],"variable":[]}},"response":[{"id":"6ee554cb-9c10-4e83-a8f0-48a467f7358c","name":"Change logging level of Real Time reporting component.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"configuredLevel\": \"INFO\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/actuator/loggers/com.ef.realtimereportsmanager"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 31 Jan 2023 09:17:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f375d28-3b72-431a-9c9c-388883415771"}],"id":"dde2c14e-9822-4f44-aa50-4bd0a7fd784f","_postman_id":"dde2c14e-9822-4f44-aa50-4bd0a7fd784f","description":""},{"name":"File Engine","item":[{"name":"Upload File","id":"406ad9dd-83fb-4a7d-ac06-40607df4b858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"conversationId","value":"6d188c53-27d0-4696-9b75-49402fa11b55","description":"<p>Conversation ID where file is being upoaded.</p>\n","type":"text"},{"key":"file","description":"<p>attach file for uploading</p>\n","type":"file","src":"LrXJHlp_k/_WEB.svg"}]},"url":"https://presales-cim.expertflow.com/file-engine/api/uploadFileStream","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/api/uploadFileStream</strong></p>\n<p>This API allows you to upload file to a space in HybridChat. For media exchange from local machine, direct file stream is used to upload the media on the server.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>conversationId - String - Required</td>\n<td>ID for tagging media file.</td>\n</tr>\n<tr>\n<td>file - FileStream Object - Required</td>\n<td>the media shared by user as described in the <a href=\"https://docs.expertflow.com/display/CIMp/Media+Messages\">Media Messages</a> section.</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n<p><strong>Status</strong></p>\n<hr />\n<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th>Response</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n<td><br /><br />Message - String - Required - \"File uploaded successfully.\"<br /><br />etag - String - Required  - HTTP response header is an identifier for a specific version of a resource and used for tracking purposes.<br /><br />name - String - Optional  - name can be specified by the user. It is saved with conversation ID appended to it e.g. 11111_filename.ext<br /><br />type - String - Optional - type and extension of the file e.g. image/png<br /><br />size - Numeric - Required - size of the uploaded file.<br /><br /></td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500</td>\n<td>Message: \"An error occurred while uploading file.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 404</td>\n<td>Message: \"An error occurred while uploading file.\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"protocol":"https","path":["file-engine","api","uploadFileStream"],"host":["presales-cim","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"9528c73d-b544-48d1-a7c4-7582f0c30f10","name":"Upload File","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"conversationId","value":"6d188c53-27d0-4696-9b75-49402fa11b55","description":"Conversation ID where file is being upoaded.","type":"text"},{"key":"file","description":"attach file to upload to conversation.","type":"file","src":["LrXJHlp_k/_WEB.svg"]}]},"url":"https://presales-cim.expertflow.com/file-engine/api/uploadFileStream"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"File uploaded successfully\",\r\n    \"etag\": \"a0712880cf390c898fde55813e7bb4be\",\r\n    \"name\": \"123456_curl_ccm.png\",\r\n    \"type\": \"image/png\",\r\n    \"size\": 53704\r\n}"}],"_postman_id":"406ad9dd-83fb-4a7d-ac06-40607df4b858"},{"name":"Download File Stream","id":"be71cf16-a559-4429-83d0-4cf53b04eaae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://presales-cim.expertflow.com/file-engine/api/downloadFileStream?filename=_WEB.svg","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>Get/api/downloadFileStream</strong></p>\n<p>This API allows you to download file based on file name during a conversation.</p>\n<p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OK</td>\n<td>Code 200. Returns file to download.</td>\n</tr>\n<tr>\n<td>Not Found</td>\n<td>Code 404. Message: \"File not found.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["file-engine","api","downloadFileStream"],"host":["presales-cim","expertflow","com"],"query":[{"description":{"content":"<p>name of the file to download.</p>\n","type":"text/plain"},"key":"filename","value":"_WEB.svg"}],"variable":[]}},"response":[{"id":"6f909746-25be-4330-9ee4-3803d5b02155","name":"Download File Stream","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://presales-cim.expertflow.com/file-engine/api/downloadFileStream?filename=_WEB.svg","protocol":"https","host":["presales-cim","expertflow","com"],"path":["file-engine","api","downloadFileStream"],"query":[{"key":"filename","value":"_WEB.svg"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be71cf16-a559-4429-83d0-4cf53b04eaae"},{"name":"Upload File From Url","id":"51a50cb9-9afc-44fb-9c9c-f84511bec927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"D360-API-KEY","value":"Oz8HN2X2sije4m09foRZp3YOAK","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sourceUrl\":\"https://waba.360dialog.io/v1/media/f6b4f7a5-394d-43b1-aba1-9f62c7f08365\",\n\t\"channel\":\"whatsapp360\",\n\t\"fileName\":\"\",\n\t\"conversationId\":\"1112233\",\n    \"oauth\": {\n        \"consumerKey\":\"\",\n        \"consumerSecret\":\"\",\n        \"tokenKey\":\"\",\n        \"tokenSecret\":\"\"\n    },\n    \"APIKey360\":\"Oz8HN2X2sije4m09foRZp3YOAK\",\n    \"mime_type\":\"image/jpeg\"\n}"},"url":"{{url}}/api/uploadFileFromUrl","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/api/uploadFileFromUrl</strong></p>\n<p>This API allows you to attach file by providing URL to upload it to a server space in HybridChat.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>conversationId - String - Optional</td>\n<td>ID for tagging media.</td>\n</tr>\n<tr>\n<td>sourceUrl - URL - Required</td>\n<td>get file from the given URL</td>\n</tr>\n<tr>\n<td>channel - String - Required</td>\n<td>The channel where conversation is in progress.</td>\n</tr>\n<tr>\n<td>fileName - String - Optional</td>\n<td>to be specified by user. Appended with conversationId in response. If no name is specified, file name is extracted from the URL.</td>\n</tr>\n<tr>\n<td>oauth - Object - Optional</td>\n<td>Authorization if needed to upload file to the channel. Currently, for whatsapp this authentication is required.</td>\n</tr>\n<tr>\n<td>APIKey360 - String - Required for 360 DialogFlow Connector</td>\n<td>API Key for authorization to 360 connector.</td>\n</tr>\n<tr>\n<td>mime_type - String - Optional</td>\n<td>type and extension of the file e.g. image/png</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n<p><strong>Status</strong></p>\n<hr />\n<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th>Response</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200</td>\n<td><br /><br />Message - String - Required - \"File uploaded successfully.\"<br /><br />etag - String - Required  - HTTP response header is an identifier for a specific version of a resource and used for tracking purposes.<br /><br />name - String - Optional  - name can be specified by the user. It is saved with conversation ID appended to it e.g. 11111_filename.ext<br /><br />type - String - Optional - type and extension of the file e.g. image/png<br /><br />size - Numeric - Required - size of the uploaded file.<br /><br /></td>\n</tr>\n<tr>\n<td>Internal Server Error</td>\n<td>Code 500</td>\n<td>Message: \"An error occurred while uploading file.\"</td>\n</tr>\n<tr>\n<td>Bad Request</td>\n<td>Code 404</td>\n<td>Message: \"An error occurred while uploading file.\"</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api","uploadFileFromUrl"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ba6c7ec5-94f2-414f-a712-fc108724bee4","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"D360-API-KEY","value":"Oz8HN2X2sije4m09foRZp3YOAK","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sourceUrl\":\"https://www.techsmith.com/blog/wp-content/uploads/2020/09/BestUserDocumentation_1500x1100.png\",\n\t\"channel\":\"whatsapp360\",\n\t\"fileName\":\"\",\n\t\"conversationId\":\"1132\",\n    \"oauth\": {\n        \"consumerKey\":\"\",\n        \"consumerSecret\":\"\",\n        \"tokenKey\":\"\",\n        \"tokenSecret\":\"\"\n    },\n    \"APIKey360\":\"Oz8HN2X2sije4m09foRZp3YOAK\",\n    \"mime_type\":\"image/jpeg\"\n}"},"url":"https://cim.expertflow.com/file-engine/api/uploadFileFromUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Fri, 26 Aug 2022 07:41:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"ad-BFeFVQUk+bJVTDZQ7wbiF5JgIVg\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File uploaded successfully\",\n    \"etag\": \"2a88a769257a3ba955600a915f4cccfd\",\n    \"name\": \"1132_BestUserDocumentation_1500x1100.png.jpeg\",\n    \"type\": \"image/jpeg\",\n    \"size\": \"107550\"\n}"},{"id":"813b1152-81d1-4c0d-9d7d-559ccc86c1ed","name":"Upload File From Url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"D360-API-KEY","value":"Oz8HN2X2sije4m09foRZp3YOAK","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sourceUrl\":\"https://www.techsmith.com/blog/wp-content/uploads/2020/09/BestUserDocumentation_1500x1100.png\",\n\t\"channel\":\"whatsapp360\",\n\t\"fileName\":\"\",\n\t\"conversationId\":\"1112233\",\n    \"oauth\": {\n        \"consumerKey\":\"\",\n        \"consumerSecret\":\"\",\n        \"tokenKey\":\"\",\n        \"tokenSecret\":\"\"\n    },\n    \"APIKey360\":\"Oz8HN2X2sije4m09foRZp3YOAK\",\n    \"mime_type\":\"image/jpeg\"\n}"},"url":"https://cim.expertflow.com/file-engine/api/uploadFileFromUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.16.1"},{"key":"Date","value":"Fri, 26 Aug 2022 06:05:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"b0-uex5JVudJuwYUgbsxRiPcC8NgXs\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File uploaded successfully\",\n    \"etag\": \"2a88a769257a3ba955600a915f4cccfd\",\n    \"name\": \"1112233_BestUserDocumentation_1500x1100.png.jpeg\",\n    \"type\": \"image/jpeg\",\n    \"size\": \"107550\"\n}"}],"_postman_id":"51a50cb9-9afc-44fb-9c9c-f84511bec927"}],"id":"254e48d3-9184-43e0-a697-88f76c4f3fda","description":"<p>This folder contains APIs for handling (uploading/downloading) files during message exchange between agent and the customer.</p>\n","_postman_id":"254e48d3-9184-43e0-a697-88f76c4f3fda"},{"name":"Campaign Scheduler","item":[{"name":"Activity","item":[{"name":"Schedule Activity","id":"f58a80fa-1002-4ff3-a5ed-508141027f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"f721ecd2-245a-4613-a2c5-9f37d65b928d\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"5804392180\",\n                \"serviceIdentifier\": \"5647903440\",\n                \"additionalAttributes\": []\n            },\n            \"customer\": {\n                \"_id\": \"64c9f1ececa4078dfc8bf706\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-08-04T15:54:00+03:00\",\n                \"channelType\": {\n                    \"name\": \"TELEGRAM\",\n                    \"channelLogo\": \"_TELEGRAM.svg\"\n                },\n                \"webhookId\": null,\n                \"agent\": null,\n                \"queue\": null,\n                \"dialingMode\": \"PREDICTIVE\",\n                \"campaignName\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Dear Customer, we have planned maintenance work on Saturday 9th September from 11:00 PM to Sunday 10th 2:00 AM which will impact all our services. We will update you as soon as maintenance is completed.\"\n        }\n    },\n    {\n        \"id\": \"bf84b564-48f9-41e4-83fa-57f6cd83a24a\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"additionalAttributes\": []\n            },\n            \"customer\": {\n                \"_id\": \"64cb6b302b017df4ce6c8f75\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-08-04T17:54:00+05:00\",\n                \"channelType\": {\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\"\n                },\n                \"webhookId\": null,\n                \"agent\": null,\n                \"queue\": null,\n                \"dialingMode\": \"PROGRESSIVE\",\n                \"campaignName\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Dear Customer, we have planned maintenance work on Saturday 9th September from 11:00 PM to Sunday 10th 2:00 AM which will impact all our services. We will update you as soon as maintenance is completed.\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>POST: {FQDN}</strong>/scheduler/scheduled-activities</p>\n<p>This API takes an array of activities (<a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">CIM Message</a>) to be sent to the system at the scheduled date and time.</p>\n<p>The <a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">CIM Message</a> payload has a property called <strong>schedulingMetaData,</strong> on the root level of the Cim Message Header whereby we provide the scheduling options.</p>\n<p>The SchedulingMetaData property has some mandatory fields mentioned below that should be passed at the time of scheduling, but also you can pass <strong>any additional attributes along</strong> as a key value paired object to schedule an activity :</p>\n<ol>\n<li>scheduledDatetime (required)</li>\n<li>channelType (required)</li>\n</ol>\n<p>The SchedulingMetaData body should be in JSON format and some of the properties included are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduledDatetime</td>\n<td>DateTime</td>\n<td>This is the date and time the activity should be sent. This field is in <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO-8601</a> format which letter <strong>T</strong> seperates the date and time.</td>\n<td><code>\"scheduledDatetime\": \"2023-04-10T22:55:00+03:00\"</code></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>webhookId</td>\n<td>String</td>\n<td>This webhook id is a 6character string provided while registering for webhooks. It is mapped to the webhook url provided while registering a webhook. When the id is provided, response feedback of the scheduled activity will be sent back to the mapped webhook url. Otherwise set it as null if response feedback of the scheduled message is not required</td>\n<td><code>{ \"webhookId\": \"ON9OF9\" }</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>agent</td>\n<td>CcUser</td>\n<td>This field is used for agent-based reservations. While reserving agents, we will add the agent object otherwise set it as null.</td>\n<td><code>{ \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\", \"keycloakUser\": { \"id\": \"03ec1f56-929f-4702-b1b3-7363f6c2c69f\", \"firstName\": \"fUser\", \"lastName\": \"lUser”, \"roles\": [ \"agent\" ], \"username\": \"rao\", \"permittedResources\": null, \"realm\": \"university\" }, \"associatedRoutingAttributes\": [], \"participantType\": \"CCUser\", \"associatedMrds\": [] }</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>queue</td>\n<td>PrecisionQueue</td>\n<td>This field is used for queue-based reservations. The Routing Engine will reserve available agent in this queue when we add this queue object, otherwise set it as null.</td>\n<td><code>{ \"id\": \"600016622b258400063fe54d\", \"name\": \"Test\", \"mrd\": { \"id\": \"600016622b258400063fe52d\", \"name\": \"mrd1\", \"description\": \"mrd1-description\", \"interruptible\": true }, \"serviceLevelType\": 2, \"serviceLevelThreshold\": 3, \"steps\":[] }</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>channelType</td>\n<td>ChannelType</td>\n<td>This field is required on the frontend so as to display the channelType icon and name for the scheduled activity.</td>\n<td><code>\"channelType\": { \"name\": \"TELEGRAM\", \"channelLogo\": \"_TELEGRAM.svg\" }</code></td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>campaignName</td>\n<td>String</td>\n<td>The name of Campaign</td>\n<td><code>\"MARKETING\"</code></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td><a href=\"https://docs.google.com/document/d/1NcKchSBN-2LpFqaksWPMp3mcI3Q-l_HNm7cjbCepUZ4/edit?usp=sharing\">dialingMode</a></td>\n<td>Enum</td>\n<td>mode of dialing contact</td>\n<td><code>\"PREDICTIVE\"</code>  <br />or  <br /><code>\"PROGRESSIVE\"</code>  <br />or  <br /><code>\"PREVIEW\"</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note</strong></p>\n<hr />\n<p>While constructing the activity (CIM Message) the following fields are mandatory for scheduling:</p>\n<ul>\n<li>Cim Id <em>(random unique String 0-40 char)</em></li>\n<li><a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">Customer Object</a></li>\n<li><a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">ChannelCustomerIdentifier</a></li>\n<li><a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">ServiceIdentifier</a></li>\n<li>SchedulingMetaData</li>\n<li><a href=\"https://expertflow-docs.atlassian.net/wiki/x/k5sm\">Cim Body</a></li>\n</ul>\n<h3 id=\"status\"><strong>Status</strong></h3>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREATED</td>\n<td>The response status will return 201 CREATED when the activity(s) has been scheduled successfully.</td>\n</tr>\n<tr>\n<td>INTERNAL SERVER ERROR</td>\n<td>The response status will return 500 INTERNAL SERVER ERROR when an exception has occurred while scheduling an activity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["scheduled-activities"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[{"id":"96f5fa94-e771-43d9-955c-5f2b1ac1a0ca","name":"SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"b55641f4-6b63-4338-a610-e87279e1ba9b\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"254713568753\",\n                \"serviceIdentifier\": \"4930609859535\",\n                \"additionalAttributes\": []\n            },\n            \"customer\": {\n                \"_id\": \"61c2b22725dadf1a1050c582\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-04-10T22:55:00+03:00\",\n                \"channelType\": {\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\"\n                },\n                \"webhookId\": \"KL9DF2\",\n                \"agent\": null,\n                \"queue\": null,\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"RH09MDA5T7 confirmed.You bought Ksh2000.00 of airtime on 10/8/23 at 6:24 PM. Transaction cost, Ksh0.00. Amount you can transact within the day is 298,000.00.To register for Fuliza dial *234# & select Fuliza!\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"57c51284-e544-4446-9a36-76c6284b2a2e","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"03f74c7f-a75a-492b-b331-81ea4e56d9c2\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"5804392180\",\n                \"serviceIdentifier\": \"5647903440\",\n                \"additionalAttributes\": []\n            },\n            \"customer\": {\n                \"_id\": \"61c2b22725dadf1a1050c582\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-04-10T22:55:00+03:00\",\n                \"channelType\": {\n                    \"name\": \"TELEGRAM\",\n                    \"channelLogo\": \"_TELEGRAM.svg\"\n                },\n                \"webhookId\": \"KL9DF2\",\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null,\n                \"agent\": null,\n                \"queue\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"RH09MDA5T7 confirmed.You bought Ksh2000.00 of airtime on 10/8/23 at 6:24 PM. Transaction cost, Ksh0.00. Amount you can transact within the day is 298,000.00.To register for Fuliza dial *234# & select Fuliza!\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"149ac531-b27f-4c75-a97c-1b55d0d8f818","name":"VOICE (IVR campaign)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"7a3fd89b-d7e1-47aa-a749-ded3101af629\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"03001881441\",\n                \"serviceIdentifier\": \"1221\"\n            },\n            \"customer\": {\n                \"_id\": \"64c9f1ececa4078dfc8bf706\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-08-31T10:19:00+03:00\",\n                \"campaignId\": \"123456789\",\n                \"gatewayId\": \"d5779b36-91a0-4fba-83d9-8b48772c26e2\",\n                \"campaignContactId\": \"contact-123\",\n                \"startTime\": \"2023-04-10T09:00:01+03:00\",\n                \"endTime\": \"2023-04-10T20:00:01+03:00\",\n                \"priority\": \"1\",\n                \"ivr\": \"6666\",\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null,\n                \"campaignType\": \"AGENT\",\n                \"routingMode\": \"QUEUE\",\n                \"resourceId\": \"7bn473-c34de35c-v54nv5u43-5dlh68c\",\n                \"queueName\": \"\",\n                \"channelType\": {\n                    \"name\": \"CX_VOICE\",\n                    \"channelLogo\": \"_CX_VOICE.svg\"\n                },\n                \"webhookId\": null,\n                \"agent\": null,\n                \"queue\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"VOICE\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"6080dc64-13d0-4b5a-ad55-7a0cdbc88fba","name":"VOICE (Queue Based Reservation campaign)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"cc12e6dd-c96e-4b5c-8f42-4a7818a868fc\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"03001881441\",\n                \"serviceIdentifier\": \"1221\"\n            },\n            \"customer\": {\n                \"_id\": \"64c9f1ececa4078dfc8bf706\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-08-31T10:19:00+03:00\",\n                \"campaignId\": \"123456789\",\n                \"gatewayId\": \"d5779b36-91a0-4fba-83d9-8b48772c26e2\",\n                \"campaignContactId\": \"contact-123\",\n                \"startTime\": \"2023-04-10T09:00:01+03:00\",\n                \"endTime\": \"2023-04-10T20:00:01+03:00\",\n                \"priority\": \"1\",\n                \"ivr\": \"6666\",\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null,\n                \"channelType\": {\n                    \"name\": \"CX_VOICE\",\n                    \"channelLogo\": \"_CX_VOICE.svg\"\n                },\n                \"webhookId\": null,\n                \"agent\": null,\n                \"queue\": {\n                    \"id\": \"64c90892eb1d14361be73389\",\n                    \"name\": \"Facebook Queue\"\n                }\n            }\n        },\n        \"body\": {\n            \"type\": \"VOICE\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"dde4183d-cef7-4990-ba4e-78595757777e","name":"VOICE (Agent Reservation campaign)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"0b2abf9e-de58-4ec2-8244-d7dc3e50fb4e\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"03001881441\",\n                \"serviceIdentifier\": \"1221\"\n            },\n            \"customer\": {\n                \"_id\": \"64c9f1ececa4078dfc8bf706\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-08-31T10:19:00+03:00\",\n                \"campaignId\": \"123456789\",\n                \"gatewayId\": \"d5779b36-91a0-4fba-83d9-8b48772c26e2\",\n                \"campaignContactId\": \"contact-123\",\n                \"startTime\": \"2023-04-10T09:00:01+03:00\",\n                \"endTime\": \"2023-04-10T20:00:01+03:00\",\n                \"priority\": \"1\",\n                \"ivr\": \"6666\",\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null,\n                \"channelType\": {\n                    \"name\": \"CX_VOICE\",\n                    \"channelLogo\": \"_CX_VOICE.svg\"\n                },\n                \"webhookId\": null,\n                \"agent\": {\n                    \"id\": \"2bac5046-7441-459d-bddf-51af8bc105b6\",\n                    \"keycloakUser\": {\n                        \"id\": \"2bac5046-7441-459d-bddf-51af8bc105b6\",\n                        \"firstName\": \"abraham2\",\n                        \"lastName\": \"abraham2\",\n                        \"username\": \"abraham2\"\n                    }\n                },\n                \"queue\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"VOICE\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"9bccd6bd-34a0-4c07-945c-d41c2886e0f0","name":"STRUCTURED MESSAGE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"d6c89c82-2a0b-46f1-bd75-38786d4b4cdf\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"254713568753\",\n                \"serviceIdentifier\": \"41762884806\",\n                \"additionalAttributes\": []\n            },\n            \"replyToMessageId\": null,\n            \"providerMessageId\": null,\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-07-04T09:42:00+03:00\",\n                \"channelType\": {\n                    \"name\": \"WHATSAPP\",\n                    \"channelLogo\": \"_WHATSAPP.svg\"\n                },\n                \"agent\": null,\n                \"queue\": null,\n                \"webhookId\": \"IC91MV\",\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"BUTTON\",\n            \"buttonMessageType\": \"BUTTON\",\n            \"markdownText\": null,\n            \"additionalDetails\": {\n                \"interactive\": {\n                    \"type\": \"list\",\n                    \"button\": \"Main Menu\",\n                    \"header\": {\n                        \"type\": \"text\",\n                        \"text\": \"Welcome to PTCL!\"\n                    },\n                    \"body\": {\n                        \"text\": \"How may I help you today? To begin, please tap Main Menu and choose from one of the following options.\"\n                    }\n                }\n            },\n            \"buttons\": [\n                {\n                    \"title\": \"Internet Packages\",\n                    \"payload\": \"buttonOne\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Download Android App\",\n                    \"payload\": \"buttonTwo\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Duplicate Bill\",\n                    \"payload\": \"buttonThree\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"SmartTv App Config Video\",\n                    \"payload\": \"buttonFour\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"WhatsApp Contact number\",\n                    \"payload\": \"buttonFive\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Head Office Location\",\n                    \"payload\": \"buttonSix\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                },\n                {\n                    \"title\": \"Talk to a human agent\",\n                    \"payload\": \"buttonSeven\",\n                    \"type\": \"String\",\n                    \"additionalButtonDetails\": {\n                        \"sectionNo\": 1,\n                        \"sectionTitle\": \"Main Menu\"\n                    }\n                }\n            ]\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"e69d5861-d787-405a-8e4d-5e9ffe3106b2","name":"PLAIN Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": \"28a3273f-9b6d-48df-aaa4-b9a2fe461f57\",\n        \"header\": {\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"5804392180\",\n                \"serviceIdentifier\": \"5647903440\",\n                \"additionalAttributes\": []\n            },\n            \"customer\": {\n                \"_id\": \"61c2b22725dadf1a1050c582\"\n            },\n            \"schedulingMetaData\": {\n                \"scheduledDatetime\": \"2023-04-10T22:55:00+03:00\",\n                \"channelType\": {\n                    \"name\": \"TELEGRAM\",\n                    \"channelLogo\": \"_TELEGRAM.svg\"\n                },\n                \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n                \"campaignName\": null,\n                \"webhookId\": \"KL9DF2\",\n                \"agent\": null,\n                \"queue\": null\n            }\n        },\n        \"body\": {\n            \"type\": \"PLAIN\",\n            \"markdownText\": \"Dear Customer, we have planned maintenance work on Saturday 9th September from 11:00 PM to Sunday 10th 2:00 AM which will impact all our services. We will update you as soon as maintenance is completed.\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f58a80fa-1002-4ff3-a5ed-508141027f10"},{"name":"Update Activity","id":"3b33f729-eec2-4fc5-aef4-42ba395e2c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"6bcb8dbe-4bf5-40be-a162-3b51aef7f1e2\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"6564486966967502\",\n            \"serviceIdentifier\": \"104792695727029\",\n            \"additionalAttributes\": []\n        },\n        \"customer\": {\n            \"_id\": \"64c9f1ececa4078dfc8bf706\"\n        },\n        \"schedulingMetaData\": {\n            \"scheduledDatetime\": \"2023-09-27T13:59:00+03:00\",\n            \"channelType\": {\n                \"name\": \"TELEGRAM\",\n                \"channelLogo\": \"_TELEGRAM.svg\"\n            },\n            \"webhookId\": \"ATZOYM\",\n            \"agent\": null,\n            \"queue\": null,\n            \"dialingMode\": \"PROGRESSIVE\",\n            \"campaignName\": null\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Heyy2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/:cimMessageIdToUpdate","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>PUT: {FQDN}</strong>/scheduler/scheduled-activities/c30be46a-b5cc-471a-890b-ba760ca6084f</p>\n<p>This API is used to update a scheduled activity.</p>\n<p>It takes the old scheduled activity id as a path param in the request.</p>\n<p>The body is the updated version of the activity.</p>\n","urlObject":{"path":["scheduled-activities",":cimMessageIdToUpdate"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[{"id":"ce482276-e3e6-4366-9ee5-e8cdffc7fb98","description":{"content":"<p>This is the cim message id of the activity to update.</p>\n","type":"text/plain"},"type":"any","value":"c30be46a-b5cc-471a-890b-ba760ca6084f","key":"cimMessageIdToUpdate"}]}},"response":[{"id":"a036a71a-a096-47b5-854c-5ca09cf283c0","name":"OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ec87cdde-80d9-4816-b4e3-894a3fa54588\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"6564486966967502\",\n            \"serviceIdentifier\": \"104792695727029\",\n            \"additionalAttributes\": []\n        },\n        \"customer\": {\n            \"_id\": \"64c9f1ececa4078dfc8bf706\"\n        },\n        \"schedulingMetaData\": {\n            \"scheduledDatetime\": \"2023-09-27T13:59:00+03:00\",\n            \"channelType\": {\n                \"name\": \"TELEGRAM\",\n                \"channelLogo\": \"_TELEGRAM.svg\"\n            },\n            \"webhookId\": \"ATZOYM\",\n            \"agent\": null,\n            \"queue\": null,\n            \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n            \"campaignName\": null\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Heyy2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_manager_url}}/:cimMessageIdToUpdate","host":["{{campaign_manager_url}}"],"path":[":cimMessageIdToUpdate"],"variable":[{"key":"cimMessageIdToUpdate","value":"c30be46a-b5cc-471a-890b-ba760ca6084f","description":"This is the cim message id of the activity to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"Activity has been updated successfully\"\n}"},{"id":"22aaf4de-3080-4a61-8744-195ab4a9e944","name":"FORBIDDEN-1","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"a3d426e4-26ee-4ca8-aecc-61b534aa3232\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"6564486966967502\",\n            \"serviceIdentifier\": \"104792695727029\",\n            \"additionalAttributes\": []\n        },\n        \"customer\": {\n            \"_id\": \"64c9f1ececa4078dfc8bf706\"\n        },\n        \"schedulingMetaData\": {\n            \"scheduledDatetime\": \"2023-09-27T13:59:00+03:00\",\n            \"channelType\": {\n                \"name\": \"TELEGRAM\",\n                \"channelLogo\": \"_TELEGRAM.svg\"\n            },\n            \"webhookId\": \"ATZOYM\",\n            \"agent\": null,\n            \"queue\": null,\n            \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n            \"campaignName\": null\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Heyy2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_manager_url}}/:cimMessageIdToUpdate","host":["{{campaign_manager_url}}"],"path":[":cimMessageIdToUpdate"],"variable":[{"key":"cimMessageIdToUpdate","value":"c30be46a-b5cc-471a-890b-ba760ca6084f","description":"This is the cim message id of the activity to update."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"message\": \"ResourceUpdateNotAllowedException: This activity had been marked for deletion. This operation is forbidden!!!\"\n}"},{"id":"95af89de-b268-44bf-9f51-bbaf54fbe48b","name":"FORBIDDEN-2","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"eb1934f2-171d-490b-8780-bacd56a41e7f\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"6564486966967502\",\n            \"serviceIdentifier\": \"104792695727029\",\n            \"additionalAttributes\": []\n        },\n        \"customer\": {\n            \"_id\": \"64c9f1ececa4078dfc8bf706\"\n        },\n        \"schedulingMetaData\": {\n            \"scheduledDatetime\": \"2023-09-27T13:59:00+03:00\",\n            \"channelType\": {\n                \"name\": \"TELEGRAM\",\n                \"channelLogo\": \"_TELEGRAM.svg\"\n            },\n            \"webhookId\": \"ATZOYM\",\n            \"agent\": null,\n            \"queue\": null,\n            \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n            \"campaignName\": null\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Heyy2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_manager_url}}/:cimMessageIdToUpdate","host":["{{campaign_manager_url}}"],"path":[":cimMessageIdToUpdate"],"variable":[{"key":"cimMessageIdToUpdate","value":"c30be46a-b5cc-471a-890b-ba760ca6084f","description":"This is the cim message id of the activity to update."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"message\": \"ResourceUpdateNotAllowedException: This activity has already been executed or does not exist. This operation is forbidden!!!\"\n}"},{"id":"7dc77105-9a01-47f7-9cb0-bda9b888dec2","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"69f2ce91-8709-4b3b-95d5-a1f58007af14\",\n    \"header\": {\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"6564486966967502\",\n            \"serviceIdentifier\": \"104792695727029\",\n            \"additionalAttributes\": []\n        },\n        \"customer\": {\n            \"_id\": \"64c9f1ececa4078dfc8bf706\"\n        },\n        \"schedulingMetaData\": {\n            \"scheduledDatetime\": \"2023-09-27T13:59:00+03:00\",\n            \"channelType\": {\n                \"name\": \"TELEGRAM\",\n                \"channelLogo\": \"_TELEGRAM.svg\"\n            },\n            \"webhookId\": \"ATZOYM\",\n            \"agent\": null,\n            \"queue\": null,\n            \"dialingMode\": \"PROGRESSIVE | PREDICTIVE | PROGRESSIVE\",\n            \"campaignName\": null\n        }\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"Heyy2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_manager_url}}/:cimMessageIdToUpdate","host":["{{campaign_manager_url}}"],"path":[":cimMessageIdToUpdate"],"variable":[{"key":"cimMessageIdToUpdate","value":"c30be46a-b5cc-471a-890b-ba760ca6084f","description":"This is the  cim message id  of the activity to update."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"message\": \"RuntimeException: Error Message{.....}\"\n}"}],"_postman_id":"3b33f729-eec2-4fc5-aef4-42ba395e2c73"},{"name":"Delete Activity","id":"a2b91e61-e04a-4bf8-9d02-007027c7ad37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/:activityId","description":"<p>This API takes an id as a path param for the cimMessage to be deleted.</p>\n","urlObject":{"path":["scheduled-activities",":activityId"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[{"id":"fc0df1d5-0398-41ed-befb-b90356c23c9e","type":"any","value":"9445e73e-99c8-43e6-804a-be832b0174f5","key":"activityId"}]}},"response":[{"id":"d4d2748c-4db3-4f27-a322-0669f71fb991","name":"OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_manager_url}}/:activityId","host":["{{campaign_manager_url}}"],"path":[":activityId"],"variable":[{"key":"activityId","value":"9445e73e-99c8-43e6-804a-be832b0174f5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"This activity has been deleted successfully\"\n}"},{"id":"979eadbf-d669-4152-be2c-34f787e42e75","name":"NOT FOUND","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_manager_url}}/:activityId","host":["{{campaign_manager_url}}"],"path":[":activityId"],"variable":[{"key":"activityId","value":"9445e73e-99c8-43e6-804a-be832b0174f5"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"message\": \"This activity has already been executed or does not exist!!!\"\n}"},{"id":"77c8a1a3-9fe0-4ed9-87a0-c09af772853d","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_manager_url}}/:activityId","host":["{{campaign_manager_url}}"],"path":[":activityId"],"variable":[{"key":"activityId","value":"9445e73e-99c8-43e6-804a-be832b0174f5"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"INTERNAL_SERVER_ERROR\",\n    \"message\": \"An error occurred while deleting scheduled activity : Error : Nullpointer.....\"\n}"},{"id":"db81e475-d76f-4da8-ad1f-a7995a245976","name":"FORBIDDEN","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_manager_url}}/:activityId","host":["{{campaign_manager_url}}"],"path":[":activityId"],"variable":[{"key":"activityId","value":"9445e73e-99c8-43e6-804a-be832b0174f5"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FORBIDDEN\",\n    \"message\": \"This activity has already been marked for deletion\"\n}"}],"_postman_id":"a2b91e61-e04a-4bf8-9d02-007027c7ad37"}],"id":"4cec20f4-37c7-42d4-9883-4275805d1311","description":"<p><strong>CAMPAIGN SCHEDULER APIs</strong></p>\n<hr />\n<p>This folder contains all the REST APIs exposed by Expertflow CX Scheduler to schedule activities.</p>\n","_postman_id":"4cec20f4-37c7-42d4-9883-4275805d1311"},{"name":"Health","item":[{"name":"Health Check","id":"6b5d20ce-42f4-44ad-86fb-5ab70467336a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/actuator/health","description":"<p>This API is used to check if campaign scheduler is up and running. Also it can be used to check the health status of other services eg. database, AMQ etc.</p>\n","urlObject":{"path":["actuator","health"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b5d20ce-42f4-44ad-86fb-5ab70467336a"}],"id":"9099a5c6-b8a8-412d-b79b-d8b07a0a7f3f","description":"<p>This folder contains the APIs exposed by scheduler to check the health status of the scheduler service.</p>\n","_postman_id":"9099a5c6-b8a8-412d-b79b-d8b07a0a7f3f"},{"name":"Webhook","item":[{"name":"Actuator","item":[{"name":"Get Loggers","id":"bc0bd19b-19a4-4551-ae35-bb40039e6725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/actuator/loggers","urlObject":{"path":["actuator","loggers"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[{"id":"541ce7bb-eb58-46b6-9ca3-a7f2153b342b","name":"Get Loggers","originalRequest":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/actuator/loggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"levels\": [\n        \"OFF\",\n        \"ERROR\",\n        \"WARN\",\n        \"INFO\",\n        \"DEBUG\",\n        \"TRACE\"\n    ],\n    \"loggers\": {\n        \"ROOT\": {\n            \"configuredLevel\": \"INFO\",\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"_org.springframework.web.servlet.HandlerMapping.Mappings\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef\": {\n            \"configuredLevel\": \"INFO\",\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.ef.scheduler\": {\n            \"configuredLevel\": \"DEBUG\",\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.SchedulerApplication\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.amq\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.amq.ActivemqServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.bootstrap.Bootstrap\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.commons\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.commons.EFLogger\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.config\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.config.AmqConfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.config.correlationidconfig\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.config.correlationidconfig.RequestCorrelation\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.rest\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.rest.RestClient\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services.ActivityServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services.CimMessageProcessorImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services.MessageRouterImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services.ThirdPartyComponentsImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.services.WebhookServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.tasks\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.tasks.TaskExecutorServiceImpl\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.utils\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.ef.scheduler.utils.Utils\": {\n            \"effectiveLevel\": \"DEBUG\"\n        },\n        \"com.zaxxer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.HikariConfig\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.HikariDataSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool.HikariPool\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool.PoolBase\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool.PoolEntry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool.ProxyConnection\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.pool.ProxyLeakTask\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.util.ConcurrentBag\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"com.zaxxer.hikari.util.DriverDataSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.common.util.internal.logging.InternalLoggerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.jvm.JvmGcMetrics\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.binder.mongodb.DefaultMongoCommandTagsProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"io.micrometer.core.instrument.internal.DefaultGauge\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnection\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQConnectionFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageConsumer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQMessageProducer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQPrefetchPolicy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSession\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.ActiveMQSessionExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.AdvisoryConsumer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.TransactionContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.management.JMSEndpointStatsImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.state.ConnectionStateTracker\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.PooledTaskRunner\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.SchedulerTimerTask\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.thread.TaskRunnerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.AbstractInactivityMonitor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.FutureResponse\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.InactivityMonitor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.ResponseCorrelator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.TransportSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.WireFormatNegotiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.failover.FailoverTransport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.transport.tcp.TcpTransportFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ClassLoadingAwareObjectInputStream\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IdGenerator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.IntrospectionSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.activemq.util.ServiceSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardEngine\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.catalina.core.StandardService\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.apache.coyote.http11.Http11NioProtocol\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.HQL_FUNCTIONS\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.SQL\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.SQL_SLOW\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.Version\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.MetadataSources\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.beanvalidation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.beanvalidation.BeanValidationIntegrator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.cfgxml\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.cfgxml.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.cfgxml.internal.ConfigLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.cfgxml.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.cfgxml.spi.LoadedConfig\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.BootstrapContextImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.ClassLoaderAccessImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.IdGeneratorInterpreterImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.InFlightMetadataCollectorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.MetadataBuilderImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.internal.SessionFactoryOptionsBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal.AbstractBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal.MappingBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.convert\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.convert.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.convert.internal.AttributeConverterManager\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.AbstractPropertyHolder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.AnnotatedColumn\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.AnnotationBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.BasicValueBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.BinderHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.CollectionBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.CollectionPropertyHolder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.CollectionSecondPass\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.EmbeddableBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.EntityBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.PropertyBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.PropertyContainer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.QueryBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.TableBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.internal.XMLContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.process\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.process.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.process.internal.ScanningCoordinator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.process.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.process.spi.MetadataBuildingProcess\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.relational\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.relational.Namespace\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.annotations\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.model.source.internal.hbm.ModelBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.classloading\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.selector\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.selector.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.registry.selector.internal.StrategySelectorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.boot.spi.XmlMappingBinderAccess\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode.internal.BytecodeProviderInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cache\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cache.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cache.internal.CollectionCacheInvalidator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cache.internal.RegionFactoryInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cfg\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.cfg.Environment\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.dialect\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.dialect.Dialect\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.config.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.config.internal.ConfigurationServiceImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal.Cascade\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal.EntityEntryContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal.NaturalIdResolutionsImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal.StatefulPersistenceContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.internal.Versioning\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.connections\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.cursor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.cursor.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.dialect\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.dialect.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jdbc.spi.SqlExceptionHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jndi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jndi.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.jndi.internal.JndiServiceImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.ActionQueue\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.BatchFetchQueue\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.CascadeStyles\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.CascadingAction\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.EffectiveEntityGraph\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.spi.IdentifierValue\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.internal.TransactionImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.jta\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.AbstractFlushingEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.AbstractReassociateEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.AbstractSaveEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultAutoFlushEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultDeleteEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultDirtyCheckEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultEvictEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultFlushEntityEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultInitializeCollectionEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultLoadEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultLockEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultMergeEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultPersistEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultRefreshEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultReplicateEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultResolveNaturalIdEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.DefaultSaveOrUpdateEventListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.EntityCopyObserverFactoryInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.EntityState\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.internal.WrapVisitor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.service\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.service.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.service.internal.EventListenerGroupImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.id\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.id.IdentifierGeneratorHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.integrator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.integrator.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.integrator.internal.IntegratorServiceImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.SessionFactoryImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.SessionFactoryImpl$SessionBuilderImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.SessionFactoryRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.SessionImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.internal.util.ConfigHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jdbc.Expectations\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.HibernatePersistenceProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.boot\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.boot.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.event\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.event.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.event.internal.CallbacksFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.internal.PersistenceUnitUtilImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.internal.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.jpa.internal.util.LogHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader.BatchFetchStyle\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader.ast\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader.ast.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader.ast.internal.CacheEntityLoaderHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.loader.ast.internal.LoaderSelectBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping.BasicValue\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping.PrimaryKey\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping.RootClass\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping.SimpleValue\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.mapping.Table\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.internal.AttributeFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.internal.MetadataContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.mapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.mapping.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.mapping.internal.FetchOptionsHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model.domain\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model.domain.AbstractIdentifiableType\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model.domain.JpaMetamodel\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model.domain.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.dialect\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.idgen\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.idgen.factory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc.batch\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc.bind\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc.extract\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc.lob\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.jdbc.mutation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.model\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.model.mapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.model.mapping.creation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.hql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.hql.reservedWordAsIdentifier\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.plan\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.plan.cache\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.sqm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.sqm.ast\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.query.sqm.creation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.results\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.results.graph\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.results.graph.AST\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.results.loading\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.sql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.sql.ast\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.sql.ast.create\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.sql.ast.tree\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.orm.sql.exec\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.persister\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.persister.entity\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.persister.entity.AbstractEntityPersister\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.persister.entity.AbstractPropertyMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.proxy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.proxy.pojo\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.proxy.pojo.bytebuddy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.hql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.hql.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.hql.internal.SemanticQueryBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.named\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.named.NamedObjectRepository\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.function\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.function.SqmFunctionRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.internal.QuerySqmImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.internal.SqmTreePrinter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.produce\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.produce.function\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.produce.function.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.produce.function.internal.PatternRenderer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.sql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.sql.FromClauseIndex\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.tree\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.query.sqm.tree.SqmNode\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.jdbc.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.backend\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service.internal.AbstractServiceRegistryImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service.internal.SessionFactoryServiceRegistryImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.service.spi.ServiceBinding\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.internal.ResultsHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.jdbc.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.sql.results.spi.LoadContexts\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.stat\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.stat.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.stat.internal.StatisticsImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.stat.internal.StatisticsInitiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.extract\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.extract.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.Helper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.HibernateSchemaManagementTool\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.IndividuallySchemaMigratorImpl\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.exec\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tuple\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tuple.entity\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.tuple.entity.EntityMetamodel\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.BasicTypeRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.CollectionType\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.JdbcTypeNameMapper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.java\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.java.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.java.spi.JavaTypeRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.jdbc.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.sql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.sql.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.spi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.spi.TypeConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.hibernate.type.spi.TypeConfiguration$Scope\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.jboss\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.jboss.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.AspectJExpressionPointcut\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.CglibAopProxy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.JdkDynamicAopProxy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.ObjenesisCglibAopProxy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.autoproxy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.AbstractNestablePropertyAccessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.CachedIntrospectionResults\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.TypeConverterDelegate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.parsing\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.parsing.FailFastProblemReporter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support.DefaultListableBeanFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.support.DisposableBeanAdapter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml.DefaultDocumentLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.beans.factory.xml.XmlBeanDefinitionReader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.DefaultApplicationArguments$Source\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.SpringApplication\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.SpringApplicationShutdownHook\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration$ProbesCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnAvailableEndpointCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.health.OnEnabledHealthIndicatorCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.info.OnEnabledInfoContributorCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration$LogFileCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration$OnEnabledLoggingSystemCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryConfiguration$MultipleNonPrimaryMeterRegistriesCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration$LogbackLoggingCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.export.OnMetricsExportEnabledCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration$HikariDataSourceMeterBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryConfigurer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration$ApplicationStartupCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$1\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.availability\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.availability.LivenessStateHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.availability.ReadinessStateHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.EndpointId\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.health\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.health.HealthEndpointSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.health.PingHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jms\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.jms.JmsHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.logging.LogFileWebEndpoint\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.system\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.actuate.system.DiskSpaceHealthIndicator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationImportSelector\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.AutoConfigurationPackages\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.cache\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.cache.CacheCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnBeanCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnClassCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnCloudPlatformCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnJndiCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnPropertyCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnResourceCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWarDeploymentCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.condition.OnWebApplicationCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration$ResourceBundleCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration$BootstrapExecutorCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$JacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.GsonHttpMessageConvertersConfiguration$PreferGsonOrJacksonAndJsonbUnavailableCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$GitResourceAvailableCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$EmbeddedDatabaseCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceAvailableCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLogger\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.orm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.security\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.security.DefaultWebSecurityCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.sql\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration$SqlInitializationModeCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.OnEnabledResourceChainCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$NotReactiveWebApplicationCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DefaultDispatcherServletCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.WelcomePageNotAcceptableHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$ErrorTemplateMissingCondition\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.availability\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.availability.ApplicationAvailabilityBean\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.cloud\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.FileEncodingApplicationListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironment\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentContributors\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataImporter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.ConfigDataLoaders\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.config.StandardConfigDataLocationResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.logging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.logging.LoggingApplicationListener\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.PropertySourcesDeducer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertyResolver$DefaultResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.OriginTrackedMapPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.OriginTrackedYamlLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jackson\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jackson.JsonMixinModuleEntries$JsonMixinComponentScanner\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jdbc.init\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatStarter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.embedded.tomcat.TomcatWebServer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.RegistrationBean\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context.ApplicationServletEnvironment\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedFormContentFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.AutoProxyRegistrar\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ClassPathBeanDefinitionScanner\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.CommonAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ComponentScanAnnotationParser$1\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassEnhancer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassParser\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.annotation.ConfigurationClassUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.event\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.event.EventListenerMethodProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.index\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.index.CandidateComponentsIndexLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.ApplicationListenerDetector\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.DefaultLifecycleProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.DelegatingMessageSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.context.support.PropertySourcesPlaceholderConfigurer$1\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.LocalVariableTableParameterNameDiscoverer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.annotation.AnnotationTypeMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.MapPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertiesPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource$ComparisonPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySource$StubPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.PropertySourcesPropertyResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.StandardEnvironment\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.env.SystemEnvironmentPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.PathMatchingResourcePatternResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.PropertySourceProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.ResourceArrayPropertyEditor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.ResourcePropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.io.support.SpringFactoriesLoader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.task.SimpleAsyncTaskExecutor$ConcurrencyThrottleAdapter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter.AnnotationTypeFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.core.type.filter.AssignableTypeFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension$JpaRepositoryRegistrationAotProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query.NamedQuery\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query.QueryEnhancerFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query.QueryParameterSetter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.jpa.repository.query.QueryParameterSetter$ErrorHandling\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.context.MappingContext\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.model\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.mapping.model.ClassGeneratingEntityInstantiator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.PropertiesBasedNamedQueriesFactoryBean\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryBeanDefinitionBuilder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryComponentProvider$InterfaceTypeFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationDelegate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support.RepositoryFactorySupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.repository.core.support.TransactionalRepositoryProxyPostProcessor$RepositoryAnnotationTransactionAttributeSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.data.web.ProxyingHandlerMethodArgumentResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ByteArrayHttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ResourceHttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.ResourceRegionHttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.StringHttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.json\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.json.MappingJackson2HttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.xml\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.core\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.core.JdbcTemplate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.datasource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.datasource.JdbcTransactionObjectSupport\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.datasource.lookup\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.annotation.JmsListenerAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jms.config.JmsListenerEndpointRegistry\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.JndiTemplate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.jndi.support.SimpleJndiBeanFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.hibernate5\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.hibernate5.SpringBeanContainer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.EntityManagerFactoryUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.ExtendedEntityManagerCreator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.JpaTransactionManager\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.SharedEntityManagerCreator\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfo\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.support.AsyncRequestInterceptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.concurrent\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.support.TaskUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.annotation.AnnotationTransactionAttributeSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.interceptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.interceptor.TransactionInterceptor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.support.TransactionSynchronizationUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.transaction.support.TransactionTemplate\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support.ResourceBundleThemeSource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.ui.context.support.UiApplicationContextUtils\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.util.PropertyPlaceholderHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.validation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.validation.DataBinder\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.HttpLogging\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request.async\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.request.async.WebAsyncManager\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.ServletContextPropertySource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.ServletContextResourcePatternResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.context.support.StandardServletEnvironment\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.cors\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.cors.DefaultCorsProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.filter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.filter.ServerHttpObservationFilter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.HandlerMethod\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.method.annotation.ModelFactory\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.DispatcherServlet\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.HandlerExecutionChain\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.PageNotFound\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.config.annotation.WebMvcConfigurer\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function.support.HandlerFunctionAdapter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.function.support.RouterFunctionMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.handler.SimpleUrlHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ReactiveTypeHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.PathResourceResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceHttpRequestHandler\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.resource.ResourceUrlProvider\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.support\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.support.SessionFlashMapManager\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.BeanNameViewResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.ContentNegotiatingViewResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.servlet.view.InternalResourceViewResolver\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.util\": {\n            \"effectiveLevel\": \"INFO\"\n        },\n        \"org.springframework.web.util.UrlPathHelper\": {\n            \"effectiveLevel\": \"INFO\"\n        }\n    },\n    \"groups\": {\n        \"web\": {\n            \"members\": [\n                \"org.springframework.core.codec\",\n                \"org.springframework.http\",\n                \"org.springframework.web\",\n                \"org.springframework.boot.actuate.endpoint.web\",\n                \"org.springframework.boot.web.servlet.ServletContextInitializerBeans\"\n            ]\n        },\n        \"sql\": {\n            \"members\": [\n                \"org.springframework.jdbc.core\",\n                \"org.hibernate.SQL\",\n                \"org.jooq.tools.LoggerListener\"\n            ]\n        }\n    }\n}"},{"id":"0423af94-1a3d-4413-9ef6-9dfc7c6b5985","name":"Get Loggers (for specific package)","originalRequest":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/actuator/loggers/com.ef.scheduler"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"configuredLevel\": \"DEBUG\",\n    \"effectiveLevel\": \"DEBUG\"\n}"}],"_postman_id":"bc0bd19b-19a4-4551-ae35-bb40039e6725"},{"name":"Set Loggers","id":"96a7dc9e-dcc0-42e2-97aa-f9ee83f2d4a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"DEBUG\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/actuator/loggers/com.ef.scheduler","urlObject":{"path":["actuator","loggers","com.ef.scheduler"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[{"id":"50dbb55d-aca7-4007-9642-6d1325e9210d","name":"Set Loggers (for specific package)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"configuredLevel\": \"WARN\"\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/actuator/loggers/com.ef.scheduler"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"96a7dc9e-dcc0-42e2-97aa-f9ee83f2d4a8"}],"id":"deb2bf12-941a-4935-a8cf-0253110c56f8","_postman_id":"deb2bf12-941a-4935-a8cf-0253110c56f8","description":""},{"name":"Register Webhook","id":"ef78f08f-1360-4c16-bd09-b8114f9f77db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://69b6-196-216-91-97.ngrok-free.app/test-dummy\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>POST: {FQDN}</strong>/scheduler/scheduled-activities/webhook</p>\n<p>eg <a href=\"https://helloworld.com/scheduled-activities/webhookThis\">https://helloworld.com/scheduler/scheduled-activities/webhook</a></p>\n<p><a href=\"https://helloworld.com/scheduled-activities/webhookThis\">This</a> API is used for registering a new webhook URL where you will receive delivery notifications and customer response feedback of your scheduled messages.</p>\n<p>The response to this request is a 6-character long string with a unique webhook id.</p>\n<p>While registering the webhook, the user can specify the kind of event to receive for the scheduled message or both. The events supported are :</p>\n<ol>\n<li><code>DELIVERY_NOTIFICATION</code></li>\n<li><code>CUSTOMER_RESPONSE</code></li>\n</ol>\n<p>The delivery responses that will be published to the webhooks depend on whether the available channel connectors e.g. (Whatsapp, Facebook, Twitter etc). support them. The delivery notifications are of 3 types.</p>\n<ul>\n<li>READ</li>\n<li>DELIVERED</li>\n<li>FAILED</li>\n<li>CONNECTED</li>\n</ul>\n<p>See more on delivery notifications <a href=\"https://expertflow-docs.atlassian.net/wiki/x/kogm\">here</a>.</p>\n","urlObject":{"path":["scheduled-activities","webhook"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[{"id":"cfbab466-8f96-412c-97b0-69f59a4b6897","name":"SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"webhookId\": \"BLZLI1\",\n    \"message\": \"Success\"\n}"},{"id":"56c873a1-1ba2-490a-b42e-6458f28fbabb","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"webhookId\": null,\n    \"message\": \"java.lang.ClassCastException: class [B cannot be cast to class java.lang.Long ([B and java.lang.Long are in module java.base of loader 'bootstrap')\"\n}"},{"id":"149268ff-d73a-4dc9-9ce2-f51d93079e0a","name":"Invalid URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"testing\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"webhookId\": null,\n    \"message\": \"Please provide a valid URL\"\n}"}],"_postman_id":"ef78f08f-1360-4c16-bd09-b8114f9f77db"},{"name":"Get Webhook List","id":"e18f8f7c-258c-4dd4-82a0-372d86a3fece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>GET: {FQDN}</strong>/scheduler/scheduled-activities/webhook</p>\n<p>eg <a href=\"https://helloworld.com/scheduled-activities/webhookThis\">https://helloworld.com/scheduler/scheduled-activities/webhook</a></p>\n<p>This API retrieves the list of all webhooks registered.</p>\n","urlObject":{"path":["scheduled-activities","webhook"],"host":["{{campaign_scheduler_url}}"],"query":[],"variable":[]}},"response":[{"id":"6c996747-a77c-4850-bf0d-2e9d0391c7f7","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"webhookId\": \"ON9OF9\",\n        \"url\": \"https://example.com\",\n        \"events\": [\n            \"DELIVERY_NOTIFICATION\",\n            \"CUSTOMER_RESPONSE\"\n        ]\n    },\n    {\n        \"webhookId\": \"KL9DF2\",\n        \"url\": \"https://example.com\",\n        \"events\": [\n            \"DELIVERY_NOTIFICATION\",\n            \"CUSTOMER_RESPONSE\"\n        ]\n    }\n]"},{"id":"221cfe31-e4b5-49cf-9b4b-b62b41f241c4","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e18f8f7c-258c-4dd4-82a0-372d86a3fece"},{"name":"Get webhook by Id","id":"40d194aa-7b16-406c-b5a0-db2a70d9c836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>GET: {FQDN}</strong>/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</p>\n<p>eg <a href=\"https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9\">https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</a></p>\n<p><a href=\"https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9This\">This</a> endpoint is used for retrieving a webhook by webhookid</p>\n","urlObject":{"path":["scheduled-activities","webhook"],"host":["{{campaign_scheduler_url}}"],"query":[{"description":{"content":"<p>This is the id of webhook  to retrieve</p>\n","type":"text/plain"},"key":"webhookId","value":"ON9OF9"}],"variable":[]}},"response":[{"id":"ed152c05-c9e9-4f62-a5d6-45a5ff3df341","name":"SUCCESS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n        \"webhookId\": \"ON9OF9\",\n        \"url\": \"https://example.com\",\n        \"events\": [\n            \"DELIVERY_NOTIFICATION\",\n            \"CUSTOMER_RESPONSE\"\n        ]\n}"},{"id":"993ef9a8-8187-4537-bb75-de483b4bcc02","name":"NOT FOUND","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40d194aa-7b16-406c-b5a0-db2a70d9c836"},{"name":"Update Webhook","id":"df920017-b356-4e4c-b479-80cea138f841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>PUT: {FQDN}</strong>/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</p>\n<p>eg <a href=\"https://helloworld.com/scheduled-activities/webhook?webhookId=ON9OF9\">https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</a></p>\n<p>This endpoint is used for updating an existing webhook that was registered.</p>\n","urlObject":{"path":["scheduled-activities","webhook"],"host":["{{campaign_scheduler_url}}"],"query":[{"description":{"content":"<p>This is the id of webhook to update</p>\n","type":"text/plain"},"key":"webhookId","value":"ON9OF9"}],"variable":[]}},"response":[{"id":"398098b7-0e1e-4c28-bdbe-1a4cba91a799","name":"SUCCESS","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8e691a08-7949-4c36-a892-56b927818bdf","name":"NOT FOUND","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to update"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a5ce3a4-2a33-406c-aded-d323eadcbdc9","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com\",\n    \"events\": [\n        \"DELIVERY_NOTIFICATION\",\n        \"CUSTOMER_RESPONSE\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to update"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df920017-b356-4e4c-b479-80cea138f841"},{"name":"Delete Webhook","id":"d1301f0a-cbf5-41b3-8cdc-436f20648815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","description":"<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<hr />\n<p><strong>DELETE: {FQDN}</strong>/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</p>\n<p>eg <a href=\"https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9\">https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9</a></p>\n<p><a href=\"https://helloworld.com/scheduler/scheduled-activities/webhook?webhookId=ON9OF9This\">This</a> endpoint is used for deleting a webhook</p>\n","urlObject":{"path":["scheduled-activities","webhook"],"host":["{{campaign_scheduler_url}}"],"query":[{"description":{"content":"<p>This is the id of webhook to delete</p>\n","type":"text/plain"},"key":"webhookId","value":"ON9OF9"}],"variable":[]}},"response":[{"id":"4607b698-bcdf-4554-ad22-fefedb9ed8ec","name":"SUCCESS","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to delete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f1ae0438-0e82-4bbf-bb6d-ace6a8d329cb","name":"INTERNAL SERVER ERROR","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{campaign_scheduler_url}}/scheduled-activities/webhook?webhookId=ON9OF9","host":["{{campaign_scheduler_url}}"],"path":["scheduled-activities","webhook"],"query":[{"key":"webhookId","value":"ON9OF9","description":"This is the id of webhook to delete"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1301f0a-cbf5-41b3-8cdc-436f20648815"}],"id":"fc5b0b8a-1b17-49d0-b361-0b4a4b16979a","description":"<p>This folder contains the API's exposed by Scheduler to be used by third-party marketing tools to register webhooks where scheduler will push the feedback responses of the scheduled activity.</p>\n<hr />\n","_postman_id":"fc5b0b8a-1b17-49d0-b361-0b4a4b16979a"}],"id":"99008c65-bd8d-4ca7-9bbc-ccea900d73c1","description":"<p>This API collection is built for third-party marketing tools that schedule campaign tasks and integrate with our Expertflow CX solution to execute them at the scheduled date and time.</p>\n","_postman_id":"99008c65-bd8d-4ca7-9bbc-ccea900d73c1"},{"name":"Third Party Activities","item":[{"name":"Save Activitties","id":"630dd194-7842-48ce-9283-d00c69f6fcbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"db7931bb-7a34-44c0-8f17-0c09ffcabd47\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": \"642b51a7d9ba694f5ba0ba7f\",\n        \"customer\": {\n            \"_id\": \"642b51a661e49d5776378711\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FNB\",\n        \"markdownText\": \"hello\",\n        \"custom1\": \"DummyValue1\",\n        \"custom2\": \"DummayVlaue2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities","description":"<p>This API allows third party applications to push the activities to the Expertflow CX.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formId - String - Required</td>\n<td>Id of the form</td>\n</tr>\n<tr>\n<td>formTitle - String - Required</td>\n<td>Title of the form</td>\n</tr>\n<tr>\n<td>formType - String - Required</td>\n<td>Type of the form</td>\n</tr>\n<tr>\n<td>type - String- Required</td>\n<td>Type of the body.  <br />value = \"FORM_DATA\"</td>\n</tr>\n<tr>\n<td>attributeType - Enum - Required</td>\n<td>value can be OPTION, INPUT, TEXTAREA</td>\n</tr>\n<tr>\n<td>enableSections - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>enableWeightage - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>formWeightage - Object -Optional</td>\n<td>Object of formWeightage</td>\n</tr>\n<tr>\n<td>additionalDetial - Object - Optional</td>\n<td>Contains any additional detail like reviewer/agent info in case of Questionare</td>\n</tr>\n<tr>\n<td>sentiment - Enum - optional</td>\n<td>value can be result and color</td>\n</tr>\n<tr>\n<td>sections - List of Objects - optional</td>\n<td>contains list of objects of sections</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","activities"],"host":["cim-dev","expertflow","com"],"query":[],"variable":[]}},"response":[{"id":"4db54abe-8ce6-4cb8-93a8-b3823dcb9074","name":"Save Activities Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"39bbe392-c6d6-4293-a6cd-6b90f18ad0eb\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{cim-dev}}/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"0be1feed-c951-4adb-a23f-655c1b083a18","name":"Save Activities Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"60e4bad8-09be-4873-99b5-5f846086b1b4\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"360-cf741209-ac87-4db9-8dbe-21f3bb28ff41\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"923333326811\",\n            \"serviceIdentifier\": \"41762884806\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1680985157000,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": \"6431c89549eaa345fe0172b4\",\n        \"customer\": {\n            \"_id\": \"642fe8ba9478655463ccf759\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"SQA_TEAM\",\n        \"markdownText\": \"hello\",\n        \"custom1\": \"DummyValue1\",\n        \"custom2\": \"DummayVlaue2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://cim13-qa.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"94a82073-3b2a-479d-ba8d-20dc181d8e81","name":"Save Activities Unknown Type Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"71ad8fb0-44ac-42a0-aa13-57686c15fbc2\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"FNB_DEEP_LINK\",\n        \"markdownText\": \"\",\n        \"deeplinkAttribute1\": \"SampleValue\",\n        \"deeplinkAttribute2\": \"SampleValue\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{cim-dev}}/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"1e0148e3-af1f-41c2-9f73-ac2cdff40f65","name":"Save Recording Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"95ee878f-ba77-44b5-850e-4642a6c92710\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1775269826,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"VOICE_RECORDING\",\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": null,\n        \"customer\": {\n            \"_id\": \"ede4d48306cd47e39b2ec362759c632f\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"URL\",\n        \"markdownText\": \"\",\n        \"mediaUrl\": \"https://play.google.com/store/apps/details?id=com.ptcl_app.main&hl=en\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"01f4bdb0-76ab-47d7-83b6-c3ed16928a53","name":"Validation is not being implemented on the activities","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"e383e0e2-417d-49ca-a7f0-eaf8d52192f0\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1677151053951,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": null,\n        \"entities\": {},\n        \"channelSessionId\": null,\n        \"conversationId\": \"66b5906539832f04c33d603b\",\n        \"customer\": {\n            \"_id\": \"664aec9d212ade1963bd8d85\"\n        },\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"LOCATION\",\n        \"markdownText\": \"hello\",\n        \"latitude\": \"testing-validation\",\n        \"longitude\": -74.005974\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/activities"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"da146147-227e-411f-b512-0ce3e2bc3391"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 12 Aug 2024 04:20:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"630dd194-7842-48ce-9283-d00c69f6fcbf"},{"name":"Save FormData as an activity","id":"f466993f-16c2-45e2-9ca5-e4894e64b59b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n                \"participantType\": \"ChannelSession\"\n            }\n        },\n        \"customer\": {\n            \"_id\": \"66952423df660908e80f18e8\"\n        },\n        \"channelData\": {\n            \"serviceIdentifier\": \"41762884806\",\n            \"channelCustomerIdentifier\": \"923086653154\"\n        },\n        \"language\": {},\n        \"timestamp\": null,\n        \"securityInfo\": {},\n        \"conversationId\": \"66d3664167c5950929ee7d0b\",\n        \"stamps\": [],\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n            \"channel\": {},\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"1a935ddf-8348-44de-af58-5f1247c7fa1f\",\n                    \"firstName\": \"Silver\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"additionalAttribute\": {}\n            }\n        },\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n        \"formId\": \"668545f977616400330ad40f\",\n        \"formTitle\": \"Quality Assurance Form\",\n        \"type\": \"FORM_DATA\",\n        \"enableSections\": true,\n        \"enableWeightage\": true,\n        \"formWeightage\": 100,\n        \"attributeType\": \"OPTION\",\n        \"additionalDetail\": {\n            \"reviewer\": {\n                \"id\": \"668545f977616400330ad410\",\n                \"name\": \"mubeen\",\n                \"type\": \"SUPERVISOR\"\n            },\n            \"agent\": {\n                \"id\": \"668545f977616400330ad410\",\n                \"name\": \"Aamna\",\n                \"type\": \"AGENT\"\n            }\n        },\n        \"sentiment\": {\n            \"result\": null,\n            \"color\": null\n        },\n        \"sections\": []\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/activities","description":"<p>This API allows third party applications to push the formdata as an activity to the Expertflow CX. Its same like pushing other activities from third party app.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>formId - String - Required</td>\n<td>Id of the form</td>\n</tr>\n<tr>\n<td>formTitle - String - Required</td>\n<td>Title of the form</td>\n</tr>\n<tr>\n<td>formType - String - Required</td>\n<td>Type of the form</td>\n</tr>\n<tr>\n<td>type - String- Required</td>\n<td>Type of the body.  <br />value = \"FORM_DATA\"</td>\n</tr>\n<tr>\n<td>attributeType - Enum - Required</td>\n<td>value can be OPTION, INPUT, TEXTAREA</td>\n</tr>\n<tr>\n<td>enableSections - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>enableWeightage - Boolean - Optional</td>\n<td>Can be True or False</td>\n</tr>\n<tr>\n<td>formWeightage - Object -Optional</td>\n<td>Object of formWeightage</td>\n</tr>\n<tr>\n<td>additionalDetial - Object - Optional</td>\n<td>Contains any additional detail like reviewer/agent info in case of Questionare</td>\n</tr>\n<tr>\n<td>sentiment - Enum - optional</td>\n<td>value can be result and color</td>\n</tr>\n<tr>\n<td>sections - List of Objects - optional</td>\n<td>contains list of objects of sections</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["conversation-manager","activities"],"host":["efcx-ldtst","expertflow","com"],"query":[{"disabled":true,"key":"id","value":"66af65ffdd010d2bc34bb22d"}],"variable":[]}},"response":[{"id":"821e856e-6806-4422-a575-9f8f8ec754c0","name":"https://efcx-ldtst.expertflow.com/conversation-manager/activities","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n                \"participantType\": \"ChannelSession\"\n            }\n        },\n         \"customer\": {\n              \"_id\": \"664aec9d212ade1963bd8d85\"\n        },\n        \"channelData\": {\n            \"serviceIdentifier\": \"41762884806\",\n            \"channelCustomerIdentifier\": \"923086653154\"\n        },\n        \"language\": {},\n        \"timestamp\": null,\n        \"securityInfo\": {},\n        \"conversationId\":\"66bf4c0b3702d80bef3c4622\",\n        \"stamps\": [],\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n            \"channel\": {},\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"1a935ddf-8348-44de-af58-5f1247c7fa1f\",\n                    \"firstName\": \"Silver\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"additionalAttribute\": {}\n            }\n        },\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Quality Assurance Form\",\n      \"type\": \"FORM_DATA\",\n      \"enableSections\": true,\n      \"enableWeightage\": true,\n      \"formWeightage\" : 100,\n      \"additionalDetail\" : {\n        \"reviewer\": {   \n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"mubeen\",\n          \"type\" : \"SUPERVISOR\"\n        }, \n        \"agent\" : {\n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"Aamna\",\n          \"type\": \"AGENT\"\n        }\n      },\n      \"sentiment\": {\n        \"result\" : null,\n        \"color\" : null \n      },\n      \"sections\": []\n        }   \n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 16 Aug 2024 13:43:49 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"84d94445-42f0-4037-a7af-128cf658b38e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":""},{"id":"493dd6fb-34a6-4f70-bd29-f13a647025da","name":"Save FormData as an activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n                \"participantType\": \"ChannelSession\"\n            }\n        },\n         \"customer\": {\n              \"_id\": \"664aec9d212ade1963bd8d85\"\n        },\n        \"channelData\": {\n            \"serviceIdentifier\": \"41762884806\",\n            \"channelCustomerIdentifier\": \"923086653154\"\n        },\n        \"language\": {},\n        \"timestamp\": null,\n        \"securityInfo\": {},\n        \"conversationId\":\"66b5906539832f04c33d603b\",\n        \"stamps\": [],\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n            \"channel\": {},\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"1a935ddf-8348-44de-af58-5f1247c7fa1f\",\n                    \"firstName\": \"Silver\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"additionalAttribute\": {}\n            }\n        },\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Quality Assurance Form\",\n      \"type\": \"FORM_DATA\",\n      \"enableSections\": true,\n      \"enableWeightage\": true,\n      \"formWeightage\" : 100,\n      \"additionalDetail\" : {\n        \"reviewer\": {   \n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"mubeen\",\n          \"type\" : \"SUPERVISOR\"\n        }, \n        \"agent\" : {\n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"Aamna\",\n          \"type\": \"AGENT\"\n        }\n      },\n      \"sentiment\": {\n        \"result\" : null,\n        \"color\" : null \n      },\n      \"sections\": []\n        }   \n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"http://127.0.0.1:8080/activities","protocol":"http","host":["127","0","0","1"],"port":"8080","path":["activities"],"query":[{"key":"id","value":"66af65ffdd010d2bc34bb22d","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"correlationId","value":"fe69d69a-4b98-4fe6-bd1e-79bbf925db87"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 12 Aug 2024 04:22:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f466993f-16c2-45e2-9ca5-e4894e64b59b"},{"name":"Push Recording Link","id":"542d18e7-b412-42b0-8ceb-86b63fa105fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"9991d84b-d58e-4b95-8e5e-a348859ff583\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n            \"type\": \"APP\",\n            \"senderName\": \"APPName\",\n            \"additionalDetail\": null\n        },\n        \"channelData\": {\n            \"channelCustomerIdentifier\": \"\",\n            \"serviceIdentifier\": \"\",\n            \"requestPriority\": 0,\n            \"additionalAttributes\": []\n        },\n        \"language\": {},\n        \"timestamp\": 1775269826,\n        \"securityInfo\": {},\n        \"stamps\": [],\n        \"intent\": \"VOICE_RECORDING\",\n        \"entities\": {},\n        \"channelSessionId\": \"16788417\",\n        \"conversationId\": null,\n        \"customer\": null,\n        \"schedulingMetaData\": null,\n        \"originalMessageId\": null,\n        \"providerMessageId\": null\n    },\n    \"body\": {\n        \"type\": \"URL\",\n        \"markdownText\": \"\",\n        \"mediaUrl\": \"https://www.computerhope.com/jargon/m/example.mp3\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev2.expertflow.com/conversation-manager/activities","urlObject":{"protocol":"https","path":["conversation-manager","activities"],"host":["cim-dev2","expertflow","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"542d18e7-b412-42b0-8ceb-86b63fa105fe"},{"name":"https://efcx-ldtst.expertflow.com/conversation-manager/activities","id":"f88248f2-970e-480c-bd51-aa169c747e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"63c0ea05-4878-4d65-b6e0-2564ec29fc89\",\n    \"header\": {\n        \"sender\": {\n            \"id\": \"52999ed9-ddda-4e3e-9bb8-bf673444abe6\",\n            \"type\": \"CUSTOMER\",\n            \"role\": \"CUSTOMER\",\n            \"participant\": {\n                \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n                \"participantType\": \"ChannelSession\"\n            }\n        },\n         \"customer\": {\n              \"_id\": \"668bf9343f5c81870e699e17\"\n        },\n        \"channelData\": {\n            \"serviceIdentifier\": \"41762884806\",\n            \"channelCustomerIdentifier\": \"923086653154\"\n        },\n        \"language\": {},\n        \"timestamp\": null,\n        \"securityInfo\": {},\n        \"conversationId\":\"668bf93aeebdad5f2027ddc3\",\n        \"stamps\": [],\n        \"channelSession\": {\n            \"participantType\": \"ChannelSession\",\n            \"id\": \"355d278b-b417-4acb-9bf3-4207cb1a900d\",\n            \"channel\": {},\n            \"linkedCustomer\": {\n                \"isAnonymous\": false,\n                \"associatedCustomer\": {\n                    \"id\": \"1a935ddf-8348-44de-af58-5f1247c7fa1f\",\n                    \"firstName\": \"Silver\"\n                }\n            },\n            \"customerSuggestions\": [],\n            \"channelData\": {\n                \"channelCustomerIdentifier\": \"923086653154\",\n                \"additionalAttribute\": {}\n            }\n        },\n        \"schedulingMetaData\": null\n    },\n    \"body\": {\n      \"formId\": \"668545f977616400330ad40f\",\n      \"formTitle\": \"Quality Assurance Form\",\n      \"formType\": \"Questionnaire\",\n      \"type\": \"FORM_DATA\",\n      \"enableSections\": true,\n      \"enableWeightage\": true,\n      \"formWeightage\" : 100,\n      \"additionalDetail\" : {\n        \"reviewer\": {   \n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"mubeen\",\n          \"type\" : \"SUPERVISOR\"\n        }, \n        \"agent\" : {\n          \"id\" : \"668545f977616400330ad410\",\n          \"name\" : \"Aamna\",\n          \"type\": \"AGENT\"\n        }\n      },\n      \"sentiment\": {\n        \"result\" : null,\n        \"color\" : null \n      },\n      \"sections\": []\n        }   \n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://efcx-ldtst.expertflow.com/conversation-manager/activities","urlObject":{"protocol":"https","path":["conversation-manager","activities"],"host":["efcx-ldtst","expertflow","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f88248f2-970e-480c-bd51-aa169c747e2f"},{"name":"Push Activity","id":"ecb21007-4460-42f4-89ac-93980234c143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"4059362f-a67e-46ac-b281-d564450e9d41\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": {\"_id\": \"64d08457c20d6dd5a62eee7a\"},\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"Plain\",\n        \"markdownText\": \"hello\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"localhost:8080/activities","description":"<p>This API allows third party applications to push the activities to the Expertflow CX.</p>\n<p>The detail documentation can be viewed at: <a href=\"https://docs.expertflow.com/display/CIMp/Third+Party+API+Guide\">https://docs.expertflow.com/display/CIMp/Third+Party+API+Guide</a></p>\n","urlObject":{"port":"8080","path":["activities"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"18da4227-84a3-4b2d-b572-0abfa931a47a","name":"Save Activitties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"e3cc05ef-1e48-4f62-8a6c-abb140c0c42e\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": \"64d088618740764368b0bbd0\",\n    \"conversationId\": \"64d088615fc9ab74128e8f75\",\n    \"customer\": {\"_id\": \"64d08457c20d6dd5a62eee7a\"},\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"FNB\",\n        \"markdownText\": \"hello\",\n        \"custom1\": \"DummyValue1\",\n        \"custom2\": \"DummayVlaue2\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"28a83540-a1b1-4e00-a5fe-9f54bf6e3e0d","name":"Save Stand Alone Activity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"d6be96e7-c56d-46d7-9037-c838d3280cc2\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"360-cf741209-ac87-4db9-8dbe-21f3bb28ff41\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"923333326811\",\n      \"serviceIdentifier\": \"41762884806\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1680985157000,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": {\"_id\": \"64d08457c20d6dd5a62eee7a\"},\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"Plain\",\n        \"markdownText\": \"hello how are u\"\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"b879e1f4-7781-4fd7-8d1f-ce14f084242d","name":"Save Conversation Activity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"e8c69fad-27ba-464d-acf9-809ab61d2eab\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": \"64d088615fc9ab74128e8f75\",\n    \"customer\": null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"PLAIN\",\n        \"markdownText\": \"hello\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"f25eb912-b960-4ffd-9e81-f3f526e3c9f1","name":"Save Session Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"c4e280d9-86f0-40ff-812d-d64869d86f1b\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": \"64d088618740764368b0bbd0\",\n    \"conversationId\": \"\",\n    \"customer\":null,\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"FNB\",\n        \"markdownText\": \"hello\",\n        \"custom1\": \"DummyValue1\",\n        \"custom2\": \"DummayVlaue2\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"06721dbe-59f8-46d3-b2ba-3fdb808731ea","name":"Save Activities Unknown Type Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"d2db0ae5-ef35-4180-bf3f-49da2cc21665\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": null,\n    \"conversationId\": null,\n    \"customer\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n    \n        \"type\": \"FNB_DEEP_LINK\",\n        \"markdownText\": \"\",\n        \"deeplinkAttribute1\": \"SampleValue\",\n        \"deeplinkAttribute2\": \"SampleValue\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"c964acc8-18f2-42a5-904a-9a036343db60","name":"404","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"e3cc05ef-1e48-4f62-8a6c-abb140c0c42e\",\n    \"header\": {\n    \"sender\": {\n      \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\n      \"type\": \"APP\",\n      \"senderName\": \"APPName\",\n      \"additionalDetail\": null\n    },\n    \"channelData\": {\n      \"channelCustomerIdentifier\": \"\",\n      \"serviceIdentifier\": \"\",\n      \"requestPriority\": 0,\n      \"additionalAttributes\": []\n    },\n    \"language\": {},\n    \"timestamp\": 1677151053951,\n    \"securityInfo\": {},\n    \"stamps\": [],\n    \"intent\": null,\n    \"entities\": {},\n    \"channelSessionId\": \"64d088618740764368b0bbd0\",\n    \"conversationId\": \"64d088615fc9ab74128e8f75\",\n    \"customer\": {\"_id\": \"64d08457c20d6dd5a62eee7a\"},\n    \"replyToMessageId\": null,\n    \"providerMessageId\": null\n  },\n    \"body\": {\n        \"type\": \"FNB\",\n        \"markdownText\": \"hello\",\n        \"custom1\": \"DummyValue1\",\n        \"custom2\": \"DummayVlaue2\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/conversation-manager/activities"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Wed, 13 Sep 2023 12:38:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Correlationid","value":"888666fc-7f40-4293-a6f6-3d7cce058cae"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"NOT_FOUND\",\n    \"message\": \"Past Conversation not found for Conversation ID {}64d088615fc9ab74128e8f75\",\n    \"errors\": null\n}"}],"_postman_id":"ecb21007-4460-42f4-89ac-93980234c143"}],"id":"e129c71e-013a-4c62-a014-27300e6a4f8e","description":"<p>This section contains APIs exposed for 3rd-party applications for exchange of information with Expertflow CX.</p>\n<p>The detailed description can be seen here: <a href=\"https://docs.expertflow.com/display/CIMp/Third+Party+API+Guide\">https://docs.expertflow.com/display/CIMp/Third+Party+API+Guide</a></p>\n","_postman_id":"e129c71e-013a-4c62-a014-27300e6a4f8e"},{"name":"Agent Manager","item":[{"name":"POST","item":[{"name":"Assign task","id":"b7f350b6-5e50-453e-b2b6-c220392727ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taskId\": {},\r\n    \"conversationId\": {},\r\n    \"media\": {},\r\n    \"ccUser\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{agent-manager-url}}/agent/assign-task","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/agent/assign-task</strong></p>\n<p>This API allows you to assign task to an agent. routingengine -&gt; agent reservation for a customer.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channelSession - Object - Required</td>\n<td>1. participantType - String - Required 2. id - String - Required 3. channel</td>\n</tr>\n<tr>\n<td>channel</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 202. Assigns task to agent. Message: \"OK\"</td>\n</tr>\n<tr>\n<td>Error - Agent unavailable - Socket Down</td>\n<td>Code 409. Message: \"Agent Unavailable.\"</td>\n</tr>\n<tr>\n<td>Error - Agent other than READY state</td>\n<td>Code 422. Message: \"Agent at state\"</td>\n</tr>\n<tr>\n<td>Error Invalid Data</td>\n<td>Code 400. Message: \"Bad Request.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent","assign-task"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"ab3ae3da-a01d-42cf-a8e7-37a532b33f91","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"raza1\",\r\n    \"topicId\": \"1122\",\r\n    \"channelTypeName\": \"web\",\r\n    \"associatedCustomer\": {\r\n        \"firstName\": \"mark\",\r\n        \"lastName\": \"doe\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"status":"OK","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-EjVp61VDBoffH/n+3mIvglVY5PY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:26:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"assignTask\",\n    \"msg\": \"ok\",\n    \"statusCode\": 202\n}"},{"id":"2c1188a9-8e0e-4566-a39d-a83ee17a1871","name":"Error - Agent unavailable - Socket Down","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"1212\",\r\n    \"topicId\": \"1122\",\r\n    \"channelTypeName\": \"web\",\r\n    \"associatedCustomer\": {\r\n        \"firstName\": \"mark\",\r\n        \"lastName\": \"doe\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"ETag","value":"W/\"44-6vXonO267XsWjgaRYrMgY44qofA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:29:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"assignTask\",\n    \"msg\": \"Agent Unavailable\",\n    \"statusCode\": 409\n}"},{"id":"81ea813a-79dc-4944-888c-e3c6c5ee12a8","name":"Error - Agent other than READY state","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"channelSession\": {\r\n    \"Id\": \"<uuid>\",\r\n    \"channel\": {\r\n      \"Id\": \"<uuid>\",\r\n      \"type\": {\r\n        \"Id\": \"<uuid>\",\r\n        \"name\": \"<string>\",\r\n        \"isInteractive\": \"<bool>\"\r\n      },\r\n      \"channelName\": \"<string>\",\r\n      \"serviceIdentifier\": \"<ServiceIdentifier>\",\r\n      \"tenant\": {\r\n        \"Id\": \"<uuid>\",\r\n        \"name\": \"<string>\",\r\n        \"realmId\": \"<KeyCloakRealm>\"\r\n      },\r\n      \"channelConfig\": {\r\n        \"selfServiceBot\": \"<string>\",\r\n        \"channelMode\": \"ChannelMode<enum>\",\r\n        \"responseSla\": \"<int>\",\r\n        \"customerActivityTimeout\": \"<int>\",\r\n        \"customerIdentificationCriteria\": \"<Object>\",\r\n        \"routingPolicy\": {\r\n          \"queueId\": \"<uuid>\",\r\n          \"lastAgentRouting\": \"<bool>\",\r\n          \"intentBasedRouting\": \"<bool>\"\r\n        }\r\n      }\r\n    },\r\n    \"associatedCustomer\": {\r\n      \"Id\": \"<uuid>\",\r\n      \"firstName\": \"<string>\"\r\n    },\r\n    \"customerSuggestions\": \"IList<Customer>\",\r\n    \"channelData\": {\r\n      \"channeICustomerIdentifier\": \"<String>\"\r\n    },\r\n    \"LatestIntent\": \"<string>\",\r\n    \"customerPresence\": \"<Object>\",\r\n    \"isActive\": \"<bool>\"\r\n  },\r\n  \"ccUser\": {\r\n    \"Id\": \"<uuid>\",\r\n    \"teams\": \"IList<Team>\",\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\",\r\n    \"extension\": \"<int>\",\r\n    \"roles\": \"IList<Role>\",\r\n    \"queue\": \"<string>\",\r\n    \"tenant\": \"<Tenant>\",\r\n    \"routingAttributes\": \"IList<routingAttributes>\"\r\n  },\r\n  \"topicId\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/task"},"code":422,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"task\": \"assignTask\",\r\n    \"msg\": \"Agent at <<CURRENT-STATE>> state\",\r\n    \"statusCode\": 422\r\n}"},{"id":"ebd7599e-85d1-4a02-87d4-322dd6099b47","name":"Error - Invalid Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"\",\r\n    \"topicId\": \"1122\",\r\n    \"channelTypeName\": \"web\",\r\n    \"associatedCustomer\": {\r\n        \"firstName\": \"mark\",\r\n        \"lastName\": \"doe\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-WFMgZ9VuY72qbXY4vQss0o0pK2I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:28:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"assignTask\",\n    \"msg\": \"Bad Request\",\n    \"statusCode\": 400\n}"}],"_postman_id":"b7f350b6-5e50-453e-b2b6-c220392727ea"},{"name":"User login","id":"c30449a4-ef43-4094-822c-88cfcb2b1fc8","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"key=AAAAXAvvTLA:APA91bHqWuwm-oNOWGBp5jMocqktmA25VOXQstOp7svRXwHFOzDKe-0afxbBbBf7w291KkSz_NZmWoEex_ovgaRgyEiuZIrIbomByGdGM-kffzjUf-9LGjBgIVgTtPi19-fR-WJhounL","type":"text"}],"body":{"mode":"raw","raw":"{\"username\":\"\",\"password\":\"\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent-manager/agent/login","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/agent-manager/agent/login</strong></p>\n<p>This API allows you to login agent manager.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username - String - Required</td>\n<td>assigned username</td>\n</tr>\n<tr>\n<td>Password - String - Required</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Returns keycloak user and logs the user in.</td>\n</tr>\n<tr>\n<td>Error Unauthorized</td>\n<td>Code 401. Message: \"Unauthorize user\"</td>\n</tr>\n<tr>\n<td>Error Invalid Data</td>\n<td>Code 400. Message: \"Bad Request.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent-manager","agent","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3b7a35c8-c04c-4710-bee0-b3a145cb7fbc","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"admin\",\"password\":\"admin\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"898-lex+ZWtOk6kVHxNy7zYo2Wf41Qk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 10 Jan 2021 15:26:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"login\",\n    \"msg\": \"ok\",\n    \"statusCode\": 200,\n    \"data\": {\n        \"token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICI3Z3pCdjZrZ1A3SlpmN3pkWnM2RG5XRl9SVldESmw2b0NyNGl0bnlUUkZJIn0.eyJleHAiOjE2NTcwNDA3MzAsImlhdCI6MTY1NzAzODkzMCwianRpIjoiODc0ZjJlMDMtNjE4Mi00ZjFkLTkxODMtMTNkMmI4MzM4ZTFiIiwiaXNzIjoiaHR0cDovL2tleWNsb2FrOjgwODAvYXV0aC9yZWFsbXMvZXhwZXJ0ZmxvdyIsImF1ZCI6ImNpbSIsInN1YiI6IjQ1NmNlNjc2LTgzOWQtNGVlNy05NmEzLWY4YzRmOWNlNmQzZSIsInR5cCI6IkJlYXJlciIsImF6cCI6ImNpbSIsInNlc3Npb25fc3RhdGUiOiJlZjY1YTA5NS0xYmNlLTQ5OGEtYTBhMy0zOTE4YTdlMmE2YjYiLCJhY3IiOiIxIiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbImFnZW50Il19LCJhdXRob3JpemF0aW9uIjp7InBlcm1pc3Npb25zIjpbeyJzY29wZXMiOlsidmlldyIsIm1hbmFnZSJdLCJyc2lkIjoiMjE1OGM2ZDYtY2ZkYy00ZWNiLWFhYjQtOGM1MjFlZTBkMTkzIiwicnNuYW1lIjoic3Vic2NyaWJlZC1saXN0In0seyJzY29wZXMiOlsidmlldyJdLCJyc2lkIjoiYjM4MmVmMTgtNDZmZC00MDQwLTliYmUtNjgwMTNjZTVjYzMwIiwicnNuYW1lIjoibGVhdmUtY2hhdCJ9LHsic2NvcGVzIjpbInZpZXciXSwicnNpZCI6IjgxZTRjZjU1LWU1ZmUtNDYxMi05NjVhLTE0ZTZkNTg4OGNhMiIsInJzbmFtZSI6InN0YXRlLWNoYW5nZSJ9LHsic2NvcGVzIjpbInZpZXciLCJtYW5hZ2UiXSwicnNpZCI6Ijc4YjFlNmVlLWMyOTctNDUzNi1iNjBhLWU0YWZhNzU1YWI3NiIsInJzbmFtZSI6ImN1c3RvbWVyLWxpc3QifSx7InNjb3BlcyI6WyJ2aWV3IiwibWFuYWdlIl0sInJzaWQiOiI5MzdjNjAwZi0xZGY0LTQ3ZGMtYjkwMS1hMDg5M2FkY2RkNmEiLCJyc25hbWUiOiJjdXN0b21lci1jb252ZXJzYXRpb24tdmlldyJ9XX0sInNjb3BlIjoiZW1haWwgcHJvZmlsZSIsInNpZCI6ImVmNjVhMDk1LTFiY2UtNDk4YS1hMGEzLTM5MThhN2UyYTZiNiIsImVtYWlsX3ZlcmlmaWVkIjpmYWxzZSwicHJlZmVycmVkX3VzZXJuYW1lIjoicmF6YSJ9.i2HiYh7REoxb7fooRPah-lxOp4hQSZemUpD2uuB-wLr7RUQ0vnSxw61oMcmKQ6upvwxcL70J-JOwhKwn4rstO6FV91yvnXSmkCy0w1s-8Y8V3FNRRmiNPHs0A9wLKt6ZS89WFIkc90txlC1HUFFjJRXqncLydjffP43DjkEFgtb4b06iTH01z8dCPi4tFAwPTl2CyJFDxqi7T9MxquxvLQoo8Rrpzz1JbmSOcKwgo38JH8GZj5myfEO6bImXnMDX2isBzQxaCZIxFibBS8Rjb89Rj_NJtDk69mlMFWGoMGA0WYgItocdQkl-EEdRJFHNtiDOOWe8eSp4nxdOvdTmkw\",\n        \"keycloak_User\": {\n            \"id\": \"456ce676-839d-4ee7-96a3-f8c4f9ce6d3e\",\n            \"username\": \"raza\",\n            \"permittedResources\": {\n                \"Resources\": [\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"2158c6d6-cfdc-4ecb-aab4-8c521ee0d193\",\n                        \"rsname\": \"subscribed-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"b382ef18-46fd-4040-9bbe-68013ce5cc30\",\n                        \"rsname\": \"leave-chat\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\"\n                        ],\n                        \"rsid\": \"81e4cf55-e5fe-4612-965a-14e6d5888ca2\",\n                        \"rsname\": \"state-change\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"78b1e6ee-c297-4536-b60a-e4afa755ab76\",\n                        \"rsname\": \"customer-list\"\n                    },\n                    {\n                        \"scopes\": [\n                            \"view\",\n                            \"manage\"\n                        ],\n                        \"rsid\": \"937c600f-1df4-47dc-b901-a0893adcdd6a\",\n                        \"rsname\": \"customer-conversation-view\"\n                    }\n                ]\n            },\n            \"roles\": [\n                \"agent\"\n            ],\n            \"realm\": \"expertflow\"\n        }\n    }\n}"},{"id":"9683b9bf-47e7-42ff-8c7a-d73d1159dae9","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"username\":\"admin\",\"password\":\"admin1\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"ETag","value":"W/\"41-6O/QrJekmLcJnaen+mFutPXs+uE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 10 Jan 2021 15:26:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"changeAgentState\",\n    \"msg\": \"Unauthorized\",\n    \"statusCode\": 401\n}"},{"id":"70e07bc7-707b-4580-80fa-1abde53332ca","name":"Error - Invalid Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"userName\":\"admin\",\"passowrd\":\"admin\"}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/login"},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-4Kt3TcxA6Ko6z/6JmkkYVLpny1U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 10 Jan 2021 15:23:57 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"changeAgentState\",\n    \"msg\": \"Bad Request\",\n    \"statusCode\": 400\n}"}],"_postman_id":"c30449a4-ef43-4094-822c-88cfcb2b1fc8"},{"name":"Revoke Task","id":"d425b9e6-4011-49a4-bdb0-5412152c8693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"taskId\": \"01a5f55b-de0f-4a6c-b876-b1e8ed9ad523\",\n    \"agentId\": \"4b1395a9-2d47-409f-982c-d99c06a13125\",\n    \"topicId\": \"483483a2-b372-43b4-9189-8eb41ad761a6\"\n}","options":{"raw":{"language":"json"}}},"url":"{{agent-manager-url}}/agent/revoke-task","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/agent/revoke-task</strong></p>\n<p>This API allows you to revoke task for an agent.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taskId- String - Required</td>\n<td>The ID of the task to be revoked.</td>\n</tr>\n<tr>\n<td>agentId- String - Required</td>\n<td>The ID of the agent to whom the task was assigned.</td>\n</tr>\n<tr>\n<td>topicId- String - Required</td>\n<td>The topic ID of the task to be revoked.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 202. Assigns task to agent. Message: \"OK\"</td>\n</tr>\n<tr>\n<td>Error - Agent unavailable - Socket Down</td>\n<td>Code 409. Message: \"Agent Unavailable.\"</td>\n</tr>\n<tr>\n<td>Error - Agent other than READY state</td>\n<td>Code 422. Message: \"Agent at state\"</td>\n</tr>\n<tr>\n<td>Error Invalid Data</td>\n<td>Code 400. Message: \"Bad Request.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent","revoke-task"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d425b9e6-4011-49a4-bdb0-5412152c8693"},{"name":"manual agent message","id":"059d1dca-0310-472a-ad44-d83768b72ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"cimEvent\":{\r\n  \"id\": \"65730e2032bee144a43218a4\",\r\n  \"name\": \"AGENT_MESSAGE\",\r\n  \"type\": \"MESSAGE\",\r\n  \"timestamp\": 1702039072334,\r\n  \"conversationId\": null,\r\n  \"eventEmitter\": {\r\n    \"id\": \"6555d5bb647955feea26e126\",\r\n    \"type\": \"AGENT\",\r\n    \"senderName\": \"Haroon\",\r\n    \"additionalDetail\": {\r\n      \"voice\": [\r\n        \"6203\"\r\n      ],\r\n      \"twitter\": [\r\n        \"\"\r\n      ],\r\n      \"web\": [\r\n        \"154\"\r\n      ],\r\n      \"facebook\": [\r\n        \"\"\r\n      ],\r\n      \"telegram\": [\r\n        \"\"\r\n      ],\r\n      \"instagram\": [\r\n        \"\"\r\n      ],\r\n      \"labels\": []\r\n    }\r\n  },\r\n  \"channelSession\": {\r\n    \"participantType\": \"ChannelSession\",\r\n    \"id\": \"6572faf532bee144a432180d\",\r\n    \"channel\": {\r\n      \"id\": \"6554a297b9a21534e87981c0\",\r\n      \"name\": \"Private Room\",\r\n      \"serviceIdentifier\": \"1133\",\r\n      \"defaultOutbound\": false,\r\n      \"tenant\": {\r\n        \"id\": \"6571b93732bee144a4320a19\",\r\n        \"name\": null\r\n      },\r\n      \"channelConfig\": {\r\n        \"id\": \"6571b93732bee144a4320a1a\",\r\n        \"channelMode\": \"HYBRID\",\r\n        \"conversationBot\": \"\",\r\n        \"responseSla\": 0,\r\n        \"customerActivityTimeout\": 60,\r\n        \"customerIdentificationCriteria\": {\r\n          \"value\": null\r\n        },\r\n        \"routingPolicy\": {\r\n          \"agentSelectionPolicy\": \"LONGEST_AVAILABLE\",\r\n          \"routeToLastAgent\": true,\r\n          \"routingMode\": \"PUSH\",\r\n          \"routingObjectId\": \"6554a2477d200704766d18dc\",\r\n          \"agentRequestTtl\": 60\r\n        },\r\n        \"botId\": \"6554a154e7907c2ffca1898b\"\r\n      },\r\n      \"channelConnector\": {\r\n        \"id\": \"6554a1a1b9a21534e87981ba\",\r\n        \"name\": \"web connector\",\r\n        \"channelProviderInterface\": {\r\n          \"id\": \"6554a119b9a21534e87981b6\",\r\n          \"name\": \"web\",\r\n          \"supportedChannelTypes\": [\r\n            {\r\n              \"id\": \"65548c17b9a21534e87981ae\",\r\n              \"name\": \"WEB\",\r\n              \"channelLogo\": \"_WEB.svg\",\r\n              \"isInteractive\": true,\r\n              \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n            }\r\n          ],\r\n          \"providerWebhook\": \"https://cim-demo.expertflow.com/web-channel-manager\",\r\n          \"channelProviderConfigSchema\": []\r\n        },\r\n        \"channelProviderConfigs\": [],\r\n        \"tenant\": {\r\n          \"id\": \"6554a1a1b9a21534e87981bc\",\r\n          \"name\": null\r\n        }\r\n      },\r\n      \"channelType\": {\r\n        \"id\": \"65548c17b9a21534e87981ae\",\r\n        \"name\": \"WEB\",\r\n        \"channelLogo\": \"_WEB.svg\",\r\n        \"isInteractive\": true,\r\n        \"mediaRoutingDomain\": \"6305de07166ba1099d11d8e6\"\r\n      }\r\n    },\r\n    \"customer\": {\r\n      \"_id\": \"6555d5bb647955feea26e126\",\r\n      \"firstName\": \"Haroon\",\r\n      \"phoneNumber\": [\r\n        \"923086653154\"\r\n      ],\r\n      \"isAnonymous\": false,\r\n      \"__v\": 0,\r\n      \"voice\": [\r\n        \"6203\"\r\n      ],\r\n      \"twitter\": [\r\n        \"\"\r\n      ],\r\n      \"web\": [\r\n        \"154\"\r\n      ],\r\n      \"facebook\": [\r\n        \"\"\r\n      ],\r\n      \"telegram\": [\r\n        \"\"\r\n      ],\r\n      \"instagram\": [\r\n        \"\"\r\n      ],\r\n      \"labels\": []\r\n    },\r\n    \"customerSuggestions\": [],\r\n    \"channelData\": {\r\n      \"channelCustomerIdentifier\": \"154\",\r\n      \"serviceIdentifier\": \"1133\",\r\n      \"requestPriority\": 0,\r\n      \"additionalAttributes\": []\r\n    },\r\n    \"latestIntent\": null,\r\n    \"customerPresence\": {\r\n      \"value\": null\r\n    },\r\n    \"isActive\": true,\r\n    \"conversationId\": null,\r\n    \"roomId\": \"6572fa497bf9ee56350e4a6a\",\r\n    \"state\": {\r\n      \"name\": \"STARTED\",\r\n      \"reasonCode\": \"CUSTOMER\"\r\n    },\r\n    \"channelSessionDirection\": \"INBOUND\",\r\n    \"roomLabel\": \"PV\",\r\n    \"active\": true\r\n  },\r\n  \"data\": {\r\n    \"id\": \"e14e9ca2-56fb-4819-9831-2a44509c0e0d\",\r\n    \"header\": {\r\n      \"sender\": {\r\n        \"id\": \"460df46c-adf9-11ed-afa1-0242ac120002\",\r\n        \"type\": \"AGENT\",\r\n        \"senderName\": \"Haroon\",\r\n        \"additionalDetail\": null\r\n      },\r\n      \"channelData\": {\r\n        \"channelCustomerIdentifier\": \"154\",\r\n        \"serviceIdentifier\": \"1133\",\r\n        \"requestPriority\": 0,\r\n        \"additionalAttributes\": []\r\n      },\r\n      \"language\": {},\r\n      \"timestamp\": null,\r\n      \"securityInfo\": {},\r\n      \"stamps\": [],\r\n      \"intent\": null,\r\n      \"entities\": {},\r\n      \"channelSessionId\": \"6572faf532bee144a432180d\",\r\n      \"conversationId\": null,\r\n      \"customer\": {\r\n        \"_id\": \"6555d5bb647955feea26e126\",\r\n        \"firstName\": \"Haroon\",\r\n        \"phoneNumber\": [\r\n          \"923086653154\"\r\n        ],\r\n        \"isAnonymous\": false,\r\n        \"__v\": 0,\r\n        \"voice\": [\r\n          \"6203\"\r\n        ],\r\n        \"twitter\": [\r\n          \"\"\r\n        ],\r\n        \"web\": [\r\n          \"154\"\r\n        ],\r\n        \"facebook\": [\r\n          \"\"\r\n        ],\r\n        \"telegram\": [\r\n          \"\"\r\n        ],\r\n        \"instagram\": [\r\n          \"\"\r\n        ],\r\n        \"labels\": []\r\n      },\r\n      \"originalMessageId\": null,\r\n      \"providerMessageId\": null,\r\n      \"roomId\": \"6572fa497bf9ee56350e4a6a\",\r\n      \"schedulingMetaData\": null\r\n    },\r\n    \"body\": {\r\n      \"type\": \"PLAIN\",\r\n      \"markdownText\": \"Hi 1\"\r\n    }\r\n  },\r\n  \"roomId\": \"6572fa497bf9ee56350e4a6a\",\r\n  \"roomLabel\": \"PV\"\r\n},\r\n\"conversationId\":null,\r\n\"agentId\":\"haroon\",\r\n\"roomId\":\"6572fa497bf9ee56350e4a6a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-demo.expertflow.com/agent-manager/agent/upload","urlObject":{"protocol":"https","path":["agent-manager","agent","upload"],"host":["cim-demo","expertflow","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"059d1dca-0310-472a-ad44-d83768b72ad5"}],"id":"1c76cc5d-daf4-4add-9d81-4c8eda07e7c1","_postman_id":"1c76cc5d-daf4-4add-9d81-4c8eda07e7c1","description":""},{"name":"DELETE","item":[{"name":"Revoke task","id":"9872e8ed-a050-4395-9caf-32136dc08c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ccUser\": {\r\n    \"Id\": \"<uuid>\",\r\n    \"teams\": \"IList<Team>\",\r\n    \"firstName\": \"<string>\",\r\n    \"lastName\": \"<string>\",\r\n    \"extension\": \"<int>\",\r\n    \"roles\": \"IList<Role>\",\r\n    \"queue\": \"<string>\",\r\n    \"tenant\": \"<Tenant>\",\r\n    \"routingAttributes\": \"IList<routingAttributes>\"\r\n  },\r\n  \"topicId\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/task","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/agent/task</strong></p>\n<p>This API allows you to revoke task for an agent.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ccUser- Entity - Required</td>\n<td>ccUser contains properties of the uer such as firstname, lastname etc.</td>\n</tr>\n<tr>\n<td>Id - uuid - Required</td>\n<td>system generated ID</td>\n</tr>\n<tr>\n<td>teams - IList - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>firstName - ccUser/String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName - ccUser/String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>extension- Integer- Required</td>\n<td></td>\n</tr>\n<tr>\n<td>roles - IList - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>queue - String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>tenant - Tenant - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>routingAttributes - IList - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>topicId- String - Required</td>\n<td>The topic ID of the task to be revoked.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 202. Deletes task. Message: \"OK\"</td>\n</tr>\n<tr>\n<td>Error - Agent unavailable</td>\n<td>Code 409. Message: \"Agent Unavailable.\"</td>\n</tr>\n<tr>\n<td>Error Invalid Data</td>\n<td>Code 400. Message: \"Bad Request.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent","task"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4daa5d01-b397-48c7-9001-12f3906a083c","name":"Error - Agent unavailable","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"raza1\",\r\n    \"topicId\": \"1122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"code":409,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"task\": \"changeAgentState\",\r\n    \"msg\": \"Agent Unavailable\",\r\n    \"statusCode\": 409\r\n}"},{"id":"c9fdf315-b292-40b6-89e6-fff62903718d","name":"Error - Invalid Data","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"raza1\",\r\n    \"topicId\": \"1122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"task\": \"changeAgentState\",\r\n    \"msg\": \"Bad Request\",\r\n    \"statusCode\": 400\r\n}"},{"id":"c6f3b2a0-ae9e-41f5-ae4d-755214834f77","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"agentId\": \"raza1\",\r\n    \"topicId\": \"1122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/task"},"code":202,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"task\": \"revokeTask\",\r\n    \"msg\": \"ok\",\r\n    \"statusCode\": 202\r\n}"}],"_postman_id":"9872e8ed-a050-4395-9caf-32136dc08c1a"}],"id":"88e5f761-5d9c-45af-a88e-3ad2713b500a","_postman_id":"88e5f761-5d9c-45af-a88e-3ad2713b500a","description":""},{"name":"PUT","item":[{"name":"Change state","id":"27909718-4503-4920-b6d8-22d512e5f201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ccUser\": {\r\n    \"id\": \"<uuid>\",\r\n    \"keyCloakUser\": \"<KeyCloakUser>\",\r\n    \"associatedRoutingAttributes\": \"List<AssociatedRoutingAttribute>\"\r\n  },\r\n  \"state\": \"<string>\",\r\n  \"medState\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/agent/state","description":"<p><strong>Endpoints</strong></p>\n<hr />\n<p><strong>POST/agent/state</strong></p>\n<p>This API allows you to change state.</p>\n<p>The body should be in JSON format and include the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Desc.</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ccUser- Entity - Required</td>\n<td>ccUser contains properties of the uer such as firstname, lastname etc.</td>\n</tr>\n<tr>\n<td>Id - uuid - Required</td>\n<td>system generated ID</td>\n</tr>\n<tr>\n<td>keyCloakUser - KeyCloakUser - Required</td>\n<td>keycloak user ID required for authentication of the agent/supervisor.</td>\n</tr>\n<tr>\n<td>associatedRoutingAttributes - IList - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>state- String - Required</td>\n<td></td>\n</tr>\n<tr>\n<td>medState - String - Optional</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Status</strong></p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Code 200. Message: \"state updated successfully\"</td>\n</tr>\n<tr>\n<td>Error - Agent unavailable - Socket Down</td>\n<td>Code 409. Message: \"Agent Unavailable.\"</td>\n</tr>\n<tr>\n<td>Error - Invalid Data</td>\n<td>Code 400. Message: \"Bad Request.\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["agent","state"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"848636a0-a626-4c41-bc0c-9a9214743ff6","name":"Error - Invalid Data","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"agentId\":\"\", \"state\":\"reserve\"}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/state"},"code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-4Kt3TcxA6Ko6z/6JmkkYVLpny1U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:32:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"changeAgentState\",\n    \"msg\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"2ba9133e-92d2-4372-b48f-ca750d1206af","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"agentId\":\"raza1\", \"state\":\"reserve\"}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/state"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"ETag","value":"W/\"4f-VUywRov7AnXCgyhSvZB1nikq8fo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:31:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"changeAgentState\",\n    \"msg\": \"state updated successfully\",\n    \"statusCode\": 200\n}"},{"id":"3ae27cae-f4c7-4c0a-bf6b-e68d9dbb65a1","name":"Error - Agent unavailable - Socket Down","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"agentId\":\"ra\", \"state\":\"reserve\"}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/agent/state"},"code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"ETag","value":"W/\"49-Gd6pNcFTK0LmxRLdJpQrFHzHgo8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 02 Nov 2020 07:32:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"task\": \"changeAgentState\",\n    \"msg\": \"Agent Unavailable\",\n    \"statusCode\": 409\n}"}],"_postman_id":"27909718-4503-4920-b6d8-22d512e5f201"},{"name":"New Request","id":"b04fa03a-53ac-419b-8c20-12ad623e540e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"b04fa03a-53ac-419b-8c20-12ad623e540e"}],"id":"67de7dca-d191-4770-8cae-69b95e764f01","_postman_id":"67de7dca-d191-4770-8cae-69b95e764f01","description":""},{"name":"GET","item":[{"name":"Default Metrics","id":"fb7685c2-d027-47ff-8d66-294a8fc9a8fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{agent-manager-url}}/metrics","urlObject":{"path":["metrics"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"723d8467-9cac-41be-846d-e9cba678d83f","name":"Default Metrics","originalRequest":{"method":"GET","header":[],"url":"{{agent-manager-url}}/metrics"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 11 Nov 2022 06:37:06 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8; version=0.0.4"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"Expect-CT","value":"max-age=0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"241c-o7IB3CuogAA9fDXQ2f1mQSHZYkM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"# HELP process_cpu_user_seconds_total Total user CPU time spent in seconds.\n# TYPE process_cpu_user_seconds_total counter\nprocess_cpu_user_seconds_total{app=\"cim-backend\"} 300.956253\n\n# HELP process_cpu_system_seconds_total Total system CPU time spent in seconds.\n# TYPE process_cpu_system_seconds_total counter\nprocess_cpu_system_seconds_total{app=\"cim-backend\"} 169.45021100000002\n\n# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.\n# TYPE process_cpu_seconds_total counter\nprocess_cpu_seconds_total{app=\"cim-backend\"} 470.40646399999997\n\n# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.\n# TYPE process_start_time_seconds gauge\nprocess_start_time_seconds{app=\"cim-backend\"} 1668076703\n\n# HELP process_resident_memory_bytes Resident memory size in bytes.\n# TYPE process_resident_memory_bytes gauge\nprocess_resident_memory_bytes{app=\"cim-backend\"} 76693504\n\n# HELP process_virtual_memory_bytes Virtual memory size in bytes.\n# TYPE process_virtual_memory_bytes gauge\nprocess_virtual_memory_bytes{app=\"cim-backend\"} 325431296\n\n# HELP process_heap_bytes Process heap size in bytes.\n# TYPE process_heap_bytes gauge\nprocess_heap_bytes{app=\"cim-backend\"} 283017216\n\n# HELP process_open_fds Number of open file descriptors.\n# TYPE process_open_fds gauge\nprocess_open_fds{app=\"cim-backend\"} 35\n\n# HELP process_max_fds Maximum number of open file descriptors.\n# TYPE process_max_fds gauge\nprocess_max_fds{app=\"cim-backend\"} 1048576\n\n# HELP nodejs_eventloop_lag_seconds Lag of event loop in seconds.\n# TYPE nodejs_eventloop_lag_seconds gauge\nnodejs_eventloop_lag_seconds{app=\"cim-backend\"} 0.003033866\n\n# HELP nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay.\n# TYPE nodejs_eventloop_lag_min_seconds gauge\nnodejs_eventloop_lag_min_seconds{app=\"cim-backend\"} 0.007168\n\n# HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay.\n# TYPE nodejs_eventloop_lag_max_seconds gauge\nnodejs_eventloop_lag_max_seconds{app=\"cim-backend\"} 0.015998975\n\n# HELP nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays.\n# TYPE nodejs_eventloop_lag_mean_seconds gauge\nnodejs_eventloop_lag_mean_seconds{app=\"cim-backend\"} 0.010190015709940348\n\n# HELP nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays.\n# TYPE nodejs_eventloop_lag_stddev_seconds gauge\nnodejs_eventloop_lag_stddev_seconds{app=\"cim-backend\"} 0.0003050559445172139\n\n# HELP nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays.\n# TYPE nodejs_eventloop_lag_p50_seconds gauge\nnodejs_eventloop_lag_p50_seconds{app=\"cim-backend\"} 0.010117119\n\n# HELP nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays.\n# TYPE nodejs_eventloop_lag_p90_seconds gauge\nnodejs_eventloop_lag_p90_seconds{app=\"cim-backend\"} 0.010272767\n\n# HELP nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays.\n# TYPE nodejs_eventloop_lag_p99_seconds gauge\nnodejs_eventloop_lag_p99_seconds{app=\"cim-backend\"} 0.011239423\n\n# HELP nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name.\n# TYPE nodejs_active_handles gauge\nnodejs_active_handles{type=\"Pipe\",app=\"cim-backend\"} 1\nnodejs_active_handles{type=\"Socket\",app=\"cim-backend\"} 16\n\n# HELP nodejs_active_handles_total Total number of active handles.\n# TYPE nodejs_active_handles_total gauge\nnodejs_active_handles_total{app=\"cim-backend\"} 17\n\n# HELP nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name.\n# TYPE nodejs_active_requests gauge\nnodejs_active_requests{type=\"FSReqCallback\",app=\"cim-backend\"} 1\n\n# HELP nodejs_active_requests_total Total number of active requests.\n# TYPE nodejs_active_requests_total gauge\nnodejs_active_requests_total{app=\"cim-backend\"} 1\n\n# HELP nodejs_heap_size_total_bytes Process heap size from Node.js in bytes.\n# TYPE nodejs_heap_size_total_bytes gauge\nnodejs_heap_size_total_bytes{app=\"cim-backend\"} 30654464\n\n# HELP nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes.\n# TYPE nodejs_heap_size_used_bytes gauge\nnodejs_heap_size_used_bytes{app=\"cim-backend\"} 23037200\n\n# HELP nodejs_external_memory_bytes Node.js external memory size in bytes.\n# TYPE nodejs_external_memory_bytes gauge\nnodejs_external_memory_bytes{app=\"cim-backend\"} 1916483\n\n# HELP nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes.\n# TYPE nodejs_heap_space_size_total_bytes gauge\nnodejs_heap_space_size_total_bytes{space=\"read_only\",app=\"cim-backend\"} 262144\nnodejs_heap_space_size_total_bytes{space=\"new\",app=\"cim-backend\"} 1048576\nnodejs_heap_space_size_total_bytes{space=\"old\",app=\"cim-backend\"} 25833472\nnodejs_heap_space_size_total_bytes{space=\"code\",app=\"cim-backend\"} 1216512\nnodejs_heap_space_size_total_bytes{space=\"map\",app=\"cim-backend\"} 1314816\nnodejs_heap_space_size_total_bytes{space=\"large_object\",app=\"cim-backend\"} 929792\nnodejs_heap_space_size_total_bytes{space=\"code_large_object\",app=\"cim-backend\"} 49152\nnodejs_heap_space_size_total_bytes{space=\"new_large_object\",app=\"cim-backend\"} 0\n\n# HELP nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes.\n# TYPE nodejs_heap_space_size_used_bytes gauge\nnodejs_heap_space_size_used_bytes{space=\"read_only\",app=\"cim-backend\"} 32808\nnodejs_heap_space_size_used_bytes{space=\"new\",app=\"cim-backend\"} 110448\nnodejs_heap_space_size_used_bytes{space=\"old\",app=\"cim-backend\"} 19897384\nnodejs_heap_space_size_used_bytes{space=\"code\",app=\"cim-backend\"} 1000224\nnodejs_heap_space_size_used_bytes{space=\"map\",app=\"cim-backend\"} 1077840\nnodejs_heap_space_size_used_bytes{space=\"large_object\",app=\"cim-backend\"} 919480\nnodejs_heap_space_size_used_bytes{space=\"code_large_object\",app=\"cim-backend\"} 2784\nnodejs_heap_space_size_used_bytes{space=\"new_large_object\",app=\"cim-backend\"} 0\n\n# HELP nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes.\n# TYPE nodejs_heap_space_size_available_bytes gauge\nnodejs_heap_space_size_available_bytes{space=\"read_only\",app=\"cim-backend\"} 0\nnodejs_heap_space_size_available_bytes{space=\"new\",app=\"cim-backend\"} 937008\nnodejs_heap_space_size_available_bytes{space=\"old\",app=\"cim-backend\"} 5818640\nnodejs_heap_space_size_available_bytes{space=\"code\",app=\"cim-backend\"} 111840\nnodejs_heap_space_size_available_bytes{space=\"map\",app=\"cim-backend\"} 234776\nnodejs_heap_space_size_available_bytes{space=\"large_object\",app=\"cim-backend\"} 0\nnodejs_heap_space_size_available_bytes{space=\"code_large_object\",app=\"cim-backend\"} 0\nnodejs_heap_space_size_available_bytes{space=\"new_large_object\",app=\"cim-backend\"} 1047456\n\n# HELP nodejs_version_info Node.js version info.\n# TYPE nodejs_version_info gauge\nnodejs_version_info{version=\"v12.20.0\",major=\"12\",minor=\"20\",patch=\"0\",app=\"cim-backend\"} 1\n\n# HELP nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb.\n# TYPE nodejs_gc_duration_seconds histogram\nnodejs_gc_duration_seconds_bucket{le=\"0.001\",kind=\"minor\",app=\"cim-backend\"} 32544\nnodejs_gc_duration_seconds_bucket{le=\"0.01\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"0.1\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"1\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"2\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"5\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"+Inf\",kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_sum{kind=\"minor\",app=\"cim-backend\"} 14.810245333000045\nnodejs_gc_duration_seconds_count{kind=\"minor\",app=\"cim-backend\"} 32644\nnodejs_gc_duration_seconds_bucket{le=\"0.001\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"0.01\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"0.1\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"1\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"2\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"5\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"+Inf\",kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_sum{kind=\"incremental\",app=\"cim-backend\"} 0.0005872140000000001\nnodejs_gc_duration_seconds_count{kind=\"incremental\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"0.001\",kind=\"major\",app=\"cim-backend\"} 0\nnodejs_gc_duration_seconds_bucket{le=\"0.01\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"0.1\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"1\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"2\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"5\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_bucket{le=\"+Inf\",kind=\"major\",app=\"cim-backend\"} 8\nnodejs_gc_duration_seconds_sum{kind=\"major\",app=\"cim-backend\"} 0.026119169\nnodejs_gc_duration_seconds_count{kind=\"major\",app=\"cim-backend\"} 8\n"}],"_postman_id":"fb7685c2-d027-47ff-8d66-294a8fc9a8fe"},{"name":"Health Check","id":"7984c513-e849-4de2-8152-f716d39b5683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{agent-manager-url}}/agent/health","urlObject":{"path":["agent","health"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"f4e6f76a-eaec-400d-b4d3-559b5f3f6c55","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://efcx-dev12.expertflow.com/agent-manager/agent/health"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"name\": \"agent-manager\",\r\n    \"version\": \"v1.0.0\",\r\n    \"status\": \"UP\",\r\n    \"date\": \"2024-09-05T11:37:22.175Z\",\r\n    \"duration\": 0.067,\r\n    \"components\": {\r\n        \"Redis\": {\r\n            \"kind\": \"Custom integration\",\r\n            \"status\": \"UP\",\r\n            \"response_time\": 0.065,\r\n            \"url\": \"redis-master.ef-external.svc.cluster.local:6379\",\r\n            \"error\": null\r\n        },\r\n        \"jms\": {\r\n            \"kind\": \"Custom integration\",\r\n            \"status\": \"UP\",\r\n            \"response_time\": 0.064,\r\n            \"url\": \"agent-manager\",\r\n            \"error\": null\r\n        },\r\n        \"selfCheck\": {\r\n            \"kind\": \"Custom integration\",\r\n            \"status\": \"UP\",\r\n            \"response_time\": 0.044,\r\n            \"url\": \"Agent Manager\",\r\n            \"error\": null,\r\n            \"details\": {\r\n                \"utilisedDiskSpace\": 34490,\r\n                \"utilisedMemory\": 12625\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"7984c513-e849-4de2-8152-f716d39b5683"},{"name":"Readiness Check","id":"6dae7c0f-df6f-4a22-96b9-51c8d0150eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{agent-manager-url}}/agent/health/readiness","urlObject":{"path":["agent","health","readiness"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"62575ade-e9a5-47ee-b88f-5d467cdde02b","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-manager/agent/health/readiness"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"6dae7c0f-df6f-4a22-96b9-51c8d0150eb1"},{"name":"Liveness Check","id":"71bab263-3b2e-4860-8918-25006b7302e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{agent-manager-url}}/agent/health/liveness","urlObject":{"path":["agent","health","liveness"],"host":["{{agent-manager-url}}"],"query":[],"variable":[]}},"response":[{"id":"1c1f1ee6-86a1-45d8-a352-1de093f4eac7","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/agent-manager/agent/health/liveness"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"71bab263-3b2e-4860-8918-25006b7302e1"}],"id":"9a5d0609-4af8-413b-bf84-d636ead6a636","_postman_id":"9a5d0609-4af8-413b-bf84-d636ead6a636","description":""}],"id":"c4304d9d-f280-48be-8b0a-e6059b603b48","_postman_id":"c4304d9d-f280-48be-8b0a-e6059b603b48","description":""},{"name":"CX Quality Manager","item":[{"name":"Schedules","item":[{"name":"Get a Schedule","id":"b956583f-1df7-45fd-ac04-fc9dcf2627ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/schedule/:scheduleId","description":"<h3 id=\"get-schedulescheduleid\"><strong>GET /schedule/:scheduleId</strong></h3>\n<p>The endpoint retrieves the details of a specific schedule identified by the provided scheduleId.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleId</td>\n<td>Id of the schedule to find</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule",":scheduleId"],"host":[""],"query":[],"variable":[{"id":"9393c679-fba4-4c1b-b655-38ed0134672c","description":{"content":"<p>Id of the schedule to retrieve</p>\n","type":"text/plain"},"type":"any","value":"904b72b0-7902-4a4c-a788-a54ad004f418","key":"scheduleId"}]}},"response":[{"id":"a648b2b0-36cc-4d31-8c0f-cd1dd0f3b6b2","name":"Schedule Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"904b72b0-7902-4a4c-a788-a54ad004f418"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"1022"},{"key":"Date","value":"Wed, 22 Jan 2025 10:58:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"904b72b0-7902-4a4c-a788-a54ad004f418\",\n    \"name\": \"asd\",\n    \"questionaire_id\": \"678e18852a680844c21a0084\",\n    \"reviewers\": [\n        \"8d92b219-5c4f-49be-a058-e473b2552234\"\n    ],\n    \"state\": \"ACTIVE\",\n    \"deadline\": null,\n    \"next_execution_at\": null,\n    \"total_executions\": 1,\n    \"reminder\": null,\n    \"recurrence_interval\": null,\n    \"recurrence_end_condition\": null,\n    \"recurrence_end_date\": null,\n    \"recurrence_end_executions_count\": null,\n    \"is_edited_when_inactive\": false,\n    \"last_execution_at\": \"2025-01-21T11:08:20.661Z\",\n    \"created_at\": \"2025-01-21T11:08:15.087Z\",\n    \"updated_at\": \"2025-01-21T11:08:20.664Z\",\n    \"deleted_at\": null,\n    \"filter\": {\n        \"conversation_duration_operator\": null,\n        \"conversation_duration\": null,\n        \"conversation_direction\": null,\n        \"id\": \"9b8537f5-dcd2-4a16-84c0-69c7acfed6c0\",\n        \"start_date\": \"2025-01-01T11:08:18.000Z\",\n        \"end_date\": \"2025-01-21T11:08:20.000Z\",\n        \"wrapups\": [],\n        \"agents\": [\n            \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"9f89924e-4aa1-46b8-95bd-7c4d4a661d71\",\n            \"9b6f4ca3-6340-4cfc-841d-e0be39a6443d\"\n        ],\n        \"created_at\": \"2025-01-21T11:08:15.087Z\",\n        \"updated_at\": \"2025-01-21T11:08:20.664Z\",\n        \"deleted_at\": null\n    }\n}"},{"id":"ab2e8736-bf8a-40fb-b8d7-ef2c87f914b1","name":"Schedule Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"8f5c7444-ec47-49db-a972-3dbb58e39857"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"75"},{"key":"Date","value":"Wed, 22 Jan 2025 10:49:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"}],"_postman_id":"b956583f-1df7-45fd-ac04-fc9dcf2627ee"},{"name":"Get Schedules (Paginated)","id":"8e535546-7e89-4a70-8a78-087f4f8d8f1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/schedule?limit=10&page=1","description":"<h3 id=\"get-schedule\"><strong>GET /schedule</strong></h3>\n<hr />\n<p>The endpoint retrieves the list of all schedules in a paginated manner.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Param</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>The max number of schedules that should be returned</td>\n<td>10</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number to retrieve</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule"],"host":[""],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"adae11c4-6f47-4a3a-b2a6-6d95e7f7d2f0","name":"Multiple Schedules Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/schedule?limit=10&page=1","host":[""],"path":["schedule"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"2056"},{"key":"Date","value":"Wed, 22 Jan 2025 10:57:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"904b72b0-7902-4a4c-a788-a54ad004f418\",\n            \"name\": \"asd\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"reviewers\": [\n                \"8d92b219-5c4f-49be-a058-e473b2552234\"\n            ],\n            \"state\": \"ACTIVE\",\n            \"deadline\": null,\n            \"next_execution_at\": null,\n            \"total_executions\": 1,\n            \"reminder\": null,\n            \"recurrence_interval\": null,\n            \"recurrence_end_condition\": null,\n            \"recurrence_end_date\": null,\n            \"recurrence_end_executions_count\": null,\n            \"is_edited_when_inactive\": false,\n            \"last_execution_at\": \"2025-01-21T11:08:20.661Z\",\n            \"created_at\": \"2025-01-21T11:08:15.087Z\",\n            \"updated_at\": \"2025-01-21T11:08:20.664Z\",\n            \"deleted_at\": null,\n            \"filter\": {\n                \"conversation_duration_operator\": null,\n                \"conversation_duration\": null,\n                \"conversation_direction\": null,\n                \"id\": \"9b8537f5-dcd2-4a16-84c0-69c7acfed6c0\",\n                \"start_date\": \"2025-01-01T11:08:18.000Z\",\n                \"end_date\": \"2025-01-21T11:08:20.000Z\",\n                \"wrapups\": [],\n                \"agents\": [\n                    \"87640642-0cb4-4faa-8624-120abaf31c51\",\n                    \"9f89924e-4aa1-46b8-95bd-7c4d4a661d71\",\n                    \"9b6f4ca3-6340-4cfc-841d-e0be39a6443d\"\n                ],\n                \"created_at\": \"2025-01-21T11:08:15.087Z\",\n                \"updated_at\": \"2025-01-21T11:08:20.664Z\",\n                \"deleted_at\": null\n            }\n        },\n        {\n            \"id\": \"d4792e8e-0894-4b6c-82b7-ab93fdf394cd\",\n            \"name\": \"test\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"reviewers\": [\n                \"8d92b219-5c4f-49be-a058-e473b2552234\"\n            ],\n            \"state\": \"ACTIVE\",\n            \"deadline\": null,\n            \"next_execution_at\": null,\n            \"total_executions\": 1,\n            \"reminder\": null,\n            \"recurrence_interval\": null,\n            \"recurrence_end_condition\": null,\n            \"recurrence_end_date\": null,\n            \"recurrence_end_executions_count\": null,\n            \"is_edited_when_inactive\": false,\n            \"last_execution_at\": \"2025-01-21T07:11:16.413Z\",\n            \"created_at\": \"2025-01-21T07:11:11.040Z\",\n            \"updated_at\": \"2025-01-21T07:11:16.423Z\",\n            \"deleted_at\": null,\n            \"filter\": {\n                \"conversation_duration_operator\": null,\n                \"conversation_duration\": null,\n                \"conversation_direction\": null,\n                \"id\": \"af55dd7f-bad6-442b-9fa6-6402c77d5795\",\n                \"start_date\": \"2025-01-01T07:11:14.000Z\",\n                \"end_date\": \"2025-01-21T07:11:16.000Z\",\n                \"wrapups\": [],\n                \"agents\": [\n                    \"87640642-0cb4-4faa-8624-120abaf31c51\",\n                    \"9b6f4ca3-6340-4cfc-841d-e0be39a6443d\"\n                ],\n                \"created_at\": \"2025-01-21T07:11:11.040Z\",\n                \"updated_at\": \"2025-01-21T07:11:16.423Z\",\n                \"deleted_at\": null\n            }\n        }\n    ],\n    \"totalDocs\": 2,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"e3f3a33b-836e-475b-9491-737541ea3855","name":"No Schedule Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/schedule?limit=10&page=10","host":[""],"path":["schedule"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"50"},{"key":"Date","value":"Wed, 22 Jan 2025 10:59:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [],\n    \"totalDocs\": 2,\n    \"page\": 10,\n    \"totalPages\": 1\n}"}],"_postman_id":"8e535546-7e89-4a70-8a78-087f4f8d8f1e"},{"name":"Create a Schedule","id":"2fdef5d0-515d-44a0-8c13-d1ac9224ba4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Keenan.Dare64\",\n    \"reviewers\": [\n        {\n            \"reviewerId\": \"65916d42-d74f-40e1-897c-a47410b39d5a\",\n            \"reviewsPercentage\": 50\n        },\n        {\n            \"reviewerId\": \"d060305b-efdb-4255-9a58-678969c883b2\",\n            \"reviewsPercentage\": 50\n        }\n    ], //review percentage sum must equals 100\n    \"deadline\": 2,\n    \"reminder\": 1,\n    \"filter\": {\n        \"start_date\": \"2024-11-15T07:17:38.666Z\",\n        \"end_date\": \"2024-11-25T07:17:38.666Z\",\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"conversation_duration_operator\": \"lt\", // eq, lt, gt (optional)\n        \"conversation_duration\": 1, // (optional)\n        \"wrapups\": [], // (optional)\n        \"conversation_direction\": \"INBOUND\" // INBOUND, OUTBOUND (optional)\n    },\n    \"recurrence_interval\": 1, // specify null, if schedule should not be repeated\n    \"recurrence_end_condition\": \"DATE\", // DATE, EXECUTIONS_COUNT\n    \"recurrence_end_date\": \"2024-12-15T07:17:38.666Z\", // Must be specified, if recurrence_end_condition = DATE\n    \"recurrence_end_executions_count\": 10, // Must be specified, if recurrence_end_condition = EXECUTIONS_COUNT\n    \"questionaire_id\": \"672d22f957b7656f4e0d8e06\"\n}","options":{"raw":{"language":"json"}}},"url":"/schedule","description":"<h3 id=\"post-schedule\"><strong>POST /schedule</strong></h3>\n<hr />\n<p>The endpoint can be used to create a new schedule. A sample request body is given below.</p>\n","urlObject":{"path":["schedule"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"f95eecff-9d1a-4f39-ada4-dc08a879e914","name":"Created Schedule Successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Lionel.Dach70\",\n  \"reviewers\": [\"65916d42-d74f-40e1-897c-a47410b39d5a\"],\n  \"deadline\": 2,\n  \"reminder\": 1,\n  \"filter\": {\n    \"start_date\": \"2024-11-15T07:17:38.666Z\",\n    \"end_date\": \"2024-11-25T07:17:38.666Z\",\n    \"agents\": [\"e9d46d01-66bd-4421-bc4b-faa24b074176\"],\n    \"conversation_duration_operator\": \"lt\", // eq, lt, gt (optional)\n    \"conversation_duration\": 1, // (optional)\n\t\"wrapups\": [], // (optional)\n\t\"conversation_direction\": \"INBOUND\" // INBOUND, OUTBOUND (optional)\n  },\n  \"recurrence_interval\": 1, // specify null, if schedule should not be repeated\n  \"recurrence_end_condition\": \"DATE\", // DATE, EXECUTIONS_COUNT\n  \"recurrence_end_date\": \"2024-12-15T07:17:38.666Z\", // Must be specified, if recurrence_end_condition = DATE\n  \"recurrence_end_executions_count\": 10, // Must be specified, if recurrence_end_condition = EXECUTIONS_COUNT\n  \"questionaire_id\": \"672d22f957b7656f4e0d8e06\"\n}","options":{"raw":{"language":"json"}}},"url":"/schedule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"978"},{"key":"Date","value":"Wed, 22 Jan 2025 11:04:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Shirley.Balistreri4\",\n    \"filter\": {\n        \"conversation_duration_operator\": \"lt\",\n        \"conversation_duration\": 1,\n        \"conversation_direction\": \"INBOUND\",\n        \"start_date\": \"2024-11-15T07:17:38.666Z\",\n        \"end_date\": \"2024-11-25T07:17:38.666Z\",\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"wrapups\": [],\n        \"id\": \"71684f08-5281-40b2-876d-bee303e992a4\",\n        \"created_at\": \"2025-01-22T11:04:37.424Z\",\n        \"updated_at\": \"2025-01-22T11:04:37.541Z\",\n        \"deleted_at\": null\n    },\n    \"deadline\": 2,\n    \"reminder\": 1,\n    \"questionaire_id\": \"672d22f957b7656f4e0d8e06\",\n    \"reviewers\": [\n        \"65916d42-d74f-40e1-897c-a47410b39d5a\"\n    ],\n    \"recurrence_interval\": 1,\n    \"last_execution_at\": null,\n    \"recurrence_end_condition\": \"DATE\",\n    \"recurrence_end_date\": \"2024-12-15T07:17:38.666Z\",\n    \"recurrence_end_executions_count\": 10,\n    \"total_executions\": 0,\n    \"next_execution_at\": \"2025-01-22T11:04:37.419Z\",\n    \"id\": \"46b0feb0-9d16-4c9f-838b-a37346ac5f6d\",\n    \"state\": \"EXECUTING\",\n    \"is_edited_when_inactive\": false,\n    \"created_at\": \"2025-01-22T11:04:37.424Z\",\n    \"updated_at\": \"2025-01-22T11:04:37.541Z\",\n    \"deleted_at\": null\n}"}],"_postman_id":"2fdef5d0-515d-44a0-8c13-d1ac9224ba4f"},{"name":"Edit a Schedule","id":"1fee4ba2-3099-400a-ba73-513a68dedb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"NellA29\",\n    \"deadline\": 1,\n    \"reminder\": 7,\n    \"recurrence_interval\": 2,\n    \"recurrence_end_condition\": \"DATE\", // DATE, EXECUTIONS_COUNT\n    \"recurrence_end_date\": \"2024-12-15T09:17:38.666Z\", // Must be specified, if recurrence_end_condition = DATE\n    \"recurrence_end_executions_count\": 15, // Must be specified, if recurrence_end_condition = EXECUTIONS_COUNT\n    \"questionaire_id\": \"672d22f957b7656f4e0d8888\",\n    \"reviewers\": [\n        {\n            \"reviewerId\": \"65916d42-d74f-40e1-897c-a47410b39d5a\",\n            \"reviewsPercentage\": 50\n        },\n        {\n            \"reviewerId\": \"d060305b-efdb-4255-9a58-678969c883b2\",\n            \"reviewsPercentage\": 50\n        }\n    ], //review percentage sum must equals 100\n    \"filter\": {\n        \"start_date\": \"2024-10-25T07:17:38.666Z\",\n        \"end_date\": \"2024-12-25T07:17:38.666Z\",\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"conversation_duration_operator\": \"gt\", // eq, lt, gt\n        \"conversation_duration\": 1,\n        \"wrapups\": [],\n        \"conversation_direction\": \"INBOUND\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/schedule/:scheduleId","description":"<h3 id=\"patch-schedulescheduleid\"><strong>PATCH /schedule/:scheduleId</strong></h3>\n<hr />\n<p>The endpoint can be used to edit an already existing schedule. A sample request body is given below. You only need to include the properties in the request body that you want to edit.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleId</td>\n<td>Id of the schedule to edit</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule",":scheduleId"],"host":[""],"query":[],"variable":[{"id":"b001419d-3e12-400c-9bbe-871dd469bef1","type":"any","value":"904b72b0-7902-4a4c-a788-a54ad004f418","key":"scheduleId"}]}},"response":[{"id":"f16e87c9-8a9e-420d-9cc8-235ab7149bdf","name":"Schedule Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"NellA29\",\n  \"deadline\": 1,\n  \"reminder\": 7,\n  \"recurrence_interval\": 2,\n  \"recurrence_end_condition\": \"DATE\", // DATE, EXECUTIONS_COUNT\n  \"recurrence_end_date\": \"2024-12-15T09:17:38.666Z\", // Must be specified, if recurrence_end_condition = DATE\n  \"recurrence_end_executions_count\": 15, // Must be specified, if recurrence_end_condition = EXECUTIONS_COUNT\n  \"questionaire_id\": \"672d22f957b7656f4e0d8888\",\n  \"reviewers\": [\"e91a58e2-cb5b-493d-83da-784b16e2ea4b\"],\n  \"filter\": {\n  \t\"start_date\": \"2024-10-25T07:17:38.666Z\",\n    \"end_date\": \"2024-12-25T07:17:38.666Z\",\n    \"agents\": [\"e9d46d01-66bd-4421-bc4b-faa24b074176\"],\n    \"conversation_duration_operator\": \"gt\", // eq, lt, gt\n    \"conversation_duration\": 1,\n\t\t\"wrapups\": [],\n\t\t\"conversation_direction\": \"INBOUND\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"4e35498b-2223-4cb9-a46a-9a9238177778"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"75"},{"key":"Date","value":"Wed, 22 Jan 2025 12:03:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"9de04dd7-32c7-4087-8c23-a943d4dadef8","name":"Schedule Edited Successfully","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"NellA29\",\n  \"deadline\": 1,\n  \"reminder\": 7,\n  \"recurrence_interval\": 2,\n  \"recurrence_end_condition\": \"DATE\", // DATE, EXECUTIONS_COUNT\n  \"recurrence_end_date\": \"2024-12-15T09:17:38.666Z\", // Must be specified, if recurrence_end_condition = DATE\n  \"recurrence_end_executions_count\": 15, // Must be specified, if recurrence_end_condition = EXECUTIONS_COUNT\n  \"questionaire_id\": \"672d22f957b7656f4e0d8888\",\n  \"reviewers\": [\"e91a58e2-cb5b-493d-83da-784b16e2ea4b\"],\n  \"filter\": {\n  \t\"start_date\": \"2024-10-25T07:17:38.666Z\",\n    \"end_date\": \"2024-12-25T07:17:38.666Z\",\n    \"agents\": [\"e9d46d01-66bd-4421-bc4b-faa24b074176\"],\n    \"conversation_duration_operator\": \"gt\", // eq, lt, gt\n    \"conversation_duration\": 1,\n\t\t\"wrapups\": [],\n\t\t\"conversation_direction\": \"INBOUND\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"904b72b0-7902-4a4c-a788-a54ad004f418"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"988"},{"key":"Date","value":"Wed, 22 Jan 2025 12:03:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"904b72b0-7902-4a4c-a788-a54ad004f418\",\n    \"name\": \"NellA29\",\n    \"questionaire_id\": \"672d22f957b7656f4e0d8888\",\n    \"reviewers\": [\n        \"e91a58e2-cb5b-493d-83da-784b16e2ea4b\"\n    ],\n    \"state\": \"EXECUTING\",\n    \"deadline\": 1,\n    \"next_execution_at\": \"2025-01-22T12:03:53.870Z\",\n    \"total_executions\": 1,\n    \"reminder\": 7,\n    \"recurrence_interval\": 2,\n    \"recurrence_end_condition\": \"DATE\",\n    \"recurrence_end_date\": \"2024-12-15T09:17:38.666Z\",\n    \"recurrence_end_executions_count\": 15,\n    \"is_edited_when_inactive\": false,\n    \"last_execution_at\": \"2025-01-21T11:08:20.661Z\",\n    \"created_at\": \"2025-01-21T11:08:15.087Z\",\n    \"updated_at\": \"2025-01-22T12:03:53.943Z\",\n    \"deleted_at\": null,\n    \"filter\": {\n        \"conversation_duration_operator\": \"gt\",\n        \"conversation_duration\": 1,\n        \"conversation_direction\": \"INBOUND\",\n        \"id\": \"9b8537f5-dcd2-4a16-84c0-69c7acfed6c0\",\n        \"start_date\": \"2024-10-25T07:17:38.666Z\",\n        \"end_date\": \"2024-12-25T07:17:38.666Z\",\n        \"wrapups\": [],\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"created_at\": \"2025-01-21T11:08:15.087Z\",\n        \"updated_at\": \"2025-01-22T12:03:53.943Z\",\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"1fee4ba2-3099-400a-ba73-513a68dedb10"},{"name":"Delete Schedule","id":"d6648f47-9af8-4f65-9b95-53b29ad8cd16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/schedule/:scheduleId","description":"<h3 id=\"delete-schedulescheduleid\"><strong>DELETE /schedule/:scheduleId</strong></h3>\n<p>The endpoint can be used to delete a specific schedule.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleId</td>\n<td>Id of the schedule to delete</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule",":scheduleId"],"host":[""],"query":[],"variable":[{"id":"528f41a4-628c-410b-98f3-b341360fa2fd","type":"any","value":"904b72b0-7902-4a4c-a788-a54ad004f418","key":"scheduleId"}]}},"response":[{"id":"2f738c7b-37c4-4585-9c00-af650dd1bc44","name":"Schedule Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"f914e55b-72f7-4794-a3d8-a1270aef1e6d"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"75"},{"key":"Date","value":"Wed, 22 Jan 2025 12:04:46 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"a2902d3b-d8db-40dd-a15a-979481f713eb","name":"Schedule Deleted Successfully","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"/schedule/:scheduleId","host":[""],"path":["schedule",":scheduleId"],"variable":[{"key":"scheduleId","value":"904b72b0-7902-4a4c-a788-a54ad004f418"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"42"},{"key":"Date","value":"Wed, 22 Jan 2025 12:05:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"generatedMaps\": [],\n    \"raw\": [],\n    \"affected\": 1\n}"}],"_postman_id":"d6648f47-9af8-4f65-9b95-53b29ad8cd16"},{"name":"Activate a Schedule","id":"80159bcd-52b1-4ffa-ae2a-5f4bca9a9f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/schedule/:scheduleId/activate","description":"<h3 id=\"patch-schedulescheduleidactivate\"><strong>PATCH /schedule/:scheduleId/activate</strong></h3>\n<p>The endpoint activates a schedule using the id of the schedule.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleId</td>\n<td>Id of the schedule to find</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule",":scheduleId","activate"],"host":[""],"query":[],"variable":[{"id":"1277a8b9-d288-4fd2-a8ff-7cb756bc8b43","type":"any","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d","key":"scheduleId"}]}},"response":[{"id":"a8798526-ef5a-4dc6-9e11-37b41f96f085","name":"Schedule Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/activate","host":[""],"path":["schedule",":scheduleId","activate"],"variable":[{"key":"scheduleId","value":"4e35498b-2223-4cb9-a46a-9a9238177778"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"75"},{"key":"Date","value":"Wed, 22 Jan 2025 12:06:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"e54826f8-3c91-42a9-b440-23c50a343749","name":"Schedule Already Active","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/activate","host":[""],"path":["schedule",":scheduleId","activate"],"variable":[{"key":"scheduleId","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"85"},{"key":"Date","value":"Wed, 22 Jan 2025 12:07:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule already in ACTIVE state\",\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"778d2895-b75f-4f85-a67f-b7872662aae8","name":"Schedule Activated Successfully","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/activate","host":[""],"path":["schedule",":scheduleId","activate"],"variable":[{"key":"scheduleId","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"975"},{"key":"Date","value":"Wed, 22 Jan 2025 12:10:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"46b0feb0-9d16-4c9f-838b-a37346ac5f6d\",\n    \"name\": \"Shirley.Balistreri4\",\n    \"questionaire_id\": \"672d22f957b7656f4e0d8e06\",\n    \"reviewers\": [\n        \"65916d42-d74f-40e1-897c-a47410b39d5a\"\n    ],\n    \"state\": \"ACTIVE\",\n    \"deadline\": 2,\n    \"next_execution_at\": null,\n    \"total_executions\": 1,\n    \"reminder\": 1,\n    \"recurrence_interval\": 1,\n    \"recurrence_end_condition\": \"DATE\",\n    \"recurrence_end_date\": \"2024-12-15T07:17:38.666Z\",\n    \"recurrence_end_executions_count\": 10,\n    \"is_edited_when_inactive\": false,\n    \"last_execution_at\": \"2025-01-22T11:04:37.882Z\",\n    \"created_at\": \"2025-01-22T11:04:37.424Z\",\n    \"updated_at\": \"2025-01-22T12:10:00.744Z\",\n    \"deleted_at\": null,\n    \"filter\": {\n        \"conversation_duration_operator\": \"lt\",\n        \"conversation_duration\": 1,\n        \"conversation_direction\": \"INBOUND\",\n        \"id\": \"71684f08-5281-40b2-876d-bee303e992a4\",\n        \"start_date\": \"2024-11-15T07:17:38.666Z\",\n        \"end_date\": \"2024-11-25T07:17:38.666Z\",\n        \"wrapups\": [],\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"created_at\": \"2025-01-22T11:04:37.424Z\",\n        \"updated_at\": \"2025-01-22T12:10:00.744Z\",\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"80159bcd-52b1-4ffa-ae2a-5f4bca9a9f69"},{"name":"Deactivate a Schedule","id":"ed604b05-c54a-450b-aaf1-d3fdbcd94c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/schedule/:scheduleId/deactivate","description":"<h3 id=\"patch-schedulescheduleiddeactivate\"><strong>PATCH /schedule/:scheduleId/deactivate</strong></h3>\n<p>The endpoint can be used to deactivate a schedule using the id of the schedule.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduleId</td>\n<td>Id of the schedule to find</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["schedule",":scheduleId","deactivate"],"host":[""],"query":[],"variable":[{"id":"966732c0-ee82-44d1-a156-866fec9deb4f","type":"any","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d","key":"scheduleId"}]}},"response":[{"id":"f36d2910-7050-437e-b907-51279d324bdb","name":"Schedule Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/deactivate","host":[""],"path":["schedule",":scheduleId","deactivate"],"variable":[{"key":"scheduleId","value":"4e35498b-2223-4cb9-a46a-9a9238177778"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"75"},{"key":"Date","value":"Wed, 22 Jan 2025 12:08:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"5b066e3c-ce50-41b8-b4c5-ed1d57f20994","name":"Schedule Deactivated Successfully","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/deactivate","host":[""],"path":["schedule",":scheduleId","deactivate"],"variable":[{"key":"scheduleId","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"977"},{"key":"Date","value":"Wed, 22 Jan 2025 12:09:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"46b0feb0-9d16-4c9f-838b-a37346ac5f6d\",\n    \"name\": \"Shirley.Balistreri4\",\n    \"questionaire_id\": \"672d22f957b7656f4e0d8e06\",\n    \"reviewers\": [\n        \"65916d42-d74f-40e1-897c-a47410b39d5a\"\n    ],\n    \"state\": \"INACTIVE\",\n    \"deadline\": 2,\n    \"next_execution_at\": null,\n    \"total_executions\": 1,\n    \"reminder\": 1,\n    \"recurrence_interval\": 1,\n    \"recurrence_end_condition\": \"DATE\",\n    \"recurrence_end_date\": \"2024-12-15T07:17:38.666Z\",\n    \"recurrence_end_executions_count\": 10,\n    \"is_edited_when_inactive\": false,\n    \"last_execution_at\": \"2025-01-22T11:04:37.882Z\",\n    \"created_at\": \"2025-01-22T11:04:37.424Z\",\n    \"updated_at\": \"2025-01-22T12:09:07.913Z\",\n    \"deleted_at\": null,\n    \"filter\": {\n        \"conversation_duration_operator\": \"lt\",\n        \"conversation_duration\": 1,\n        \"conversation_direction\": \"INBOUND\",\n        \"id\": \"71684f08-5281-40b2-876d-bee303e992a4\",\n        \"start_date\": \"2024-11-15T07:17:38.666Z\",\n        \"end_date\": \"2024-11-25T07:17:38.666Z\",\n        \"wrapups\": [],\n        \"agents\": [\n            \"e9d46d01-66bd-4421-bc4b-faa24b074176\"\n        ],\n        \"created_at\": \"2025-01-22T11:04:37.424Z\",\n        \"updated_at\": \"2025-01-22T12:09:07.913Z\",\n        \"deleted_at\": null\n    }\n}"},{"id":"dc216c86-3f35-4dac-8053-3d27f92e2c8a","name":"Schedule Already Deactivated","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/schedule/:scheduleId/deactivate","host":[""],"path":["schedule",":scheduleId","deactivate"],"variable":[{"key":"scheduleId","value":"46b0feb0-9d16-4c9f-838b-a37346ac5f6d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"87"},{"key":"Date","value":"Wed, 22 Jan 2025 12:09:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Schedule already in INACTIVE state\",\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"}],"_postman_id":"ed604b05-c54a-450b-aaf1-d3fdbcd94c1e"}],"id":"19c2e685-e607-4187-be64-d225d0acdda3","description":"<p>The Schedules APIs provide tools to manage evaluation schedules<br />efficiently. You can create, retrieve, update, and delete schedules, as<br />well as activate or deactivate them as needed. These APIs ensure<br />flexible control over evaluation timelines, enabling organizations to<br />plan and organize quality assessments effectively.</p>\n","_postman_id":"19c2e685-e607-4187-be64-d225d0acdda3"},{"name":"Reviews","item":[{"name":"Start Review","id":"fd669ed4-54ca-4f8d-b278-19b4cd3ff001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/review/:reviewId/start","description":"<h3 id=\"patch-reviewreviewidstart\"><strong>PATCH /review/:reviewId/start</strong></h3>\n<p>This endpoint can be used to start a review marking it as 'IN_PROGRESS'.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviewId</td>\n<td>Id of the review to start</td>\n<td>UUID of the review to start</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["review",":reviewId","start"],"host":[""],"query":[],"variable":[{"id":"811e6da2-f8cf-442a-9003-3e0aaa25204f","description":{"content":"<p>Id of the review to start</p>\n","type":"text/plain"},"type":"any","value":"7178338d-adf0-4836-b96a-e9257c6ef444","key":"reviewId"}]}},"response":[{"id":"77e3ae8b-cced-4c8a-a395-9421d176ffd1","name":"Review Not Found","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/review/:reviewId/start","host":[""],"path":["review",":reviewId","start"],"variable":[{"key":"reviewId","value":"31e88861-2c84-48ac-835f-1f86d30035f9"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"78"},{"key":"Date","value":"Wed, 22 Jan 2025 16:04:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Review Task does not exist!\",\n    \"error\": \"Not Found\",\n    \"statusCode\": 404\n}"},{"id":"5041da54-1750-4322-80bc-0ad27412d3a2","name":"Review Already In Progress","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/review/:reviewId/start","host":[""],"path":["review",":reviewId","start"],"variable":[{"key":"reviewId","value":"66fe98de-e14e-48f1-8dc3-e18ba5bf2b73"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"96"},{"key":"Date","value":"Wed, 22 Jan 2025 16:08:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Review Task already in 'IN_PROGRESS' state.\",\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"9fadbf6d-82e4-4c39-b8c5-a6fedd9b64d8","name":"Review Started Successfully","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/review/:reviewId/start","host":[""],"path":["review",":reviewId","start"],"variable":[{"key":"reviewId","value":"7178338d-adf0-4836-b96a-e9257c6ef444"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"585"},{"key":"Date","value":"Wed, 22 Jan 2025 16:08:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7178338d-adf0-4836-b96a-e9257c6ef444\",\n    \"status\": \"IN_PROGRESS\",\n    \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n    \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n    \"due_date\": \"2025-01-23T06:21:52.000Z\",\n    \"started_at\": \"2025-01-22T16:08:39.248Z\",\n    \"form_submission_id\": null,\n    \"review_score\": null,\n    \"submitted_at\": null,\n    \"reminder\": 1,\n    \"next_reminder_at\": \"2025-01-22T06:21:52.000Z\",\n    \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n    \"questionaire_id\": \"678e18852a680844c21a0084\",\n    \"created_at\": \"2025-01-22T06:21:54.587Z\",\n    \"updated_at\": \"2025-01-22T16:08:39.257Z\",\n    \"deleted_at\": null,\n    \"schedule\": null\n}"}],"_postman_id":"fd669ed4-54ca-4f8d-b278-19b4cd3ff001"},{"name":"Get Reviews (Paginated)","id":"054c4238-1404-47f1-b2e7-7b65aa469307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&score=2&operator=e&id=781ef818-fcec-4dfd-8995-82bc1fdca99e&reviewerId=2f8a0596-1bf1-4a62-a2db-195e5b64344d","description":"<h3 id=\"get-review\"><strong>GET /review</strong></h3>\n<p>The endpoint retrieves the list of all reviews in a paginated manner.</p>\n<h4 id=\"query-params\"><strong>Query Params</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Param</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Max number of reviews to retrieve</td>\n<td>Any positive integer</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number to retrieve</td>\n<td>Any positive integer</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of reviews to retrieve</td>\n<td>ALL, PENDING, IN_PROGRESS or COMPLETED</td>\n</tr>\n<tr>\n<td>Sort By</td>\n<td>The property to sort the returned reviews by</td>\n<td>created_at, due_date</td>\n</tr>\n<tr>\n<td>Sort Type</td>\n<td>The type of sorting to be done</td>\n<td>ASC or DESC</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["review"],"host":[""],"query":[{"description":{"content":"<p>Any positive integer</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Any positive integer</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>ALL, PENDING, IN_PROGRESS or COMPLETED</p>\n","type":"text/plain"},"key":"status","value":"ALL"},{"description":{"content":"<p>created_at, due_date</p>\n","type":"text/plain"},"key":"sortBy","value":"due_date"},{"description":{"content":"<p>ASC or DESC</p>\n","type":"text/plain"},"key":"sortType","value":"ASC"},{"description":{"content":"<p>Any positive integer</p>\n","type":"text/plain"},"key":"score","value":"2"},{"description":{"content":"<p>e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)</p>\n","type":"text/plain"},"key":"operator","value":"e"},{"description":{"content":"<p>Support multiple review as well - id1, id2</p>\n","type":"text/plain"},"key":"id","value":"781ef818-fcec-4dfd-8995-82bc1fdca99e"},{"key":"reviewerId","value":"2f8a0596-1bf1-4a62-a2db-195e5b64344d"}],"variable":[]}},"response":[{"id":"b5fa3f6e-543e-42b1-842e-92c95928a75a","name":"Multiple Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"3033"},{"key":"Date","value":"Wed, 22 Jan 2025 16:05:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"66fe98de-e14e-48f1-8dc3-e18ba5bf2b73\",\n            \"status\": \"IN_PROGRESS\",\n            \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n            \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n            \"due_date\": \"2025-01-22T06:30:35.000Z\",\n            \"started_at\": \"2025-01-22T11:06:17.764Z\",\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-22T06:30:30.420Z\",\n            \"updated_at\": \"2025-01-22T11:06:17.768Z\",\n            \"deleted_at\": null,\n            \"schedule\": null\n        },\n        {\n            \"id\": \"7178338d-adf0-4836-b96a-e9257c6ef444\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n            \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n            \"due_date\": \"2025-01-23T06:21:52.000Z\",\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": 1,\n            \"next_reminder_at\": \"2025-01-22T06:21:52.000Z\",\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-22T06:21:54.587Z\",\n            \"updated_at\": \"2025-01-22T06:21:54.587Z\",\n            \"deleted_at\": null,\n            \"schedule\": null\n        },\n        {\n            \"id\": \"8dd043fb-10dd-41cb-8b5e-7b85f396cfdf\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"677f794cd5a2f7550085435c\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T07:13:47.518Z\",\n            \"form_submission_id\": \"678f49343fe6241e0769b7af\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-01-21T07:13:57.054Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T07:11:16.336Z\",\n            \"updated_at\": \"2025-01-21T07:13:57.057Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"d4792e8e-0894-4b6c-82b7-ab93fdf394cd\"\n        },\n        {\n            \"id\": \"e884eb0c-494e-42da-83c2-6e6d8fa34465\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"6789107c1f913a72b45528da\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T07:11:22.511Z\",\n            \"form_submission_id\": \"678f48a33fe6241e0769af51\",\n            \"review_score\": 35,\n            \"submitted_at\": \"2025-01-21T07:11:32.133Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T07:11:16.313Z\",\n            \"updated_at\": \"2025-01-21T07:11:32.135Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"d4792e8e-0894-4b6c-82b7-ab93fdf394cd\"\n        },\n        {\n            \"id\": \"85069d77-c32f-4ab7-94d4-f279a842b2cf\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"67890f271f913a72b455053d\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T11:08:56.848Z\",\n            \"form_submission_id\": \"678f8050bae3d60aae01dd5e\",\n            \"review_score\": 50,\n            \"submitted_at\": \"2025-01-21T11:09:05.670Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T11:08:20.650Z\",\n            \"updated_at\": \"2025-01-21T11:09:05.672Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"904b72b0-7902-4a4c-a788-a54ad004f418\"\n        }\n    ],\n    \"totalDocs\": 7,\n    \"page\": 1,\n    \"totalPages\": 2\n}"},{"id":"ca2eb9d0-942d-4f1f-9df4-ab70583b46ee","name":"No Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=10&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"10"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"50"},{"key":"Date","value":"Wed, 22 Jan 2025 16:06:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [],\n    \"totalDocs\": 7,\n    \"page\": 10,\n    \"totalPages\": 2\n}"},{"id":"90059158-8a9e-4ece-962c-b3d0d9ff29e9","name":"Score Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&score=80&operator=gt","host":[""],"path":["review"],"query":[{"key":"limit","value":"5","description":"Any positive integer"},{"key":"page","value":"1","description":"Any positive integer"},{"key":"status","value":"ALL","description":"ALL, PENDING, IN_PROGRESS or COMPLETED"},{"key":"sortBy","value":"due_date","description":"created_at, due_date"},{"key":"sortType","value":"ASC","description":"ASC or DESC"},{"key":"score","value":"80","description":"Any positive integer"},{"key":"operator","value":"gt","description":"e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)"},{"key":"id","value":"781ef818-fcec-4dfd-8995-82bc1fdca99e","description":"Support multiple review as well - id1, id2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 08:01:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"e7923d6e-47cf-473f-919a-9e806750a35d\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"eceff0a2-9b3c-4bf1-9cff-c3b95805007f\",\n            \"conversation_id\": \"681cb63691bfeb7648bfafbf\",\n            \"due_date\": \"2025-06-03T10:00:00.000Z\",\n            \"started_at\": \"2025-06-03T11:10:48.734Z\",\n            \"form_submission_id\": \"683ed8437c69282752ecd019\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:10:59.991Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"a4bb04a9-d787-4094-a569-8deaf47e9eee\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-03T08:48:19.822Z\",\n            \"updated_at\": \"2025-06-03T11:10:59.994Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"0464fdfc-724d-40ce-ac82-d8984a03f902\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T10:57:20.000Z\",\n            \"started_at\": \"2025-06-03T11:35:03.943Z\",\n            \"form_submission_id\": \"683eddec7c69282752ed2ffa\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:35:09.292Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T10:57:30.317Z\",\n            \"updated_at\": \"2025-06-03T11:35:09.295Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T11:51:37.000Z\",\n            \"started_at\": \"2025-06-03T11:34:44.474Z\",\n            \"form_submission_id\": \"683eddd87c69282752ed2c68\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:34:48.439Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T11:51:47.519Z\",\n            \"updated_at\": \"2025-06-03T11:34:48.444Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"d3706d92-51c9-4bc1-9398-23b6fc111ef4\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"4e32fbf9-da13-48c6-a96b-a3f991a4a73c\",\n            \"conversation_id\": \"681cfa2b91bfeb7648bfe604\",\n            \"due_date\": \"2025-06-04T11:11:43.000Z\",\n            \"started_at\": \"2025-06-03T14:00:29.264Z\",\n            \"form_submission_id\": \"683f00037c69282752ed52a4\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T14:00:35.605Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"a4bb04a9-d787-4094-a569-8deaf47e9eee\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-03T11:12:01.006Z\",\n            \"updated_at\": \"2025-06-03T14:00:35.609Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 4,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"85dfd099-2bbc-450c-86bd-d2fd3317d1ea","name":"Single Review ID Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&id=0464fdfc-724d-40ce-ac82-d8984a03f902","host":[""],"path":["review"],"query":[{"key":"limit","value":"5","description":"Any positive integer"},{"key":"page","value":"1","description":"Any positive integer"},{"key":"status","value":"ALL","description":"ALL, PENDING, IN_PROGRESS or COMPLETED"},{"key":"sortBy","value":"due_date","description":"created_at, due_date"},{"key":"sortType","value":"ASC","description":"ASC or DESC"},{"key":"score","value":"80","description":"Any positive integer","disabled":true},{"key":"operator","value":"gt","description":"e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)","disabled":true},{"key":"id","value":"0464fdfc-724d-40ce-ac82-d8984a03f902","description":"Support multiple review as well - id1, id2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 08:02:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"0464fdfc-724d-40ce-ac82-d8984a03f902\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T10:57:20.000Z\",\n            \"started_at\": \"2025-06-03T11:35:03.943Z\",\n            \"form_submission_id\": \"683eddec7c69282752ed2ffa\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:35:09.292Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T10:57:30.317Z\",\n            \"updated_at\": \"2025-06-03T11:35:09.295Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 1,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"08f2723e-f137-49f6-b1ee-326d027d9770","name":"Multiple Review ID Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&id=0464fdfc-724d-40ce-ac82-d8984a03f902, ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42","host":[""],"path":["review"],"query":[{"key":"limit","value":"5","description":"Any positive integer"},{"key":"page","value":"1","description":"Any positive integer"},{"key":"status","value":"ALL","description":"ALL, PENDING, IN_PROGRESS or COMPLETED"},{"key":"sortBy","value":"due_date","description":"created_at, due_date"},{"key":"sortType","value":"ASC","description":"ASC or DESC"},{"key":"score","value":"80","description":"Any positive integer","disabled":true},{"key":"operator","value":"gt","description":"e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)","disabled":true},{"key":"id","value":"0464fdfc-724d-40ce-ac82-d8984a03f902, ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42","description":"Support multiple review as well - id1, id2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 08:03:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"0464fdfc-724d-40ce-ac82-d8984a03f902\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T10:57:20.000Z\",\n            \"started_at\": \"2025-06-03T11:35:03.943Z\",\n            \"form_submission_id\": \"683eddec7c69282752ed2ffa\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:35:09.292Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T10:57:30.317Z\",\n            \"updated_at\": \"2025-06-03T11:35:09.295Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T11:51:37.000Z\",\n            \"started_at\": \"2025-06-03T11:34:44.474Z\",\n            \"form_submission_id\": \"683eddd87c69282752ed2c68\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:34:48.439Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T11:51:47.519Z\",\n            \"updated_at\": \"2025-06-03T11:34:48.444Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 2,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"6c4b8444-dc2f-45cc-b244-acfb054fc698","name":"Score with Multiple Review ID Filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&score=80&operator=gt&id=0464fdfc-724d-40ce-ac82-d8984a03f902, ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42","host":[""],"path":["review"],"query":[{"key":"limit","value":"5","description":"Any positive integer"},{"key":"page","value":"1","description":"Any positive integer"},{"key":"status","value":"ALL","description":"ALL, PENDING, IN_PROGRESS or COMPLETED"},{"key":"sortBy","value":"due_date","description":"created_at, due_date"},{"key":"sortType","value":"ASC","description":"ASC or DESC"},{"key":"score","value":"80","description":"Any positive integer"},{"key":"operator","value":"gt","description":"e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)"},{"key":"id","value":"0464fdfc-724d-40ce-ac82-d8984a03f902, ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42","description":"Support multiple review as well - id1, id2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 08:04:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"0464fdfc-724d-40ce-ac82-d8984a03f902\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T10:57:20.000Z\",\n            \"started_at\": \"2025-06-03T11:35:03.943Z\",\n            \"form_submission_id\": \"683eddec7c69282752ed2ffa\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:35:09.292Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T10:57:30.317Z\",\n            \"updated_at\": \"2025-06-03T11:35:09.295Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"f2f4ed01-6537-4a76-9a83-6ea1e3dd6095\",\n            \"conversation_id\": \"68358c3b7c69282752e8eeed\",\n            \"due_date\": \"2025-06-03T11:51:37.000Z\",\n            \"started_at\": \"2025-06-03T11:34:44.474Z\",\n            \"form_submission_id\": \"683eddd87c69282752ed2c68\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-06-03T11:34:48.439Z\",\n            \"reminder\": 1,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"ed92cbe2-8669-4718-ac57-8251a9f548eb\",\n            \"questionaire_id\": \"68345ed844dfd5323da2a57a\",\n            \"created_at\": \"2025-06-02T11:51:47.519Z\",\n            \"updated_at\": \"2025-06-03T11:34:48.444Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 2,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"bbf2b57f-2ca2-45ec-9b1f-ec40cbd30fcf","name":"Reviews by Reviewer ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC&reviewerId=2f8a0596-1bf1-4a62-a2db-195e5b64344d","host":[""],"path":["review"],"query":[{"key":"limit","value":"5","description":"Any positive integer"},{"key":"page","value":"1","description":"Any positive integer"},{"key":"status","value":"ALL","description":"ALL, PENDING, IN_PROGRESS or COMPLETED"},{"key":"sortBy","value":"due_date","description":"created_at, due_date"},{"key":"sortType","value":"ASC","description":"ASC or DESC"},{"key":"score","value":"80","description":"Any positive integer","disabled":true},{"key":"operator","value":"gt","description":"e, ne, gt, gte, lt, lte read as: (EQUAL TO, NOT EQUAL TO, GREATER THAN, GREATER THAN OR EQUAL TO, LESS THAN, LESS THAN OR EQUAL TO)","disabled":true},{"key":"id","value":"0464fdfc-724d-40ce-ac82-d8984a03f902, ccdd1c5f-67e0-4512-85dc-3cfdafa3fc42","description":"Support multiple review as well - id1, id2","disabled":true},{"key":"reviewerId","value":"2f8a0596-1bf1-4a62-a2db-195e5b64344d","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 08:04:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"697c9f92-ee07-455a-8ad0-82f895fce6ff\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"362d6465-6ae3-47ad-ac15-541720d463fc\",\n            \"conversation_id\": \"6867449f93b3d50de470782d\",\n            \"due_date\": null,\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"2f8a0596-1bf1-4a62-a2db-195e5b64344d\",\n            \"questionaire_id\": \"6854fb6a4a77762ae182dfac\",\n            \"created_at\": \"2025-07-04T06:24:03.871Z\",\n            \"updated_at\": \"2025-07-04T06:24:03.871Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": \"f9536590-8382-492c-9aa3-082f8b242764\"\n        },\n        {\n            \"id\": \"baef495c-b8b5-43a7-a742-aac02142a1c4\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"362d6465-6ae3-47ad-ac15-541720d463fc\",\n            \"conversation_id\": \"68653a6a93b3d50de46fddaa\",\n            \"due_date\": null,\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"2f8a0596-1bf1-4a62-a2db-195e5b64344d\",\n            \"questionaire_id\": \"6854fb6a4a77762ae182dfac\",\n            \"created_at\": \"2025-07-04T06:24:03.967Z\",\n            \"updated_at\": \"2025-07-04T06:24:03.967Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": \"f9536590-8382-492c-9aa3-082f8b242764\"\n        },\n        {\n            \"id\": \"ab353214-8fdd-43fb-95e6-ca115f69595d\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"362d6465-6ae3-47ad-ac15-541720d463fc\",\n            \"conversation_id\": \"6865314093b3d50de46f69f4\",\n            \"due_date\": null,\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"2f8a0596-1bf1-4a62-a2db-195e5b64344d\",\n            \"questionaire_id\": \"6854fb6a4a77762ae182dfac\",\n            \"created_at\": \"2025-07-04T06:24:04.075Z\",\n            \"updated_at\": \"2025-07-04T06:24:04.075Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": \"f9536590-8382-492c-9aa3-082f8b242764\"\n        },\n        {\n            \"id\": \"264879a7-e36c-417f-b8e2-f649696e6c3b\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"362d6465-6ae3-47ad-ac15-541720d463fc\",\n            \"conversation_id\": \"686527e493b3d50de46eef1c\",\n            \"due_date\": null,\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"2f8a0596-1bf1-4a62-a2db-195e5b64344d\",\n            \"questionaire_id\": \"6854fb6a4a77762ae182dfac\",\n            \"created_at\": \"2025-07-04T06:24:04.330Z\",\n            \"updated_at\": \"2025-07-04T06:24:04.330Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": \"f9536590-8382-492c-9aa3-082f8b242764\"\n        },\n        {\n            \"id\": \"7c433137-5395-4129-8fbe-35f04529bd65\",\n            \"status\": \"PENDING\",\n            \"agent_id_to_review\": \"362d6465-6ae3-47ad-ac15-541720d463fc\",\n            \"conversation_id\": \"686529c193b3d50de46f2b4a\",\n            \"due_date\": null,\n            \"started_at\": null,\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"2f8a0596-1bf1-4a62-a2db-195e5b64344d\",\n            \"questionaire_id\": \"68552502296cff46a9f47f23\",\n            \"created_at\": \"2025-07-02T13:03:25.889Z\",\n            \"updated_at\": \"2025-07-02T13:03:25.889Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 71,\n    \"page\": 1,\n    \"totalPages\": 15\n}"}],"_postman_id":"054c4238-1404-47f1-b2e7-7b65aa469307"},{"name":"Get Reviews by Reviewer Id","id":"ee8f89aa-f05a-4e84-bd63-4af20c9d9c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/review/reviewer/:reviewerId?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","description":"<h3 id=\"get-reviewreviewerreviewerid\"><strong>GET /review/reviewer/:reviewerId</strong></h3>\n<p>The endpoint retrieves the list of all reviews assigned to a specific reviewer with pagination.</p>\n<h4 id=\"query-params\"><strong>Query Params</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Param</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>limit</td>\n<td>Max number of reviews to retrieve</td>\n<td>Any positive integer</td>\n</tr>\n<tr>\n<td>page</td>\n<td>The page number to retrieve</td>\n<td>Any positive integer</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status of reviews to retrieve</td>\n<td>ALL, PENDING, IN_PROGRESS or COMPLETED</td>\n</tr>\n<tr>\n<td>Sort By</td>\n<td>The property to sort the returned reviews by</td>\n<td>created_at, due_date</td>\n</tr>\n<tr>\n<td>Sort Type</td>\n<td>The type of sorting to be done</td>\n<td>ASC or DESC</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Default Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviewerId</td>\n<td>Id of the reviewer whose reviews are required</td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["review","reviewer",":reviewerId"],"host":[""],"query":[{"description":{"content":"<p>Any positive integer</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>Any positive integer</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>ALL, PENDING, IN_PROGRESS or COMPLETED</p>\n","type":"text/plain"},"key":"status","value":"ALL"},{"description":{"content":"<p>created_at, due_date</p>\n","type":"text/plain"},"key":"sortBy","value":"due_date"},{"description":{"content":"<p>ASC or DESC</p>\n","type":"text/plain"},"key":"sortType","value":"ASC"}],"variable":[{"id":"a69ad457-b112-4413-9d62-c284841105fe","description":{"content":"<p>Id of the reviewer whose reviews are required</p>\n","type":"text/plain"},"type":"any","value":"8d92b219-5c4f-49be-a058-e473b2552234","key":"reviewerId"}]}},"response":[{"id":"de1b4d59-0ae1-4a39-b2a2-7abb43c5b98b","name":"No Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review/reviewer/:reviewerId?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review","reviewer",":reviewerId"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}],"variable":[{"key":"reviewerId","value":"65916d42-d74f-40e1-897c-a47410b39d5a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"49"},{"key":"Date","value":"Wed, 22 Jan 2025 17:51:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [],\n    \"totalDocs\": 0,\n    \"page\": 1,\n    \"totalPages\": 0\n}"},{"id":"d26edf06-093c-4796-9709-01e04f026e2f","name":"Multiple Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review/reviewer/:reviewerId?limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review","reviewer",":reviewerId"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}],"variable":[{"key":"reviewerId","value":"8d92b219-5c4f-49be-a058-e473b2552234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"3059"},{"key":"Date","value":"Wed, 22 Jan 2025 17:52:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"66fe98de-e14e-48f1-8dc3-e18ba5bf2b73\",\n            \"status\": \"IN_PROGRESS\",\n            \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n            \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n            \"due_date\": \"2025-01-22T06:30:35.000Z\",\n            \"started_at\": \"2025-01-22T11:06:17.764Z\",\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-22T06:30:30.420Z\",\n            \"updated_at\": \"2025-01-22T11:06:17.768Z\",\n            \"deleted_at\": null,\n            \"schedule\": null\n        },\n        {\n            \"id\": \"7178338d-adf0-4836-b96a-e9257c6ef444\",\n            \"status\": \"IN_PROGRESS\",\n            \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n            \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n            \"due_date\": \"2025-01-23T06:21:52.000Z\",\n            \"started_at\": \"2025-01-22T16:08:39.248Z\",\n            \"form_submission_id\": null,\n            \"review_score\": null,\n            \"submitted_at\": null,\n            \"reminder\": 1,\n            \"next_reminder_at\": \"2025-01-22T06:21:52.000Z\",\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-22T06:21:54.587Z\",\n            \"updated_at\": \"2025-01-22T16:08:39.257Z\",\n            \"deleted_at\": null,\n            \"schedule\": null\n        },\n        {\n            \"id\": \"8dd043fb-10dd-41cb-8b5e-7b85f396cfdf\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"677f794cd5a2f7550085435c\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T07:13:47.518Z\",\n            \"form_submission_id\": \"678f49343fe6241e0769b7af\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-01-21T07:13:57.054Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T07:11:16.336Z\",\n            \"updated_at\": \"2025-01-21T07:13:57.057Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"d4792e8e-0894-4b6c-82b7-ab93fdf394cd\"\n        },\n        {\n            \"id\": \"e884eb0c-494e-42da-83c2-6e6d8fa34465\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"6789107c1f913a72b45528da\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T07:11:22.511Z\",\n            \"form_submission_id\": \"678f48a33fe6241e0769af51\",\n            \"review_score\": 35,\n            \"submitted_at\": \"2025-01-21T07:11:32.133Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T07:11:16.313Z\",\n            \"updated_at\": \"2025-01-21T07:11:32.135Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"d4792e8e-0894-4b6c-82b7-ab93fdf394cd\"\n        },\n        {\n            \"id\": \"85069d77-c32f-4ab7-94d4-f279a842b2cf\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"87640642-0cb4-4faa-8624-120abaf31c51\",\n            \"conversation_id\": \"67890f271f913a72b455053d\",\n            \"due_date\": null,\n            \"started_at\": \"2025-01-21T11:08:56.848Z\",\n            \"form_submission_id\": \"678f8050bae3d60aae01dd5e\",\n            \"review_score\": 50,\n            \"submitted_at\": \"2025-01-21T11:09:05.670Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"questionaire_id\": \"678e18852a680844c21a0084\",\n            \"created_at\": \"2025-01-21T11:08:20.650Z\",\n            \"updated_at\": \"2025-01-21T11:09:05.672Z\",\n            \"deleted_at\": null,\n            \"schedule\": \"904b72b0-7902-4a4c-a788-a54ad004f418\"\n        }\n    ],\n    \"totalDocs\": 7,\n    \"page\": 1,\n    \"totalPages\": 2\n}"}],"_postman_id":"ee8f89aa-f05a-4e84-bd63-4af20c9d9c04"},{"name":"Get Reviews By Conversation Ids","id":"1490492c-29cc-4586-99cd-418a5545e85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/review/assignedAndCompleted?conversationIds=679085cbbae3d60aae01f1ec,673f22ebd7cdea7ca77a39e5","description":"<h3 id=\"get-reviewassignedandcompleted\">**GET /review/**assignedAndCompleted</h3>\n<p>The endpoint returns all the reviews creataetd for the passed conversations ids.</p>\n<h4 id=\"query-params\"><strong>Query Params</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Query Param</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Conversation Ids</td>\n<td>Comma separated list of conversation ids whose reviews are required</td>\n<td>Comma separated list of Object Ids</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["review","assignedAndCompleted"],"host":[""],"query":[{"description":{"content":"<p>Comma separated list of conversation ids whose reviews are required</p>\n","type":"text/plain"},"key":"conversationIds","value":"679085cbbae3d60aae01f1ec,673f22ebd7cdea7ca77a39e5"}],"variable":[]}},"response":[{"id":"6fc9f8d1-3e30-4f3d-aa3c-ca23031c3ec4","name":"No Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review/assignedAndCompleted?conversationIds=673f229610444073726d8fba,673f22ebd7cdea7ca77a39e5","host":[""],"path":["review","assignedAndCompleted"],"query":[{"key":"conversationIds","value":"673f229610444073726d8fba,673f22ebd7cdea7ca77a39e5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"2"},{"key":"Date","value":"Wed, 22 Jan 2025 17:54:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"1cd166fa-ed34-417c-9bab-f0c90a47d584","name":"Multiple Reviews Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review/assignedAndCompleted?conversationIds=679085cbbae3d60aae01f1ec,673f22ebd7cdea7ca77a39e5","host":[""],"path":["review","assignedAndCompleted"],"query":[{"key":"conversationIds","value":"679085cbbae3d60aae01f1ec,673f22ebd7cdea7ca77a39e5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"1154"},{"key":"Date","value":"Wed, 22 Jan 2025 17:55:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"66fe98de-e14e-48f1-8dc3-e18ba5bf2b73\",\n        \"status\": \"IN_PROGRESS\",\n        \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n        \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n        \"due_date\": \"2025-01-22T06:30:35.000Z\",\n        \"started_at\": \"2025-01-22T11:06:17.764Z\",\n        \"form_submission_id\": null,\n        \"review_score\": null,\n        \"submitted_at\": null,\n        \"reminder\": null,\n        \"next_reminder_at\": null,\n        \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n        \"questionaire_id\": \"678e18852a680844c21a0084\",\n        \"created_at\": \"2025-01-22T06:30:30.420Z\",\n        \"updated_at\": \"2025-01-22T11:06:17.768Z\",\n        \"deleted_at\": null,\n        \"schedule\": null\n    },\n    {\n        \"id\": \"7178338d-adf0-4836-b96a-e9257c6ef444\",\n        \"status\": \"IN_PROGRESS\",\n        \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n        \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n        \"due_date\": \"2025-01-23T06:21:52.000Z\",\n        \"started_at\": \"2025-01-22T16:08:39.248Z\",\n        \"form_submission_id\": null,\n        \"review_score\": null,\n        \"submitted_at\": null,\n        \"reminder\": 1,\n        \"next_reminder_at\": \"2025-01-22T06:21:52.000Z\",\n        \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n        \"questionaire_id\": \"678e18852a680844c21a0084\",\n        \"created_at\": \"2025-01-22T06:21:54.587Z\",\n        \"updated_at\": \"2025-01-22T16:08:39.257Z\",\n        \"deleted_at\": null,\n        \"schedule\": null\n    }\n]"}],"_postman_id":"1490492c-29cc-4586-99cd-418a5545e85c"},{"name":"Create Review","id":"013d8ca6-f3fe-4a5c-9539-c8aa8149ef93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"agent_id_to_review\": \"01f0f63d-edf7-4496-a315-98b8eca566e9\",\n  \"conversation_id\": \"675731f7528977cb2bf718aa\",\n  \"reviewer\": \"c5825a4d-494b-4889-a939-fcf55236fc7f\",\n  \"questionaire_id\": \"672d25f957b7689ffffbbbbb\",\n  \"due_date\": \"2024-11-15T07:17:38.666Z\", // optional\n  \"reminder\": 5 // optional\n}","options":{"raw":{"language":"json"}}},"url":"/review","description":"<h3 id=\"post-review\"><strong>POST /review</strong></h3>\n<p>This endpoint can be used to create a new review for a conversation and assign it to a reviewer. A sample request body is given below.</p>\n","urlObject":{"path":["review"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5e6baccf-00c6-4a56-b243-9640c877781e","name":"Review Created Successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"agent_id_to_review\": \"7a9ca7e1-310f-4faf-af5f-85debcb651cb\",\n  \"conversation_id\": \"675731f7528977cb2bf718aa\",\n  \"reviewer\": \"7cf809dc-4817-449b-9a8b-a98a136f845f\",\n  \"questionaire_id\": \"672d25f957b7689ffffbbbbb\",\n  \"due_date\": \"2024-11-15T07:17:38.666Z\", // optional\n  \"reminder\": 5 // optional\n}","options":{"raw":{"language":"json"}}},"url":"/review"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"559"},{"key":"Date","value":"Wed, 22 Jan 2025 18:05:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"schedule\": null,\n    \"conversation_id\": \"675731f7528977cb2bf718aa\",\n    \"agent_id_to_review\": \"8a413f8c-1eb6-488d-8046-20404e56005c\",\n    \"due_date\": \"2024-11-15T07:17:38.666Z\",\n    \"reminder\": 5,\n    \"reviewer\": \"60acc094-b564-4329-b40d-5805cbf12541\",\n    \"questionaire_id\": \"672d25f957b7689ffffbbbbb\",\n    \"next_reminder_at\": \"2024-11-10T07:17:38.666Z\",\n    \"started_at\": null,\n    \"form_submission_id\": null,\n    \"review_score\": null,\n    \"submitted_at\": null,\n    \"id\": \"96c8d0d1-ee53-4528-9401-565a603f927e\",\n    \"status\": \"PENDING\",\n    \"created_at\": \"2025-01-22T18:05:13.338Z\",\n    \"updated_at\": \"2025-01-22T18:05:13.338Z\",\n    \"deleted_at\": null\n}"}],"_postman_id":"013d8ca6-f3fe-4a5c-9539-c8aa8149ef93"},{"name":"Submit Review","id":"58d3baad-2bbb-46c6-9701-e5e937f75dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"form_submission_id\": \"67913438ddb181a5d9ad351c\", // the activity id of the form submitted in core\n    \"review_score\": 10\n}","options":{"raw":{"language":"json"}}},"url":"/review/:reviewId/submit","description":"<h3 id=\"patch-reviewreviewidsubmit\"><strong>PATCH /review/:reviewId/submit</strong></h3>\n<p>This endpoint can be used to submit a review and mark it as \"COMPLETED\".</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviewId</td>\n<td>Id of the review to submit</td>\n<td>UUID of the review to submit</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["review",":reviewId","submit"],"host":[""],"query":[],"variable":[{"id":"781409cc-e383-42c3-bb4f-064206e7b1d0","description":{"content":"<p>Id of the review to submit</p>\n","type":"text/plain"},"type":"any","value":"96c8d0d1-ee53-4528-9401-565a603f927e","key":"reviewId"}]}},"response":[{"id":"6ffa8a10-27dc-46e6-a10e-2f17d5386f54","name":"Review Submitted Successfully","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"form_submission_id\": \"67913438ddb181a5d9ad351c\",\n    \"review_score\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/review/:reviewId/submit","host":[""],"path":["review",":reviewId","submit"],"variable":[{"key":"reviewId","value":"7178338d-adf0-4836-b96a-e9257c6ef444"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"625"},{"key":"Date","value":"Wed, 22 Jan 2025 18:09:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"7178338d-adf0-4836-b96a-e9257c6ef444\",\n    \"status\": \"COMPLETED\",\n    \"agent_id_to_review\": \"a852c5f7-9cb5-4b69-9c1e-277f0f50876b\",\n    \"conversation_id\": \"679085cbbae3d60aae01f1ec\",\n    \"due_date\": \"2025-01-23T06:21:52.000Z\",\n    \"started_at\": \"2025-01-22T16:08:39.248Z\",\n    \"form_submission_id\": \"67913438ddb181a5d9ad351c\",\n    \"review_score\": 10,\n    \"submitted_at\": \"2025-01-22T18:09:14.244Z\",\n    \"reminder\": 1,\n    \"next_reminder_at\": \"2025-01-22T06:21:52.000Z\",\n    \"reviewer\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n    \"questionaire_id\": \"678e18852a680844c21a0084\",\n    \"created_at\": \"2025-01-22T06:21:54.587Z\",\n    \"updated_at\": \"2025-01-22T18:09:14.247Z\",\n    \"deleted_at\": null,\n    \"schedule\": null\n}"},{"id":"a1b8c23d-b27c-46ab-9cff-d07c850f270b","name":"Review Submitted Already","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"form_submission_id\": \"67913438ddb181a5d9ad351c\",\n    \"review_score\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/review/:reviewId/submit","host":[""],"path":["review",":reviewId","submit"],"variable":[{"key":"reviewId","value":"7178338d-adf0-4836-b96a-e9257c6ef444"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"94"},{"key":"Date","value":"Wed, 22 Jan 2025 18:10:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Review Task already in 'COMPLETED' state.\",\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"},{"id":"88b0e9ee-728b-4f7e-bb40-cf5423708dc4","name":"Review Not Started","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"form_submission_id\": \"67913438ddb181a5d9ad351c\",\n    \"review_score\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/review/:reviewId/submit","host":[""],"path":["review",":reviewId","submit"],"variable":[{"key":"reviewId","value":"96c8d0d1-ee53-4528-9401-565a603f927e"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"142"},{"key":"Date","value":"Wed, 22 Jan 2025 18:11:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Review Task is currently in 'PENDING' state. You cannot submit a task before starting it.\",\n    \"error\": \"Bad Request\",\n    \"statusCode\": 400\n}"}],"_postman_id":"58d3baad-2bbb-46c6-9701-e5e937f75dbd"},{"name":"Get Reviews by Review Id","id":"274ac50b-6efa-4324-92cf-84617b8f6588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"969033c1-2ef9-4921-b5ea-8a77a8878b3e","name":"Single Id - for Individual Notification","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?id=781ef818-fcec-4dfd-8995-82bc1fdca99e&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"id","value":"781ef818-fcec-4dfd-8995-82bc1fdca99e"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:14:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"781ef818-fcec-4dfd-8995-82bc1fdca99e\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b30e0303972475ab3ef1a\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:30:26.702Z\",\n            \"form_submission_id\": \"680e77cb303972475ab45b13\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:30:35.417Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.295Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        }\n    ],\n    \"totalDocs\": 1,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"4e1c4a56-d7ba-4b2f-9917-9e1991149aa2","name":"Multiple id - for bulk (, separated)","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?id=781ef818-fcec-4dfd-8995-82bc1fdca99e,be8fe8db-48da-4c9b-95b2-0acd87e63a9a&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"id","value":"781ef818-fcec-4dfd-8995-82bc1fdca99e,be8fe8db-48da-4c9b-95b2-0acd87e63a9a"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:16:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"781ef818-fcec-4dfd-8995-82bc1fdca99e\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b30e0303972475ab3ef1a\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:30:26.702Z\",\n            \"form_submission_id\": \"680e77cb303972475ab45b13\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:30:35.417Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.295Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"be8fe8db-48da-4c9b-95b2-0acd87e63a9a\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b29332b8dbf13ef4cbbf9\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:54:35.853Z\",\n            \"form_submission_id\": \"680e7d78303972475ab46306\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:54:48.938Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.354Z\",\n            \"updated_at\": \"2025-04-27T18:57:10.885Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        }\n    ],\n    \"totalDocs\": 2,\n    \"page\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"274ac50b-6efa-4324-92cf-84617b8f6588"},{"name":"Score Filter","id":"23977950-61be-497b-8761-346b67b9fa01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"f41a6e30-b791-474a-8e9f-dba25ae3c732","name":"NOT EQUAL TO","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=0&operator=ne&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"0"},{"key":"operator","value":"ne"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:22:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"70b04fb8-bc71-411c-af31-bcaa1821a780\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f7a0607c95bf0e72262cc5\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-10T11:54:30.455Z\",\n            \"form_submission_id\": \"67f7b87c7c95bf0e72267db0\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-10T12:24:28.506Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-10T11:54:30.298Z\",\n            \"updated_at\": \"2025-04-10T12:24:28.507Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ef17a438-a6ab-4fac-9b94-4953e401fe95\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"e05414e8-f513-4c41-a65f-5bcf3752ecc0\",\n            \"conversation_id\": \"67f3a8915724f0013d1ed37a\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-07T10:41:08.211Z\",\n            \"form_submission_id\": \"67fcf4cee2c255216b236a4d\",\n            \"review_score\": 20,\n            \"submitted_at\": \"2025-04-14T11:43:11.032Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-07T10:41:08.105Z\",\n            \"updated_at\": \"2025-04-14T11:43:11.034Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ab83af07-25dc-4fcd-b143-19a3b699cee2\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"e05414e8-f513-4c41-a65f-5bcf3752ecc0\",\n            \"conversation_id\": \"67f79f2d7c95bf0e7225f408\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-15T11:28:49.930Z\",\n            \"form_submission_id\": \"67fe42ffe2c255216b244894\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-04-15T11:29:03.712Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67fe41ff45221467a8452edd\",\n            \"created_at\": \"2025-04-15T11:28:49.750Z\",\n            \"updated_at\": \"2025-04-15T11:29:03.714Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"431e8beb-42a5-408d-90bd-03ea48be4722\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f90747ad4e6a5bf1abf253\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-21T05:07:41.096Z\",\n            \"form_submission_id\": \"6805d5d1624fac631444dc99\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-21T05:21:21.077Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-21T05:07:40.480Z\",\n            \"updated_at\": \"2025-04-21T05:21:21.079Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 4,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"a862bfbd-dc9c-4678-b7f6-5641907ce6c3","name":"EQUAL TO","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=0&operator=e&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"0"},{"key":"operator","value":"e"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:23:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"781ef818-fcec-4dfd-8995-82bc1fdca99e\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b30e0303972475ab3ef1a\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:30:26.702Z\",\n            \"form_submission_id\": \"680e77cb303972475ab45b13\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:30:35.417Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.295Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"54fe6a15-b492-40fb-a466-43ea76bca007\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2fa72b8dbf13ef4d02be\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:32:22.902Z\",\n            \"form_submission_id\": \"680e783c303972475ab45d29\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:32:28.987Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.329Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"c4b811e6-18e0-4f48-968d-796e01ef9be6\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2c872b8dbf13ef4cd700\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:40:50.812Z\",\n            \"form_submission_id\": \"680e7a3c303972475ab460ff\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:41:00.546Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.338Z\",\n            \"updated_at\": \"2025-04-27T18:41:00.752Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"fcd0a4ab-eae0-4f85-a9fb-0c0097013d34\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b35b9303972475ab41944\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-25T15:16:20.527Z\",\n            \"form_submission_id\": \"680ba974303972475ab456a3\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-25T15:25:41.072Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.186Z\",\n            \"updated_at\": \"2025-04-25T15:27:35.385Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"be8fe8db-48da-4c9b-95b2-0acd87e63a9a\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b29332b8dbf13ef4cbbf9\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:54:35.853Z\",\n            \"form_submission_id\": \"680e7d78303972475ab46306\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:54:48.938Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.354Z\",\n            \"updated_at\": \"2025-04-27T18:57:10.885Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        }\n    ],\n    \"totalDocs\": 25,\n    \"page\": 1,\n    \"totalPages\": 5\n}"},{"id":"00f4d998-4464-4f92-9813-b95bd899a977","name":"GREATER THEN","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=20&operator=gt&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"20"},{"key":"operator","value":"gt"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:24:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"70b04fb8-bc71-411c-af31-bcaa1821a780\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f7a0607c95bf0e72262cc5\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-10T11:54:30.455Z\",\n            \"form_submission_id\": \"67f7b87c7c95bf0e72267db0\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-10T12:24:28.506Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-10T11:54:30.298Z\",\n            \"updated_at\": \"2025-04-10T12:24:28.507Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ab83af07-25dc-4fcd-b143-19a3b699cee2\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"e05414e8-f513-4c41-a65f-5bcf3752ecc0\",\n            \"conversation_id\": \"67f79f2d7c95bf0e7225f408\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-15T11:28:49.930Z\",\n            \"form_submission_id\": \"67fe42ffe2c255216b244894\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-04-15T11:29:03.712Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67fe41ff45221467a8452edd\",\n            \"created_at\": \"2025-04-15T11:28:49.750Z\",\n            \"updated_at\": \"2025-04-15T11:29:03.714Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"431e8beb-42a5-408d-90bd-03ea48be4722\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f90747ad4e6a5bf1abf253\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-21T05:07:41.096Z\",\n            \"form_submission_id\": \"6805d5d1624fac631444dc99\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-21T05:21:21.077Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-21T05:07:40.480Z\",\n            \"updated_at\": \"2025-04-21T05:21:21.079Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 3,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"b4d69399-b712-440b-ab1b-ceb9863a96e3","name":"GREATER THEN OR EQUAL TO","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=20&operator=gte&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"20"},{"key":"operator","value":"gte"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:25:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"70b04fb8-bc71-411c-af31-bcaa1821a780\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f7a0607c95bf0e72262cc5\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-10T11:54:30.455Z\",\n            \"form_submission_id\": \"67f7b87c7c95bf0e72267db0\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-10T12:24:28.506Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-10T11:54:30.298Z\",\n            \"updated_at\": \"2025-04-10T12:24:28.507Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ef17a438-a6ab-4fac-9b94-4953e401fe95\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"e05414e8-f513-4c41-a65f-5bcf3752ecc0\",\n            \"conversation_id\": \"67f3a8915724f0013d1ed37a\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-07T10:41:08.211Z\",\n            \"form_submission_id\": \"67fcf4cee2c255216b236a4d\",\n            \"review_score\": 20,\n            \"submitted_at\": \"2025-04-14T11:43:11.032Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-07T10:41:08.105Z\",\n            \"updated_at\": \"2025-04-14T11:43:11.034Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"ab83af07-25dc-4fcd-b143-19a3b699cee2\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"e05414e8-f513-4c41-a65f-5bcf3752ecc0\",\n            \"conversation_id\": \"67f79f2d7c95bf0e7225f408\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-15T11:28:49.930Z\",\n            \"form_submission_id\": \"67fe42ffe2c255216b244894\",\n            \"review_score\": 100,\n            \"submitted_at\": \"2025-04-15T11:29:03.712Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67fe41ff45221467a8452edd\",\n            \"created_at\": \"2025-04-15T11:28:49.750Z\",\n            \"updated_at\": \"2025-04-15T11:29:03.714Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        },\n        {\n            \"id\": \"431e8beb-42a5-408d-90bd-03ea48be4722\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"db9a7849-279f-417e-9290-2c72eb061190\",\n            \"conversation_id\": \"67f90747ad4e6a5bf1abf253\",\n            \"due_date\": null,\n            \"started_at\": \"2025-04-21T05:07:41.096Z\",\n            \"form_submission_id\": \"6805d5d1624fac631444dc99\",\n            \"review_score\": 30,\n            \"submitted_at\": \"2025-04-21T05:21:21.077Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"c1a6dca6-8531-4a5d-9681-2d09da72722e\",\n            \"questionaire_id\": \"67f38472533927d77f4e9642\",\n            \"created_at\": \"2025-04-21T05:07:40.480Z\",\n            \"updated_at\": \"2025-04-21T05:21:21.079Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"NOT_APPLICABLE\",\n            \"schedule\": null\n        }\n    ],\n    \"totalDocs\": 4,\n    \"page\": 1,\n    \"totalPages\": 1\n}"},{"id":"bedcbbc8-1213-4818-9e85-a7193ce5c3c8","name":"LESS THEN","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=30&operator=lt&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"30"},{"key":"operator","value":"lt"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:27:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"781ef818-fcec-4dfd-8995-82bc1fdca99e\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b30e0303972475ab3ef1a\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:30:26.702Z\",\n            \"form_submission_id\": \"680e77cb303972475ab45b13\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:30:35.417Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.295Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"54fe6a15-b492-40fb-a466-43ea76bca007\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2fa72b8dbf13ef4d02be\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:32:22.902Z\",\n            \"form_submission_id\": \"680e783c303972475ab45d29\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:32:28.987Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.329Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"c4b811e6-18e0-4f48-968d-796e01ef9be6\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2c872b8dbf13ef4cd700\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:40:50.812Z\",\n            \"form_submission_id\": \"680e7a3c303972475ab460ff\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:41:00.546Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.338Z\",\n            \"updated_at\": \"2025-04-27T18:41:00.752Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"fcd0a4ab-eae0-4f85-a9fb-0c0097013d34\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b35b9303972475ab41944\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-25T15:16:20.527Z\",\n            \"form_submission_id\": \"680ba974303972475ab456a3\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-25T15:25:41.072Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.186Z\",\n            \"updated_at\": \"2025-04-25T15:27:35.385Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"be8fe8db-48da-4c9b-95b2-0acd87e63a9a\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b29332b8dbf13ef4cbbf9\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:54:35.853Z\",\n            \"form_submission_id\": \"680e7d78303972475ab46306\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:54:48.938Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.354Z\",\n            \"updated_at\": \"2025-04-27T18:57:10.885Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        }\n    ],\n    \"totalDocs\": 26,\n    \"page\": 1,\n    \"totalPages\": 6\n}"},{"id":"ea184935-c55b-419d-ba01-28f55fbe02d8","name":"LESS THEN OR EQUAL TO","originalRequest":{"method":"GET","header":[],"url":{"raw":"/review?score=30&operator=lte&limit=5&page=1&status=ALL&sortBy=due_date&sortType=ASC","host":[""],"path":["review"],"query":[{"key":"score","value":"30"},{"key":"operator","value":"lte"},{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"status","value":"ALL"},{"key":"sortBy","value":"due_date"},{"key":"sortType","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 20:27:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"781ef818-fcec-4dfd-8995-82bc1fdca99e\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b30e0303972475ab3ef1a\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:30:26.702Z\",\n            \"form_submission_id\": \"680e77cb303972475ab45b13\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:30:35.417Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.295Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"54fe6a15-b492-40fb-a466-43ea76bca007\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2fa72b8dbf13ef4d02be\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:32:22.902Z\",\n            \"form_submission_id\": \"680e783c303972475ab45d29\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:32:28.987Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.329Z\",\n            \"updated_at\": \"2025-04-27T18:34:18.163Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"c4b811e6-18e0-4f48-968d-796e01ef9be6\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b2c872b8dbf13ef4cd700\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:40:50.812Z\",\n            \"form_submission_id\": \"680e7a3c303972475ab460ff\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:41:00.546Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.338Z\",\n            \"updated_at\": \"2025-04-27T18:41:00.752Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"fcd0a4ab-eae0-4f85-a9fb-0c0097013d34\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b35b9303972475ab41944\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-25T15:16:20.527Z\",\n            \"form_submission_id\": \"680ba974303972475ab456a3\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-25T15:25:41.072Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.186Z\",\n            \"updated_at\": \"2025-04-25T15:27:35.385Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        },\n        {\n            \"id\": \"be8fe8db-48da-4c9b-95b2-0acd87e63a9a\",\n            \"status\": \"COMPLETED\",\n            \"agent_id_to_review\": \"acee8837-6ffe-4757-a80c-f73117da381d\",\n            \"conversation_id\": \"680b29332b8dbf13ef4cbbf9\",\n            \"due_date\": \"2025-04-26T14:46:35.085Z\",\n            \"started_at\": \"2025-04-27T18:54:35.853Z\",\n            \"form_submission_id\": \"680e7d78303972475ab46306\",\n            \"review_score\": 0,\n            \"submitted_at\": \"2025-04-27T18:54:48.938Z\",\n            \"reminder\": null,\n            \"next_reminder_at\": null,\n            \"reviewer\": \"3d452782-0510-4475-b340-449cf2c9db02\",\n            \"questionaire_id\": \"680b906fa4c688a65cb0b355\",\n            \"created_at\": \"2025-04-25T14:46:35.354Z\",\n            \"updated_at\": \"2025-04-27T18:57:10.885Z\",\n            \"deleted_at\": null,\n            \"is_threshold_notification_sent\": \"SENT\",\n            \"schedule\": \"0819e456-7c95-4cac-adb0-135137ddf606\"\n        }\n    ],\n    \"totalDocs\": 28,\n    \"page\": 1,\n    \"totalPages\": 6\n}"}],"_postman_id":"23977950-61be-497b-8761-346b67b9fa01"}],"id":"c78dfd9e-3a72-4fa4-9f17-47b880708072","description":"<p>The Reviews APIs streamline the evaluation process by allowing you to<br />start, retrieve, create, and submit reviews. You can fetch reviews by<br />reviewer ID or access all reviews for comprehensive insights. These APIs<br />empower evaluators to conduct and manage assessments seamlessly,<br />ensuring consistent and actionable feedback for agent performance<br />improvement.</p>\n","_postman_id":"c78dfd9e-3a72-4fa4-9f17-47b880708072"},{"name":"Notifications","item":[{"name":"Get Notifications of a User","id":"5e63f3e7-4e99-483f-9da8-ccff4bdc6838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/notification/:userId","description":"<h3 id=\"get-notificationuserid\"><strong>GET /notification/:userId</strong></h3>\n<p>This endpoint can be used to retrieve notifications of a specific user with pagination.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>Id of the user whose notifications are required</td>\n<td>UUID of the user whose notifications are to be retrieved</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["notification",":userId"],"host":[""],"query":[],"variable":[{"id":"9afbf34c-20ee-4f26-8a44-b3616804f2be","description":{"content":"<p>Id of the user whose notifications are required</p>\n","type":"text/plain"},"type":"any","value":"8d92b219-5c4f-49be-a058-e473b2552234","key":"userId"}]}},"response":[{"id":"7444d797-966a-46f3-a914-634c2c76b81a","name":"No Notifications Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/notification/:userId","host":[""],"path":["notification",":userId"],"variable":[{"key":"userId","value":"65916d42-d74f-40e1-897c-a47410b39d5a","description":"Id of the user whose notifications are required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"49"},{"key":"Date","value":"Wed, 22 Jan 2025 18:41:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [],\n    \"totalDocs\": 0,\n    \"page\": 1,\n    \"totalPages\": 0\n}"},{"id":"ea22ef63-e50e-4bdf-a8a9-d262f7ddeb89","name":"Multiple Notifications Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"/notification/:userId","host":[""],"path":["notification",":userId"],"variable":[{"key":"userId","value":"8d92b219-5c4f-49be-a058-e473b2552234","description":"Id of the user whose notifications are required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"641"},{"key":"Date","value":"Wed, 22 Jan 2025 18:41:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"docs\": [\n        {\n            \"id\": \"4fe7022c-52cb-4575-acf8-38dad42a1d04\",\n            \"user_id\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"message\": \"You have been assigned 3 new reviews from the schedule 'asd'.\",\n            \"type\": \"CREATED_NEW_REVIEWS\",\n            \"created_at\": \"2025-01-21T11:08:20.659Z\",\n            \"updated_at\": \"2025-01-21T11:08:20.659Z\",\n            \"deleted_at\": null\n        },\n        {\n            \"id\": \"b7db0295-3202-4e2a-bb1c-abc8d52a117b\",\n            \"user_id\": \"8d92b219-5c4f-49be-a058-e473b2552234\",\n            \"message\": \"You have been assigned 3 new reviews from the schedule 'test'.\",\n            \"type\": \"CREATED_NEW_REVIEWS\",\n            \"created_at\": \"2025-01-21T07:11:16.361Z\",\n            \"updated_at\": \"2025-01-21T07:11:16.361Z\",\n            \"deleted_at\": null\n        }\n    ],\n    \"totalDocs\": 2,\n    \"page\": 1,\n    \"totalPages\": 1\n}"}],"_postman_id":"5e63f3e7-4e99-483f-9da8-ccff4bdc6838"},{"name":"SSE","id":"0b024c79-013a-48f3-a669-4216839c6859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/notification/:userId/sse","description":"<h3 id=\"get-notificationuserid\"><strong>GET /notification/:userId</strong></h3>\n<p>This is an SSE endpoint that can be subscribed to receive notifications in real-time.</p>\n<h4 id=\"path-variables\"><strong>Path Variables</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Path Variable</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>Id of the user</td>\n<td>UUID of the user</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["notification",":userId","sse"],"host":[""],"query":[],"variable":[{"id":"0664e8dd-9f1b-454f-8bd5-f8c7f75417f2","description":{"content":"<p>Id of the user</p>\n","type":"text/plain"},"type":"any","value":"8d92b219-5c4f-49be-a058-e473b2552234","key":"userId"}]}},"response":[],"_postman_id":"0b024c79-013a-48f3-a669-4216839c6859"},{"name":"Mark ALL as Read","id":"fef8fce6-b203-4da4-b12e-e612e2946064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/notification/mark-all-read/:userId","urlObject":{"path":["notification","mark-all-read",":userId"],"host":[""],"query":[],"variable":[{"id":"77135fb9-30eb-4d79-9588-ffac0acba371","type":"any","value":"3d452782-0510-4475-b340-449cf2c9db02","key":"userId"}]}},"response":[],"_postman_id":"fef8fce6-b203-4da4-b12e-e612e2946064"}],"id":"4250faf4-a0c2-4d92-9360-5cad15b99ae4","description":"<p>The Notifications APIs enable real-time updates and user-specific alerts<br />to keep stakeholders informed. With Server-Sent Events (SSE), users can<br />receive live notifications, while the API also provides access to all<br />notifications for a specific user. These features ensure timely<br />communication and help users stay updated on important events and<br />changes within the quality management system.</p>\n","_postman_id":"4250faf4-a0c2-4d92-9360-5cad15b99ae4"},{"name":"Qm Config","item":[{"name":"Get Qm Config","id":"95162935-a89c-4ff6-8e8a-b3813da0e6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"95162935-a89c-4ff6-8e8a-b3813da0e6b2"},{"name":"Update Qm Config","id":"f967ff09-7d70-43fb-82f9-5838240c1db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scoreThreshold\": 50,\r\n    // \"notificationPreference\": \"individual\"\r\n    \"notificationPreference\": \"bulk\",\r\n    \"notificationInterval\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"/qm-config","urlObject":{"path":["qm-config"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"6d0ed94d-39d0-428a-affd-3ffe62ad9080","name":"Individual Mode","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scoreThreshold\": 50,\r\n    \"notificationPreference\": \"INDIVIDUAL\"\r\n    // \"notificationPreference\": \"bulk\",\r\n    // \"notificationInterval\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"/qm-config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 19:51:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aa97778e-e817-4036-a9e3-df07df9cad3a\",\n    \"scoreThreshold\": 50,\n    \"notificationPreference\": \"individual\",\n    \"notificationInterval\": 30\n}"},{"id":"c1fc81e6-b828-4d7c-bf61-20214dab1857","name":"Bulk Mode","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"scoreThreshold\": 50,\r\n    // \"notificationPreference\": \"individual\"\r\n    \"notificationPreference\": \"BULK\",\r\n    \"notificationInterval\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"/qm-config"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 02 May 2025 19:52:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, OPTIONS, DELETE,PATCH"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aa97778e-e817-4036-a9e3-df07df9cad3a\",\n    \"scoreThreshold\": 50,\n    \"notificationPreference\": \"bulk\",\n    \"notificationInterval\": 30\n}"}],"_postman_id":"f967ff09-7d70-43fb-82f9-5838240c1db3"}],"id":"bdb8e1f9-9b14-4878-8d08-21242495269d","_postman_id":"bdb8e1f9-9b14-4878-8d08-21242495269d","description":""}],"id":"d020e31e-eee6-4410-950f-3f3e48decc6d","_postman_id":"d020e31e-eee6-4410-950f-3f3e48decc6d","description":""},{"name":"Bulk Customer Upload","item":[{"name":"File Server","item":[{"name":"CSV_DOWNLOAD_API","id":"e0b0362b-187a-4f5e-b9f2-8a2d8f6cdfea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{file-engine-url}}/api/downloadFileStream?filename=4c158951-5918-435a-8c17-0ba5bcaf970a_cim_customer.csv","description":"<h2 id=\"download-file-stream-api\">Download File Stream API</h2>\n<p>This endpoint allows users to download a file stream from the server based on the provided filename. The request is made using the HTTP GET method and retrieves a specific file in CSV format.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{file-engine-url}}/api/downloadFileStream</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><code>filename</code> (string): The unique identifier of the file to be downloaded. In this example, the filename is <code>4c158951-5918-435a-8c17-0ba5bcaf970a_cim_customer.csv</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the requested file stream in CSV format. The content type of the response will typically be <code>text/csv</code>, and the file will be streamed directly to the client for download.</p>\n<h3 id=\"expected-behavior\">Expected Behavior</h3>\n<p>Upon a successful request, the server will return the file corresponding to the specified filename. If the file does not exist or there is an error processing the request, the server will respond with an appropriate error message and status code.</p>\n","urlObject":{"path":["api","downloadFileStream"],"host":["{{file-engine-url}}"],"query":[{"key":"filename","value":"4c158951-5918-435a-8c17-0ba5bcaf970a_cim_customer.csv"}],"variable":[]}},"response":[],"_postman_id":"e0b0362b-187a-4f5e-b9f2-8a2d8f6cdfea"}],"id":"afec95d5-e5db-42f4-9fb1-46bd0fee69ab","_postman_id":"afec95d5-e5db-42f4-9fb1-46bd0fee69ab","description":""},{"name":"CX Load Hub","item":[{"name":"LOAD_HUB_UPLOAD_API","id":"3b093279-fe0e-425b-b0c4-003511f69528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category","value":"CUSTOMERS","type":"text"},{"key":"action","value":"MERGE","type":"text"},{"key":"query","value":"{\n            \"AND\": [\n                {\n                    \"key\": \"attribute\",\n                    \"operator\": \"equal_to\",\n                    \"value\": \"facebook\"\n                },\n                {\n                    \"key\": \"attribute\",\n                    \"operator\": \"equal_to\",\n                    \"value\": \"lastName\"\n                }\n            ]\n        }","type":"text"},{"key":"file","type":"file","src":"/C:/Users/PMLS/Downloads/cim_customer.csv"}]},"url":"{{cx-load-hub-url}}/uploadNew","description":"<h2 id=\"upload-new-csv-file\">Upload New CSV File</h2>\n<p>This endpoint allows users to upload a new customer-containing CSV file to the server. It is designed to accept a form-data request body.</p>\n<p>It accepts the category of the record we are uploading i.e, customer, teams or users, etc. Also we pass the action which defines the behaviour whether to save, merge, or replace the uploaded content with already present data.</p>\n","urlObject":{"path":["uploadNew"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b093279-fe0e-425b-b0c4-003511f69528"},{"name":"GET_UPLOAD_HISTORY","id":"92c94624-94c1-466f-8d8d-bfde2912ed31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint retrieves the history of uploaded files from the load-hub service. It allows clients to access metadata related to the files that have been uploaded, including their status, category, and other relevant details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{cx-load-hub-url}}/upload</code></p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><strong>Authorization</strong>: (Optional) Include a valid token if authentication is required.</p>\n</li>\n<li><p><strong>Content-Type</strong>: <code>application/json</code> (Typically not required for GET requests, but can be included if necessary)</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will return an array of objects, each representing an uploaded file with the following structure:</p>\n<ul>\n<li><p><strong>_id</strong>: (String) Unique identifier for the uploaded file.</p>\n</li>\n<li><p><strong>fileName</strong>: (String) Name of the uploaded file.</p>\n</li>\n<li><p><strong>category</strong>: (String) Category under which the file is classified.</p>\n</li>\n<li><p><strong>status</strong>: (String) Current status of the file (e.g., processed, pending).</p>\n</li>\n<li><p><strong>deduplicationQuery</strong>: (Nullable) Query used for deduplication, if applicable.</p>\n</li>\n<li><p><strong>action</strong>: (String) Action taken on the file (e.g., delete, update).</p>\n</li>\n<li><p><strong>createdAt</strong>: (String) Timestamp of when the file was created.</p>\n</li>\n<li><p><strong>updatedAt</strong>: (String) Timestamp of the last update to the file information.</p>\n</li>\n<li><p><strong>__v</strong>: (Integer) Version key for the document.</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"_id\": \"\",\n        \"fileName\": \"\",\n        \"category\": \"\",\n        \"status\": \"\",\n        \"deduplicationQuery\": null,\n        \"action\": \"\",\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n    }\n]\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the request is made to the correct URL and that any necessary authentication headers are included.</p>\n</li>\n<li><p>The response will be an array, even if there is only one file uploaded.</p>\n</li>\n</ul>\n","urlObject":{"path":["upload"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[{"id":"22bb23a5-d47c-4115-91b5-f2bc58d9486e","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 25 Apr 2025 07:09:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"3e62bcbe-a2e3-4fc8-85c0-b073b4b8e599"},{"key":"ETag","value":"W/\"53d-pnOjzBvl5uOjC0A0YjCVppLFO1c\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"680a0aa42e649d73c4d4f12e\",\n        \"fileName\": \"03878804-cca6-4b8b-a95d-a89c77d6bfb7_cim_customer.csv\",\n        \"category\": \"AGENTS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"MERGE\",\n        \"createdAt\": \"2025-04-24T09:55:48.252Z\",\n        \"updatedAt\": \"2025-04-24T09:55:48.252Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a27182e649d73c4d4f151\",\n        \"fileName\": \"a48093bc-43b2-4bf8-ad03-e45229ec3035_cim_customer.csv\",\n        \"category\": \"CONVERSATIONS\",\n        \"status\": \"UNPROCESSED\",\n        \"createdAt\": \"2025-04-24T11:57:12.662Z\",\n        \"updatedAt\": \"2025-04-24T11:57:12.662Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a27312e649d73c4d4f154\",\n        \"fileName\": \"ef74089c-b99e-4202-8f82-dfb80f784436_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T11:57:37.292Z\",\n        \"updatedAt\": \"2025-04-24T11:57:37.292Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a29fc2e649d73c4d4f160\",\n        \"fileName\": \"74ce802a-c534-4a12-8415-73d8e38d2d31_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:09:32.496Z\",\n        \"updatedAt\": \"2025-04-24T12:09:32.496Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a2ba02e649d73c4d4f165\",\n        \"fileName\": \"5b1bed46-c455-44df-b15f-69d40adb240f_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:16:32.914Z\",\n        \"updatedAt\": \"2025-04-24T12:16:32.914Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"92c94624-94c1-466f-8d8d-bfde2912ed31"},{"name":"Update File Status by ID","id":"c6b74b77-fff1-4973-a236-60169b29f864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"url":"{{cx-load-hub-url}}/upload/:id?status=IN_PROGRESS","description":"<h2 id=\"api-request-upload-file-status\">API Request: Upload File Status</h2>\n<h3 id=\"method\">Method</h3>\n<p><code>PUT</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>{{cx-load-hub-url}}/upload/:id?status=IN_PROGRESS</code></p>\n<h3 id=\"description\">Description</h3>\n<p>This endpoint is used to update the status of a file upload identified by the <code>:id</code> parameter. The status is set to \"IN_PROGRESS\" to indicate that the upload process has started.</p>\n<p>Allowed statuses are IN_PROGRESS, UNPROCESSED, PROCESSED.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>Path Parameter</strong></p>\n<ul>\n<li><code>:id</code> (string): The unique identifier of the file being uploaded.</li>\n</ul>\n</li>\n<li><p><strong>Query Parameter</strong></p>\n<ul>\n<li><code>status</code> (string): A fixed value of \"IN_PROGRESS\" indicating the current status of the upload.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>On a successful request, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): The unique identifier for the file.</p>\n</li>\n<li><p><code>fileName</code> (string): The name of the file being uploaded.</p>\n</li>\n<li><p><code>category</code> (string): The category of the file.</p>\n</li>\n<li><p><code>status</code> (string): The current status of the upload.</p>\n</li>\n<li><p><code>deduplicationQuery</code> (nullable): Information related to deduplication, if applicable.</p>\n</li>\n<li><p><code>action</code> (string): The action taken on the file.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp when the file upload was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp when the file upload was last updated.</p>\n</li>\n<li><p><code>__v</code> (integer): The version key for the document.</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_id\": \"\",\n  \"fileName\": \"\",\n  \"category\": \"\",\n  \"status\": \"\",\n  \"deduplicationQuery\": null,\n  \"action\": \"\",\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"__v\": 0\n}\n\n</code></pre>\n<p>This response structure provides a comprehensive overview of the file upload status, allowing the client to track the progress and details of the upload operation.</p>\n","urlObject":{"path":["upload",":id"],"host":["{{cx-load-hub-url}}"],"query":[{"key":"status","value":"IN_PROGRESS"}],"variable":[{"id":"76048d3a-3918-497b-a8a3-bc71d8dc5ecb","type":"any","value":"680a0aa42e649d73c4d4f12e","key":"id"}]}},"response":[{"id":"40558ba0-3e75-425e-a4d7-5de43ab5c5e5","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{cx-load-hub-url}}/upload/:id?status=IN_PROGRESS","host":["{{cx-load-hub-url}}"],"path":["upload",":id"],"query":[{"key":"status","value":"IN_PROGRESS"}],"variable":[{"key":"id","value":"680a0aa42e649d73c4d4f12e"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Mon, 28 Apr 2025 10:53:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"79f26b38-cc85-48ce-8f59-d83e95d8d79b"},{"key":"ETag","value":"W/\"111-umWE5x23GbRGIDesh5U8BnBKJfM\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"680a0aa42e649d73c4d4f12e\",\n    \"fileName\": \"03878804-cca6-4b8b-a95d-a89c77d6bfb7_cim_customer.csv\",\n    \"category\": \"AGENTS\",\n    \"status\": \"IN_PROGRESS\",\n    \"deduplicationQuery\": null,\n    \"action\": \"MERGE\",\n    \"createdAt\": \"2025-04-24T09:55:48.252Z\",\n    \"updatedAt\": \"2025-04-28T10:53:22.092Z\",\n    \"__v\": 0\n}"}],"_postman_id":"c6b74b77-fff1-4973-a236-60169b29f864"},{"name":"GET_UPLOADS_BY_STATUS","id":"a206d973-4950-4a5b-98e3-7707c27ffeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload/status/UNPROCESSED","description":"<h3 id=\"get-upload-status\">Get Upload Status</h3>\n<p>This endpoint retrieves the uploaded records that are currently with the passed status. It is particularly useful for checking the upload records of files with specific status [UNPROCESSED, IN_PROGRESS, PROCESSED]</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{cx-load-hub-url}}/upload/status/UNPROCESSED</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON array containing objects that represent the status of each unprocessed upload. Each object includes the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: Unique identifier for the upload.</p>\n</li>\n<li><p><strong>fileName</strong>: The name of the file that was uploaded.</p>\n</li>\n<li><p><strong>category</strong>: The category assigned to the upload.</p>\n</li>\n<li><p><strong>status</strong>: The current status of the upload.</p>\n</li>\n<li><p><strong>deduplicationQuery</strong>: A query used for deduplication (may be null).</p>\n</li>\n<li><p><strong>action</strong>: The action taken on the upload.</p>\n</li>\n<li><p><strong>createdAt</strong>: Timestamp of when the upload was created.</p>\n</li>\n<li><p><strong>updatedAt</strong>: Timestamp of the last update to the upload status.</p>\n</li>\n<li><p><strong>__v</strong>: Version key for the document.</p>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the endpoint is accessed correctly to receive the expected response.</p>\n</li>\n<li><p>The response will provide information on all uploads that remain unprocessed, allowing users to track their files effectively.</p>\n</li>\n</ul>\n","urlObject":{"path":["upload","status","UNPROCESSED"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[{"id":"b637d968-2fc8-425b-b5d4-71d5b05ff66d","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload/status/UNPROCESSED"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 25 Apr 2025 07:12:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"9d25558f-4133-4507-86c9-eefdba6b17ab"},{"key":"ETag","value":"W/\"53d-pnOjzBvl5uOjC0A0YjCVppLFO1c\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"680a0aa42e649d73c4d4f12e\",\n        \"fileName\": \"03878804-cca6-4b8b-a95d-a89c77d6bfb7_cim_customer.csv\",\n        \"category\": \"AGENTS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"MERGE\",\n        \"createdAt\": \"2025-04-24T09:55:48.252Z\",\n        \"updatedAt\": \"2025-04-24T09:55:48.252Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a27182e649d73c4d4f151\",\n        \"fileName\": \"a48093bc-43b2-4bf8-ad03-e45229ec3035_cim_customer.csv\",\n        \"category\": \"CONVERSATIONS\",\n        \"status\": \"UNPROCESSED\",\n        \"createdAt\": \"2025-04-24T11:57:12.662Z\",\n        \"updatedAt\": \"2025-04-24T11:57:12.662Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a27312e649d73c4d4f154\",\n        \"fileName\": \"ef74089c-b99e-4202-8f82-dfb80f784436_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T11:57:37.292Z\",\n        \"updatedAt\": \"2025-04-24T11:57:37.292Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a29fc2e649d73c4d4f160\",\n        \"fileName\": \"74ce802a-c534-4a12-8415-73d8e38d2d31_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:09:32.496Z\",\n        \"updatedAt\": \"2025-04-24T12:09:32.496Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a2ba02e649d73c4d4f165\",\n        \"fileName\": \"5b1bed46-c455-44df-b15f-69d40adb240f_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:16:32.914Z\",\n        \"updatedAt\": \"2025-04-24T12:16:32.914Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"a206d973-4950-4a5b-98e3-7707c27ffeeb"},{"name":"GET_UPLOADS_BY_CATEGORY","id":"4dc59b58-c6c7-411e-8e86-d76c4eebf4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload/category/CUSTOMERS","description":"<h3 id=\"get-customer-uploads-by-category\">Get Customer Uploads by Category</h3>\n<p>This endpoint retrieves information related to the uploaded files of a certain category. For now, the allowed category is CUSTOMERS only.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{cx-load-hub-url}}/upload/category/CUSTOMERS</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will return an array of objects, each containing the following fields:</p>\n<ul>\n<li><p><strong>_id</strong>: (String) Unique identifier for the upload entry.</p>\n</li>\n<li><p><strong>fileName</strong>: (String) The name of the uploaded file.</p>\n</li>\n<li><p><strong>category</strong>: (String) The category of the upload, which in this case will always be \"CUSTOMERS\".</p>\n</li>\n<li><p><strong>status</strong>: (String) The current status of the upload.</p>\n</li>\n<li><p><strong>deduplicationQuery</strong>: (Nullable) A query used for deduplication purposes, if applicable.</p>\n</li>\n<li><p><strong>action</strong>: (String) The action taken on the upload.</p>\n</li>\n<li><p><strong>createdAt</strong>: (String) Timestamp indicating when the upload was created.</p>\n</li>\n<li><p><strong>updatedAt</strong>: (String) Timestamp indicating when the upload was last updated.</p>\n</li>\n<li><p><strong>__v</strong>: (Number) Version key for the document.</p>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the request is correctly formatted to avoid errors.</p>\n</li>\n<li><p>The response may contain multiple entries, depending on the number of uploads associated with the CUSTOMERS category.</p>\n</li>\n<li><p>This endpoint is useful for tracking the status and details of customer-related uploads.</p>\n</li>\n</ul>\n","urlObject":{"path":["upload","category","CUSTOMERS"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[{"id":"c710d67a-4060-4962-8dcb-6e5f863ac476","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{cx-load-hub-url}}/upload/category/CUSTOMERS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Fri, 25 Apr 2025 07:13:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"f7c20dbb-301c-4b5f-bdb5-d1ba837e075c"},{"key":"ETag","value":"W/\"33d-GFzntA06xBo5JGMcmPEaO3V1gtk\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"680a27312e649d73c4d4f154\",\n        \"fileName\": \"ef74089c-b99e-4202-8f82-dfb80f784436_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T11:57:37.292Z\",\n        \"updatedAt\": \"2025-04-24T11:57:37.292Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a29fc2e649d73c4d4f160\",\n        \"fileName\": \"74ce802a-c534-4a12-8415-73d8e38d2d31_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:09:32.496Z\",\n        \"updatedAt\": \"2025-04-24T12:09:32.496Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"680a2ba02e649d73c4d4f165\",\n        \"fileName\": \"5b1bed46-c455-44df-b15f-69d40adb240f_cim_customer.csv\",\n        \"category\": \"CUSTOMERS\",\n        \"status\": \"UNPROCESSED\",\n        \"deduplicationQuery\": null,\n        \"action\": \"SKIP\",\n        \"createdAt\": \"2025-04-24T12:16:32.914Z\",\n        \"updatedAt\": \"2025-04-24T12:16:32.914Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"4dc59b58-c6c7-411e-8e86-d76c4eebf4b8"},{"name":"upload rejected records' CSV ","id":"cbf31223-fc2f-4799-a3c5-54866827fb48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"g9NvV4Ymk/c83c5001-b160-42f4-b2e1-f9000eca3de9_cim_customer.csv"}]},"url":"{{cx-load-hub-url}}/uploadRejected","description":"<h2 id=\"upload-rejected-files\">Upload Rejected Files</h2>\n<p>This endpoint allows users to upload files containing data that have been rejected during processing. The purpose of this request is to handle and manage data that did not meet certain criteria, enabling users to review or take further action on it.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{cx-load-hub-url}}/uploadRejected</code></p>\n</li>\n<li><p><strong>Request Body</strong>: The request should be sent as <code>form-data</code>. Each key in the form-data represents a parameter that may be required for processing the upload. The specific keys are not detailed in this documentation.</p>\n</li>\n</ul>\n<h3 id=\"response-format\">Response Format</h3>\n<p>Upon a successful request, the server responds with a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>message</strong>: A string that may contain additional information about the request status.</p>\n</li>\n<li><p><strong>fileData</strong>: An object that includes details about the uploaded file:</p>\n<ul>\n<li><p><strong>fileName</strong>: The name of the uploaded file.</p>\n</li>\n<li><p><strong>rejectedFileName</strong>: The name of the file that was rejected.</p>\n</li>\n<li><p><strong>insertedCount</strong>: The number of records successfully inserted.</p>\n</li>\n<li><p><strong>rejectedCount</strong>: The number of records that were rejected.</p>\n</li>\n<li><p><strong>_id</strong>: A unique identifier for the file entry.</p>\n</li>\n<li><p><strong>createdAt</strong>: Timestamp indicating when the file entry was created.</p>\n</li>\n<li><p><strong>updatedAt</strong>: Timestamp indicating when the file entry was last updated.</p>\n</li>\n<li><p><strong>__v</strong>: Version key for managing document revisions.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Ensure that all required parameters are included in the request to avoid errors during processing.</p>\n","urlObject":{"path":["uploadRejected"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[{"id":"590ebad5-0a1f-4c59-8a10-5813167f49e1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":["g9NvV4Ymk/c83c5001-b160-42f4-b2e1-f9000eca3de9_cim_customer.csv"]}]},"url":"{{cx-load-hub-url}}/uploadRejected"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 08 May 2025 05:44:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"16c-29eT0DQbFZTVQgvRzTqCfTVqxDI\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Rejected file Upload successful\",\n    \"fileData\": {\n        \"fileName\": \"c83c5001-b160-42f4-b2e1-f9000eca3de9_cim_customer.csv\",\n        \"rejectedFileName\": \"rejected_c83c5001-b160-42f4-b2e1-f9000eca3de9_cim_customer.csv\",\n        \"insertedCount\": 0,\n        \"rejectedCount\": 0,\n        \"_id\": \"681c44af338f39bdb6381355\",\n        \"createdAt\": \"2025-05-08T05:44:16.053Z\",\n        \"updatedAt\": \"2025-05-08T05:44:16.053Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"cbf31223-fc2f-4799-a3c5-54866827fb48"},{"name":"Save file stats","id":"a8dc9e71-1d80-48b1-bca3-b75e0debcb94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\r\n    \"insertedCount\": 10,\r\n    \"rejectedCount\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats","description":"<h2 id=\"endpoint-file-statistics\">Endpoint: File Statistics</h2>\n<p>This endpoint allows users to submit a file name and receive statistics about the processing of that file. It provides feedback on how many records were successfully inserted and how many were rejected during the operation.</p>\n<h3 id=\"http-method\">HTTP Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request must be sent as a JSON object with the following parameters:</p>\n<ul>\n<li><p><code>fileName</code> (string): The name of the file for which statistics are being requested. This should be a unique identifier for the file.</p>\n</li>\n<li><p><code>insertedCount</code> (integer): The number of records that were successfully inserted from the file.</p>\n</li>\n<li><p><code>rejectedCount</code> (integer): The number of records that were rejected during the processing of the file.</p>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38...\",\n  \"insertedCount\": 10,\n  \"rejectedCount\": 5\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon successful execution, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><code>message</code> (string): A message indicating the status of the request (can be empty).</p>\n</li>\n<li><p><code>data</code> (object): An object containing details about the file processing:</p>\n<ul>\n<li><p><code>fileName</code> (string): The name of the file that was processed.</p>\n</li>\n<li><p><code>insertedCount</code> (integer): The number of records that were successfully inserted.</p>\n</li>\n<li><p><code>rejectedCount</code> (integer): The number of records that were rejected.</p>\n</li>\n<li><p><code>_id</code> (string): The unique identifier for the record in the database.</p>\n</li>\n<li><p><code>createdAt</code> (string): Timestamp of when the record was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): Timestamp of the last update to the record.</p>\n</li>\n<li><p><code>__v</code> (integer): The version key for the document.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"data\": {\n    \"fileName\": \"\",\n    \"insertedCount\": 0,\n    \"rejectedCount\": 0,\n    \"_id\": \"\",\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"__v\": 0\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>fileName</code> provided is valid and corresponds to an existing file in the system.</p>\n</li>\n<li><p>The <code>insertedCount</code> and <code>rejectedCount</code> are typically returned as part of the processing result, and they help in understanding the outcome of the file processing operation.</p>\n</li>\n</ul>\n","urlObject":{"path":["fileStats"],"host":["{{cx-load-hub-url}}"],"query":[],"variable":[]}},"response":[{"id":"9452b099-8d5a-472e-ac12-5124613b2c18","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\r\n    \"insertedCount\": 10,\r\n    \"rejectedCount\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 08 May 2025 05:45:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"117-Hi+JpiLc71NJ5j3YUitAKogmHEg\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File stats saved successfully\",\n    \"data\": {\n        \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\n        \"insertedCount\": 10,\n        \"rejectedCount\": 5,\n        \"_id\": \"681c44f1338f39bdb638135b\",\n        \"createdAt\": \"2025-05-08T05:45:21.892Z\",\n        \"updatedAt\": \"2025-05-08T05:45:21.892Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"a8dc9e71-1d80-48b1-bca3-b75e0debcb94"},{"name":"update fileStats","id":"d493f74d-ea00-48c5-947b-3e6c408f9124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\r\n    \"insertedCount\": 10,\r\n    \"rejectedCount\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats","description":"<h2 id=\"update-file-statistics\">Update File Statistics</h2>\n<p>This endpoint allows you to update the statistics related to a specific file. It is an HTTP PUT request that requires a JSON payload containing details about the file and its processing results.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>fileName</strong> (string): The unique identifier of the file for which statistics are being updated.</p>\n</li>\n<li><p><strong>insertedCount</strong> (integer): The number of records successfully inserted from the file.</p>\n</li>\n<li><p><strong>rejectedCount</strong> (integer): The number of records that were rejected during processing.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38...\",\n  \"insertedCount\": 10,\n  \"rejectedCount\": 5\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon successful execution of the request, the API will return a JSON response containing the following fields:</p>\n<ul>\n<li><p><strong>message</strong> (string): A message indicating the result of the operation (may be empty).</p>\n</li>\n<li><p><strong>data</strong> (object): An object containing the updated statistics:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the record.</p>\n</li>\n<li><p><strong>fileName</strong> (string): The name of the file.</p>\n</li>\n<li><p><strong>insertedCount</strong> (integer): The updated count of inserted records.</p>\n</li>\n<li><p><strong>rejectedCount</strong> (integer): The updated count of rejected records.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Timestamp of when the record was created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Timestamp of when the record was last updated.</p>\n</li>\n<li><p><strong>__v</strong> (integer): Version key for the document.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"data\": {\n    \"_id\": \"\",\n    \"fileName\": \"\",\n    \"insertedCount\": 0,\n    \"rejectedCount\": 0,\n    \"createdAt\": \"\",\n    \"updatedAt\": \"\",\n    \"__v\": 0\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>fileName</code> provided in the request is valid and corresponds to an existing file record.</p>\n</li>\n<li><p>The <code>insertedCount</code> and <code>rejectedCount</code> should reflect the results of the latest processing operation for the specified file.</p>\n</li>\n</ul>\n","urlObject":{"path":["fileStats"],"host":["{{cx-load-hub-url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"ddfb1eba-c202-43ae-9de7-442ea06a2098","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\r\n    \"insertedCount\": 10,\r\n    \"rejectedCount\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{cx-load-hub-url}}/fileStats","host":["{{cx-load-hub-url}}"],"path":["fileStats"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Thu, 08 May 2025 05:45:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"11a-9KlUrhK5mFyvQPPO83L9nO3VZNg\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File stats updated successfully\",\n    \"data\": {\n        \"_id\": \"681c44f1338f39bdb638135b\",\n        \"fileName\": \"d01a6e27-0386-400e-a383-4c9d38bdaf3c_new_cim_customer.csv\",\n        \"insertedCount\": 20,\n        \"rejectedCount\": 10,\n        \"createdAt\": \"2025-05-08T05:45:21.892Z\",\n        \"updatedAt\": \"2025-05-08T05:45:57.268Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"d493f74d-ea00-48c5-947b-3e6c408f9124"},{"name":"get all fileStats","id":"7bd70812-13bf-465d-8278-5f2f29af996d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats","description":"<h3 id=\"file-statistics-endpoint\">File Statistics Endpoint</h3>\n<p>This endpoint retrieves statistics related to files stored in the system.</p>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{cx-load-hub-url}}/fileStats</code></p>\n</li>\n</ul>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<p>This endpoint does not require any request parameters.</p>\n<h4 id=\"response-format\">Response Format</h4>\n<p>The response will be a JSON array containing objects with the following fields:</p>\n<ul>\n<li><p><code>_id</code>: A unique identifier for the file (string).</p>\n</li>\n<li><p><code>fileName</code>: The name of the file (string).</p>\n</li>\n<li><p><code>insertedCount</code>: The count of files inserted (integer).</p>\n</li>\n<li><p><code>rejectedCount</code>: The count of files that were rejected (integer).</p>\n</li>\n<li><p><code>createdAt</code>: The timestamp when the file was created (string).</p>\n</li>\n<li><p><code>updatedAt</code>: The timestamp when the file was last updated (string).</p>\n</li>\n<li><p><code>__v</code>: The version key (integer).</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"_id\": \"\",\n        \"fileName\": \"\",\n        \"insertedCount\": 0,\n        \"rejectedCount\": 0,\n        \"createdAt\": \"\",\n        \"updatedAt\": \"\",\n        \"__v\": 0\n    }\n]\n\n</code></pre>\n<p>This endpoint is useful for monitoring the status of file operations within the system.</p>\n","urlObject":{"path":["fileStats"],"host":["{{cx-load-hub-url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"cfc9918e-b289-4b81-a955-2d80c0c23122","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{cx-load-hub-url}}/fileStats","host":["{{cx-load-hub-url}}"],"path":["fileStats"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 13 May 2025 09:15:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"61f3-HNnC59/xByEjR0XaoRHsZ4dm5Fw\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"681c9b23477f8ce4e1f8f8a9\",\n        \"fileName\": \"15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T11:53:07.028Z\",\n        \"updatedAt\": \"2025-05-08T11:53:16.628Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9d59477f8ce4e1f8f8de\",\n        \"fileName\": \"0d324040-28e4-4675-9dee-fced237f9e53_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:02:33.964Z\",\n        \"updatedAt\": \"2025-05-08T12:02:43.290Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9d6d477f8ce4e1f8f902\",\n        \"fileName\": \"3d2edece-12f4-4330-af6c-793222bb7611_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:02:53.696Z\",\n        \"updatedAt\": \"2025-05-08T12:03:03.210Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9d82477f8ce4e1f8f926\",\n        \"fileName\": \"f82a0e4f-085e-4ba7-81a2-b7325803c25d_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:03:14.372Z\",\n        \"updatedAt\": \"2025-05-08T12:03:22.647Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9d94477f8ce4e1f8f94a\",\n        \"fileName\": \"850f8bf4-f728-4ebd-b387-03479405d642_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:03:32.541Z\",\n        \"updatedAt\": \"2025-05-08T12:03:40.885Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9da7477f8ce4e1f8f96e\",\n        \"fileName\": \"6245965f-3886-4220-b488-315ea4a57096_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:03:51.512Z\",\n        \"updatedAt\": \"2025-05-08T12:04:00.508Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9dbb477f8ce4e1f8f992\",\n        \"fileName\": \"560da805-72c1-4ad0-bf6e-53d1a35cafcf_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:04:11.599Z\",\n        \"updatedAt\": \"2025-05-08T12:04:20.680Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681c9e34477f8ce4e1f8f9bb\",\n        \"fileName\": \"b5504111-4e58-48bc-9b44-8970ca9b9792_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T12:06:12.256Z\",\n        \"updatedAt\": \"2025-05-08T12:06:21.402Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681ca780477f8ce4e1f8f9e4\",\n        \"fileName\": \"de0f54ce-f361-4f7a-8d98-c59aa28fa7ac_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-08T12:45:52.386Z\",\n        \"updatedAt\": \"2025-05-08T12:46:02.386Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681cad8e477f8ce4e1f8fa0e\",\n        \"fileName\": \"2fe0a05a-5821-4473-8090-9d770e0eccc2_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T13:11:42.554Z\",\n        \"updatedAt\": \"2025-05-08T13:11:52.015Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681caf05477f8ce4e1f8fa34\",\n        \"fileName\": \"ce459c7b-4cf5-4e19-b837-307754879a3e_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T13:17:57.260Z\",\n        \"updatedAt\": \"2025-05-08T13:27:58.199Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_ce459c7b-4cf5-4e19-b837-307754879a3e_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681cb116477f8ce4e1f8fa54\",\n        \"fileName\": \"helloTest.csv\",\n        \"rejectedFileName\": \"rejected_helloTest.csv\",\n        \"insertedCount\": 0,\n        \"rejectedCount\": 0,\n        \"createdAt\": \"2025-05-08T13:26:46.712Z\",\n        \"updatedAt\": \"2025-05-08T13:26:46.712Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681cb181477f8ce4e1f8fa63\",\n        \"fileName\": \"370e5508-9ac7-4759-8098-32699f4858aa_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T13:28:33.286Z\",\n        \"updatedAt\": \"2025-05-08T13:28:41.900Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681cb3ed477f8ce4e1f8fa89\",\n        \"fileName\": \"772ba9fd-6d5f-4e0a-adfe-d29edc40952f_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-08T13:38:53.664Z\",\n        \"updatedAt\": \"2025-05-08T13:39:02.530Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681ceda3477f8ce4e1f8fab1\",\n        \"fileName\": \"0263e717-2c60-41ea-8bd0-a5de47cb1eac_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-08T17:45:07.958Z\",\n        \"updatedAt\": \"2025-05-08T17:45:22.551Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_0263e717-2c60-41ea-8bd0-a5de47cb1eac_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681cf14a477f8ce4e1f8fadc\",\n        \"fileName\": \"68f0e911-3dea-49ca-ba16-43fa72ced7c0_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-08T18:00:42.951Z\",\n        \"updatedAt\": \"2025-05-08T18:00:57.116Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_68f0e911-3dea-49ca-ba16-43fa72ced7c0_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681d92b6477f8ce4e1f8fb0c\",\n        \"fileName\": \"a68365cd-9ae7-440e-bd4a-30b726f99569_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T05:29:26.759Z\",\n        \"updatedAt\": \"2025-05-09T05:29:39.067Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_a68365cd-9ae7-440e-bd4a-30b726f99569_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681da655477f8ce4e1f8fb5f\",\n        \"fileName\": \"27917aa6-0eb2-47e6-9385-656a078a3f0f_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T06:53:09.520Z\",\n        \"updatedAt\": \"2025-05-09T06:53:22.181Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_27917aa6-0eb2-47e6-9385-656a078a3f0f_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681daa38477f8ce4e1f8fb89\",\n        \"fileName\": \"76f1e829-c4d9-4ca3-bfc2-2ee47ede1ad3_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T07:09:44.526Z\",\n        \"updatedAt\": \"2025-05-09T07:09:55.309Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_76f1e829-c4d9-4ca3-bfc2-2ee47ede1ad3_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681dab66477f8ce4e1f8fbb3\",\n        \"fileName\": \"7b795ac1-a5dc-423e-8c96-3e259056840d_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T07:14:46.271Z\",\n        \"updatedAt\": \"2025-05-09T07:14:58.108Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_7b795ac1-a5dc-423e-8c96-3e259056840d_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681dabce477f8ce4e1f8fbdd\",\n        \"fileName\": \"5a1620ec-e0e8-496d-b7b0-0e9893eeda42_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T07:16:30.871Z\",\n        \"updatedAt\": \"2025-05-09T07:16:41.344Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_5a1620ec-e0e8-496d-b7b0-0e9893eeda42_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681daf2e477f8ce4e1f8fc07\",\n        \"fileName\": \"99f2129a-3675-490a-a6dd-b9af35bb37ef_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T07:30:54.007Z\",\n        \"updatedAt\": \"2025-05-09T07:31:04.809Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_99f2129a-3675-490a-a6dd-b9af35bb37ef_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681db0d7477f8ce4e1f8fc32\",\n        \"fileName\": \"46acc17c-5238-4f04-ab56-18db3e1942d9_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T07:37:59.593Z\",\n        \"updatedAt\": \"2025-05-09T07:38:11.116Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_46acc17c-5238-4f04-ab56-18db3e1942d9_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681de0bc477f8ce4e1f8feee\",\n        \"fileName\": \"be1dda78-587b-49fa-baa3-bf0f9d4d4709_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T11:02:20.419Z\",\n        \"updatedAt\": \"2025-05-09T11:02:31.776Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_be1dda78-587b-49fa-baa3-bf0f9d4d4709_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681dee6c477f8ce4e1f8ff22\",\n        \"fileName\": \"caf3c781-41ab-4c86-b279-f6c131939ad1_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T12:00:44.671Z\",\n        \"updatedAt\": \"2025-05-09T12:00:55.807Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_caf3c781-41ab-4c86-b279-f6c131939ad1_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681dee80477f8ce4e1f8ff49\",\n        \"fileName\": \"12b4cae7-7a52-434b-b980-a6988de4cbe1_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T12:01:04.177Z\",\n        \"updatedAt\": \"2025-05-09T12:01:16.605Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_12b4cae7-7a52-434b-b980-a6988de4cbe1_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681dee95477f8ce4e1f8ff70\",\n        \"fileName\": \"092a0710-f0a5-4314-af8a-fc52051c4afc_helloTest.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T12:01:25.744Z\",\n        \"updatedAt\": \"2025-05-09T12:01:37.426Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_092a0710-f0a5-4314-af8a-fc52051c4afc_helloTest.csv\"\n    },\n    {\n        \"_id\": \"681deed2477f8ce4e1f8ffab\",\n        \"fileName\": \"3afab854-5b7b-44bc-9312-9e76691a783e_ce459c7b-4cf5-4e19-b837-307754879a3e_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T12:02:26.597Z\",\n        \"updatedAt\": \"2025-05-09T12:02:38.223Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_3afab854-5b7b-44bc-9312-9e76691a783e_ce459c7b-4cf5-4e19-b837-307754879a3e_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681deee8477f8ce4e1f8ffd2\",\n        \"fileName\": \"dc237669-f6b0-42be-a300-81b69e10d208_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T12:02:48.172Z\",\n        \"updatedAt\": \"2025-05-09T12:03:00.207Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_dc237669-f6b0-42be-a300-81b69e10d208_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681deefd477f8ce4e1f8fff9\",\n        \"fileName\": \"917ecc2b-8ed2-4b7f-9143-7b10ff775268_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T12:03:09.160Z\",\n        \"updatedAt\": \"2025-05-09T12:03:21.598Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_917ecc2b-8ed2-4b7f-9143-7b10ff775268_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681df982477f8ce4e1f90027\",\n        \"fileName\": \"c69a4b4a-72ac-4700-8bef-3935f794b64c_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T12:48:02.693Z\",\n        \"updatedAt\": \"2025-05-09T12:48:14.654Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_c69a4b4a-72ac-4700-8bef-3935f794b64c_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681dfdc4477f8ce4e1f90074\",\n        \"fileName\": \"6b04ae92-e9de-4b39-8137-4a0bbae2a930_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T13:06:12.505Z\",\n        \"updatedAt\": \"2025-05-09T13:06:22.761Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_6b04ae92-e9de-4b39-8137-4a0bbae2a930_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681dfe83477f8ce4e1f9009f\",\n        \"fileName\": \"69545ce4-1495-4868-99e2-d5ba0c3ce007_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T13:09:23.550Z\",\n        \"updatedAt\": \"2025-05-09T13:15:26.903Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_69545ce4-1495-4868-99e2-d5ba0c3ce007_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681e008a477f8ce4e1f900db\",\n        \"fileName\": \"12611e2d-a5f4-45b7-ba22-4168060214ae_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T13:18:02.067Z\",\n        \"updatedAt\": \"2025-05-09T13:18:55.264Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_12611e2d-a5f4-45b7-ba22-4168060214ae_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681e0926477f8ce4e1f9010e\",\n        \"fileName\": \"90875c42-4ffc-492b-9850-53ae1cebcfcc_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T13:54:46.957Z\",\n        \"updatedAt\": \"2025-05-09T13:54:55.648Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"681e0a91477f8ce4e1f90140\",\n        \"fileName\": \"6a822cbc-0c31-4b97-a94c-2bc2cd029ffe_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T14:00:49.956Z\",\n        \"updatedAt\": \"2025-05-09T14:10:45.058Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_6a822cbc-0c31-4b97-a94c-2bc2cd029ffe_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681e0b79477f8ce4e1f9016e\",\n        \"fileName\": \"e4089ccd-6e35-43c4-bab6-69d49cf9eab9_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T14:04:41.286Z\",\n        \"updatedAt\": \"2025-05-09T14:04:53.020Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_e4089ccd-6e35-43c4-bab6-69d49cf9eab9_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681e0c51477f8ce4e1f9019a\",\n        \"fileName\": \"21b5931d-4502-48c5-934e-34a2bacfb64a_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T14:08:17.902Z\",\n        \"updatedAt\": \"2025-05-09T14:08:58.496Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_21b5931d-4502-48c5-934e-34a2bacfb64a_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681e0d64477f8ce4e1f901d4\",\n        \"fileName\": \"1a2b5b8c-cb8c-4451-b238-c12c2185dc7d_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T14:12:52.443Z\",\n        \"updatedAt\": \"2025-05-09T14:13:03.927Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_1a2b5b8c-cb8c-4451-b238-c12c2185dc7d_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"681e0dbf477f8ce4e1f90200\",\n        \"fileName\": \"c17c26db-573a-4b49-8803-d5d7d9775b91_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T14:14:23.618Z\",\n        \"updatedAt\": \"2025-05-09T14:15:20.124Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_c17c26db-573a-4b49-8803-d5d7d9775b91_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681e0e55477f8ce4e1f90233\",\n        \"fileName\": \"74f1d000-1941-4599-b67b-39d7aabe18cd_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-09T14:16:53.185Z\",\n        \"updatedAt\": \"2025-05-09T14:17:37.914Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_74f1d000-1941-4599-b67b-39d7aabe18cd_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"681e0eb7477f8ce4e1f90264\",\n        \"fileName\": \"f8affea4-b9ce-4715-9bbf-ee86aebb4cec_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-09T14:18:31.051Z\",\n        \"updatedAt\": \"2025-05-09T14:18:42.483Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_f8affea4-b9ce-4715-9bbf-ee86aebb4cec_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821a11a74a5ba6210c3d6b9\",\n        \"fileName\": \"dc755e60-6478-469e-9566-4ab2d80aa420_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:19:54.147Z\",\n        \"updatedAt\": \"2025-05-12T07:20:05.651Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_dc755e60-6478-469e-9566-4ab2d80aa420_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a16d74a5ba6210c3d6e5\",\n        \"fileName\": \"c76a5fa5-ac95-4a04-8e1f-184e866f7b9c_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-12T07:21:17.546Z\",\n        \"updatedAt\": \"2025-05-12T07:22:42.077Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_c76a5fa5-ac95-4a04-8e1f-184e866f7b9c_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821a21e74a5ba6210c3d715\",\n        \"fileName\": \"2c80a09c-5632-49bd-aaf0-5ed211da2c26_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:24:14.705Z\",\n        \"updatedAt\": \"2025-05-12T07:24:55.947Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_2c80a09c-5632-49bd-aaf0-5ed211da2c26_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a2e174a5ba6210c3d743\",\n        \"fileName\": \"59aa105e-8141-4c32-a8bb-9e9734e8cb32_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:27:29.286Z\",\n        \"updatedAt\": \"2025-05-12T07:28:40.341Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_59aa105e-8141-4c32-a8bb-9e9734e8cb32_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a58474a5ba6210c3d774\",\n        \"fileName\": \"807c6539-93ab-4d3b-bd4f-a0607b782eee_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-12T07:38:44.423Z\",\n        \"updatedAt\": \"2025-05-12T07:38:56.223Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_807c6539-93ab-4d3b-bd4f-a0607b782eee_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821a5ef74a5ba6210c3d7a0\",\n        \"fileName\": \"fc7a8fdd-b7d1-4a98-a641-8217736ad1d6_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:40:31.645Z\",\n        \"updatedAt\": \"2025-05-12T07:42:55.487Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_fc7a8fdd-b7d1-4a98-a641-8217736ad1d6_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a71874a5ba6210c3d7d4\",\n        \"fileName\": \"54f0e45b-ffec-4c40-9117-d18ec3f8becc_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:45:28.672Z\",\n        \"updatedAt\": \"2025-05-12T07:46:12.171Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_54f0e45b-ffec-4c40-9117-d18ec3f8becc_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a7af74a5ba6210c3d805\",\n        \"fileName\": \"df519685-4287-476c-bc2c-fd26c4fd6d64_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:47:59.245Z\",\n        \"updatedAt\": \"2025-05-12T07:48:53.211Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_df519685-4287-476c-bc2c-fd26c4fd6d64_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a8a974a5ba6210c3d836\",\n        \"fileName\": \"5df3dc5e-0749-4240-bfad-3b199c6cf381_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:52:09.800Z\",\n        \"updatedAt\": \"2025-05-12T07:52:21.561Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_5df3dc5e-0749-4240-bfad-3b199c6cf381_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a8e174a5ba6210c3d862\",\n        \"fileName\": \"e0f173c7-a51d-4a54-86f8-3b7254142859_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:53:05.607Z\",\n        \"updatedAt\": \"2025-05-12T07:53:43.936Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_e0f173c7-a51d-4a54-86f8-3b7254142859_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821a96c74a5ba6210c3d893\",\n        \"fileName\": \"bc9beec8-d481-461a-bdf7-dd4395b86173_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T07:55:24.022Z\",\n        \"updatedAt\": \"2025-05-12T07:56:09.682Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_bc9beec8-d481-461a-bdf7-dd4395b86173_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821b09874a5ba6210c3d8c7\",\n        \"fileName\": \"c0a6c034-a104-4655-8c73-cc90acac9633_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-12T08:26:00.337Z\",\n        \"updatedAt\": \"2025-05-12T08:26:12.635Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_c0a6c034-a104-4655-8c73-cc90acac9633_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821b42174a5ba6210c3d8f6\",\n        \"fileName\": \"fd60b9fc-3c1e-4951-b814-b21b89616396_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T08:41:05.363Z\",\n        \"updatedAt\": \"2025-05-12T08:42:03.207Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_fd60b9fc-3c1e-4951-b814-b21b89616396_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821b4ea74a5ba6210c3d926\",\n        \"fileName\": \"405c0f9f-e30f-4711-a8d4-12ee95718cf9_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T08:44:26.554Z\",\n        \"updatedAt\": \"2025-05-12T08:45:10.267Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_405c0f9f-e30f-4711-a8d4-12ee95718cf9_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821d5e874a5ba6210c3d958\",\n        \"fileName\": \"0e881f59-6dc3-48e2-87e4-73171a856565_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T11:05:12.756Z\",\n        \"updatedAt\": \"2025-05-12T11:08:31.593Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_0e881f59-6dc3-48e2-87e4-73171a856565_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821d72a74a5ba6210c3d988\",\n        \"fileName\": \"74849658-55ba-463b-b518-f2e3c3fe9d90_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T11:10:34.876Z\",\n        \"updatedAt\": \"2025-05-12T11:13:35.215Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_74849658-55ba-463b-b518-f2e3c3fe9d90_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821dd5474a5ba6210c3d9b7\",\n        \"fileName\": \"224d0c16-7d28-4d85-8bf5-3b099e6990b6_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-12T11:36:52.962Z\",\n        \"updatedAt\": \"2025-05-12T11:37:32.160Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_224d0c16-7d28-4d85-8bf5-3b099e6990b6_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821edbb74a5ba6210c3d9e8\",\n        \"fileName\": \"a3e83d17-95af-4b41-a039-57bc4e54886b_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T12:46:51.011Z\",\n        \"updatedAt\": \"2025-05-12T12:47:02.200Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_a3e83d17-95af-4b41-a039-57bc4e54886b_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821ee9174a5ba6210c3da15\",\n        \"fileName\": \"8b7606d7-5f8e-410b-8c44-28b7cbde1e92_cim_customer_a.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 13,\n        \"createdAt\": \"2025-05-12T12:50:25.385Z\",\n        \"updatedAt\": \"2025-05-12T12:50:27.134Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_8b7606d7-5f8e-410b-8c44-28b7cbde1e92_cim_customer_a.csv\"\n    },\n    {\n        \"_id\": \"6821efdb74a5ba6210c3da26\",\n        \"fileName\": \"96899774-6c25-4c8f-a0f8-5291a193a110_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T12:55:55.325Z\",\n        \"updatedAt\": \"2025-05-12T12:56:01.387Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_96899774-6c25-4c8f-a0f8-5291a193a110_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821f0f474a5ba6210c3da7b\",\n        \"fileName\": \"fc67944a-a5b4-497f-8440-dc7e848d7d81_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-12T13:00:36.710Z\",\n        \"updatedAt\": \"2025-05-12T13:01:23.756Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_fc67944a-a5b4-497f-8440-dc7e848d7d81_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6821f19b74a5ba6210c3da92\",\n        \"fileName\": \"66be4903-f39b-4d67-962a-c88edbcb0948_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T13:03:23.900Z\",\n        \"updatedAt\": \"2025-05-12T13:04:14.719Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_66be4903-f39b-4d67-962a-c88edbcb0948_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821f24374a5ba6210c3dae8\",\n        \"fileName\": \"e0ba86c0-8087-4319-894b-973ca2a93f6c_cim_customer_a.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 13,\n        \"createdAt\": \"2025-05-12T13:06:11.442Z\",\n        \"updatedAt\": \"2025-05-12T13:06:14.273Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_e0ba86c0-8087-4319-894b-973ca2a93f6c_cim_customer_a.csv\"\n    },\n    {\n        \"_id\": \"6821f33874a5ba6210c3daf8\",\n        \"fileName\": \"b5418c5e-ce8b-4b77-9686-7232e6b100e6_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-12T13:10:16.785Z\",\n        \"updatedAt\": \"2025-05-12T13:10:22.123Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_b5418c5e-ce8b-4b77-9686-7232e6b100e6_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6821f3ad74a5ba6210c3db0c\",\n        \"fileName\": \"88e6e7ff-26bc-4193-adc7-22ab91023bf2_cim_customer_a.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 13,\n        \"createdAt\": \"2025-05-12T13:12:13.739Z\",\n        \"updatedAt\": \"2025-05-12T13:12:15.973Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_88e6e7ff-26bc-4193-adc7-22ab91023bf2_cim_customer_a.csv\"\n    },\n    {\n        \"_id\": \"6821f40e74a5ba6210c3db1c\",\n        \"fileName\": \"c1c73cf0-adf5-46b4-9b66-2228d52d19b3_cim_customer_b.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 0,\n        \"createdAt\": \"2025-05-12T13:13:50.793Z\",\n        \"updatedAt\": \"2025-05-12T13:13:50.793Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6821f46274a5ba6210c3db2b\",\n        \"fileName\": \"376fe57c-2a99-4850-9fe7-0723a593b3a6_cim_customer_b.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 0,\n        \"createdAt\": \"2025-05-12T13:15:14.599Z\",\n        \"updatedAt\": \"2025-05-12T13:15:14.599Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6822e4d474a5ba6210c3db8a\",\n        \"fileName\": \"83b231b5-3b3a-4ba2-a220-82ecb457802f_cim_customer_a.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 13,\n        \"createdAt\": \"2025-05-13T06:21:08.068Z\",\n        \"updatedAt\": \"2025-05-13T06:21:10.932Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_83b231b5-3b3a-4ba2-a220-82ecb457802f_cim_customer_a.csv\"\n    },\n    {\n        \"_id\": \"6822e4e474a5ba6210c3db97\",\n        \"fileName\": \"608b8933-a683-4491-a205-4847d83961ce_cim_customer_a.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 13,\n        \"createdAt\": \"2025-05-13T06:21:24.335Z\",\n        \"updatedAt\": \"2025-05-13T06:21:27.647Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_608b8933-a683-4491-a205-4847d83961ce_cim_customer_a.csv\"\n    },\n    {\n        \"_id\": \"6822e4f374a5ba6210c3dba5\",\n        \"fileName\": \"fae1ec0a-904e-4642-8a18-837ed69d93e6_cim_customer_b.csv\",\n        \"insertedCount\": 2,\n        \"rejectedCount\": 0,\n        \"createdAt\": \"2025-05-13T06:21:39.660Z\",\n        \"updatedAt\": \"2025-05-13T06:21:39.660Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"6822e56c74a5ba6210c3dbb3\",\n        \"fileName\": \"3792b0c5-d02d-44d8-82c5-c93631aa9712_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-13T06:23:40.202Z\",\n        \"updatedAt\": \"2025-05-13T06:23:47.307Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_3792b0c5-d02d-44d8-82c5-c93631aa9712_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"6822ff38d7770d2d1589f6f8\",\n        \"fileName\": \"503774eb-3b78-46b2-8aa4-bccdefd25958_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-13T08:13:44.059Z\",\n        \"updatedAt\": \"2025-05-13T08:14:43.669Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_503774eb-3b78-46b2-8aa4-bccdefd25958_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"682300ecd7770d2d1589f887\",\n        \"fileName\": \"95e739f8-288e-4864-9b10-9ee6f1331dbd_Zong_customers.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-13T08:21:00.682Z\",\n        \"updatedAt\": \"2025-05-13T08:21:48.302Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_95e739f8-288e-4864-9b10-9ee6f1331dbd_Zong_customers.csv\"\n    },\n    {\n        \"_id\": \"682300f9d7770d2d1589f893\",\n        \"fileName\": \"99a5080d-f7cb-4b27-a8ea-235f01a826c5_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-13T08:21:13.318Z\",\n        \"updatedAt\": \"2025-05-13T08:21:52.948Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_99a5080d-f7cb-4b27-a8ea-235f01a826c5_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"6823017ed7770d2d1589f945\",\n        \"fileName\": \"78e57e64-576d-48b9-83c0-d22ef28ee24a_cim_customer_g.csv\",\n        \"insertedCount\": 123,\n        \"rejectedCount\": 877,\n        \"createdAt\": \"2025-05-13T08:23:26.545Z\",\n        \"updatedAt\": \"2025-05-13T08:23:28.133Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"682302aed7770d2d1589fa52\",\n        \"fileName\": \"aa42a459-27e6-42c6-b4f6-1a258aa57ade_cim_customer_g.csv\",\n        \"insertedCount\": 123,\n        \"rejectedCount\": 877,\n        \"createdAt\": \"2025-05-13T08:28:30.203Z\",\n        \"updatedAt\": \"2025-05-13T08:28:31.812Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"68230436d7770d2d1589fb12\",\n        \"fileName\": \"e23e4841-62d9-4a04-a80c-da793d2cd60f_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-13T08:35:02.483Z\",\n        \"updatedAt\": \"2025-05-13T08:35:08.413Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_e23e4841-62d9-4a04-a80c-da793d2cd60f_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"682306c5d7770d2d1589fe1b\",\n        \"fileName\": \"7f4b0e7a-403b-4736-a5c3-5d256c9fae25_Zong_customers.csv\",\n        \"insertedCount\": 123,\n        \"rejectedCount\": 877,\n        \"createdAt\": \"2025-05-13T08:45:57.872Z\",\n        \"updatedAt\": \"2025-05-13T08:45:59.364Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"682306d0d7770d2d1589fe77\",\n        \"fileName\": \"3f12df9f-4215-469c-a524-73bf73208c0a_cim_customer_g.csv\",\n        \"insertedCount\": 123,\n        \"rejectedCount\": 877,\n        \"createdAt\": \"2025-05-13T08:46:08.253Z\",\n        \"updatedAt\": \"2025-05-13T08:46:09.872Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"682308bad7770d2d1589ffdb\",\n        \"fileName\": \"1cce12cc-506f-408f-9b71-12ae87481cb7_cim_customer_e.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1287,\n        \"createdAt\": \"2025-05-13T08:54:18.758Z\",\n        \"updatedAt\": \"2025-05-13T08:54:23.929Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_1cce12cc-506f-408f-9b71-12ae87481cb7_cim_customer_e.csv\"\n    },\n    {\n        \"_id\": \"68230924d7770d2d158a00e4\",\n        \"fileName\": \"05efab65-981a-4a26-a8fa-328bf836b07a_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-13T08:56:04.867Z\",\n        \"updatedAt\": \"2025-05-13T08:56:38.857Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_05efab65-981a-4a26-a8fa-328bf836b07a_cim_customer_g.csv\"\n    },\n    {\n        \"_id\": \"68230981d7770d2d158a01a6\",\n        \"fileName\": \"ca642a57-698d-4e90-b50b-3c9d8b9159e4_cim_customer_e.csv\",\n        \"insertedCount\": 123,\n        \"rejectedCount\": 877,\n        \"createdAt\": \"2025-05-13T08:57:37.510Z\",\n        \"updatedAt\": \"2025-05-13T08:57:39.083Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"68230b1bd7770d2d158a0264\",\n        \"fileName\": \"e8368e9c-6cd8-41d9-8516-e2d673c8ced5_cim_customer_g.csv\",\n        \"insertedCount\": 180,\n        \"rejectedCount\": 1288,\n        \"createdAt\": \"2025-05-13T09:04:27.202Z\",\n        \"updatedAt\": \"2025-05-13T09:04:32.396Z\",\n        \"__v\": 0,\n        \"rejectedFileName\": \"rejected_e8368e9c-6cd8-41d9-8516-e2d673c8ced5_cim_customer_g.csv\"\n    }\n]"}],"_postman_id":"7bd70812-13bf-465d-8278-5f2f29af996d"},{"name":"get fileSats by id","id":"7ef4927d-646e-4627-a3c7-5e90083404d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats/681c9b23477f8ce4e1f8f8a9","description":"<h1 id=\"file-statistics-endpoint\">File Statistics Endpoint</h1>\n<p>This endpoint retrieves statistics for a specific file identified by its unique ID. The request is made via an HTTP GET method to the specified URL.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{cx-load-hub-url}}/fileStats/{fileId}</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>fileId</code> (string): The unique identifier of the file for which the statistics are being requested.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will contain the following fields:</p>\n<ul>\n<li><p><code>_id</code> (string): The unique identifier of the file.</p>\n</li>\n<li><p><code>fileName</code> (string): The name of the file.</p>\n</li>\n<li><p><code>insertedCount</code> (integer): The number of times the file has been inserted.</p>\n</li>\n<li><p><code>rejectedCount</code> (integer): The number of times the file has been rejected.</p>\n</li>\n<li><p><code>createdAt</code> (string): The timestamp when the file was created.</p>\n</li>\n<li><p><code>updatedAt</code> (string): The timestamp when the file was last updated.</p>\n</li>\n<li><p><code>__v</code> (integer): The version key for the document.</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_id\": \"\",\n  \"fileName\": \"\",\n  \"insertedCount\": 0,\n  \"rejectedCount\": 0,\n  \"createdAt\": \"\",\n  \"updatedAt\": \"\",\n  \"__v\": 0\n}\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Ensure that the <code>fileId</code> is valid to receive accurate statistics.</p>\n</li>\n<li><p>The response fields may be empty or zero if the file has not been processed yet.</p>\n</li>\n</ul>\n","urlObject":{"path":["fileStats","681c9b23477f8ce4e1f8f8a9"],"host":["{{cx-load-hub-url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"a30f57a3-0b6b-459e-8fac-f6852e848525","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{cx-load-hub-url}}/fileStats/681c9b23477f8ce4e1f8f8a9","host":["{{cx-load-hub-url}}"],"path":["fileStats","681c9b23477f8ce4e1f8f8a9"],"query":[{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 13 May 2025 09:16:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e6-R2QGLLRBhl2low/wmhmpSCnXNrs\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"681c9b23477f8ce4e1f8f8a9\",\n    \"fileName\": \"15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv\",\n    \"insertedCount\": 180,\n    \"rejectedCount\": 1288,\n    \"createdAt\": \"2025-05-08T11:53:07.028Z\",\n    \"updatedAt\": \"2025-05-08T11:53:16.628Z\",\n    \"__v\": 0\n}"}],"_postman_id":"7ef4927d-646e-4627-a3c7-5e90083404d2"},{"name":"get fileStats by fileName","id":"6087b8aa-d63a-4114-955c-a1878f813bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{cx-load-hub-url}}/fileStats?fileName=15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint retrieves file statistics for a specified file based on its name. It provides insights into the status of the file, including counts of inserted and rejected records, along with timestamps for when the file was created and last updated.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{cx-load-hub-url}}/fileStats</code></p>\n</li>\n</ul>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<ul>\n<li><strong>fileName</strong> (string): The name of the file for which statistics are being requested. This should be the complete file identifier, including its extension.</li>\n</ul>\n<h3 id=\"example-request\">Example Request</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {{cx-load-hub-url}}/fileStats?fileName=15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv\n\n</code></pre><h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>_id</strong> (string): The unique identifier for the file stats entry.</p>\n</li>\n<li><p><strong>fileName</strong> (string): The name of the file for which the stats are provided.</p>\n</li>\n<li><p><strong>insertedCount</strong> (integer): The number of records successfully inserted from the file.</p>\n</li>\n<li><p><strong>rejectedCount</strong> (integer): The number of records that were rejected during processing.</p>\n</li>\n<li><p><strong>createdAt</strong> (string): Timestamp indicating when the file stats were created.</p>\n</li>\n<li><p><strong>updatedAt</strong> (string): Timestamp indicating when the file stats were last updated.</p>\n</li>\n<li><p><strong>__v</strong> (integer): Version key for the document.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>fileName</code> parameter is correctly formatted to retrieve accurate statistics.</p>\n</li>\n<li><p>The response will provide a clear overview of the processing status of the specified file, which can be useful for debugging or monitoring purposes.</p>\n</li>\n</ul>\n","urlObject":{"path":["fileStats"],"host":["{{cx-load-hub-url}}"],"query":[{"disabled":true,"key":"","value":null},{"key":"fileName","value":"15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv"}],"variable":[]}},"response":[{"id":"1ad236a7-fc9e-4a3c-bb89-7287e7b12f6b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{cx-load-hub-url}}/fileStats?fileName=15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv","host":["{{cx-load-hub-url}}"],"path":["fileStats"],"query":[{"key":"","value":null,"disabled":true},{"key":"fileName","value":"15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 13 May 2025 09:17:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"e6-R2QGLLRBhl2low/wmhmpSCnXNrs\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"681c9b23477f8ce4e1f8f8a9\",\n    \"fileName\": \"15c412b4-32e7-4996-a77e-d780fb17320b_cim_customer_g.csv\",\n    \"insertedCount\": 180,\n    \"rejectedCount\": 1288,\n    \"createdAt\": \"2025-05-08T11:53:07.028Z\",\n    \"updatedAt\": \"2025-05-08T11:53:16.628Z\",\n    \"__v\": 0\n}"}],"_postman_id":"6087b8aa-d63a-4114-955c-a1878f813bc0"}],"id":"4bc59d78-263e-418f-9b42-87e378435780","_postman_id":"4bc59d78-263e-418f-9b42-87e378435780","description":""},{"name":"CIM Customer Bulk Save","item":[{"name":"BulkSave API","id":"ea34a5f9-eaf8-47d7-86a8-947f88c75614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"customers\": [\r\n    {\r\n      \"firstName\": \"Alice\",\r\n      \"phoneNumber\": [\"+1234567890\"],\r\n      \"isAnonymous\": false,\r\n      \"email\": [\"alice@example.com\"],\r\n      \"labels\": \"premium\"\r\n    },\r\n    {\r\n      \"firstName\": \"Bob\",\r\n      \"web\": \"bobsite.com\",\r\n      \"isAnonymous\": false,\r\n      \"facebook\": [\"bob.fb\"],\r\n      \"telegram\": [\"bob_telegram\"]\r\n    },\r\n    {\r\n      \"isAnonymous\": false,\r\n      \"voice\": [\"+1987654321\"],\r\n      \"linkedin\": [\"charlie_in\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Diana\",\r\n      \"isAnonymous\": false,\r\n      \"viber\": [\"diana_viber\"],\r\n      \"youtube\": [\"dianaYT\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Ethan\",\r\n      \"isAnonymous\": false,\r\n      \"instagram\": [\"ethan.ig\"],\r\n      \"twitter\": [\"@ethan_tw\"],\r\n      \"email\": [\"ethan@mail.com\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Fiona\",\r\n      \"isAnonymous\": false,\r\n      \"labels\": \"newsletter\",\r\n      \"phoneNumber\": [\"+1122334455\"],\r\n      \"telegram\": [\"fiona_tg\"]\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//bulkCustomers","description":"<h2 id=\"bulk-customer-creation-endpoint\">Bulk Customer Creation Endpoint</h2>\n<p>This endpoint allows you to create multiple customer records in a single request. It is designed for bulk operations to efficiently manage customer data.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://cim.expertflow.com/cim-customer//bulkCustomers</code></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameters:</p>\n<ul>\n<li><p><strong>customers</strong> (Array of Objects): A list of customer objects to be created. Each customer object can include the following fields:</p>\n<ul>\n<li><p><strong>firstName</strong> (String): The first name of the customer.</p>\n</li>\n<li><p><strong>phoneNumber</strong> (Array of Strings): A list of phone numbers associated with the customer.</p>\n</li>\n<li><p><strong>isAnonymous</strong> (Boolean): A flag indicating whether the customer is anonymous.</p>\n</li>\n<li><p><strong>email</strong> (Array of Strings): A list of email addresses associated with the customer.</p>\n</li>\n<li><p><strong>labels</strong> (String): A label or category for the customer (e.g., \"premium\").</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"customers\": [\n    {\n      \"firstName\": \"Alice\",\n      \"phoneNumber\": [\"+1234567890\"],\n      \"isAnonymous\": false,\n      \"email\": [\"alice@example.com\"],\n      \"labels\": \"premium\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response will return a JSON object containing the results of the bulk creation operation. The structure of the response includes:</p>\n<ul>\n<li><p><strong>insertedCount</strong> (Integer): The number of customers successfully inserted.</p>\n</li>\n<li><p><strong>rejectedCount</strong> (Integer): The number of customers that were rejected.</p>\n</li>\n<li><p><strong>rejectedCustomers</strong> (Array of Objects): A list of customers that were not created, including the reason for rejection. Each rejected customer object contains:</p>\n<ul>\n<li><p><strong>customer</strong> (Object): The details of the rejected customer.</p>\n</li>\n<li><p><strong>reason</strong> (String): The reason why the customer was rejected.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"insertedCount\": 0,\n  \"rejectedCount\": 0,\n  \"rejectedCustomers\": [\n    {\n      \"customer\": {\n        \"firstName\": \"\",\n        \"web\": \"\",\n        \"isAnonymous\": true,\n        \"facebook\": [\"\"],\n        \"telegram\": [\"\"]\n      },\n      \"reason\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the customer data provided is valid to minimize rejection rates.</p>\n</li>\n<li><p>The response will help you identify any issues with specific customer entries, allowing for easier troubleshooting.</p>\n</li>\n</ul>\n","urlObject":{"path":["bulkCustomers"],"host":["https://cim.expertflow.com/cim-customer/"],"query":[],"variable":[]}},"response":[{"id":"2904ff7a-f204-41b3-ad26-773aee76c0bf","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"customers\": [\r\n    {\r\n      \"firstName\": \"Alice\",\r\n      \"phoneNumber\": [\"+1234567890\"],\r\n      \"isAnonymous\": false,\r\n      \"email\": [\"alice@example.com\"],\r\n      \"labels\": \"premium\"\r\n    },\r\n    {\r\n      \"firstName\": \"Bob\",\r\n      \"web\": \"bobsite.com\",\r\n      \"isAnonymous\": false,\r\n      \"facebook\": [\"bob.fb\"],\r\n      \"telegram\": [\"bob_telegram\"]\r\n    },\r\n    {\r\n      \"isAnonymous\": false,\r\n      \"voice\": [\"+1987654321\"],\r\n      \"linkedin\": [\"charlie_in\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Diana\",\r\n      \"isAnonymous\": false,\r\n      \"viber\": [\"diana_viber\"],\r\n      \"youtube\": [\"dianaYT\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Ethan\",\r\n      \"isAnonymous\": false,\r\n      \"instagram\": [\"ethan.ig\"],\r\n      \"twitter\": [\"@ethan_tw\"],\r\n      \"email\": [\"ethan@mail.com\"]\r\n    },\r\n    {\r\n      \"firstName\": \"Fiona\",\r\n      \"isAnonymous\": false,\r\n      \"labels\": \"newsletter\",\r\n      \"phoneNumber\": [\"+1122334455\"],\r\n      \"telegram\": [\"fiona_tg\"]\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://cim.expertflow.com/cim-customer//bulkCustomers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 22 Apr 2025 07:53:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"correlationId","value":"158173f4-b986-44d4-8dbc-df643f5b69b5"},{"key":"ETag","value":"W/\"183-NC6kbqENVAWygnKVxem/lijR/us\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"insertedCount\": 4,\n    \"rejectedCount\": 2,\n    \"rejectedCustomers\": [\n        {\n            \"customer\": {\n                \"firstName\": \"Bob\",\n                \"web\": \"bobsite.com\",\n                \"isAnonymous\": false,\n                \"facebook\": [\n                    \"bob.fb\"\n                ],\n                \"telegram\": [\n                    \"bob_telegram\"\n                ]\n            },\n            \"reason\": \"Invalid Value Format For Web attribute, expected an Array\"\n        },\n        {\n            \"customer\": {\n                \"isAnonymous\": false,\n                \"voice\": [\n                    \"+1987654321\"\n                ],\n                \"linkedin\": [\n                    \"charlie_in\"\n                ]\n            },\n            \"reason\": \"Value required For First Name attribute\"\n        }\n    ]\n}"}],"_postman_id":"ea34a5f9-eaf8-47d7-86a8-947f88c75614"}],"id":"90be4209-43db-40d8-86c0-325b40adbad7","description":"<p>This API accepts an array of customer objects, validates each record, and saves the valid entries into the database. The response includes summary statistics (total processed, saved, and rejected) along with details of any rejected records for review and correction.</p>\n","_postman_id":"90be4209-43db-40d8-86c0-325b40adbad7"}],"id":"795c2fc6-e1f4-4c9d-bd7e-2fa88078c467","description":"<p>Bulk Customer Upload enables the easy import of multiple customer records simultaneously by uploading a CSV file. Map your file’s columns to the correct fields, review the data, and confirm the upload — saving time and reducing manual entry.</p>\n<p>This collection contains endpoints for uploading and processing customer records in bulk. It supports file upload (CSV), field mapping, validation, and import operations, enabling efficient onboarding of multiple customers in a single request.</p>\n","_postman_id":"795c2fc6-e1f4-4c9d-bd7e-2fa88078c467"},{"name":"CX Tenant","item":[{"name":"Get all tenants","id":"5b2f227e-081e-4b6d-aa6f-5af74ebbb7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"/tenant","description":"<p>Fetch all the registered tenants.</p>\n","urlObject":{"path":["tenant"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"25832929-05d0-43f8-8738-437410e8697a","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://cim-dev.expertflow.com/cx-tenant/tenant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:09:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"9bc-5i2Qh1MjAd71IDQvXBGD3JIljy8\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"67ab3b4b839530b90ebc57f8\",\n        \"tenantName\": \"cim-dev3\",\n        \"tenantCode\": \"002\",\n        \"tenantSettings\": {\n            \"keyCloak\": {\n                \"credentials\": {\n                    \"secret\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\"\n                },\n                \"realm\": \"expertflow\",\n                \"auth-server-url\": \"https://cim-dev3.expertflow.com/auth/\",\n                \"ef-server-url\": \"https://cim-dev3.expertflow.com/unified-admin/\",\n                \"ssl-required\": \"external\",\n                \"resource\": \"cim\",\n                \"verify-token-audience\": false,\n                \"use-resource-role-mappings\": true,\n                \"confidential-port\": 0,\n                \"CLIENT_ID\": \"cim\",\n                \"CLIENT_DB_ID\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\",\n                \"GRANT_TYPE\": \"password\",\n                \"GRANT_TYPE_PAT\": \"client_credentials\",\n                \"USERNAME_ADMIN\": \"admin\",\n                \"PASSWORD_ADMIN\": \"admin\",\n                \"SCOPE_NAME\": \"Any default scope\",\n                \"bearer-only\": true,\n                \"FINESSE_URL\": \"https://uccx12-5p.ucce.ipcc:8445\",\n                \"TWILIO_SID\": \"AC99cffb57f6d7e3c3da5f0f149ddc2b47\",\n                \"TWILIO_VERIFY_SID\": \"VA73622e86ae131799532a804ec9e230e3\",\n                \"TWILIO_AUTH_TOKEN\": \"31bea9d152d6c1dd053cd4a8481fc234\"\n            },\n            \"redis\": {\n                \"userName\": \"root\",\n                \"password\": \"Expertflow123\"\n            },\n            \"mongo\": {\n                \"userName\": \"root\",\n                \"password\": \"Expertflow123\"\n            },\n            \"domain\": \"cim-dev3.expertflow.com\",\n            \"subDomain\": \"cim-dev3\",\n            \"locale\": \"en\",\n            \"timeZone\": \"Asia/Karachi\"\n        },\n        \"status\": \"inActive\",\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"createdAt\": \"2025-02-11T11:58:03.775Z\",\n        \"updatedAt\": \"2025-02-11T11:58:03.775Z\",\n        \"__v\": 0\n    },\n    {\n        \"_id\": \"67ab3788839530b90ebc57f6\",\n        \"tenantName\": \"cim-dev\",\n        \"tenantCode\": \"001\",\n        \"tenantSettings\": {\n            \"keyCloak\": {\n                \"credentials\": {\n                    \"secret\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\"\n                },\n                \"realm\": \"expertflow\",\n                \"auth-server-url\": \"https://cim-dev.expertflow.com/auth/\",\n                \"ef-server-url\": \"https://cim-dev.expertflow.com/unified-admin/\",\n                \"ssl-required\": \"external\",\n                \"resource\": \"cim\",\n                \"verify-token-audience\": false,\n                \"use-resource-role-mappings\": true,\n                \"confidential-port\": 0,\n                \"CLIENT_ID\": \"cim\",\n                \"CLIENT_DB_ID\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\",\n                \"GRANT_TYPE\": \"password\",\n                \"GRANT_TYPE_PAT\": \"client_credentials\",\n                \"USERNAME_ADMIN\": \"admin\",\n                \"PASSWORD_ADMIN\": \"admin\",\n                \"SCOPE_NAME\": \"Any default scope\",\n                \"bearer-only\": true,\n                \"FINESSE_URL\": \"https://uccx12-5p.ucce.ipcc:8445\",\n                \"TWILIO_SID\": \"AC99cffb57f6d7e3c3da5f0f149ddc2b47\",\n                \"TWILIO_VERIFY_SID\": \"VA73622e86ae131799532a804ec9e230e3\",\n                \"TWILIO_AUTH_TOKEN\": \"31bea9d152d6c1dd053cd4a8481fc234\"\n            },\n            \"redis\": {\n                \"userName\": \"root\",\n                \"password\": \"Expertflow123\"\n            },\n            \"mongo\": {\n                \"userName\": \"root\",\n                \"password\": \"Expertflow123\"\n            },\n            \"domain\": \"cim-dev.expertflow.com\",\n            \"subDomain\": \"cim-dev\",\n            \"locale\": \"en\",\n            \"timeZone\": \"Asia/Karachi\"\n        },\n        \"status\": \"inActive\",\n        \"createdBy\": \"admin\",\n        \"updatedBy\": \"admin\",\n        \"createdAt\": \"2025-02-11T11:42:00.065Z\",\n        \"updatedAt\": \"2025-02-11T11:42:00.065Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"5b2f227e-081e-4b6d-aa6f-5af74ebbb7f1"},{"name":"Get Tenant by ID","id":"e675f199-dbbe-4b84-88ae-6d3ffbf403b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"/tenant/:id","description":"<p>Fetch tenant by tenant id.</p>\n","urlObject":{"path":["tenant",":id"],"host":[""],"query":[{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"mtt01","key":"id"}]}},"response":[{"id":"8b0053a6-14ec-4677-829a-81c8c1fcea60","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:09:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"9bc-5i2Qh1MjAd71IDQvXBGD3JIljy8\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"68ff27cce21fb2c2386f5dfe\",\n    \"tenantName\": \"mtt02\",\n    \"tenantId\": \"mtt02\",\n    \"tenantCode\": \"4045\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"credentials\": {\n                \"secret\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\"\n            },\n            \"realm\": \"mtt02\",\n            \"auth-server-url\": \"https://mtt02.expertflow.com/auth/\",\n            \"ef-server-url\": \"https://mtt02.expertflow.com/unified-admin/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\",\n            \"GRANT_TYPE\": \"password\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"admin\",\n            \"PASSWORD_ADMIN\": \"admin\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"\",\n            \"TWILIO_SID\": \"AC99cffb57f6d7e3c3da5f0f149ddc2b47\",\n            \"TWILIO_VERIFY_SID\": \"VA73622e86ae131799532a804ec9e230e3\",\n            \"TWILIO_AUTH_TOKEN\": \"31bea9d152d6c1dd053cd4a8481fc234\",\n            \"RSA_Server_URL\": \"\",\n            \"RSA_Client_Key\": \"\",\n            \"RSA_Client_ID\": \"\",\n            \"MASTER_USERNAME\": \"admin\",\n            \"MASTER_PASSWORD\": \"admin\"\n        },\n        \"redis\": {\n            \"userName\": \"mtt02\",\n            \"password\": \"Expertflow123\"\n        },\n        \"mongo\": {\n            \"userName\": \"mtt02\",\n            \"password\": \"Expertflow123\"\n        },\n        \"fqdn\": \"mtt02.expertflow.com\",\n        \"campaigns\": {\n            \"url\": \"http://mtt02-campaign-studio-svc.mtt02.svc:1880\",\n            \"username\": \"admin\",\n            \"password\": \"admin\"\n        },\n        \"surveys\": {\n            \"url\": \"http://cx-surveys-survey-studio-svc:1880\",\n            \"username\": \"admin\",\n            \"password\": \"admin\"\n        },\n        \"finesse\": {\n            \"url\": \"https://finesseurl\",\n            \"adminUser\": \"user\",\n            \"adminPass\": \"pass\"\n        },\n        \"dialer\": {\n            \"serviceIdentifier\": \"8224\",\n            \"maxConcurrentCalls\": \"5\",\n            \"maxCallTime\": \"60\",\n            \"callsPerSecond\": \"15\"\n        },\n        \"secureLink\": {\n            \"linkExpiryTime\": 30\n        }\n    },\n    \"status\": \"inActive\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"createdAt\": \"2025-10-27T08:05:32.032Z\",\n    \"updatedAt\": \"2025-10-27T08:05:32.032Z\",\n    \"__v\": 0\n}"},{"id":"923e0213-49fb-447a-9f6f-2824a0019ca6","name":"404 Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:13:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"3f-FkBtd2EbPrpIy1TVVQObkBrsOyE\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tenant not found with ID mtt01\"\n}"},{"id":"2bff994e-1f2e-43c3-a00b-2e7e7d9897e3","name":"500 Internal server error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:14:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"47-gCZTMKTEdjAiOZ7t6OpqWXV3LiE\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Error retrieving tenant with ID mtt01\"\n}"}],"_postman_id":"e675f199-dbbe-4b84-88ae-6d3ffbf403b8"},{"name":"Save new tenant","id":"39e2a5f2-540e-4d29-b852-2e715b170726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"tenant-id","value":"expertflow","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tenantName\": \"expertflow\",\r\n    \"tenantId\": \"expertflow\",\r\n    \"tenantCode\": \"13135\",\r\n    \"tenantSettings\": {\r\n        \"keyCloak\": {\r\n            \"credentials\": {\r\n                \"secret\": \"ef61df80-061c-4c29-b9ac-387e6bf67052\"\r\n            },\r\n            \"realm\": \"expertflow\",\r\n            \"auth-server-url\": \"http://keycloak.ef-external.svc/auth/\",\r\n            \"ef-server-url\": \"http://ef-cx-unified-admin-svc:3000/\",\r\n            \"ssl-required\": \"external\",\r\n            \"resource\": \"cim\",\r\n            \"verify-token-audience\": false,\r\n            \"use-resource-role-mappings\": true,\r\n            \"confidential-port\": 0,\r\n            \"CLIENT_ID\": \"cim\",\r\n            \"CLIENT_DB_ID\": \"*************************\",\r\n            \"GRANT_TYPE\": \"*************************\",\r\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\r\n            \"USERNAME_ADMIN\": \"*************************\",\r\n            \"PASSWORD_ADMIN\": \"*************************\",\r\n            \"SCOPE_NAME\": \"Any default scope\",\r\n            \"bearer-only\": true,\r\n            \"FINESSE_URL\": \"\",\r\n            \"TWILIO_SID\": \"*************************\",\r\n            \"TWILIO_VERIFY_SID\": \"*************************\",\r\n            \"TWILIO_AUTH_TOKEN\": \"*************************\",\r\n            \"RSA_Server_URL\": \"\",\r\n            \"RSA_Client_Key\": \"\",\r\n            \"RSA_Client_ID\": \"\",\r\n            \"MASTER_USERNAME\": \"admin\",\r\n            \"MASTER_PASSWORD\": \"admin\",\r\n            \"policy-enforcer\": {}\r\n        },\r\n        \"redis\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"Exper123\"\r\n        },\r\n        \"mongo\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"Exper123\"\r\n        },\r\n        \"fqdn\": \"efcx11.expertflow.com\",\r\n        \"campaigns\": {\r\n            \"url\": \"http://cx-campaigns-campaign-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"admin\"\r\n        },\r\n        \"surveys\": {\r\n            \"url\": \"http://cx-surveys-survey-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"admin\"\r\n        },\r\n        \"finesse\": {\r\n            \"url\": \"https://finesseurl\",\r\n            \"adminUser\": \"user\",\r\n            \"adminPass\": \"pass\"\r\n        },\r\n        \"dialer\": {\r\n            \"serviceIdentifier\": \"8224\",\r\n            \"maxConcurrentCalls\": \"5\",\r\n            \"maxCallTime\": \"60\",\r\n            \"callsPerSecond\": \"15\"\r\n        },\r\n        \"secureLink\": {\r\n            \"linkExpiryTime\": 30\r\n        },\r\n        \"mediaServer\": {\r\n            \"wssUrl\": \"wss://1.2.3.4:12345\",\r\n            \"domainManagerUrl\": \"http://1.2.3.4:8111/add-domain/\"\r\n        }\r\n    },\r\n    \"status\": \"inActive\",\r\n    \"createdBy\": \"admin\",\r\n    \"updatedBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/tenant","description":"<p>Create a new tenant.</p>\n","urlObject":{"path":["tenant"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"59f755fc-a3ab-4543-9717-332923278293","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tenantName\": \"expertflow\",\r\n    \"tenantId\": \"expertflow\",\r\n    \"tenantCode\": \"13135\",\r\n    \"tenantSettings\": {\r\n        \"keyCloak\": {\r\n            \"credentials\": {\r\n                \"secret\": \"*************************\"\r\n            },\r\n            \"realm\": \"expertflow\",\r\n            \"auth-server-url\": \"http://keycloak.ef-external.svc/auth/\",\r\n            \"ef-server-url\": \"http://ef-cx-unified-admin-svc:3000/\",\r\n            \"ssl-required\": \"external\",\r\n            \"resource\": \"cim\",\r\n            \"verify-token-audience\": false,\r\n            \"use-resource-role-mappings\": true,\r\n            \"confidential-port\": 0,\r\n            \"CLIENT_ID\": \"cim\",\r\n            \"CLIENT_DB_ID\": \"*************************\",\r\n            \"GRANT_TYPE\": \"password\",\r\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\r\n            \"USERNAME_ADMIN\": \"*************************\",\r\n            \"PASSWORD_ADMIN\": \"*************************\",\r\n            \"SCOPE_NAME\": \"Any default scope\",\r\n            \"bearer-only\": true,\r\n            \"FINESSE_URL\": \"\",\r\n            \"TWILIO_SID\": \"*************************\",\r\n            \"TWILIO_VERIFY_SID\": \"*************************\",\r\n            \"TWILIO_AUTH_TOKEN\": \"*************************\",\r\n            \"RSA_Server_URL\": \"\",\r\n            \"RSA_Client_Key\": \"\",\r\n            \"RSA_Client_ID\": \"\",\r\n            \"MASTER_USERNAME\": \"*************************\",\r\n            \"MASTER_PASSWORD\": \"*************************\",\r\n            \"policy-enforcer\": {}\r\n        },\r\n        \"redis\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"mongo\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"fqdn\": \"efcx-dev2.expertflow.com\",\r\n        \"campaigns\": {\r\n            \"url\": \"http://cx-campaigns-campaign-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"surveys\": {\r\n            \"url\": \"http://cx-surveys-survey-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"finesse\": {\r\n            \"url\": \"https://finesseurl\",\r\n            \"adminUser\": \"user\",\r\n            \"adminPass\": \"*************************\"\r\n        },\r\n        \"dialer\": {\r\n            \"serviceIdentifier\": \"8224\",\r\n            \"maxConcurrentCalls\": \"5\",\r\n            \"maxCallTime\": \"60\",\r\n            \"callsPerSecond\": \"15\"\r\n        },\r\n        \"secureLink\": {\r\n            \"linkExpiryTime\": 30\r\n        },\r\n        \"mediaServer\": {\r\n            \"wssUrl\": \"wss://1.2.3.4:7443\",\r\n            \"domainManagerUrl\": \"http://1.2.3.4:8110/add-domain/\"\r\n        }\r\n    },\r\n    \"status\": \"inActive\",\r\n    \"createdBy\": \"admin\",\r\n    \"updatedBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/cx-tenant/tenant"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:25:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1242"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4da-7fY0iXOe0uJmcuYCaYJORk3CgkQ\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenantName\": \"cim-dev\",\n    \"tenantCode\": \"005\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"realm\": \"expertflow\",\n            \"auth-server-url\": \"http://keycloak.ef-external.svc/auth/\",\n            \"ef-server-url\": \"http://ef-cx-unified-admin-svc:3000/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"credentials\": {\n                \"secret\": \"*************************\"\n            },\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"*************************\",\n            \"GRANT_TYPE\": \"*************************\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"*************************\",\n            \"PASSWORD_ADMIN\": \"*************************\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"https://uccx12-5p.ucce.ipcc:8445\",\n            \"TWILIO_SID\": \"*************************\",\n            \"TWILIO_VERIFY_SID\": \"*************************\",\n            \"TWILIO_AUTH_TOKEN\": \"*************************\"\n        },\n        \"redis\": {\n            \"userName\": \"root\",\n            \"password\": \"Expertflow123\"\n        },\n        \"mongo\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"domain\": \"dev.expertflow.com\",\n        \"subDomain\": \"dev\",\n        \"locale\": \"en\",\n        \"timeZone\": \"Asia/Karachi\"\n    },\n    \"status\": \"inActive\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"_id\": \"67ab79ec839530b90ebc580e\",\n    \"createdAt\": \"2025-02-11T16:25:16.153Z\",\n    \"updatedAt\": \"2025-02-11T16:25:16.153Z\",\n    \"__v\": 0\n}"},{"id":"2d39f124-a367-443f-9d66-5a6261a2a30e","name":"Save tenant with 2FA enabled","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tenantName\": \"expertflow\",\r\n    \"tenantId\": \"expertflow\",\r\n    \"tenantCode\": \"13135\",\r\n    \"tenantSettings\": {\r\n        \"keyCloak\": {\r\n            \"credentials\": {\r\n                \"secret\": \"*************************\"\r\n            },\r\n            \"realm\": \"expertflow\",\r\n            \"auth-server-url\": \"http://keycloak.ef-external.svc/auth/\",\r\n            \"ef-server-url\": \"http://ef-cx-unified-admin-svc:3000/\",\r\n            \"Otp_Manager_Url\": \"http://ef-cx-otp-manager-svc:3000/\",\r\n            \"ssl-required\": \"external\",\r\n            \"resource\": \"cim\",\r\n            \"verify-token-audience\": false,\r\n            \"use-resource-role-mappings\": true,\r\n            \"confidential-port\": 0,\r\n            \"CLIENT_ID\": \"cim\",\r\n            \"CLIENT_DB_ID\": \"*************************\",\r\n            \"GRANT_TYPE\": \"*************************\",\r\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\r\n            \"USERNAME_ADMIN\": \"*************************\",\r\n            \"PASSWORD_ADMIN\": \"*************************\",\r\n            \"SCOPE_NAME\": \"Any default scope\",\r\n            \"bearer-only\": true,\r\n            \"FINESSE_URL\": \"\",\r\n            \"TWILIO_SID\": \"*************************\",\r\n            \"TWILIO_VERIFY_SID\": \"*************************\",\r\n            \"TWILIO_AUTH_TOKEN\": \"*************************\",\r\n            \"RSA_Server_URL\": \"\",\r\n            \"RSA_Client_Key\": \"\",\r\n            \"RSA_Client_ID\": \"\",\r\n            \"MASTER_USERNAME\": \"*************************\",\r\n            \"MASTER_PASSWORD\": \"*************************\",\r\n            \"policy-enforcer\": {}\r\n        },\r\n        \"redis\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"mongo\": {\r\n            \"userName\": \"expertflow\",\r\n            \"password\": \"*************************\"\r\n        },\r\n        \"fqdn\": \"dev.expertflow.com\",\r\n        \"campaigns\": {\r\n            \"url\": \"http://cx-campaigns-campaign-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"admin\"\r\n        },\r\n        \"surveys\": {\r\n            \"url\": \"http://cx-surveys-survey-studio-svc:1880\",\r\n            \"username\": \"admin\",\r\n            \"password\": \"admin\"\r\n        },\r\n        \"finesse\": {\r\n            \"url\": \"https://finesseurl\",\r\n            \"adminUser\": \"user\",\r\n            \"adminPass\": \"pass\"\r\n        },\r\n        \"dialer\": {\r\n            \"serviceIdentifier\": \"8224\",\r\n            \"maxConcurrentCalls\": \"5\",\r\n            \"maxCallTime\": \"60\",\r\n            \"callsPerSecond\": \"15\"\r\n        },\r\n        \"secureLink\": {\r\n            \"linkExpiryTime\": 30\r\n        },\r\n        \"mediaServer\": {\r\n            \"wssUrl\": \"wss://1.2.3.4:7443\",\r\n            \"domainManagerUrl\": \"http://1.2.3.4:8000/add-domain/\"\r\n        },\r\n        \"twoFAConfigs\": {\r\n            \"is2FAEnabled\": true,\r\n            \"channelType\": \"EMAIL\",\r\n            \"channelServiceIdentifier\": \"*************************@gmail.com\",\r\n            \"otpExpiry\": 60,\r\n            \"otpMaxAttempts\": 3\r\n        }\r\n    },\r\n    \"status\": \"inActive\",\r\n    \"createdBy\": \"admin\",\r\n    \"updatedBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://cim-dev.expertflow.com/cx-tenant/tenant"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:25:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1242"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4da-7fY0iXOe0uJmcuYCaYJORk3CgkQ\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"tenantName\": \"cim-dev\",\n    \"tenantCode\": \"005\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"realm\": \"expertflow\",\n            \"auth-server-url\": \"http://keycloak.ef-external.svc/auth/\",\n            \"ef-server-url\": \"http://ef-cx-unified-admin-svc:3000/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"credentials\": {\n                \"secret\": \"*************************\"\n            },\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"*************************\",\n            \"GRANT_TYPE\": \"*************************\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"*************************\",\n            \"PASSWORD_ADMIN\": \"*************************\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"*************************:8445\",\n            \"TWILIO_SID\": \"*************************\",\n            \"TWILIO_VERIFY_SID\": \"*************************\",\n            \"TWILIO_AUTH_TOKEN\": \"*************************\"\n        },\n        \"redis\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"mongo\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"domain\": \"dev.expertflow.com\",\n        \"subDomain\": \"dev\",\n        \"locale\": \"en\",\n        \"timeZone\": \"Asia/Karachi\"\n    },\n    \"status\": \"inActive\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"_id\": \"67ab79ec839530b90ebc580e\",\n    \"createdAt\": \"2025-02-11T16:25:16.153Z\",\n    \"updatedAt\": \"2025-02-11T16:25:16.153Z\",\n    \"__v\": 0\n}"}],"_postman_id":"39e2a5f2-540e-4d29-b852-2e715b170726"},{"name":"Delete tenant by Id","id":"c5d71416-e850-4224-8784-fa4e6f39ab81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"/tenant/:id","description":"<p>Delete a tenant by tenant id.</p>\n","urlObject":{"path":["tenant",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"expertflow","key":"id"}]}},"response":[{"id":"3aff6744-729e-4731-992d-987321c9aec7","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:25:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2a-ECeM8tYGCM7aUszUQv2nvwfoGUs\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-XSS-Protection","value":": 1; mode=block"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tenant deleted successfully.\"\n}"},{"id":"afcce779-4d96-4483-aa9e-00f5a7d1b619","name":"404 Not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:22:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"3f-fxn43YXyhTxfUY+wK5qjm52SnbY\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tenant not found with ID mtt01\"\n}"},{"id":"e564e5c4-ef9e-4399-a9cc-d1f48e5589b9","name":"500 Internal Server Error","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:24:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"45-wALwhlwSaUb27UxPwONUB0sECNU\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Could not delete tenant with ID mtt01\"\n}"}],"_postman_id":"c5d71416-e850-4224-8784-fa4e6f39ab81"},{"name":"Update tenant by tenantId","id":"e4bb0131-b740-473c-9165-351c24a3c324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tenantSettings\": {\r\n        \"twoFAConfigs\": {\r\n            \"is2FAEnabled\": true,\r\n            \"channelType\": \"EMAIL\",\r\n            \"channelServiceIdentifier\": \"*************************@gmail.com\",\r\n            \"otpExpiry\": 120,\r\n            \"otpMaxAttempts\": 5\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/tenant/:id","description":"<p>Update a tenant by tenant id.</p>\n","urlObject":{"path":["tenant",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"mtt01","key":"id"}]}},"response":[{"id":"f6864f10-95b8-44e8-8696-66105f9177d4","name":"update 2FA Configs","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tenantSettings\": {\r\n        \"keyCloak\": {\r\n            \"Otp_Manager_Url\": \"http://ef-cx-otp-manager-svc:3000/\"\r\n        },\r\n        \"twoFAConfigs\": {\r\n            \"is2FAEnabled\": true,\r\n            \"channelType\": \"EMAIL\",\r\n            \"channelServiceIdentifier\": \"nasirkhan36616@gmail.com\",\r\n            \"otpExpiry\": 60,\r\n            \"otpMaxAttempts\": 3\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"expertflow"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:28:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4e2-Vi8kqsBAzbuCqw92psW9TzWXtDU\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67ab7a36839530b90ebc5811\",\n    \"tenantName\": \"cim-dev-Updated\",\n    \"tenantCode\": \"009\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"credentials\": {\n                \"secret\": \"*************************\"\n            },\n            \"realm\": \"expertflow\",\n            \"auth-server-url\": \"https://cim-dev.expertflow.com/auth/\",\n            \"ef-server-url\": \"https://cim-dev.expertflow.com/unified-admin/\",\n            \"Otp_Manager_Url\": \"http://ef-cx-otp-manager-svc:3000/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"*************************\",\n            \"GRANT_TYPE\": \"*************************\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"*************************\",\n            \"PASSWORD_ADMIN\": \"*************************\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"https://uccx12-5p.ucce.ipcc:8445\",\n            \"TWILIO_SID\": \"*************************\",\n            \"TWILIO_VERIFY_SID\": \"*************************\",\n            \"TWILIO_AUTH_TOKEN\": \"*************************\"\n        },\n        \"redis\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"mongo\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"domain\": \"dev.expertflow.com\",\n        \"subDomain\": \"dev\",\n        \"locale\": \"en\",\n        \"timeZone\": \"Asia/Karachi\"\n    },\n    \"status\": \"inActive\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"createdAt\": \"2025-02-11T16:26:30.222Z\",\n    \"updatedAt\": \"2025-02-11T16:28:33.286Z\",\n    \"__v\": 0\n}"},{"id":"73e0247d-0f72-4f59-99b0-f601fdc892f2","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tenantName\": \"cim-dev-Updated\",\r\n  \"tenantCode\": \"009\",\r\n  \"tenantSettings\": {\r\n    \"keyCloak\": {\r\n        \"realm\": \"expertflow\",\r\n        \"auth-server-url\": \"https://cim-dev.expertflow.com/auth/\",\r\n        \"ef-server-url\": \"https://cim-dev.expertflow.com/unified-admin/\",\r\n        \"ssl-required\": \"external\",\r\n        \"resource\": \"cim\",\r\n        \"verify-token-audience\": false,\r\n        \"credentials\": {\r\n            \"secret\": \"*************************\"\r\n        },\r\n        \"use-resource-role-mappings\": true,\r\n        \"confidential-port\": 0,\r\n        \"policy-enforcer\": {},\r\n        \"CLIENT_ID\": \"cim\",\r\n        \"CLIENT_DB_ID\": \"*************************\",\r\n        \"GRANT_TYPE\": \"*************************\",\r\n        \"GRANT_TYPE_PAT\": \"client_credentials\",\r\n        \"USERNAME_ADMIN\": \"*************************\",\r\n        \"PASSWORD_ADMIN\": \"*************************\",\r\n        \"SCOPE_NAME\": \"Any default scope\",\r\n        \"bearer-only\": true,\r\n        \"FINESSE_URL\": \"https://*************************:8445\",\r\n        \"TWILIO_SID\": \"*************************\",\r\n        \"TWILIO_VERIFY_SID\": \"*************************\",\r\n        \"TWILIO_AUTH_TOKEN\": \"*************************\"\r\n        },\r\n    \"redis\": {\r\n      \"userName\": \"root\",\r\n      \"password\": \"*************************\"\r\n    },\r\n    \"mongo\": {\r\n      \"userName\": \"root\",\r\n      \"password\": \"*************************\"\r\n    },\r\n    \"domain\": \"dev.expertflow.com\",\r\n    \"subDomain\": \"dev\",\r\n    \"locale\": \"en\",\r\n    \"timeZone\": \"Asia/Karachi\"\r\n  },\r\n  \"status\": \"inActive\",\r\n  \"createdBy\": \"admin\",\r\n  \"updatedBy\": \"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"expertflow"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:28:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4e2-Vi8kqsBAzbuCqw92psW9TzWXtDU\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67ab7a36839530b90ebc5811\",\n    \"tenantName\": \"cim-dev-Updated\",\n    \"tenantCode\": \"009\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"credentials\": {\n                \"secret\": \"*************************\"\n            },\n            \"realm\": \"expertflow\",\n            \"auth-server-url\": \"https://cim-dev.expertflow.com/auth/\",\n            \"ef-server-url\": \"https://cim-dev.expertflow.com/unified-admin/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"*************************\",\n            \"GRANT_TYPE\": \"*************************\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"*************************\",\n            \"PASSWORD_ADMIN\": \"*************************\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"https://*************************:8445\",\n            \"TWILIO_SID\": \"*************************\",\n            \"TWILIO_VERIFY_SID\": \"*************************\",\n            \"TWILIO_AUTH_TOKEN\": \"*************************\"\n        },\n        \"redis\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"mongo\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"domain\": \"dev.expertflow.com\",\n        \"subDomain\": \"dev\",\n        \"locale\": \"en\",\n        \"timeZone\": \"Asia/Karachi\"\n    },\n    \"status\": \"inActive\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"createdAt\": \"2025-02-11T16:26:30.222Z\",\n    \"updatedAt\": \"2025-02-11T16:28:33.286Z\",\n    \"__v\": 0\n}"},{"id":"b5619cfc-cf76-44fc-9477-3aadba54ebb5","name":"Success example 2","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tenantName\": \"cim-dev-Updated-2\",\r\n  \"tenantCode\": \"019\",\r\n  \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"cim-dev-Updated-2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:32:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"4e2-ueCvwEv5UR3q7aH+bmoa5W7TdJo\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":": 1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"67ab7a36839530b90ebc5811\",\n    \"tenantName\": \"cim-dev-Updated-2\",\n    \"tenantCode\": \"019\",\n    \"tenantSettings\": {\n        \"keyCloak\": {\n            \"credentials\": {\n                \"secret\": \"*************************\"\n            },\n            \"realm\": \"expertflow\",\n            \"auth-server-url\": \"https://cim-dev.expertflow.com/auth/\",\n            \"ef-server-url\": \"https://cim-dev.expertflow.com/unified-admin/\",\n            \"ssl-required\": \"external\",\n            \"resource\": \"cim\",\n            \"verify-token-audience\": false,\n            \"use-resource-role-mappings\": true,\n            \"confidential-port\": 0,\n            \"CLIENT_ID\": \"cim\",\n            \"CLIENT_DB_ID\": \"*************************\",\n            \"GRANT_TYPE\": \"*************************\",\n            \"GRANT_TYPE_PAT\": \"client_credentials\",\n            \"USERNAME_ADMIN\": \"*************************\",\n            \"PASSWORD_ADMIN\": \"*************************\",\n            \"SCOPE_NAME\": \"Any default scope\",\n            \"bearer-only\": true,\n            \"FINESSE_URL\": \"https://*************************:8445\",\n            \"TWILIO_SID\": \"*************************\",\n            \"TWILIO_VERIFY_SID\": \"*************************\",\n            \"TWILIO_AUTH_TOKEN\": \"*************************\"\n        },\n        \"redis\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"mongo\": {\n            \"userName\": \"root\",\n            \"password\": \"*************************\"\n        },\n        \"domain\": \"dev.expertflow.com\",\n        \"subDomain\": \"dev\",\n        \"locale\": \"en\",\n        \"timeZone\": \"Asia/Karachi\"\n    },\n    \"status\": \"active\",\n    \"createdBy\": \"admin\",\n    \"updatedBy\": \"admin\",\n    \"createdAt\": \"2025-02-11T16:26:30.222Z\",\n    \"updatedAt\": \"2025-02-11T16:32:46.874Z\",\n    \"__v\": 0\n}"},{"id":"c55805d3-b846-492f-99a3-fd9ad2999b93","name":"400 Not found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tenantName\": \"cim-dev-Updated-2\",\r\n  \"tenantCode\": \"019\",\r\n  \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:33:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"3f-15H/7TJUPg49huC/XJbemRXT1Yw\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tenant not found with ID mtt01\"\n}"},{"id":"865bf427-64c1-4977-973d-6dc1ad0e3558","name":"500 Internal server error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tenantName\": \"cim-dev-Updated-2\",\r\n  \"tenantCode\": \"019\",\r\n  \"status\": \"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://cim-dev.expertflow.com/cx-tenant/tenant/:id","protocol":"https","host":["cim-dev","expertflow","com"],"path":["cx-tenant","tenant",":id"],"variable":[{"key":"id","value":"mtt01"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.20.1"},{"key":"Date","value":"Tue, 11 Feb 2025 16:33:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"43-BlcDhsWi3cB4X0OPcCAFjFnKyMg\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Error updating tenant with ID mtt01\"\n}"}],"_postman_id":"e4bb0131-b740-473c-9165-351c24a3c324"}],"id":"037c3f29-a7cb-409f-9e45-107a0b59cae6","description":"<p>CX Tenant management service</p>\n","_postman_id":"037c3f29-a7cb-409f-9e45-107a0b59cae6"}],"variable":[{"key":"base-url","value":"https://cim-dev.expertflow.com"},{"key":"cim_customer_url","value":"https://cim.expertflow.com/cim-customer/"},{"key":"QM_BACKEND_URL","value":"","type":"default"},{"key":"cx-tenant-fqdn","value":"","type":"default"}]}