{"info":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","description":"<html><head></head><body><ol>\n<li>Create an Access Token from your Teramind dashboard: <b>Administrator menu → Access Tokens</b>.</li>\n<li>Pass an obtained token to <code>x-access-token</code> request header to make authorized calls.</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12825404","collectionId":"c55577b6-eee0-41cf-b5d5-058bf1c514da","publishedId":"TW74jRAB","public":true,"customColor":{"top-bar":"000000","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-01T13:38:15.000Z"},"item":[{"name":"Activities","item":[{"name":"Get aggregated activities","id":"4dc4a2b3-aad9-462e-b5ed-19d493437f7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/activity/aggregated?from=2021-01-01&to=2021-08-01","description":"<p>Get unordered grouped by date and agent activities data.</p>\n<p><strong>GET request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>from</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Period start, inclusive (ISO date: YYYY-MM-DD)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>to</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Period end, inclusive (ISO date: YYYY-MM-DD)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agents <code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>List of comma separated agent ids</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>departments <code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>List of comma separated department ids</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>total</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event total count</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>idle</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event idle count</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event agent id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>app</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event app param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>classify</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity event classify param</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","activity","aggregated"],"host":["{{teramind_instance}}"],"query":[{"key":"from","value":"2021-01-01"},{"key":"to","value":"2021-08-01"}],"variable":[]}},"response":[{"id":"940acb77-9134-4bcd-b7dc-6d367606864e","name":"Get aggregated activities","originalRequest":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/activity/aggregated"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2021-02-01\",\n        \"total\": 55,\n        \"idle\": 0,\n        \"agent_id\": 3,\n        \"name\": \"www.teramind.co\",\n        \"app\": false,\n        \"classify\": 0\n    },\n    /***/\n]"}],"_postman_id":"4dc4a2b3-aad9-462e-b5ed-19d493437f7c"},{"name":"Get email activity info","id":"8a124d01-a610-4c2f-a5ff-e3a382891031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/activity/email/:id/info","description":"<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> mon_mail_id </td>\n<td> string </td>\n<td>email activity id, shiuld be equal to path parameter id</td>\n</tr>\n\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>agent id</td>\n</tr>\n\n<tr>\n<td>computer_id</td>\n<td>number</td>\n<td>computer id</td>\n</tr>\n<tr>\n<td>mail_type</td>\n<td>number</td>\n<td>mail direction, 0 - outgoing, 1 - incoming</td>\n</tr>\n\n<tr>\n<td>from_address</td>\n<td>string</td>\n<td>from email envelope: \"From\"</td>\n</tr>\n\n<tr>\n<td>to_addresses</td>\n<td>string</td>\n<td>from email envelope: \"To\"</td>\n</tr>\n\n<tr>\n<td>cc_addresses</td>\n<td>string</td>\n<td>from email envelope: \"Cc\" and \"Bcc\"</td>\n</tr>\n\n<tr>\n<td>mail_subject</td>\n<td>string</td>\n<td>mail subject</td>\n</tr>\n\n<tr>\n<td>mail_client</td>\n<td>string</td>\n<td>mail client</td>\n</tr>\n\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>capture timestamp (ISO datetime format)</td>\n</tr>\n\n<tr>\n<td>mail_date</td>\n<td>string</td>\n<td>email datetime (ISO datetime format)</td>\n</tr>\n\n<tr>\n<td>attach_token</td>\n<td>string</td>\n<td>attachment token</td>\n</tr>\n\n<tr>\n<td>attachments</td>\n<td>array</td>\n<td>attachments info</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","activity","email",":id","info"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"b68a37f9-a9d1-41ac-a16d-e82d1035566c","type":"any","value":null,"key":"id"}]}},"response":[{"id":"7e8e599e-a271-459d-9100-9cb6981707bd","name":"Get email activity info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{teramind_instance}}/tm-api/activity/email/:id/info","protocol":"https","host":["{{teramind_instance}}"],"path":["tm-api","activity","email",":id","info"],"variable":[{"key":"id","value":"1","description":"email activity id"}]}},"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8a124d01-a610-4c2f-a5ff-e3a382891031"},{"name":"Get content for email activity by id (html document)","id":"557425ec-2ce2-4523-acd3-e987b8cd3579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/activity/email/:id/body-html-document","description":"<p>Response will return content of email body inside <em>html-&gt;body</em> element</p>\n\n<p>Response content-type should be text/html</p>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","activity","email",":id","body-html-document"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"a6d43d68-63db-40fb-9532-1e1e1340f9b6","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"557425ec-2ce2-4523-acd3-e987b8cd3579"},{"name":"Get content for email activity by id","id":"09485d3f-a58a-417f-adc4-73ad70f307c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/activity/email/:id/body","description":"<p><strong>Responce parameters</strong></p>\n<table><tbody>\n<tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr>\n<tr><td>body</td><td>string</td><td>email message body as string. Not escaped and can contain not safe html tags like &lt;script&gt; or other not safe content</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","activity","email",":id","body"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"104b0079-7816-4cf9-9c14-af34365f0b3f","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"09485d3f-a58a-417f-adc4-73ad70f307c9"}],"id":"c8b02333-93ab-45b6-9809-2ca087e6a9a2","_postman_id":"c8b02333-93ab-45b6-9809-2ca087e6a9a2","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Agent","item":[{"name":"Create Agent","id":"08b3c4aa-9fa4-4ea4-953a-7d087a32a897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"flags\":64,\n    \"rate\":1,\n    \"role\":\"0\",\n    \"department_id\":0,\n    \"salary_type\":\"0\",\n    \"name\":\"No name\",\n    \"deleted\":null,\n    \"__loaded\":true,\n    \"tracking_profile_id\":1,\n    \"first_name\":\"First\",\n    \"last_name\":\"Last\",\n    \"email_address\":\"test2@email.com\",\n    \"default_wage\":null,\n    \"yearly_wage\":null,\n    \"default_task_id\":0,\n    \"send_email\":0,\n    \"password\":\"qweqwe\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/agent","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>flags</td>\n<td><i> number </i></td>\n<td>Agent flag</td>\n</tr>\n<tr>\n<td>rate</td>\n<td><i>number</i></td>\n<td>Agent rate</td>\n</tr>\n<tr>\n<td>role</td>\n<td><i>string</i></td>\n<td>Agent role\n0 - Employee\n1 - Administrator\n3 - Operational Admin\n5 - Infrastructure Admin\n</td>\n</tr>\n<tr>\n<td>department_id</td>\n<td><i> number </i></td>\n<td>Agent's department id</td>\n</tr>\n<tr>\n<td>salary_type</td>\n<td><i> string </i></td>\n<td>Agent's salary type</td>\n</tr>\n<tr>\n<td>name</td>\n<td><i> string </i></td>\n<td>Agent's name</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td><i> number </i></td>\n<td>Agent's deleted param</td>\n</tr>\n<tr>\n<td>__loaded</td>\n<td><i> boolean </i></td>\n<td>Agent's loaded param</td>\n</tr>\n<tr>\n<td>tracking_profile_id</td>\n<td><i> number </i></td>\n<td>Agent's tracking profile id</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><i> string </i></td>\n<td>Agent's first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><i> string </i></td>\n<td>Agent's last name</td>\n</tr>\n<tr>\n<td>email_Address</td>\n<td><i> string </i></td>\n<td>Agent's email address</td>\n</tr>\n<tr>\n<td>default_wage</td>\n<td><i> number </i></td>\n<td>Agent's default wage</td>\n</tr>\n<tr>\n<td>yearly_wage</td>\n<td><i> number </i></td>\n<td>Agent's yearly wage</td>\n</tr>\n<tr>\n<td>default_task_id</td>\n<td><i> number </i></td>\n<td>Agent's default task id</td>\n</tr>\n<tr>\n<td>send_email</td>\n<td><i> number </i></td>\n<td>Agent's send email param</td>\n</tr>\n<tr>\n<td>password</td>\n<td><i> string </i></td>\n<td>Agent's password</td>\n</tr>\n</table>\n\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>agent_id</td>\n<td><i> number </i></td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td><i> number </i></td>\n<td>Agent account id</td>\n</tr>\n<tr>\n<td>email</td>\n<td><i> string </i></td>\n<td>Agent email address</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td><i> string </i></td>\n<td>Agent email address</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><i> string </i></td>\n<td>Agent first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><i> string </i></td>\n<td>Agent last name</td>\n</tr>\n<tr>\n<td>salary_type</td>\n<td><i> string </i></td>\n<td>Agent salary type</td>\n</tr>\n<tr>\n<td>default_wage</td>\n<td><i> number </i></td>\n<td>Agent default wage</td>\n</tr>\n<tr>\n<td>yearly_wage</td>\n<td><i> number </i></td>\n<td>Agent yearly wage</td>\n</tr>\n<tr>\n<td>department_id</td>\n<td><i> number </i></td>\n<td>Agent department id</td>\n</tr>\n<tr>\n<td>role</td>\n<td><i> number </i></td>\n<td>Agent role</td>\n</tr>\n<tr>\n<td>flags</td>\n<td><i> number </i></td>\n<td>Agent flags</td>\n</tr>\n<tr>\n<td>position_id</td>\n<td><i> number </i></td>\n<td>Agent position id</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td><i> number </i></td>\n<td>Agent deleted param</td>\n</tr>\n<tr>\n<td>schedule_template_id</td>\n<td><i> number </i></td>\n<td>Agent schedule template id</td>\n</tr>\n<tr>\n<td>time_created</td>\n<td><i> string </i></td>\n<td>Agent date and time created</td>\n</tr>\n<tr>\n<td>default_agent_dashboard_id</td>\n<td><i> number </i></td>\n<td>Agent default dashboard id</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td><i> string </i></td>\n<td>Agent telephone number</td>\n</tr>\n<tr>\n<td>emergency_phone</td>\n<td><i> string </i></td>\n<td>Agent emergency phone number</td>\n</tr>\n<tr>\n<td>notes</td>\n<td><i> string </i></td>\n<td>Agent notes</td>\n</tr>\n<tr>\n<td>address</td>\n<td><i> string </i></td>\n<td>Agent address</td>\n</tr>\n<tr>\n<td>tracking_profile_id</td>\n<td><i> number </i></td>\n<td>Agent tracking profile id</td>\n</tr>\n<tr>\n<td>language</td>\n<td><i> string </i></td>\n<td>Agent language</td>\n</tr>\n<tr>\n<td>tfa_enabled</td>\n<td><i> boolean </i></td>\n<td>Agent 2 factor auth param</td>\n</tr>\n<tr>\n<td>position</td>\n<td><i> number </i></td>\n<td>Agent position</td>\n</tr>\n<tr>\n<td>default_task_id</td>\n<td><i> number </i></td>\n<td>Agent default task id</td>\n</tr>\n<tr>\n<td>file</td>\n<td><i> string </i></td>\n<td>Agent file</td>\n</tr>\n<tr>\n<td>ldap_attrs</td>\n<td><i> string </i></td>\n<td>Agent ldap attributes</td>\n</tr>\n<tr>\n<td>face</td>\n<td><i> string </i></td>\n<td>Agent face photo</td>\n</tr>\n<tr>\n<td>face_lg</td>\n<td><i> string </i></td>\n<td>Agent large face photo</td>\n</tr>\n<tr>\n<td>is_hidden</td>\n<td><i> boolean </i></td>\n<td>Agent is hidden param</td>\n</tr>\n<tr>\n<td>success</td>\n<td><i> boolean </i></td>\n<td>Success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08b3c4aa-9fa4-4ea4-953a-7d087a32a897"},{"name":"Get Confirmation Token","id":"caab2f3e-d3d4-47d3-ae1a-9f1d9dd3293b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/agent/get-confirmation-token","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>password</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Requestors password</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>hash</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Temporary token</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent","get-confirmation-token"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[{"id":"eb1363a5-1b10-427e-83d2-cb5937e6f5c2","name":"Get Confirmation Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/agent/get-confirmation-token"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"hash\": \"4ffbe499ef36a72309d4\",\r\n    \"success\": true\r\n}"}],"_postman_id":"caab2f3e-d3d4-47d3-ae1a-9f1d9dd3293b"},{"name":"Delete agent","id":"dc7a4a98-6b2a-4657-932b-719ba4396ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/agent/:id?tempHash=","description":"<p>Delete agent</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent",":id"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p>Short-lived temporary token, requested from /tm-api/agent/get-confirmation-token</p>\n","type":"text/plain"},"key":"tempHash","value":""}],"variable":[{"description":{"content":"<p>Agent ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"9171a58a-e759-4f4b-8636-e1c3567ed586","name":"Delete agent","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{teramind_instance}}/tm-api/agent/:id?tempHash=","protocol":"https","host":["{{teramind_instance}}"],"path":["tm-api","agent",":id"],"query":[{"key":"tempHash","value":""}],"variable":[{"key":"id","value":"","description":"Agent ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"agent_id\": 23,\n    \"account_id\": 1,\n    \"email\": \"john9@tm.local\",\n    \"email_address\": \"john9@tm.local\",\n    \"first_name\": \"John\",\n    \"last_name\": \"T.\",\n    \"salary_type\": 0,\n    \"default_wage\": 0,\n    \"yearly_wage\": 0,\n    \"department_id\": 8,\n    \"role\": 0,\n    \"flags\": 12288,\n    \"position_id\": null,\n    \"deleted\": 0,\n    \"schedule_template_id\": 0,\n    \"time_created\": \"2020-11-04T05:48:06.524Z\",\n    \"default_agent_dashboard_id\": 0,\n    \"telephone\": \"\",\n    \"emergency_phone\": \"0\",\n    \"notes\": \"\",\n    \"address\": \"\",\n    \"tracking_profile_id\": 1,\n    \"language\": \"\",\n    \"tfa_enabled\": false,\n    \"position\": null,\n    \"default_task_id\": null,\n    \"file\": null,\n    \"ldap_attrs\": {\n        \"cn\": \"John T.\",\n        \"sn\": \"John\",\n        \"name\": \"John T.\",\n        \"codePage\": \"0\",\n        \"givenName\": \"John\",\n        \"lastLogon\": \"0\",\n        \"objectSid\": \"\\u0001\\u0005\",\n        \"lastLogoff\": \"0\",\n        \"logonCount\": \"0\",\n        \"objectGUID\": \"db4214268084\",\n        \"parentGUID\": \"c11112795ab6ab4e858f9eed386318b7\",\n        \"pwdLastSet\": \"132462899112578811\",\n        \"uSNChanged\": \"147545\",\n        \"uSNCreated\": \"139848\",\n        \"badPwdCount\": \"0\",\n        \"countryCode\": \"0\",\n        \"displayName\": \"John T.\",\n        \"whenChanged\": \"20201005093747.0Z\",\n        \"whenCreated\": \"20201004125831.0Z\",\n        \"instanceType\": \"4\",\n        \"accountExpires\": \"9223372036854775807\",\n        \"objectCategory\": \"CN=Person,CN=Schema,CN=Configuration,DC=qa,DC=local\",\n        \"primaryGroupID\": \"513\",\n        \"sAMAccountName\": \"john9\",\n        \"sAMAccountType\": \"805306368\",\n        \"badPasswordTime\": \"0\",\n        \"createTimeStamp\": \"20201004125831.0Z\",\n        \"modifyTimeStamp\": \"20201005093747.0Z\",\n        \"distinguishedName\": \"CN=john t,OU=TestOU6,DC=tm,DC=local\",\n        \"sDRightsEffective\": \"15\",\n        \"userPrincipalName\": \"john9@tm.local\",\n        \"msDS-PrincipalName\": \"QA\\\\john9\",\n        \"userAccountControl\": \"66048\",\n        \"msDS-parentdistname\": \"OU=TestOU6,DC=tm,DC=local\",\n        \"msDS-KeyVersionNumber\": \"2\",\n        \"msDS-Approx-Immed-Subordinates\": \"0\",\n        \"msDS-User-Account-Control-Computed\": \"0\",\n        \"msDS-UserPasswordExpiryTimeComputed\": \"9223372036854775807\"\n    },\n    \"face\": \"/img/default-user-avatar.png\",\n    \"face_lg\": \"/img/default-user-avatar.png\",\n    \"is_hidden\": false,\n    \"success\": true\n}"}],"_postman_id":"dc7a4a98-6b2a-4657-932b-719ba4396ff6"},{"name":"Get agent data","id":"6f21a80d-f225-435d-9519-2c1d2e956f3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/agents/:id?fields=","description":"<p>Get agent data</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>agent_id</td>\n<td><i> number </i></td>\n<td>Agent's id</td>\n</tr>\n<tr>\n<td>name</td>\n<td><i> string </i></td>\n<td>Agent's name</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td><i> string </i></td>\n<td>Agent's email</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td><i> string </i></td>\n<td>Agent's avatar</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","agents",":id"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p><code>string</code></p><p>Array of requested fields (comma separated string)</p>\n<p>Allowed values: <code>salary_type</code>, <code>default_wage</code>, <code>department_id</code>, <code>role</code>, <code>flags</code>, <code>deleted</code>, <code>status</code>, <code>last_web_login</code>, <code>position</code>, <code>position_id</code>, <code>ldap_attrs</code></p>","type":"text/plain"},"key":"fields","value":""}],"variable":[{"description":{"content":"<p>Agent ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"6f21a80d-f225-435d-9519-2c1d2e956f3d"},{"name":"Get agent avatar image data","id":"197d558a-957d-4f43-86f8-43265db29965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/agent/:id/avatar/:scale","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent",":id","avatar",":scale"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"description":{"content":"<p>Agent ID</p>\n","type":"text/plain"},"type":"any","value":"1","key":"id"},{"description":{"content":"<p>Image size, should be \"lg\" or \"sm\"</p>\n","type":"text/plain"},"type":"any","value":"sm","key":"scale"}]}},"response":[],"_postman_id":"197d558a-957d-4f43-86f8-43265db29965"},{"name":"Get agents' data","id":"51b37946-2755-479d-8609-27d37d2d14e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/agents?fields=","description":"<p>Get agent's data</p>\n<p><code>string</code></p>\n<p>Array of requested fields (comma separated string)</p>\n<p>Allowed values: \n<code>salary_type</code>, <code>default_wage</code>, <code>department_id</code>, <code>role</code>,\n<code>flags</code>,\n<code>deleted</code>,\n<code>status</code>, <code>last_web_login</code>, <code>position</code>, <code>position_id</code>, <code>ldap_attrs</code>,\n<code>online</code>\n</p>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>agent_id</td>\n<td><i> number </i></td>\n<td>Agent's id</td>\n</tr>\n<tr>\n<td>name</td>\n<td><i> string </i></td>\n<td>Agent's name</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td><i> string </i></td>\n<td>Agent's email</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td><i> string </i></td>\n<td>Agent's avatar</td>\n</tr>\n<tr>\n<td>online</td>\n<td><i> boolean </i></td>\n<td>Agent's online status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","agents"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p><code>string</code></p><p>Array of requested fields (comma separated string)</p>\n<p>Allowed values: <code>salary_type</code>, <code>default_wage</code>, <code>department_id</code>, <code>role</code>, <code>flags</code>, <code>deleted</code>, <code>status</code>, <code>last_web_login</code>, <code>position</code>, <code>position_id</code>, <code>ldap_attrs</code>, <code>online</code></p>","type":"text/plain"},"key":"fields","value":""}],"variable":[]}},"response":[{"id":"0be2f275-22ba-4e1d-91bf-2a350cec0cfd","name":"Get agents' data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{teramind_instance}}/tm-api/v1/agents?fields=online","protocol":"https","host":["{{teramind_instance}}"],"path":["tm-api","v1","agents"],"query":[{"key":"fields","value":"online","description":"<p><code>string</code></p><p>Array of requested fields (comma separated string)</p>\n<p>Allowed values: <code>salary_type</code>, <code>default_wage</code>, <code>department_id</code>, <code>role</code>, <code>flags</code>, <code>deleted</code>, <code>status</code>, <code>last_web_login</code>, <code>position</code>, <code>position_id</code>, <code>ldap_attrs</code>, <code>online</code></p>"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"agent_id\": 100,\r\n        \"name\": \"Agent Name\",\r\n        \"email_address\": \"agent@email.com\",\r\n        \"avatar\": \"/img/default-user-avatar.png\",\r\n        \"online\": true\r\n    }\r\n]"}],"_postman_id":"51b37946-2755-479d-8609-27d37d2d14e3"},{"name":"List agents","id":"3860239a-567a-4286-8393-fc40abce7ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/agent?showDeleted=","description":"<p>List all agents</p>\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Account's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email_address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's first name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>salary</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's salary type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>yearly_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's yearly wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's role</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>flags</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's flags</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>deleted</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's deleted status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_web_login</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last web login</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tracking profile</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's schedule template id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's avatar list</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p><code>boolean</code></p>\n<p>Include deleted agents</p>\n<p>Default value: false</p>","type":"text/plain"},"key":"showDeleted","value":""}],"variable":[]}},"response":[],"_postman_id":"3860239a-567a-4286-8393-fc40abce7ce8"},{"name":"Unblock login by ip using audit event id","id":"e98d1305-921b-409a-a916-492c623d0a4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e98d1305-921b-409a-a916-492c623d0a4d"},{"name":"Update agent","id":"c4a7a40e-497c-4934-acb7-5d913353ac78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"agent_id\": 28,\n    \"current_task\": \"\",\n    \"default_agent_dashboard_id\": 0,\n    \"default_task_id\": 0,\n    \"default_wage\": 0,\n    \"department_id\": 17528,\n    \"email_address\": \"dima1@demo.com\",\n    \"emergency_phone\": \"\",\n    \"face\": \"/img/default-user-avatar.png\",\n    \"face_lg\": \"/img/default-user-avatar.png\",\n    \"first_name\": \"dmitriy\",\n    \"last_name\": \"test\",\n    \"name\": \"dmitriy test\",\n    \"newPassword\": \"\",\n    \"passwordConfirm\": \"\",\n    \"passwordConfirmation\": \"\",\n    \"position\": null,\n    \"position_id\": 0,\n    \"rate\": 0,\n    \"role\": \"0\",\n    \"salary_type\": \"1\",\n    \"schedule_template_id\": 0,\n    \"telephone\": \"\",\n    \"tfa_enabled\": false,\n    \"time_created\": \"2020-12-06T15:03:33.435Z\",\n    \"tracking_profile_id\": 1,\n    \"yearly_wage\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/agent/:id","description":"<p><strong>DEPRECATED</strong></p>\n<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>current_task</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's current task</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_agent_dashboard_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default dashboard id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default task id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email_address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address<br /><b>Required password confirmation</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emergency_phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's emergency phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's image path</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face_lg</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's image path in large resolution</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's first name<br /><br /><i>Once an agent's first name or last name has been set via web dashboard or API, these fields cannot be updated to null values, as the request does not support clearing previously assigned values.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last name<br /><br /><i>Once an agent's first name or last name has been set via web dashboard or API, these fields cannot be updated to null values, as the request does not support clearing previously assigned values.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's full name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>newPassword</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's new password</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>passwordConfirm</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's password confirmation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>passwordConfirmation</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's password confirmation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>rate</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's hour rate</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's role type<br /><b>Required password confirmation</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>salary_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's salary type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's schedule template id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>telephone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's telephone number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tfa_enabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's 2 factor auth enabled param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's time created in format YYYY-MM-DDTHH:MM:SS.MSZ</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tracking profile id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>yearly_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's yearly wage</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's account id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email_address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's first name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>salary_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's salary type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>yearly_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's yearly wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's role</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>flags</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's flags</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>deleted</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's delete status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's schedule template id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Time when agent was created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_agent_dashboard_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default dashboard id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>telephone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's telephone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emergency_phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's emergency phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's notes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tracking profile is</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>language</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's language</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tfa_enabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tfa option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default task id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's file list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_attrs</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string{}</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's ldap attributes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>cn</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>cn</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sn</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>sn</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>codePage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap page code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>givenName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap given name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastLogon</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap last logon</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectSid</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap objects sid</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastLogoff</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap last log off</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectGUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap object GUID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>parentGUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap parent GUID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pwdLastSet</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap pwd last set</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>uSNChanged</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap uSN changed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>uSNCreated</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap uSN created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>badPwdCount</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap bad password count</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>countryCode</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap country code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>displayName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap display name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>whenChanged</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap time changed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>whenCreated</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap time created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>instanceType</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap instance type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountExpires</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap account expires time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectCategory</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap object category list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>primaryGroupID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap primary group id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sAMAccountName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap sam account name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sAMAcountType</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap sam account type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>badPasswordTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap bad password time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>createTimeStamp</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap create time stamp</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>modifyTimeStamp</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap modify time stamp</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>distinguishedName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap distinguished name list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sDRightsEffective</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userPrincipalName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user principal name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-PrincipalName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap msds principal name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userAccountControl</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user account control</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-parentdistname</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap parent dist name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-KeyVersionNumber</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap key version number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-Approx-Immed-Subordinates</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap approx immed sbordinates</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-User-Account-Control-Computed</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user account control computed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-UserPasswordExpiryTimeComputed</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user password expired time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's avatar image</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face_lg</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>agent's avatar in big resolution</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>is_hidden</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>hidden option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>success option</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"description":{"content":"<p>Agent ID</p>\n","type":"text/plain"},"type":"any","value":"23","key":"id"}]}},"response":[],"_postman_id":"c4a7a40e-497c-4934-acb7-5d913353ac78"},{"name":"Update agent","id":"ded84c39-fa2d-410d-96ce-7ff44dfe0232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"flags\":589824,\n    \"agent_id\":4,\n    \"account_id\":1,\n    \"email_address\":\"test@email.com\",\n    \"first_name\":\"test name\",\n    \"last_name\":\"test last name\",\n    \"salary_type\":\"0\",\n    \"default_wage\":0,\n    \"yearly_wage\":0,\n    \"department_id\":1,\n    \"role\":\"0\",\n    \"position_id\":0,\n    \"deleted\":0,\n    \"last_web_login\":\"2022-06-21T16:08:03.000Z\",\n    \"tracking_profile_id\":1,\n    \"schedule_template_id\":0,\n    \"file\":null,\n    \"name\":\"API AC\",\n    \"rate\":0,\n    \"__loaded\":true,\n    \"time_created\":\"2022-06-13T15:42:05.546Z\",\n    \"default_agent_dashboard_id\":5,\n    \"telephone\":\"+125431231\",\n    \"emergency_phone\":\"\",\n    \"notes\":\"\",\n    \"address\":\"\",\n    \"language\":\"\",\n    \"tfa_enabled\":false,\n    \"position\":null,\n    \"default_task_id\":0,\n    \"ldap_attrs\":null,\n    \"department_name\":\"API Department\",\n    \"face\":\"/tm-api/agent/4/avatar/sm?v=null\",\n    \"face_lg\":\"/tm-api/agent/4/avatar/lg?v=null\",\n    \"is_hidden\":true,\n    \"current_task\":\"\",\n    \"newPassword\":\"\",\n    \"passwordConfirm\":\"\",\n    \"passwordConfirmation\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/agent/:id","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>flags</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's flags</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's account id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email_address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address<br /><b>Required password confirmation</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's first name<br /><br /><i>Once an agent's first name or last name has been set via web dashboard or API, these fields cannot be updated to null values, as the request does not support clearing previously assigned values.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last name<br /><br /><i>Once an agent's first name or last name has been set via web dashboard or API, these fields cannot be updated to null values, as the request does not support clearing previously assigned values.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>salary_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's salary type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>yearly_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's yearly wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's role<br /><b>Required password confirmation</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>deleted</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's deleted status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_web_login</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last web login date and time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's schedule template id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's file</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>rate</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's rate</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>__loaded</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's loaded</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's time created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_agent_dashboard_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default dashboard id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>telephone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's telephone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emergency_phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's emergency phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's notes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>language</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's language</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tfa_enabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tfa enabled status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default task id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_attrs</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's ldap attributes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's avatar</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face_lg</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's avatar large size</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>is_hidden</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's is hidden status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>current_task</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's current task</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>newPassword</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>trackingstring</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's new password</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>passwordConfirm</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's password confirm</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>passwordConfirmation</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's password confirmation</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's account id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email_address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's email address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>first_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's first name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>last_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's last name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>salary_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's salary type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>yearly_wage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's yearly wage</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>role</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's role</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>flags</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's flags</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>deleted</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's delete status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's schedule template id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Time when agent was created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_agent_dashboard_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default dashboard id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>telephone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's telephone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emergency_phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's emergency phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's notes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>address</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tracking profile is</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>language</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's language</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tfa_enabled</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's tfa option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's position</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's default task id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>file</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's file list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_attrs</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string{}</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's ldap attributes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>cn</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>cn</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sn</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>sn</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>codePage</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap page code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>givenName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap given name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastLogon</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap last logon</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectSid</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap objects sid</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lastLogoff</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap last log off</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectGUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap object GUID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>parentGUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap parent GUID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>pwdLastSet</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap pwd last set</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>uSNChanged</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap uSN changed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>uSNCreated</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap uSN created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>badPwdCount</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap bad password count</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>countryCode</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap country code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>displayName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap display name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>whenChanged</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap time changed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>whenCreated</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap time created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>instanceType</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap instance type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>accountExpires</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap account expires time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>objectCategory</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap object category list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>primaryGroupID</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap primary group id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sAMAccountName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap sam account name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sAMAcountType</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap sam account type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>badPasswordTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap bad password time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>createTimeStamp</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap create time stamp</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>modifyTimeStamp</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap modify time stamp</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>distinguishedName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap distinguished name list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>sDRightsEffective</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userPrincipalName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user principal name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-PrincipalName</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap msds principal name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>userAccountControl</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user account control</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-parentdistname</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap parent dist name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-KeyVersionNumber</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap key version number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-Approx-Immed-Subordinates</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap approx immed sbordinates</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-User-Account-Control-Computed</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user account control computed</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>msDS-UserPasswordExpiryTimeComputed</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ldap user password expired time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's avatar image</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>face_lg</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>agent's avatar in big resolution</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>is_hidden</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>hidden option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>success option</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","agent",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"ded84c39-fa2d-410d-96ce-7ff44dfe0232"}],"id":"51882e9e-e03d-4ba3-b5d9-f1ddc2f0feca","_postman_id":"51882e9e-e03d-4ba3-b5d9-f1ddc2f0feca","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Alert","item":[{"name":"List alerts","id":"b6909e7e-f88e-4b5a-a174-db5bd31f23fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n            \"id\": 2892,\n            \"timestamp\": \"2021-06-23T14:35:58.000Z\",\n            \"agent\": {\n                \"id\": 2,\n                \"name\": \"admin@denisvm10-64\"\n            },\n            \"computer\": {\n                \"id\": 1,\n                \"name\": \"denisvm10-64\"\n            },\n            \"rule\": {\n                \"id\": 73,\n                \"name\": \"TMCLI-2201\",\n                \"type\": \"policy\",\n                \"group_id\": 2,\n                \"group_name\": \"Test\"\n            },\n            \"description\": [\n                {\n                    \"caption\": \"NOTIFICATIONS.ALERT__VISITED_WEBSITE_NAME_WEBSITE_URL\",\n                    \"values\": {\n                        \"website_name\": \"wikipedia - internet explorer\",\n                        \"website_url\": \"https://www.wikipedia.org\"\n                    }\n                }\n            ]\n        },","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/alerts?periodStart=2021-02-07T15:50:00Z&periodEnd=2021-02-08T15:50:00Z&=","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>periodStart</td>\n<td><i> string </i></td>\n<td>date and time for period start, ISO datetime string (YYYY-MM-DDTHH:mm:ssZ)</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td><i> string </i></td>\n<td>date and time for period start, ISO datetime string (YYYY-MM-DDTHH:mm:ssZ)</td>\n</tr>\n<tr>\n<td> agents <code>optional</code> </td>\n<td><i> string </i></td>\n<td>comma separated agents list (ID). If empty or absent - filter will not be applied</td>\n</tr>\n<tr>\n<td> computers <code>optional</code> </td>\n<td><i> string </i></td>\n<td>comma separated agents list (ID). If empty or absent - filter will not be applied</td>\n</tr>\n<tr>\n<td> departments <code>optional</code> </td>\n<td><i> string </i></td>\n<td>comma separated agents list (ID). If empty or absent - filter will not be applied</td>\n</tr>\n<tr>\n<td> limit <code>optional</code> </td>\n<td><i> number </i></td>\n<td>limit results count\n<code>Default: 50</code></td>\n</tr>\n<tr>\n<td> offset <code>optional</code> </td>\n<td><i> number </i></td>\n<td>limit results count\n<code>Default: 0</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Alert event id</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>string</td>\n<td>Alert date and time</td>\n</tr>\n<tr>\n<td>agent</td>\n<td>string{}</td>\n<td>Alert id and name info</td>\n</tr>\n<tr>\n<td>computer</td>\n<td>string{}</td>\n<td>Computer id and name info</td>\n</tr>\n<tr>\n<td>rule</td>\n<td>string{}</td>\n<td>Alert rule id</td>\n</tr>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Alert rule id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Alert rule name</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Alert rule type</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>number</td>\n<td>Alert rule group id</td>\n</tr>\n<tr>\n<td>group_name</td>\n<td>string</td>\n<td>Alert rule group name</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string[]</td>\n<td>Alert description</td>\n</tr>\n<tr>\n<td>caption</td>\n<td>string</td>\n<td>Description caption</td>\n</tr>\n<tr>\n<td>values</td>\n<td>string{}</td>\n<td>Description values</td>\n</tr>\n<tr>\n<td>website_name</td>\n<td>string</td>\n<td>Value website name</td>\n</tr>\n<tr>\n<td>website_url</td>\n<td>string</td>\n<td>Value website url</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","alerts"],"host":["{{teramind_instance}}"],"query":[{"key":"periodStart","value":"2021-02-07T15:50:00Z"},{"key":"periodEnd","value":"2021-02-08T15:50:00Z"},{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"b6909e7e-f88e-4b5a-a174-db5bd31f23fa"},{"name":"List alerts descriptions","id":"58cda955-935b-4219-a415-cc1267659df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ids\": [1,2,3]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/alerts/descriptions","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","alerts","descriptions"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58cda955-935b-4219-a415-cc1267659df4"}],"id":"bac62020-8221-4ca7-868a-1c5ef0b91ceb","_postman_id":"bac62020-8221-4ca7-868a-1c5ef0b91ceb","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Anomaly rules","item":[{"name":"Create anomaly rule template","id":"ef41dfaa-3aeb-4e3d-959d-ac382cf91d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"data\":{\n        \n    }\n\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-rule/templates","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>tempalte name</td>\n</tr>\n<tr>\n<td> data </td>\n<td><i> data </i></td>\n<td>template data</td>\n</tr>\n<tr>\n</tr></table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_rule_template_id </td>\n<td><i> number </i></td>\n<td>behavior rule template id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> number </i></td>\n<td>behavior rule template name</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td><i> number </i></td>\n<td>behavior rule template parent id</td>\n</tr>\n<tr>\n<td> is_folder </td>\n<td><i> number </i></td>\n<td>behavior rule template is folder option</td>\n</tr>\n<tr>\n<td> data </td>\n<td><i> string{} </i></td>\n<td>behavior rule template data</td>\n</tr>\n<tr>\n<td> tm_id </td>\n<td><i> number </i></td>\n<td>tm id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule","templates"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef41dfaa-3aeb-4e3d-959d-ac382cf91d7c"},{"name":"Create anomaly rule","id":"5512c379-bf9e-4b90-aa3b-75985ef2d7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"rule_type\":1,\n    \"rule_subtype\":1,\n    \"risk_quotient\":1,\n    \"accumulates_risk\":false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-rule","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>anomaly name</td>\n</tr>\n<tr>\n<td> rule_type </td>\n<td><i> number </i></td>\n<td>rule type</td>\n</tr>\n<tr>\n</tr><tr>\n<td> rule_subtype </td>\n<td><i> number </i></td>\n<td>rule subtype</td>\n</tr>\n<tr>\n<td> risk_quotient </td>\n<td><i> number </i></td>\n<td>risk quotient</td>\n</tr>\n<tr>\n<td> accumulates_risk </td>\n<td><i> boolean </i></td>\n<td>accumulates risk flag</td>\n</tr>\n<tr>\n<td> max_count <code>optional</code></td>\n<td><i> number </i></td>\n<td>max count</td>\n</tr>\n<tr>\n<td> notification_threshold <code>optional</code></td>\n<td><i> number </i></td>\n<td>notification threshold</td>\n</tr>\n<tr>\n<td> log_threshold <code>optional</code></td>\n<td><i> number </i></td>\n<td>log threshold</td>\n</tr>\n<tr>\n<td> actions <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule actions</td>\n</tr>\n<tr>\n<td> action_type </td>\n<td><i> number </i></td>\n<td>action type</td>\n</tr>\n<tr>\n<td> action_params </td>\n<td><i> string[] </i></td>\n<td>action params</td>\n</tr>\n<tr>\n<td> triggers <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule triggers</td>\n</tr>\n<tr>\n<td> trigger_type </td>\n<td><i> number </i></td>\n<td>trigger type</td>\n</tr>\n<tr>\n<td> trigger_op </td>\n<td><i> number </i></td>\n<td>trigger op</td>\n</tr>\n<tr>\n<td> trigger_value </td>\n<td><i> string </i></td>\n<td>trigger value</td>\n</tr>\n<tr>\n<td> assignments <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule assignments</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>assignment id</td>\n</tr>\n<tr>\n<td> exclude <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule exclusions</td>\n</tr>\n<tr>\n<td> exclude_type </td>\n<td><i> number </i></td>\n<td>exclude type</td>\n</tr>\n<tr>\n<td> exclude_id </td>\n<td><i> number </i></td>\n<td>exclude id</td>\n</tr>\n<tr>\n<td> exclude_id </td>\n<td><i> number </i></td>\n<td>exclude id</td>\n</tr>\n<tr>\n<td> tags <code>optional</code></td>\n<td><i> string[] </i></td>\n<td>rule tags</td>\n</tr>\n<tr>\n<td> time_periods <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>time periods</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>start time, seconds from 00:00:00</td>\n</tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>end time, seconds from 00:00:00</td>\n\n<td> inverted </td>\n<td><i> number </i></td>\n<td>inverted flag</td>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_rule_id </td>\n<td><i> number </i></td>\n<td>behavior rule id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>behavior rule name</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>account id</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>agent id</td>\n</tr>\n<tr>\n<td> rule_type </td>\n<td><i> number </i></td>\n<td>rule type</td>\n</tr>\n<tr>\n<td> rule_subtype </td>\n<td><i> number </i></td>\n<td>rule subtype</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>deleted status</td>\n</tr>\n<tr>\n<td> risk_quotient </td>\n<td><i> number </i></td>\n<td>risk quotient</td>\n</tr>\n<tr>\n<td> accumulates_risk </td>\n<td><i> boolean </i></td>\n<td>accumulates risk option</td>\n</tr>\n<tr>\n<td> delay_warn_until </td>\n<td><i> string </i></td>\n<td>delay warn until date</td>\n</tr>\n<tr>\n<td> predefined </td>\n<td><i> boolean </i></td>\n<td>predefined option</td>\n</tr>\n<tr>\n<td> hidden </td>\n<td><i> boolean </i></td>\n<td>hidden option</td>\n</tr>\n<tr>\n<td> max_count </td>\n<td><i> number </i></td>\n<td>max count</td>\n</tr>\n<tr>\n<td> notification_threshold </td>\n<td><i> number </i></td>\n<td>notification threshold</td>\n</tr>\n<tr>\n<td> log_threshold </td>\n<td><i> boolean </i></td>\n<td>log threshold</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number[] </i></td>\n<td>actions list</td>\n</tr>\n<tr>\n<td> triggers </td>\n<td><i> number[] </i></td>\n<td>triggers list</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> number[] </i></td>\n<td>assignments list</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> number[] </i></td>\n<td>exclude list</td>\n</tr>\n<tr>\n<td> time_periods </td>\n<td><i> number[] </i></td>\n<td>time periods list</td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> number[] </i></td>\n<td>tags list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5512c379-bf9e-4b90-aa3b-75985ef2d7be"},{"name":"Delete anomaly rule","id":"87cf0703-9ac6-49fb-863e-23a9a130a5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/:id","description":"<p>Delete anomaly rule</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"87cf0703-9ac6-49fb-863e-23a9a130a5a3"},{"name":"Get anomaly rule list","id":"3bbce976-3922-40d2-9989-3facfd556636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule","description":"<p>Get anomaly rules list</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_rule_id </td>\n<td><i> number </i></td>\n<td>behavior rule id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>behavior rule name</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>account id</td>\n</tr>\n<tr>\n<td> agent_id</td>\n<td><i> number </i></td>\n<td>agent id</td>\n</tr>\n<tr>\n<td> rule_type </td>\n<td><i> number </i></td>\n<td>behavior rule type</td>\n</tr>\n<tr>\n<td> rule_subtype </td>\n<td><i> number </i></td>\n<td>behavior rule subtype</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>behavior rule deleted status</td>\n</tr>\n<tr>\n<td> risk_quotient </td>\n<td><i> number </i></td>\n<td>behavior rule risk quotient</td>\n</tr>\n<tr>\n<td> accumulates_risk </td>\n<td><i> boolean </i></td>\n<td>behavior rule accumulates risk</td>\n</tr>\n<tr>\n<td> delay_warn_until </td>\n<td><i> boolean </i></td>\n<td>behavior rule delay warn option</td>\n</tr>\n<tr>\n<td> predefined </td>\n<td><i> boolean </i></td>\n<td>behavior rule predefined option</td>\n</tr>\n<tr>\n<td> hidden </td>\n<td><i> option </i></td>\n<td>behavior rule hidden option</td>\n</tr>\n<tr>\n<td> max_count </td>\n<td><i> number </i></td>\n<td>behavior rule max count</td>\n</tr>\n<tr>\n<td> notification_threshold </td>\n<td><i> boolean </i></td>\n<td>behavior rule notification threshold</td>\n</tr>\n<tr>\n<td> log_threshold </td>\n<td><i> boolean </i></td>\n<td>behavior rule log threshold</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string[] </i></td>\n<td>behavior rule actions list</td>\n</tr>\n<tr>\n<td> triggers </td>\n<td><i> string[] </i></td>\n<td>behavior rule triggers options list</td>\n</tr>\n<tr>\n<td> trigger_op </td>\n<td><i> number </i></td>\n<td>Trigger's trigger op param</td>\n</tr>\n<tr>\n<td> trigger_type </td>\n<td><i> number </i></td>\n<td>Trigger's trigger type</td>\n</tr>\n<tr>\n<td> trigger_value </td>\n<td><i> string </i></td>\n<td>Trigger's trigger value</td>\n</tr>\n<tr>\n<td> behaviour_rule_id </td>\n<td><i> number </i></td>\n<td>Trigger's behaviour rule id param</td>\n</tr>\n<tr>\n<td> behavior_rule_trigger_id </td>\n<td><i> number </i></td>\n<td>Trigger's behavior rule trigger id param</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> string[] </i></td>\n<td>Behavior rule assignments options list</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>Assignment's assignment id param</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>Assignment's assignment type param</td>\n</tr>\n<tr>\n<td> behavior_rule_id </td>\n<td><i> number </i></td>\n<td>Assignment's behavior rule id param</td>\n</tr>\n<tr>\n<td> behaviour_rule_assignments_id </td>\n<td><i> number </i></td>\n<td>Assignment's behavior rule assignments id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> string[] </i></td>\n<td>Behavior rule exclude options list</td>\n</tr>\n<tr>\n<td> time_periods </td>\n<td><i> string[] </i></td>\n<td>Behavior rule time periods options list</td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> string[] </i></td>\n<td>Behavior rule tags options list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bbce976-3922-40d2-9989-3facfd556636"},{"name":"Get anomaly rule tags","id":"d9d6761c-e439-42d3-a00f-f69e4829fb24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/tags","description":"<p>Get anomaly rule tags</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule","tags"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d6761c-e439-42d3-a00f-f69e4829fb24"},{"name":"Get anomaly rule template","id":"ca260f3b-1e5d-44db-99ed-5252e1a091c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/templates/:id","description":"<p>Get anomaly rule template</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Behavior rule name</td>\n</tr>\n<tr>\n<td>data</td>\n<td>string{}</td>\n<td>Behavior rule data options list</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>string[]</td>\n<td>Data's tags options list</td>\n</tr>\n<tr>\n<td>actions</td>\n<td>string[]</td>\n<td>Data's actions options list</td>\n</tr>\n<tr>\n<td>exclude</td>\n<td>string[]</td>\n<td>Data's exclude options list</td>\n</tr>\n<tr>\n<td>triggers</td>\n<td>string[]</td>\n<td>Data's triggers options list</td>\n</tr>\n<tr>\n<td>trigger_op</td>\n<td>number</td>\n<td>Trigger's trigger op param</td>\n</tr>\n<tr>\n<td>trigger_type</td>\n<td>number</td>\n<td>Trigger's trigger type param</td>\n</tr>\n<tr>\n<td>trigger_value</td>\n<td>string</td>\n<td>Trigger's trigger value</td>\n</tr>\n<tr>\n<td>rule_type</td>\n<td>number</td>\n<td>Data's rule type param</td>\n</tr>\n<tr>\n<td>assignments</td>\n<td>string[]</td>\n<td>Data's assignments options list</td>\n</tr>\n<tr>\n<td>assignment_id</td>\n<td>number</td>\n<td>Assignment's assignment id</td>\n</tr>\n<tr>\n<td>assignment_type</td>\n<td>number</td>\n<td>Assignment's assignment type</td>\n</tr>\n<tr>\n<td>rule_subtype</td>\n<td>number</td>\n<td>Data's rule subtype param</td>\n</tr>\n<tr>\n<td>time_periods</td>\n<td>string[]</td>\n<td>Data's time period options list</td>\n</tr>\n<tr>\n<td>end</td>\n<td>number</td>\n<td>Time periods end param</td>\n</tr>\n<tr>\n<td>start</td>\n<td>number</td>\n<td>Time periods start param</td>\n</tr>\n<tr>\n<td>inverted</td>\n<td>boolean</td>\n<td>Time periods inverted param</td>\n</tr>\n<tr>\n<td>risk_quotient</td>\n<td>number</td>\n<td>Data's risk quotient param</td>\n</tr>\n<tr>\n<td>accumulates_risk</td>\n<td>boolean</td>\n<td>Data's accumulates risk param</td>\n</tr>\n<tr>\n<td>delay_warn_until</td>\n<td>string</td>\n<td>Data's delay warn until param</td>\n</tr>\n<tr>\n<td>$items</td>\n<td>string[]</td>\n<td>Behavior rule items options list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule","templates",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ca260f3b-1e5d-44db-99ed-5252e1a091c0"},{"name":"Get anomaly rule templates tree","id":"a7b5586c-1060-48d2-9dae-62f32b7355ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/templates","description":"<p>Get anomaly rule templates tree</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Behavior rule name</td>\n</tr>\n<tr>\n<td>data</td>\n<td>string{}</td>\n<td>Behavior rule data list</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>number[]</td>\n<td>Behavior rule tags list</td>\n</tr>\n<tr>\n<td>actions</td>\n<td>number[]</td>\n<td>Behavior rule actions list</td>\n</tr>\n<tr>\n<td>exclude</td>\n<td>number[]</td>\n<td>Behavior rule exclude list</td>\n</tr>\n<tr>\n<td>triggers</td>\n<td>string[]</td>\n<td>Behavior rule triggers list</td>\n</tr>\n<tr>\n<td>trigger_op</td>\n<td>number</td>\n<td>Behavior rule trigger option</td>\n</tr>\n<tr>\n<td>trigger_type</td>\n<td>number</td>\n<td>Behavior rule trigger type option</td>\n</tr>\n<tr>\n<td>trigger_value</td>\n<td>number</td>\n<td>Behavior rule trigger value option</td>\n</tr>\n<tr>\n<td>rule_type</td>\n<td>number</td>\n<td>Behavior rule type</td>\n</tr>\n<tr>\n<td>assignments</td>\n<td>string[]</td>\n<td>Behavior rule assignments list</td>\n</tr>\n<tr>\n<td>assignment_id</td>\n<td>number</td>\n<td>Behavior rule assignment id</td>\n</tr>\n<tr>\n<td>assignment_type</td>\n<td>number</td>\n<td>Behavior rule assignment type</td>\n</tr>\n<tr>\n<td>rule_subtype</td>\n<td>number</td>\n<td>Behavior rule subtype</td>\n</tr>\n<tr>\n<td>time_periods</td>\n<td>string[]</td>\n<td>Behavior rule time period</td>\n</tr>\n<tr>\n<td>risk_quotient</td>\n<td>number</td>\n<td>Behavior rule risk quotient</td>\n</tr>\n<tr>\n<td>accumulates_risk</td>\n<td>boolean</td>\n<td>Behavior rule accumulates risk param</td>\n</tr>\n<tr>\n<td>delay_warn_until</td>\n<td>number</td>\n<td>Behavior rule delay warn until option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule","templates"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b5586c-1060-48d2-9dae-62f32b7355ed"},{"name":"Get anomaly rule","id":"7747e60a-aa41-4d8c-9f82-e096610a7739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/:id","description":"<p>Get anomaly rule</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>behavior_rule_id</td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Behavior rule name</td>\n</tr>\n<tr>\n<td>account_id</td>\n<td>number</td>\n<td>Account id</td>\n</tr>\n<tr>\n<td>agent_id</td>\n<td>number</td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td>rule_subtype</td>\n<td>number</td>\n<td>Behavior rule subtype</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>number</td>\n<td>Behavior rule delete status</td>\n</tr>\n<tr>\n<td>risk_quotient</td>\n<td>number</td>\n<td>Behavior rule risk quotient</td>\n</tr>\n<tr>\n<td>accumulates_risk</td>\n<td>boolean</td>\n<td>Behavior rule accumulates risk param</td>\n</tr>\n<tr>\n<td>delay_warn_until</td>\n<td>number</td>\n<td>Behavior rule delay warn until</td>\n</tr>\n<tr>\n<td>predefined</td>\n<td>boolean</td>\n<td>Behavior rule predefined param</td>\n</tr>\n<tr>\n<td>hidden</td>\n<td>boolean</td>\n<td>Behavior rule hidden param</td>\n</tr>\n<tr>\n<td>max_count</td>\n<td>number</td>\n<td>Behavior rule max count</td>\n</tr>\n<tr>\n<td>notification_threshold</td>\n<td>number</td>\n<td>Behavior rule notification threshold</td>\n</tr>\n<tr>\n<td>log_threshold</td>\n<td>number</td>\n<td>Behavior rule log threshold</td>\n</tr>\n<tr>\n<td>actions</td>\n<td>string[]</td>\n<td>Behavior rule actions list</td>\n</tr>\n<tr>\n<td>triggers</td>\n<td>string[]</td>\n<td>Behavior rule triggers list</td>\n</tr>\n<tr>\n<td>trigger_op</td>\n<td>number</td>\n<td>Trigger option</td>\n</tr>\n<tr>\n<td>trigger_type</td>\n<td>number</td>\n<td>Trigger type</td>\n</tr>\n<tr>\n<td>trigger_value</td>\n<td>string</td>\n<td>Trigger value</td>\n</tr>\n<tr>\n<td>behavior_rule_id</td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td>behavior_rule_trigger_id</td>\n<td>number</td>\n<td>Behavior rule trigger id</td>\n</tr>\n<tr>\n<td>assignments</td>\n<td>string[]</td>\n<td>Behavior rule assignments list</td>\n</tr>\n<tr>\n<td>assignment_id</td>\n<td>number</td>\n<td>Assignment id</td>\n</tr>\n<tr>\n<td>assignment_type</td>\n<td>number</td>\n<td>Assignment type</td>\n</tr>\n<tr>\n<td>behavior_rule_id</td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td>behavior_rule_assignments_id</td>\n<td>number</td>\n<td>Behavior rule assignments id</td>\n</tr>\n<tr>\n<td>exclude</td>\n<td>string[]</td>\n<td>Behavior rule exclude option list</td>\n</tr>\n<tr>\n<td>time_periods</td>\n<td>string[]</td>\n<td>Behavior rule time periods list</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>number</td>\n<td>Behavior rule tags list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7747e60a-aa41-4d8c-9f82-e096610a7739"},{"name":"Update anomaly rule","id":"05b8cc2f-5947-4e88-9991-9902b9c0cbef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-rule/2","description":"<p>Update anomaly rule, any omited optional parameters will be untouched</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>anomaly name</td>\n</tr>\n<tr>\n<td> rule_type </td>\n<td><i> number </i></td>\n<td>rule type</td>\n</tr>\n<tr>\n</tr><tr>\n<td> rule_subtype </td>\n<td><i> number </i></td>\n<td>rule subtype</td>\n</tr>\n<tr>\n<td> risk_quotient </td>\n<td><i> number </i></td>\n<td>risk quotient</td>\n</tr>\n<tr>\n<td> accumulates_risk </td>\n<td><i> boolean </i></td>\n<td>accumulates risk flag</td>\n</tr>\n<tr>\n<td> max_count <code>optional</code></td>\n<td><i> number </i></td>\n<td>max count</td>\n</tr>\n<tr>\n<td> notification_threshold <code>optional</code></td>\n<td><i> number </i></td>\n<td>notification threshold</td>\n</tr>\n<tr>\n<td> log_threshold <code>optional</code></td>\n<td><i> number </i></td>\n<td>log threshold</td>\n</tr>\n<tr>\n<td> actions <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule actions</td>\n</tr>\n<tr>\n<td> action_type </td>\n<td><i> number </i></td>\n<td>action type</td>\n</tr>\n<tr>\n<td> action_params </td>\n<td><i> string[] </i></td>\n<td>action params</td>\n</tr>\n<tr>\n<td> triggers <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule triggers</td>\n</tr>\n<tr>\n<td> trigger_type </td>\n<td><i> number </i></td>\n<td>trigger type</td>\n</tr>\n<tr>\n<td> trigger_op </td>\n<td><i> number </i></td>\n<td>trigger op</td>\n</tr>\n<tr>\n<td> trigger_value </td>\n<td><i> string </i></td>\n<td>trigger value</td>\n</tr>\n<tr>\n<td> assignments <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule assignments</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>assignment id</td>\n</tr>\n<tr>\n<td> exclude <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>rule exclusions</td>\n</tr>\n<tr>\n<td> exclude_type </td>\n<td><i> number </i></td>\n<td>exclude type</td>\n</tr>\n<tr>\n<td> exclude_id </td>\n<td><i> number </i></td>\n<td>exclude id</td>\n</tr>\n<tr>\n<td> exclude_id </td>\n<td><i> number </i></td>\n<td>exclude id</td>\n</tr>\n<tr>\n<td> tags <code>optional</code></td>\n<td><i> string[] </i></td>\n<td>rule tags</td>\n</tr>\n<tr>\n<td> time_periods <code>optional</code></td>\n<td><i> object[] </i></td>\n<td>time periods</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>start time, seconds from 00:00:00</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>end time, seconds from 00:00:00</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_rule_id </td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td> name </td>\n<td>string</td>\n<td>Behavior rule name</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td>number</td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td>number</td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td> rule_type </td>\n<td>number</td>\n<td>Behavior rule type</td>\n</tr>\n<tr>\n<td> rule_subtype </td>\n<td>number</td>\n<td>Behavior rule subtype</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td>number</td>\n<td>Behavior rule delete param</td>\n</tr>\n<tr>\n<td> risk_quotient </td>\n<td>number</td>\n<td>Behavior rule risk quotient</td>\n</tr>\n<tr>\n<td> accumulates_risk </td>\n<td>boolean</td>\n<td>Behavior rule accumulates risk param</td>\n</tr>\n<tr>\n<td> delay_warn_until </td>\n<td>number</td>\n<td>Behavior rule delay warn until param</td>\n</tr>\n<tr>\n<td> predefined </td>\n<td>boolean</td>\n<td>Behavior rule predefined param</td>\n</tr>\n<tr>\n<td> hidden </td>\n<td>boolean</td>\n<td>Behavior rule hidden param</td>\n</tr>\n<tr>\n<td> max_count </td>\n<td>number</td>\n<td>Behavior rule max count</td>\n</tr>\n<tr>\n<td> notification_threshold </td>\n<td>number</td>\n<td>Behavior rule notification threshold</td>\n</tr>\n<tr>\n<td> log_threshold </td>\n<td>number</td>\n<td>Behavior rule log threshold</td>\n</tr>\n<tr>\n<td> actions </td>\n<td>string[]</td>\n<td>Behavior rule actions list</td>\n</tr>\n<tr>\n<td> triggers </td>\n<td>string[]</td>\n<td>Behavior rule triggers options list</td>\n</tr>\n<tr>\n<td> trigger_op </td>\n<td>number</td>\n<td>Trigger option</td>\n</tr>\n<tr>\n<td> trigger_type </td>\n<td>number</td>\n<td>Trigger type</td>\n</tr>\n<tr>\n<td> trigger_value </td>\n<td>string</td>\n<td>Trigger value</td>\n</tr>\n<tr>\n<td> behavior_rule_id </td>\n<td>number</td>\n<td>Behavior rule id</td>\n</tr>\n<tr>\n<td> behavior_rule_trigger_id </td>\n<td>number</td>\n<td>Behavior rule trigger id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-rule","2"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05b8cc2f-5947-4e88-9991-9902b9c0cbef"}],"id":"c17f3bbb-fd8b-44b9-9ec8-85306bf947c5","_postman_id":"c17f3bbb-fd8b-44b9-9ec8-85306bf947c5","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"BI","item":[{"name":"Grid - Activity","id":"d4f6b48b-167a-478f-b652-12c848b3c9c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"activity\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"date\",\"agent\",\"computer\",\"department\",\"task\",\"browser\",\"title\",\"url\"],\n    \"measures\":[\"count\",\"time_s\",\"idle_time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n            \"data_filters\":{},\n            \"offset\":0,\n            \"limit\":100,\n            \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>cube</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>use <code>activity</code> for activity type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>timezone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>aggregate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>dims</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code>,<br /><code>classify</code></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>measures</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>dim_filters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string{}</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Included <code>date</code></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string{}</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Included <code>range</code></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>range</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date in format <code>YYYY-MM-DD</code></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>data_filters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string{}</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>offset</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>limit</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>order</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Agent's info</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>browser</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>type of app</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Computer's info</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>count</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>count</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date in format YYYY-MM-DD</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department's info</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>idle_time_s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Idle time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>task</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Task's info</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_s</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Time in seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>App's title</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>url</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>App url</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4f6b48b-167a-478f-b652-12c848b3c9c4"},{"name":"Grid - Input rate","id":"6f7b5f8b-81c7-4ae3-ab2c-7be5411a792f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"input_rate\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"date\",\"agent\",\"computer\",\"department\",\"task\"],\n    \"measures\":[\"rate\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>input_rate</code> for input rate type</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string</td><td>Agent's info</td></tr><tr><td>computer</td><td>string</td><td>Computer's info</td></tr><tr><td>date</td><td>string</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string</td><td>Department's info</td></tr><tr><td>rate</td><td>number</td><td>Input rate</td></tr><tr><td>task</td><td>string</td><td>Task's info</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f7b5f8b-81c7-4ae3-ab2c-7be5411a792f"},{"name":"Grid - Work time","id":"afdebedb-8479-4dd5-b8e4-e52fb716d548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"work_time\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"date\",\"agent\",\"computer\",\"department\",\"task\"],\n    \"measures\":[\"time_s\",\"idle_time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n            \"data_filters\":{},\n            \"offset\":0,\n            \"limit\":100,\n            \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>work_time</code> for work time</td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td>Available params : \n<code>timestamp</code>,\n<code>id</code>,\n<code>agent</code>,\n<code>computer</code>,\n<code>date</code>,\n<code>department</code>,\n<code>task</code>\n</td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td>Available params:\n<code>time_s</code>,\n<code>idle_time_s</code>,\n<code>wage</code>\n</td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code></td>\n</tr>\n<tr>\n<td> date</td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range</td>\n<td> number[] </td>\n<td>date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> data_filters</td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset</td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit</td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order</td>\n<td> number </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string </td>\n<td>Agent's info</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string </td>\n<td>Computer's info</td>\n</tr>\n<tr>\n<td> date </td>\n<td> string </td>\n<td>Date in format YYYY-MM-DD</td>\n</tr>\n<tr>\n<td> department </td>\n<td> string </td>\n<td>Department's info</td>\n</tr>\n<tr>\n<td> idle_time_s </td>\n<td> number </td>\n<td>IDLE time in seconds</td>\n</tr>\n<tr>\n<td> task </td>\n<td> string </td>\n<td>Task's info</td>\n</tr>\n<tr>\n<td> time_s </td>\n<td> number </td>\n<td>Time in seconds</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afdebedb-8479-4dd5-b8e4-e52fb716d548"},{"name":"Grid - Behavior alert","id":"cf3d7876-cba3-415c-b8e0-ef1ee10fd28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"behavior_alert\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"date\",\"department\",\"task\",\"rule\",\"type\",\"tag\",\"action\",\"description\"],\n    \"measures\":[\"count\",\"risk\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>behavior_alert</code> for behavior alert</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>action</td><td>string</td><td>Action type</td></tr><tr><td>agent</td><td>string[]</td><td>agent's info</td></tr><tr><td>computer</td><td>string[]</td><td>Computer's info</td></tr><tr><td>count</td><td>number</td><td>count</td></tr><tr><td>date</td><td>string</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string[]</td><td>Department's info</td></tr><tr><td>description</td><td>string</td><td>Alert description</td></tr><tr><td>id</td><td>number</td><td>alert's id</td></tr><tr><td>risk</td><td>number</td><td>risk</td></tr><tr><td>rule</td><td>string[]</td><td>Rule's info</td></tr><tr><td>tag</td><td>string[]</td><td>tag's info</td></tr><tr><td>task</td><td>string[]</td><td>Task's info</td></tr><tr><td>timestamp</td><td>string</td><td>Timestamp of alert</td></tr><tr><td>type</td><td>string</td><td>Type of alert</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf3d7876-cba3-415c-b8e0-ef1ee10fd28a"},{"name":"Grid - Console cmd","id":"8d2d15c9-9fcf-44a3-bc03-7e12ff2a83f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"console_cmd\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"date\",\"agent\",\"computer\",\"department\",\"task\",\"user\",\"executable\",\"command\"],\n    \"measures\":[\"count\",\"time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>console_cmd</code> for console cmd</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string</td><td>Agent's info</td></tr><tr><td>command</td><td>string</td><td>captured command</td></tr><tr><td>computer</td><td>string[]</td><td>Computer's info</td></tr><tr><td>count</td><td>number</td><td>count</td></tr><tr><td>date</td><td>string</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string</td><td>department's info</td></tr><tr><td>executable</td><td>string</td><td>executable</td></tr><tr><td>task</td><td>string[]</td><td>Task's info</td></tr><tr><td>time_s</td><td>number</td><td>time in seconds</td></tr><tr><td>user</td><td>string</td><td>user name</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d2d15c9-9fcf-44a3-bc03-7e12ff2a83f7"},{"name":"Grid - Login session","id":"ed78ec16-2f9f-49b2-99e1-31562460b3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"login_session\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"date\",\"department\",\"task\",\"src_computer\",\"src_ip\"],\n    \"measures\":[\"count\",\"time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>login_session</code> for login session</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string[]</td><td>Agent's info</td></tr></tbody></table><table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string</td><td>Agent's info</td></tr><tr><td>computer</td><td>string[]</td><td>Computer's info</td></tr><tr><td>count</td><td>number</td><td>count</td></tr><tr><td>date</td><td>string</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string[]</td><td>Department's info</td></tr><tr><td>id</td><td>number</td><td>ID of event</td></tr><tr><td>src_computer</td><td>string</td><td>Source computer name</td></tr><tr><td>src_ip</td><td>string</td><td>Source computer ip</td></tr><tr><td>task</td><td>string</td><td>Task's info</td></tr><tr><td>time_s</td><td>number</td><td>Time in seconds</td></tr><tr><td>timestamp</td><td>string</td><td>Timestamp of event</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed78ec16-2f9f-49b2-99e1-31562460b3d6"},{"name":"Grid - Web search","id":"d7f89c78-d363-4974-b345-536818e32101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"web_search\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"date\",\"department\",\"task\",\"site\",\"phrase\",\"keyword\"],\n    \"measures\":[\"count\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>web_search</code> for web search</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7f89c78-d363-4974-b345-536818e32101"},{"name":"Grid - Printed doc","id":"59800936-3668-4303-8e18-6dd9870953a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"printed_doc\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"document_uid\",\"doc_name\",\"printer_name\",\"date\",\"department\",\"task\"],\n    \"measures\":[\"count\",\"num_pages\",\"num_copies\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>printed_doc</code> for printed doc</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string[]</td><td>Agent's info</td></tr><tr><td>computer</td><td>string[]</td><td>Computer's info</td></tr><tr><td>count</td><td>number</td><td>Count</td></tr><tr><td>date</td><td>string[]</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string[]</td><td>Department's info</td></tr><tr><td>doc_name</td><td>string[]</td><td>captured document name</td></tr><tr><td>document_uid</td><td>string[]</td><td>Captured document uid</td></tr><tr><td>id</td><td>number</td><td>Event's id</td></tr><tr><td>num_copies</td><td>number</td><td>Number of document's copies</td></tr><tr><td>num_pages</td><td>number</td><td>Number of document's pages</td></tr><tr><td>printer_name</td><td>string[]</td><td>Printer name</td></tr><tr><td>timestamp</td><td>string[]</td><td>Event's timestamp</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59800936-3668-4303-8e18-6dd9870953a2"},{"name":"Grid - Social media","id":"1b680af8-19e7-49d7-8d61-d74de2f10a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"social_media\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"date\",\"department\",\"task\",\"keyword\",\"message\",\"source\",\"action\"],\n    \"measures\":[\"count\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>social_media</code> for social media</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b680af8-19e7-49d7-8d61-d74de2f10a53"},{"name":"Grid - Keystrokes","id":"b8878273-4c36-4ee6-b5b5-523062245fab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"keystrokes\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"date\",\"department\",\"task\",\"keystrokes\",\"aname\",\"cat\",\"cat_sec\",\"rep\",\"url\"],\n    \"measures\":[\"count\",\"num_chars\",\"num_words\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n            \"data_filters\":{},\n            \"offset\":0,\n            \"limit\":100,\n            \"order\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cube</td><td>string</td><td>use <code>keystrokes</code> for keystrokes</td></tr><tr><td>timezone</td><td>string</td><td></td></tr><tr><td>aggregate</td><td>boolean</td><td></td></tr><tr><td>dims</td><td>string[]</td><td>Available params :<br /><code>timestamp</code>,<br /><code>id</code>,<br /><code>agent</code>,<br /><code>computer</code>,<br /><code>date</code>,<br /><code>department</code>,<br /><code>task</code></td></tr><tr><td>measures</td><td>string[]</td><td></td></tr><tr><td>dim_filters</td><td>string{}</td><td>Included <code>date</code></td></tr><tr><td>date</td><td>string{}</td><td>Included <code>range</code></td></tr><tr><td>range</td><td>number[]</td><td>date in format <code>YYYY-MM-DD</code></td></tr><tr><td>data_filters</td><td>string{}</td><td></td></tr><tr><td>offset</td><td>number</td><td></td></tr><tr><td>limit</td><td>number</td><td></td></tr><tr><td>order</td><td>number</td><td></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent</td><td>string[]</td><td>agent's info</td></tr><tr><td>aname</td><td>string</td><td>aname</td></tr><tr><td>cat</td><td>string[]</td><td>Category's info</td></tr><tr><td>cat_sec</td><td>string[]</td><td>Category's info</td></tr><tr><td>computer</td><td>string[]</td><td>Computer's info</td></tr><tr><td>count</td><td>number</td><td>count</td></tr><tr><td>date</td><td>string</td><td>Date in format YYYY-MM-DD</td></tr><tr><td>department</td><td>string[]</td><td>Department's info</td></tr><tr><td>id</td><td>number</td><td>Event id</td></tr><tr><td>keystrokes</td><td>string</td><td>Keystroke captured</td></tr><tr><td>num_chars</td><td>number</td><td>Number of charsets</td></tr><tr><td>num_words</td><td>number</td><td>Number of words</td></tr><tr><td>rep</td><td>string[]</td><td>rep's info</td></tr><tr><td>task</td><td>string[]</td><td>Task's info</td></tr><tr><td>timestamp</td><td>string</td><td>Event's Timestamp</td></tr><tr><td>url</td><td>string[]</td><td>url</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8878273-4c36-4ee6-b5b5-523062245fab"},{"name":"Chart - Application & Webpages","id":"c62b7609-f85c-4d08-97ff-5adc458d5cff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"limit\":31,\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2021-01-01\",\"2021-01-31\"]}},\n        \"data_filters\":{},\n        \"timezone\":\"Europe/Moscow\"},\n        \"minimap\":true,\n        \"autolimit\":true,\n        \"cube\":\"activity\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>activity</code> for activity report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c62b7609-f85c-4d08-97ff-5adc458d5cff"},{"name":"Chart - Input rate","id":"5ef62181-5ac4-4209-aecd-df3e7e7f3dba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"rate\"],\n        \"limit\":31,\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n        \"data_filters\":{},\n        \"timezone\":\"Europe/Moscow\"},\n    \"minimap\":true,\n    \"autolimit\":true,\n    \"cube\":\"input_rate\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>input_rate</code> for input rate report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef62181-5ac4-4209-aecd-df3e7e7f3dba"},{"name":"Chart - Work time","id":"ad82d58e-4c09-464e-8b6f-d205469a04f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"hour\"],\n        \"measures\":[\"time\"],\n        \"limit\":31,\n        \"dim_filters\":{\n            \"date\":{\"range\":[\"2021-03-01\", \"2021-03-31\"]}},\n        \"data_filters\":{},\n        \"timezone\":\"Europe/Moscow\"},\n    \"minimap\":true,\n    \"autolimit\":true,\n    \"cube\":\"work_time\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>input_rate</code> for input rate report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad82d58e-4c09-464e-8b6f-d205469a04f9"},{"name":"Chart - Emails","id":"392f41da-78d6-4a97-9a51-a728abc6701a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"day\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                }\n        },\n        \"data_filters\":{},\n        \"timezone\":\"Africa/Addis_Ababa\",\n        \"ldap_filters\":[]\n    },\n    \"type\":\"bar\",\n    \"autolimit\":false,\n    \"cube\":[\"mail\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>emails</code> for emails report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"392f41da-78d6-4a97-9a51-a728abc6701a"},{"name":"Chart - Behavior alert","id":"9d8bd354-87a2-4b4e-a8f9-0bdca23af1a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"area\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]}},\n    \"data_filters\":{},\n    \"timezone\":\"Europe/Moscow\"},\n    \"cube\":\"behavior_alert\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>behavior_alert</code> for behavior alerts report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d8bd354-87a2-4b4e-a8f9-0bdca23af1a9"},{"name":"Chart - Console commands","id":"92085235-2feb-4c6c-acf7-52d04d7abdab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"hour\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                }\n            },\n    \"data_filters\":{},\n    \"timezone\":\"Europe/Moscow\"},\n    \"cube\":\"console_cmd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>console_cmd</code> for console commands report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92085235-2feb-4c6c-acf7-52d04d7abdab"},{"name":"Chart - Login session","id":"cf6bc149-0750-4aeb-b317-666d7cd57437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                }\n            },\n    \"data_filters\":{},\n    \"timezone\":\"Europe/Moscow\"},\n    \"cube\":\"login_session\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>login_session</code> for login session report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf6bc149-0750-4aeb-b317-666d7cd57437"},{"name":"Chart - Web search","id":"602f7bb5-ad85-4cb3-bc88-7b3dc571643e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"hour\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                }\n            },\n        \"data_filters\":{},\n        \"timezone\":\"Europe/Moscow\"\n    },\n    \"cube\":\"web_search\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>web_search</code> for web search report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"602f7bb5-ad85-4cb3-bc88-7b3dc571643e"},{"name":"Chart - Printed document","id":"856d2ff8-5d97-4a0e-9908-1a609931a1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                    }\n                },\n            \"data_filters\":{},\n            \"timezone\":\"Europe/Moscow\"\n            },\n    \"cube\":\"printed_doc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>printed_doc</code> for printed docs report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"856d2ff8-5d97-4a0e-9908-1a609931a1f5"},{"name":"Chart - Social media","id":"fb0b60a9-edb1-467e-8ce8-ec4881396100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                    }\n                        },\n        \"data_filters\":{},\n        \"timezone\":\"Europe/Moscow\"\n        },\n\"cube\":\"social_media\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>social_media</code> for social media report</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb0b60a9-edb1-467e-8ce8-ec4881396100"},{"name":"Chart - Keystrokes","id":"ca13fa37-ada6-4d15-9cf5-8dd3c4a4718e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\":\"bar\",\n    \"query\":{\n        \"order\":[],\n        \"dims\":[\"date\"],\n        \"measures\":[\"count\"],\n        \"dim_filters\":{\n            \"date\":{\n                \"range\":[\"2020-12-01\",\"2021-06-17\"]\n                }\n            },\n    \"data_filters\":{},\n    \"timezone\":\"Europe/Moscow\"},\n    \"cube\":\"keystrokes\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-chart","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct values: <code>bar, column, area, line, heatmap</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>included <code>date</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>included first and last date in format<code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> date_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autolimit </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>use <code>keystrokes</code> for keystrokes report</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>data</td>\n<td>array[]</td>\n<td>Chart data options</td>\n</tr>\n<tr>\n<td>selspec</td>\n<td>string{}</td>\n<td>Chart selspec options</td>\n</tr>\n<tr>\n<td>data_type</td>\n<td>string</td>\n<td>Selspec data type</td>\n</tr>\n<tr>\n<td>dim</td>\n<td>string</td>\n<td>Selspec dim option</td>\n</tr>\n<tr>\n<td>dim_vega_expr</td>\n<td>string</td>\n<td>Selspec dim vega expr</td>\n</tr>\n<tr>\n<td>field</td>\n<td>string</td>\n<td>Selspec field option</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Selspec type option</td>\n</tr>\n<tr>\n<td>vlspec</td>\n<td>string</td>\n<td>Vlspec options list</td>\n</tr>\n<tr>\n<td>$schema</td>\n<td>string</td>\n<td>Vlspec schema option</td>\n</tr>\n<tr>\n<td>config</td>\n<td>string</td>\n<td>Vlspec config option list</td>\n</tr>\n<tr>\n<td>legend</td>\n<td>string</td>\n<td>Vlspec legend option list</td>\n</tr>\n<tr>\n<td>symbolStrokeColor</td>\n<td>string</td>\n<td>Vlspec symbol stroke color option</td>\n</tr>\n<tr>\n<td>symbolStrokeWidth</td>\n<td>number</td>\n<td>Vlspec symbol stroke width option</td>\n</tr>\n<tr>\n<td>symbolType</td>\n<td>string</td>\n<td>Vlspec symbol type option</td>\n</tr>\n<tr>\n<td>data</td>\n<td>string{}</td>\n<td>Vlspec data option</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Data name option</td>\n</tr>\n<tr>\n<td>encoding</td>\n<td>string{}</td>\n<td>Vlspec encoding option list</td>\n</tr>\n<tr>\n<td>opacity</td>\n<td>string{}</td>\n<td>Vlspec opacity option</td>\n</tr>\n<tr>\n<td>condition</td>\n<td>string{}</td>\n<td>Vlspec condition option list</td>\n</tr>\n<tr>\n<td>selection</td>\n<td>string</td>\n<td>Vlspec selection option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>number</td>\n<td>Vlspec value option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-chart"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca13fa37-ada6-4d15-9cf5-8dd3c4a4718e"},{"name":"Add new widget","id":"1e45bc19-a371-4fb9-a075-608981991de8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"widgets\":[{\n        \"name\":\"Added via API\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"query\":{\n                \"order\":[],\n                \"dims\":[\"date\"],\n                \"measures\":[\"count\"]\n                },\n            \"type\":\"column\"\n            },\n        \"cube\":[\"activity\"],\n        \"w\":20,\n        \"h\":10,\n        \"y\":10,\n        \"x\":5\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-report/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> widgets </td>\n<td> string[{}] </td>\n<td>Include <code>name</code>, <code>type</code>, <code>chart</code>, <code>cube</code>, <code>w</code>, <code>h</code>, <code>y</code>, <code>x</code></td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Name of widget</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Correct value: <code>chart, grid</code></td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Included <code>query</code>,<code> type</code></td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td>Included <code>order</code>,<code> dims</code>, <code>measures</code></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td>Query order params list</td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td>Query dims params list</td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td>Query measures params list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>chart type option</td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string[] </td>\n<td>Widget cube param</td>\n</tr>\n<tr>\n<td> w </td>\n<td> number </td>\n<td>Widget width param</td>\n</tr>\n<tr>\n<td> h </td>\n<td> number </td>\n<td>Widget height param</td>\n</tr>\n<tr>\n<td> y </td>\n<td> number </td>\n<td>Widget y position param</td>\n</tr>\n<tr>\n<td> x </td>\n<td> number </td>\n<td>Widget n position param</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Report id's </td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Report name </td>\n</tr>\n<tr>\n<td> widgets</td>\n<td> string[] </td>\n<td>Widget info </td>\n</tr>\n<tr>\n<td> h</td>\n<td> number </td>\n<td>Widget height </td>\n</tr>\n<tr>\n<td> w</td>\n<td> number </td>\n<td>Widget width </td>\n</tr>\n<tr>\n<td> x</td>\n<td> number </td>\n<td>Widget position by x</td>\n</tr>\n<tr>\n<td> y</td>\n<td> number </td>\n<td>Widget position by y </td>\n</tr>\n<tr>\n<td> cube</td>\n<td> string[] </td>\n<td>Widget cube info </td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Widget name </td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Widget type </td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Chart info </td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type </td>\n</tr>\n<tr>\n<td> query</td>\n<td> string{} </td>\n<td>Query info </td>\n</tr>\n<tr>\n<td> dims</td>\n<td> string[] </td>\n<td>Dims info </td>\n</tr>\n<tr>\n<td> order</td>\n<td> string[] </td>\n<td>Order info </td>\n</tr>\n<tr>\n<td> measures</td>\n<td> string[] </td>\n<td>Measures info </td>\n</tr>\n<tr>\n<td> filters</td>\n<td> string[] </td>\n<td>Filters info </td>\n</tr>\n<tr>\n<td> readonly</td>\n<td> boolean </td>\n<td>Readonly option </td>\n</tr>\n<tr>\n<td> export</td>\n<td> string{} </td>\n<td>export info </td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string[] </td>\n<td>settings list </td>\n</tr>\n<tr>\n<td> time</td>\n<td> string[] </td>\n<td>time list </td>\n</tr>\n<tr>\n<td> days</td>\n<td> string[] </td>\n<td>Days list </td>\n</tr>\n<tr>\n<td> month_day</td>\n<td> string[] </td>\n<td>month day list </td>\n</tr>\n<tr>\n<td> deleted</td>\n<td> boolean </td>\n<td>Deleted option </td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-report",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1e45bc19-a371-4fb9-a075-608981991de8"},{"name":"Autoexport","id":"4b027127-d333-4aac-9da6-922730d5dd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"export\":{\n        \"settings\":{\n            \"sameLayout\":true,\n            \"autoExport\":{\n                \"enabled\":true,\n                \"period\":\"month\",\n                \"emails\":[\"test@test.com\"]\n            }\n        },\n        \"time\":981,\n        \"days\":[],\n        \"monthDay\":19\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-report/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> exports </td>\n<td> string{} </td>\n<td>Include <code>settings</code>, <code>time</code>, <code>days</code>, <code>monthDay</code></td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Include <code>sameLayout</code>, <code>autoExport</code></td>\n</tr>\n<tr>\n<td> sameLayout </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Include <code>enabled</code>, <code>period</code>,<code>emails</code></td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Correct value <code>day</code>,<code>week</code>,<code>month</code></td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>List of emails</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>number in seconds</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>If selected period: <code>days</code> or <code>week</code></td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>If selected period: <code>month</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Autoexport id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Autoexport report name</td>\n</tr>\n<tr>\n<td> widgets </td>\n<td> string{} </td>\n<td>Autoexport report widgets list</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> number </td>\n<td>Autoexport report filters list</td>\n</tr>\n<tr>\n<td> readonly </td>\n<td> boolean </td>\n<td>Autoexport report read only param</td>\n</tr>\n<tr>\n<td> export </td>\n<td> string{} </td>\n<td>Autoexport report options list</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Autoexport settings list</td>\n</tr>\n<tr>\n<td> sameLayout </td>\n<td> boolean </td>\n<td>Autoexport same layout param</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Autoexport options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Autoexport enable param</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Autoexport emails list</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport period option</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> month_day </td>\n<td> number </td>\n<td>Autoexport month day param</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Autoexport deleted param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-report",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"4b027127-d333-4aac-9da6-922730d5dd26"},{"name":"Clone Report","id":"d8e1f676-6482-42fb-b853-7e6b296e687b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Applications & Websites (1)\",\n    \"widgets\":{\n        \"tabs\":[\n            {\n                \"name\":\"Basic\",\n                \"filters\":[],\n                \"widgets\":[\n                    {\n                        \"h\":5,\n                        \"w\":4,\n                        \"x\":0,\n                        \"y\":5,\n                        \"cube\":\"activity\",\n                        \"name\":\"Top Apps/Domains\",\n                        \"type\":\"chart\",\n                        \"chart\":{\n                            \"type\":\"bar\",\n                            \"query\":{\n                                \"dims\":[\"aname\"],\n                                \"limit\":100,\n                                \"order\":[[\"time\",\"desc\"]],\n                                \"measures\":[\"time\"]\n                            },\n                            \"minimap\":true\n                        }   \n                    },\n                    {\n                        \"h\":16,\n                        \"w\":12,\n                        \"x\":0,\n                        \"y\":10,\n                        \"cube\":\"activity\",\n                        \"grid\":{\n                            \"sort\":[\n                                {\n                                    \"sort\":\"desc\",\n                                    \"colId\":\"timestamp\"\n                                }\n                            ],\n                        \"columns\":[\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"count\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"prod_time_p\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"prod_noidle_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"prod_noidle_time_p\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"prod_idle_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"unprod_time_p\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"unprod_idle_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"uncls_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"uncls_time_p\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"uncls_idle_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"date\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"timestamp\",\n                                \"width\":141,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"agent\",\n                                \"width\":164,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"computer\",\n                                \"width\":159,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"department\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"task\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"browser\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"aname\",\n                                \"width\":180,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"time_s\",\n                                \"width\":114,\n                                \"pinned\":null,\n                                \"aggFunc\":\"sum\",\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"classify\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"cat\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"cat_sec\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"rep\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"title\",\n                                \"width\":278,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":false,\n                                \"colId\":\"url\",\n                                \"width\":395,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"idle_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"prod_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            },\n                            {\n                                \"flex\":0,\n                                \"hide\":true,\n                                \"colId\":\"unprod_time_s\",\n                                \"width\":36,\n                                \"pinned\":null,\n                                \"aggFunc\":null,\n                                \"pivotIndex\":null,\n                                \"rowGroupIndex\":null\n                            }\n                        ]\n                    },\n                    \"name\":\"Grid\",\n                    \"type\":\"grid\"\n                },\n                {\n                    \"h\":5,\n                    \"w\":4,\n                    \"x\":4,\n                    \"y\":5,\n                    \"cube\":[\"activity\"],\n                    \"name\":\"Top Categories\",\n                    \"type\":\"chart\",\n                    \"chart\":{\n                        \"type\":\"bar\",\n                        \"query\":{\n                            \"dims\":[\"cat\"],\n                            \"limit\":100,\n                            \"order\":[[\"time\",\"desc\"]],\n                            \"measures\":[\"time\"]\n                        },\n                        \"minimap\":true\n                    }\n                },\n                {\n                    \"h\":5,\n                    \"w\":4,\n                    \"x\":8,\n                    \"y\":5,\n                    \"cube\":[\"activity\"],\n                    \"name\":\"Top Browsers\",\n                    \"type\":\"chart\",\n                    \"chart\":{\n                        \"type\":\"bar\",\n                        \"query\":{\n                            \"dims\":[\"browser\"],\n                            \"order\":[[\"time\",\"desc\"]],\n                            \"measures\":[\"time\"]\n                        },\n                        \"minimap\":false,\n                        \"autolimit\":false\n                    }\n                },\n                {\n                    \"h\":5,\n                    \"w\":6,\n                    \"x\":0,\n                    \"y\":0,\n                    \"cube\":[\"activity\"],\n                    \"name\":\"Top Employees\",\n                    \"type\":\"chart\",\n                    \"chart\":{\n                        \"type\":\"bar\",\n                        \"query\":{\n                            \"dims\":[\"agent\"],\n                            \"limit\":100,\n                            \"order\":[[\"time\",\"desc\"]],\n                            \"measures\":[\"time\"]\n                        },\n                        \"minimap\":true\n                    }\n                },\n                {\n                    \"h\":5,\n                    \"w\":6,\n                    \"x\":6,\n                    \"y\":0,\n                    \"cube\":[\"activity\"],\n                    \"name\":\"Top Departments\",\n                    \"type\":\"chart\",\n                    \"chart\":{\n                        \"type\":\"bar\",\n                        \"query\":{\n                            \"dims\":[\"department\"],\n                            \"limit\":100,\n                            \"order\":[[\"time\",\"desc\"]],\n                            \"measures\":[\"time\"]\n                        },\n                    \"minimap\":true\n                }\n            }\n        ]\n    },\n    {\n        \"name\":\"Aggregated\",\n        \"filters\":[],\n        \"widgets\":[\n            {\n                \"h\":5,\n                \"w\":4,\n                \"x\":0,\n                \"y\":5,\n                \"cube\":[\"activity\"],\n                \"name\":\"Top Apps/Domains\",\n                \"type\":\"chart\",\n                \"chart\":{\n                    \"type\":\"bar\",\n                    \"query\":{\n                        \"dims\":[\"aname\"],\n                        \"limit\":100,\n                        \"order\":[[\"time\",\"desc\"]],\n                        \"measures\":[\"time\"]\n                    },\n                    \"minimap\":true\n                }\n            },\n            {\n                \"h\":5,\n                \"w\":4,\n                \"x\":4,\n                \"y\":5,\n                \"cube\":[\"activity\"],\n                \"name\":\"Top Categories\",\n                \"type\":\"chart\",\n                \"chart\":{\n                    \"type\":\"bar\",\n                    \"query\":{\n                        \"dims\":[\"cat\"],\n                        \"limit\":100,\n                        \"order\":[[\"time\",\"desc\"]],\n                        \"measures\":[\"time\"]\n                    },\n                \"minimap\":true\n            }\n        },\n        {\n            \"h\":16,\n            \"w\":12,\n            \"x\":0,\n            \"y\":10,\n            \"cube\":[\"activity\"],\n            \"grid\":{\n                \"sort\":[\n                    {\n                        \"sort\":\"desc\",\n                        \"colId\":\"time_s\"\n                    }\n                ],\n                \"columns\":[\n                    {\n                        \"flex\":0,\n                        \"hide\":false,\n                        \"colId\":\"ag-Grid-AutoColumn\",\n                        \"width\":190,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"department\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"timestamp\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"date\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":0,\n                        \"hide\":false,\n                        \"colId\":\"agent\",\n                        \"width\":114,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"computer\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"task\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"browser\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"aname\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":0\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"classify\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"cat\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"cat_sec\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"rep\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"title\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"url\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"count\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":0,\n                        \"hide\":false,\n                        \"colId\":\"time_s\",\n                        \"width\":107,\n                        \"pinned\":null,\n                        \"aggFunc\":\"sum\",\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":0,\n                        \"hide\":false,\n                        \"colId\":\"idle_time_s\",\n                        \"width\":109,\n                        \"pinned\":null,\n                        \"aggFunc\":\"sum\",\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"prod_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"prod_time_p\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"prod_noidle_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"prod_noidle_time_p\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"prod_idle_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"unprod_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"unprod_time_p\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"unprod_idle_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"uncls_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"uncls_time_p\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    },\n                    {\n                        \"flex\":1,\n                        \"hide\":true,\n                        \"colId\":\"uncls_idle_time_s\",\n                        \"width\":200,\n                        \"pinned\":null,\n                        \"aggFunc\":null,\n                        \"pivotIndex\":null,\n                        \"rowGroupIndex\":null\n                    }\n                ]\n            },\n            \"type\":\"grid\"\n        },\n        {\n            \"h\":5,\n            \"w\":4,\n            \"x\":8,\n            \"y\":5,\n            \"cube\":[\"activity\"],\n            \"name\":\"Top Browsers\",\n            \"type\":\"chart\",\n            \"chart\":{\n                \"type\":\"bar\",\n                \"query\":{\n                    \"dims\":[\"browser\"],\n                    \"order\":[[\"time\",\"desc\"]],\n                    \"measures\":[\"time\"]\n                }\n            }\n        },\n        {\n            \"h\":5,\n            \"w\":6,\n            \"x\":0,\n            \"y\":0,\n            \"cube\":[\"activity\"],\n            \"name\":\"Top Employees\",\n            \"type\":\"chart\",\n            \"chart\":{\n                \"type\":\"bar\",\n                \"query\":{\n                    \"dims\":[\"agent\"],\n                    \"limit\":100,\n                    \"order\":[[\"time\",\"desc\"]],\n                    \"measures\":[\"time\"]\n                },\n                \"minimap\":true\n            }\n        },\n        {\n            \"h\":5,\n            \"w\":6,\n            \"x\":6,\n            \"y\":0,\n            \"cube\":[\"activity\"],\n            \"name\":\"Top Departments\",\n            \"type\":\"chart\",\n            \"chart\":{\n                \"type\":\"bar\",\n                \"query\":{\n                    \"dims\":[\"department\"],\n                    \"limit\":100,\n                    \"order\":[[\"time\",\"desc\"]],\n                    \"measures\":[\"time\"]\n                },\n                \"minimap\":true\n            }\n        }\n    ]\n    },\n    {\n    \"name\":\"Categories\",\n    \"filters\":[],\n    \"widgets\":[\n        {\n            \"h\":5,\n            \"w\":4,\n            \"x\":0,\n            \"y\":5,\n            \"cube\":[\"activity\"],\n            \"name\":\"Top Categories\",\n            \"type\":\"chart\",\n            \"chart\":{\n                \"type\":\"bar\",\n                \"query\":{\n                    \"dims\":[\"cat\"],\n                    \"order\":[[\"time\",\"desc\"]],\n                    \"measures\":[\"time\"]\n                },\n            \"minimap\":true\n        }\n    },\n    {\n        \"h\":5,\n        \"w\":4,\n        \"x\":4,\n        \"y\":5,\n        \"cube\":[\"activity\"],\n        \"name\":\"Top Security Categories\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"bar\",\n            \"query\":{\n                \"dims\":[\"cat_sec\"],\n                \"order\":[[\"time\",\"desc\"]],\n                \"measures\":[\"time\"]\n            }\n        }\n    },\n    {\n        \"h\":5,\n        \"w\":4,\n        \"x\":8,\n        \"y\":5,\n        \"cube\":[\"activity\"],\n        \"name\":\"Top Reputations\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"bar\",\n            \"query\":{\n                \"dims\":[\"rep\"],\n                \"order\":[[\"time\",\"desc\"]],\n                \"measures\":[\"time\"]\n            }\n        }\n    },\n    {\n        \"h\":5,\n        \"w\":6,\n        \"x\":0,\n        \"y\":10,\n        \"cube\":[\"activity\"],\n        \"name\":\"Classification Timeline\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"area\",\n            \"query\":{\n                \"dims\":[\"date\",\"classify\"],\n                \"order\":[],\n                \"measures\":[\"time\"]\n            }\n        }\n    },\n    {\n        \"h\":5,\n        \"w\":6,\n        \"x\":6,\n        \"y\":10,\n        \"cube\":[\"activity\"],\n        \"name\":\"Top Categories Timeline\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"area\",\n            \"query\":{\n                \"dims\":[\"date\",\"cat\"],\n                \"order\":[],\n                \"measures\":[\"time\"],\n                \"dim_ranks\":{\n                    \"cat\":[\"time\",\"desc\",10]\n                }\n            }\n        }\n    },\n    {\n        \"h\":16,\n        \"w\":12,\n        \"x\":0,\n        \"y\":15,\n        \"cube\":[\"activity\"],\n        \"grid\":{\n            \"sort\":[\n                {\n                    \"sort\":\"desc\",\n                    \"colId\":\"timestamp\"\n                },\n                {\n                    \"sort\":\"desc\",\n                    \"colId\":\"time_s\"\n                }\n            ],\n            \"columns\":[\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"ag-Grid-AutoColumn\",\n                    \"width\":264,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"timestamp\",\n                    \"width\":155,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"date\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":true,\n                    \"colId\":\"agent\",\n                    \"width\":114,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":2\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"computer\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"department\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"task\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"browser\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"aname\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":1\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"classify\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"cat\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":0\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"cat_sec\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"rep\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"title\",\n                    \"width\":84,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"url\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"count\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"time_s\",\n                    \"width\":118,\n                    \"pinned\":null,\n                    \"aggFunc\":\"sum\",\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"idle_time_s\",\n                    \"width\":109,\n                    \"pinned\":null,\n                    \"aggFunc\":\"sum\",\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"prod_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"prod_time_p\",\n                    \"width\":170,\n                    \"pinned\":null,\n                    \"aggFunc\":\"avg\",\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"prod_noidle_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"prod_noidle_time_p\",\n                    \"width\":213,\n                    \"pinned\":null,\n                    \"aggFunc\":\"avg\",\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"prod_idle_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"unprod_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":0,\n                    \"hide\":false,\n                    \"colId\":\"unprod_time_p\",\n                    \"width\":186,\n                    \"pinned\":null,\n                    \"aggFunc\":\"avg\",\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"unprod_idle_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"uncls_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"uncls_time_p\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                },\n                {\n                    \"flex\":1,\n                    \"hide\":true,\n                    \"colId\":\"uncls_idle_time_s\",\n                    \"width\":200,\n                    \"pinned\":null,\n                    \"aggFunc\":null,\n                    \"pivotIndex\":null,\n                    \"rowGroupIndex\":null\n                }\n            ]\n        },\n        \"type\":\"grid\"\n    },\n    {\n        \"h\":5,\n        \"w\":6,\n        \"x\":0,\n        \"y\":0,\n        \"cube\":[\"activity\"],\n        \"name\":\"Top Employees\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"bar\",\n            \"query\":{\n                \"dims\":[\"agent\"],\n                \"limit\":100,\n                \"order\":[[\"time\",\"desc\"]],\n                \"measures\":[\"time\"]\n            },\n            \"minimap\":true\n        }\n    },\n    {\n        \"h\":5,\n        \"w\":6,\n        \"x\":6,\n        \"y\":0,\n        \"cube\":[\"activity\"],\n        \"name\":\"Top Departments\",\n        \"type\":\"chart\",\n        \"chart\":{\n            \"type\":\"bar\",\n            \"query\":{\n                \"dims\":[\"department\"],\n                \"limit\":99,\n                \"order\":[[\"time\",\"desc\"]],\n                \"measures\":[\"time\"]\n            },\n            \"minimap\":true\n        }\n    }\n    ]\n    }\n    ],\n        \"filters\":[],\n        \"version\":1\n    },\n    \"filters\":{\n        \"atypeSelected\":\"all\",\n        \"ldapFilters\":[],\n        \"dimFilters\":{\n            \"date\":{\n                \"range\":[\"2021-08-16\",\"2021-08-17\"]\n            }\n        },\n        \"dataFilters\":{},\n        \"searchData\":{}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-report","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Report name</td>\n</tr>\n<tr>\n<td> widgets </td>\n<td> string{} </td>\n<td>Report widgets list</td>\n</tr>\n<tr>\n<td> tabs </td>\n<td> string[] </td>\n<td>Report tabs list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Tab name</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> string[] </td>\n<td>Report filters list</td>\n</tr>\n<tr>\n<td> widgets </td>\n<td> string[] </td>\n<td>Widgets options list</td>\n</tr>\n<tr>\n<td> h </td>\n<td> number </td>\n<td>Widget height param</td>\n</tr>\n<tr>\n<td> w </td>\n<td> number </td>\n<td>Widget width param</td>\n</tr>\n<tr>\n<td> x </td>\n<td> number </td>\n<td>Widget x position param</td>\n</tr>\n<tr>\n<td> y </td>\n<td> number </td>\n<td>Report filters list</td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>Widget cube param</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Widget name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Widget type</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type param</td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td>Chart query list</td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td>Query dims param list</td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td>Query limit param</td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td>Query order list</td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td>Query measures list</td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td>Chart minimap param</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> string[] </td>\n<td>Widget filters list</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Widgets version param</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> string{} </td>\n<td>Report filters list</td>\n</tr>\n<tr>\n<td> atypeSelected </td>\n<td> string </td>\n<td>Filters a type Selected option</td>\n</tr>\n<tr>\n<td> ldapFilters </td>\n<td> string[] </td>\n<td>Filter ldap param</td>\n</tr>\n<tr>\n<td> dimFilters </td>\n<td> string{} </td>\n<td>Filters dim filter param</td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>DimFilters date param</td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Date range</td>\n</tr>\n<tr>\n<td> datafilters </td>\n<td> string{} </td>\n<td>Report datafilters list</td>\n</tr>\n<tr>\n<td> searchData </td>\n<td> string{} </td>\n<td>Report search data list</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Report id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Report name</td>\n</tr>\n<tr>\n<td> widgets </td>\n<td> string{} </td>\n<td>Report widgets options</td>\n</tr>\n<tr>\n<td> tabs </td>\n<td> string[] </td>\n<td>Report tabs list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Tab name</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> string[] </td>\n<td>Tab filters list</td>\n</tr>\n<tr>\n<td> widgets </td>\n<td> string[] </td>\n<td>Tab widgets list</td>\n</tr>\n<tr>\n<td> h </td>\n<td> number </td>\n<td>Widget height param</td>\n</tr>\n<tr>\n<td> w </td>\n<td> number </td>\n<td>Widget width param</td>\n</tr>\n<tr>\n<td> x </td>\n<td> number </td>\n<td>Widget x position param</td>\n</tr>\n<tr>\n<td> y </td>\n<td> number </td>\n<td>Widget y position param</td>\n</tr>\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>Widget cube param</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Widget name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Widget type param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Widget chart param list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type param</td>\n</tr>\n<tr>\n<td> query </td>\n<td> string{} </td>\n<td>Widget query list options</td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td>Query dims params list</td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td>Query limit param</td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td>Query order params list</td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td>Query measures list</td>\n</tr>\n<tr>\n<td> minimap </td>\n<td> boolean </td>\n<td>Chart minimap param</td>\n</tr>\n<tr>\n<td> filters </td>\n<td> string{} </td>\n<td>Report filters list</td>\n</tr>\n<tr>\n<td> atypeSelected </td>\n<td> string </td>\n<td>Filters a type Selected param</td>\n</tr>\n<tr>\n<td> ldapFilters </td>\n<td> string[] </td>\n<td>Filters LDAP filters params list</td>\n</tr>\n<tr>\n<td> dimFilters </td>\n<td> string{} </td>\n<td>Filters dimFilters list</td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>dimFilters date params list</td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Date range list</td>\n</tr>\n<tr>\n<td> dataFilters </td>\n<td> string{} </td>\n<td>Widgets data filters list</td>\n</tr>\n<tr>\n<td> searchData </td>\n<td> string{} </td>\n<td>Widgets search data list</td>\n</tr>\n<tr>\n<td> readonly </td>\n<td> boolean </td>\n<td>Report readonly param</td>\n</tr>\n<tr>\n<td> export </td>\n<td> string{} </td>\n<td>Report export options list</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string </td>\n<td>Report export settings param</td>\n</tr>\n<tr>\n<td> time </td>\n<td> string </td>\n<td>Report export time param</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string </td>\n<td>Report export days param</td>\n</tr>\n<tr>\n<td> month_day </td>\n<td> string </td>\n<td>Report export month day param</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Report deleted param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-report"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8e1f676-6482-42fb-b853-7e6b296e687b"}],"id":"9b12f02d-6b07-488b-8a7f-2cf1c40f2a51","_postman_id":"9b12f02d-6b07-488b-8a7f-2cf1c40f2a51","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"BI Filter","item":[{"name":"Applications & webpages filter","id":"8d0d4c2f-1944-4f7d-b382-691f47923a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"activity\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"agent\"],\n    \"measures\":[\"time_s\",\"idle_time_s\",\"prod_time_s\",\"unprod_time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-4-28\"]\n            },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"time_s\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p>File should contains values in first column and should not has headers.</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code>, <code>agent</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date \n in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>Agents id</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>Computers id</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>Agents id</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks id</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> idle_time_s </td>\n<td> number </td>\n<td>Agent idle time in seconds</td>\n</tr>\n<tr>\n<td> prod_time_S </td>\n<td> number </td>\n<td>Agent productive time in seconds</td>\n</tr>\n<tr>\n<td> time_s </td>\n<td> number </td>\n<td>Agent time in seconds</td>\n</tr>\n<tr>\n<td> unprod_time_s </td>\n<td> number </td>\n<td>Agent unproductive time in seconds</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0d4c2f-1944-4f7d-b382-691f47923a2a"},{"name":"Productivity - filter","id":"ad0f49d8-a60c-4099-a911-4c7451e3ae2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":[\"activity\",\"input_rate\",\"work_time\",\"login_session\"],\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"agent\"],\n    \"measures\":[\"login_session:time_s\",\"work_time:time_s\",\"work_time:idle_time_s\",\"activity:prod_time_s\",\"activity:prod_noidle_time_s\",\"activity:unprod_time_s\",\"input_rate:rate\",\"work_time:wage\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n            },\n        \"agent\":[133],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"work_time:time_s\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code>, <code>agent</code>,<code>computer</code>,<code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> number{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string{} </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> activity:prod_noidle_time_s </td>\n<td> number </td>\n<td>Activity productivity not idle time in seconds</td>\n</tr>\n<tr>\n<td> activity:prod_time_s </td>\n<td> number </td>\n<td>Activity productivity time in seconds</td>\n</tr>\n<tr>\n<td> activity:unprod_time_s </td>\n<td> number </td>\n<td>Activity unproductivity time in seconds</td>\n</tr>\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Activity agent info list</td>\n</tr>\n<tr>\n<td> input_rate:rate </td>\n<td> number </td>\n<td>Input rate</td>\n</tr>\n<tr>\n<td> login_session:time_s </td>\n<td> number </td>\n<td>Login session time in seconds</td>\n</tr>\n<tr>\n<td> work_time:idle_time_s </td>\n<td> number </td>\n<td>Work time idle time in seconds</td>\n</tr>\n<tr>\n<td> work_time:time_s </td>\n<td> number </td>\n<td>Work time in seconds</td>\n</tr>\n<tr>\n<td> work_time:wage </td>\n<td> number </td>\n<td>Work time wage in seconds</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad0f49d8-a60c-4099-a911-4c7451e3ae2f"},{"name":"Emails - filter","id":"1d62ea5e-2192-4872-9c79-445b43eedd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"mail\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"attach_token\",\"direction\",\"src\",\"dst\",\"subject\",\"attachments\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n        },\n        \"agent\":[133],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td>Cube param</td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td>Timezone param</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td>Filter aggregate param</td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td>Filter dims params list</td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td>Measures param list</td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{}</td>\n<td>Included <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent info list</td>\n</tr>\n<tr>\n<td> attach_token </td>\n<td> string </td>\n<td>Agent attached token</td>\n</tr>\n<tr>\n<td> attachments </td>\n<td> string[] </td>\n<td>Agent attachments from email</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer info list</td>\n</tr>\n<tr>\n<td> direction </td>\n<td> string </td>\n<td>Message direction</td>\n</tr>\n<tr>\n<td> dst </td>\n<td> string[] </td>\n<td>Message destination emails list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Message id</td>\n</tr>\n<tr>\n<td> src </td>\n<td> string </td>\n<td>Message sender email</td>\n</tr>\n<tr>\n<td> subject </td>\n<td> string </td>\n<td>Message subject</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Message date and time stamp</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d62ea5e-2192-4872-9c79-445b43eedd98"},{"name":"Behavior alerts  - filter","id":"930bbe75-f214-463b-a602-378cf918cf5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"behavior_alert\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"rule\"],\n    \"measures\":[\"count\",\"risk\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n        },\n        \"agent\":[133],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"count\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> count </td>\n<td> number </td>\n<td>Alerts count number</td>\n</tr>\n<tr>\n<td> risk </td>\n<td> number </td>\n<td>Alerts risk number</td>\n</tr>\n<tr>\n<td> rule </td>\n<td> string[] </td>\n<td>Alert rule id and name</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"930bbe75-f214-463b-a602-378cf918cf5b"},{"name":"Console commands  - filter","id":"f7c41732-17cb-48db-9096-c2f38c25400a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"console_cmd\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":true,\n    \"dims\":[\"executable\"],\n    \"measures\":[\"count\",\"time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n            },\n        \"agent\":[133],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"count\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> count </td>\n<td> number </td>\n<td>Console commands count</td>\n</tr>\n<tr>\n<td> executable </td>\n<td> string </td>\n<td>Console command name</td>\n</tr>\n<tr>\n<td> time_s </td>\n<td> number </td>\n<td>Console command time in seconds</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c41732-17cb-48db-9096-c2f38c25400a"},{"name":"Login sessions  - filter","id":"74bccdf8-4077-4774-98ab-408164ad28cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"login_session\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"src_computer\",\"src_ip\"],\n    \"measures\":[\"time_s\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n        },\n        \"agent\":[133],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td> agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Login session id</td>\n</tr>\n<tr>\n<td> src_computer </td>\n<td> string </td>\n<td>Source computer name</td>\n</tr>\n<tr>\n<td> src_ip </td>\n<td> string </td>\n<td>Source computer ip address</td>\n</tr>\n<tr>\n<td> time_s </td>\n<td> number </td>\n<td>Login session event time in seconds</td>\n</tr>\n<tr>\n<td> timestamps </td>\n<td> string </td>\n<td>Login session date and time stamp</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74bccdf8-4077-4774-98ab-408164ad28cf"},{"name":"Searches - filter","id":"9ace53c3-9d83-4419-9de6-babef834ddb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"web_search\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"site\",\"phrase\",\"keyword\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-2-1\",\"2021-2-28\"]\n        },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Included <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Included first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Search event id</td>\n</tr>\n<tr>\n<td> keyword </td>\n<td> string[] </td>\n<td>Search event keywords list</td>\n</tr>\n<tr>\n<td> phrase </td>\n<td> string </td>\n<td>Search event phrase</td>\n</tr>\n<tr>\n<td> site </td>\n<td> string </td>\n<td>Name of site used for search</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Search event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ace53c3-9d83-4419-9de6-babef834ddb4"},{"name":"Printing - filter","id":"6d8a90f3-e9c4-491a-a0b1-93b5856b6a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"printed_doc\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"document_uid\",\"doc_name\",\"printer_name\"],\n    \"measures\":[\"num_pages\",\"num_copies\"],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-02-01\",\"2021-02-28\"]\n            },\n            \"agent\":[],\n            \"computer\":[],\n            \"department\":[],\n            \"task\":[]\n        },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Included <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agents ids and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computers ids and name</td>\n</tr>\n<tr>\n<td> doc_name </td>\n<td> string </td>\n<td>Printed document name</td>\n</tr>\n<tr>\n<td> document_uid </td>\n<td> string </td>\n<td>Printed document uid</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Print event id</td>\n</tr>\n<tr>\n<td> num_copies </td>\n<td> number </td>\n<td>Printed document copies number</td>\n</tr>\n<tr>\n<td> num_pages </td>\n<td> number </td>\n<td>Printed document pages number</td>\n</tr>\n<tr>\n<td> printer_name </td>\n<td> string </td>\n<td>Printer name</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Print event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d8a90f3-e9c4-491a-a0b1-93b5856b6a09"},{"name":"Social media - filter","id":"3ad18c7c-9738-4c2e-9a65-be310fe53c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"social_media\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"source\",\"action\",\"message\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-02-01\",\"2021-02-28\"]\n        },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n        },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measure </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string[] </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> action </td>\n<td> string </td>\n<td>Social media action type</td>\n</tr>\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Social media event id</td>\n</tr>\n<tr>\n<td> message </td>\n<td> string </td>\n<td>Social media message text</td>\n</tr>\n<tr>\n<td> source </td>\n<td> string </td>\n<td>Social media event source</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Social media event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ad18c7c-9738-4c2e-9a65-be310fe53c5f"},{"name":"Keystrokes - filter","id":"18307eaf-8d9c-45ed-b535-f8c240cffd6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"keystrokes\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"task\",\"aname\",\"keystrokes\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-02-01\",\"2021-02-28\"]\n        },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> aname </td>\n<td> string </td>\n<td>Application name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Event id number</td>\n</tr>\n<tr>\n<td> keystrokes </td>\n<td> string </td>\n<td>Keystroke event text</td>\n</tr>\n<tr>\n<td> task </td>\n<td> string[] </td>\n<td>Task id and name</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18307eaf-8d9c-45ed-b535-f8c240cffd6a"},{"name":"File events - filter","id":"2449dfe3-abab-4e71-86ce-72f3781c07bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"file_event\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"process_name\",\"description\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-02-01\",\"2021-02-28\"]\n        },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>File event description</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Event id</td>\n</tr>\n<tr>\n<td> process_name </td>\n<td> string </td>\n<td>File event process name</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>File event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2449dfe3-abab-4e71-86ce-72f3781c07bb"},{"name":"Web file events - filter","id":"e70786ba-8883-429e-9b75-3ae00c96bcb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"cube\":\"web_file_event\",\n    \"timezone\":\"Europe/Moscow\",\n    \"aggregate\":false,\n    \"dims\":[\"timestamp\",\"id\",\"agent\",\"computer\",\"event_type\",\"process_name\",\"domain\",\"file_name\"],\n    \"measures\":[],\n    \"dim_filters\":{\n        \"date\":{\n            \"range\":[\"2021-02-01\",\"2021-02-28\"]\n        },\n        \"agent\":[],\n        \"computer\":[],\n        \"department\":[],\n        \"task\":[]\n    },\n    \"data_filters\":{},\n    \"offset\":0,\n    \"limit\":100,\n    \"order\":[[\"timestamp\",\"desc\"]]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/wip/tma-query","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> cube </td>\n<td> string </td>\n<td></td>\n</tr>\n\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td></td>\n</tr>\n\n<tr>\n<td> aggregate </td>\n<td> boolean </td>\n<td></td>\n</tr>\n\n<tr>\n<td> dims </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> measures </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> dim_filters </td>\n<td> string{} </td>\n<td>Include <code>date</code>, <code>agent</code>, <code>computer</code>, <code>department</code>, <code>task</code></td>\n</tr>\n<tr>\n<td> date </td>\n<td> string{} </td>\n<td>Include <code>range</code></td>\n</tr>\n<tr>\n<td> range </td>\n<td> string[] </td>\n<td>Include first and last date in format <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td> agent </td>\n<td> number[] </td>\n<td>agents ids</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number[] </td>\n<td>computers ids</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number[] </td>\n<td>departments ids</td>\n</tr>\n<tr>\n<td> task </td>\n<td> number[] </td>\n<td>tasks ids</td>\n</tr>\n<tr>\n<td> data_filters </td>\n<td> string{} </td>\n<td></td>\n</tr>\n<tr>\n<td> offset </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> limit </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> order </td>\n<td> string[] </td>\n<td></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> string[] </td>\n<td>Agent id and name</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> string[] </td>\n<td>Computer id and name</td>\n</tr>\n<tr>\n<td> domain </td>\n<td> string </td>\n<td>Domain name</td>\n</tr>\n<tr>\n<td> event_type </td>\n<td> string </td>\n<td>Web Files event type</td>\n</tr>\n<tr>\n<td> file_name </td>\n<td> string </td>\n<td>Web file event file name</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Event id</td>\n</tr>\n<tr>\n<td> process_name </td>\n<td> string </td>\n<td>Web file event process name</td>\n</tr>\n<tr>\n<td> timestamp </td>\n<td> string </td>\n<td>Web file event date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e70786ba-8883-429e-9b75-3ae00c96bcb1"}],"id":"375f2232-4400-4492-8ee6-a7f2417c1fc7","_postman_id":"375f2232-4400-4492-8ee6-a7f2417c1fc7","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Behavior policies","item":[{"name":"Clone or move behavior policy","id":"08c7961f-51fb-4513-a427-4d819c35f06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"mode\":\"clone\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-policy/:id/clone","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> mode </td>\n<td><i> string </i></td>\n<td>operation mode: \"copy\" or \"move\"</td>\n</tr>\n<tr>\n<td> group </td>\n<td><i> number </i></td>\n<td>destination group, if comited group will be unchanged. For mode=\"move\" this parameter is required.</td>\n</tr>\n<tr>\n<td> withAssignments <code>optional</code></td>\n<td><i> boolean </i></td>\n<td>flag to clone assignments</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policy </td>\n<td>string{}</td>\n<td>Policy options list</td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td>number</td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td>number</td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td>number</td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td>string</td>\n<td>Behavior policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td>string{}</td>\n<td>Behavior policy params list</td>\n</tr>\n<tr>\n<td> ui </td>\n<td>string{}</td>\n<td>Behavior policy ui options list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td>string</td>\n<td>Behavior policy ui actions mode type</td>\n</tr>\n<tr>\n<td> category </td>\n<td> number </td>\n<td>Behavior policy ui category type</td>\n</tr>\n<tr>\n<td> description </td>\n<td>string</td>\n<td>Behavior policy ui description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td>string{}</td>\n<td>Behavior policy activity options list</td>\n</tr>\n<tr>\n<td> webpages </td>\n<td>string[]</td>\n<td>Activity webpages param</td>\n</tr>\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Activity id</td>\n</tr>\n<tr>\n<td> time </td>\n<td>string{}</td>\n<td>Behavior policy time options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td>boolean</td>\n<td>Behavior policy enabled param</td>\n</tr>\n<tr>\n<td> periods </td>\n<td>string[]</td>\n<td>Behavior policy periods list</td>\n</tr>\n<tr>\n<td> start </td>\n<td>number</td>\n<td>Time start in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td>number</td>\n<td>Time end in seconds</td>\n</tr>\n<tr>\n<td> actions </td>\n<td>string{}</td>\n<td>Behavior policy actions options list</td>\n</tr>\n<tr>\n<td> period </td>\n<td>string</td>\n<td>Action period type</td>\n</tr>\n<tr>\n<td> reactions </td>\n<td>string{}</td>\n<td>Action reactions list</td>\n</tr>\n<tr>\n<td> actions </td>\n<td>number[]</td>\n<td>Action actions param</td>\n</tr>\n<tr>\n<td> message </td>\n<td>string</td>\n<td>Action message</td>\n</tr>\n<tr>\n<td> created </td>\n<td>string</td>\n<td>Behavior policy created date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td>boolean</td>\n<td>Behavior policy deleted param</td>\n</tr>\n<tr>\n<td> active </td>\n<td>boolean</td>\n<td>Behavior policy active</td>\n</tr>\n<tr>\n<td> order </td>\n<td>number</td>\n<td>Behavior policy order param</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td>string[]</td>\n<td>Behavior policy assignments list</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td>number</td>\n<td>Assignments entity group id</td>\n</tr>\n<tr>\n<td> assignments_type </td>\n<td>number</td>\n<td>Assignments type</td>\n</tr>\n<tr>\n<td> assignments_id </td>\n<td>number</td>\n<td>Assignments id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td>boolean</td>\n<td>Assignments exclude param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy",":id","clone"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"08c7961f-51fb-4513-a427-4d819c35f06b"},{"name":"Create behavior group","id":"12f1a7d5-a3ff-41a5-af81-fad585031b77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"assignments\":[\n        {\n        \"assignment_type\":1,\n        \"assignment_id\":1,\n        \"exclude\":false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-group","description":"<p>Create new Behavior group (UI naming: Behavior policy)</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Name for new behavior group</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> object[] </i></td>\n<td>Assignments for the group</td>\n</tr>\n<tr>\n<td> assignment_type</td>\n<td><i> number </i></td>\n<td>assigned entity type: {agent: 1, computer: 2, department: 3, everyone: 4, group: 5}</td>\n</tr>\n<tr>\n<td> assignment_id</td>\n<td><i> number </i></td>\n<td>assigned entity id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> boolean </i></td>\n<td>flag, is this \"excluding\" assignment or not</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Behavior group name</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Behavior group date of create</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Behavior group deleted options</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Behavior group active option</td>\n</tr>\n<tr>\n<td> order </td>\n<td><i> number </i></td>\n<td>Behavior group order</td>\n</tr>\n<tr>\n<td> policies </td>\n<td><i> string[] </i></td>\n<td>Behavior group policies include</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> string[] </i></td>\n<td>Behavior group assignments</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>Assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>Assignment id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> boolean </i></td>\n<td>Assignment exclude option</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12f1a7d5-a3ff-41a5-af81-fad585031b77"},{"name":"Create policy","id":"b7e38e5a-cbbc-4154-ba12-f720c9148bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"behavior_group_id\":1,\n    \"type\":1,\n    \"params\":{\n        \"ui\":{\n            \"actionsMode\":\"simple\",\n            \"category\":2,\n            \"description\":\"\"\n        },\n    \"activity\":{\n        \"file\":[{\n            \"and\":[{\n                \"id\":19,\n                \"comp\":0,\n                \"value\":[\"any\"]\n            }]}]},\n        \"time\":{\n            \"enabled\":true,\n            \"periods\":[{\n                \"start\":0,\n                \"end\":86400\n            }]},\n            \"actions\":{\n                \"period\":\"daily\",\n                \"reactions\":{\n                    \"0\":{\n                        \"actions\":[7],\n                        \"message\":\"warn\"\n                        }}\n            },\n            \"content\":{\n                \"and\":[{\n                    \"or\":[{\n                        \"id\":89,\n                        \"comp\":1,\n                        \"value\":[\"qwe\"],\n                        \"uiX\":10,\n                        \"set\":1\n                },\n                {\n                    \"id\":88,\n                    \"comp\":1,\n                    \"value\":[\"qwe\"],\n                    \"uiX\":10,\n                    \"set\":1\n        }],\n        \"ui\":true}]}},\n    \"name\":\"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-policy","description":"<p>Create new policy (UI: behavior policy rule)</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>id of the group for new policy </td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>active flag\n<code>Default: false</code></td>\n</tr>\n<tr>\n<td> draft</td>\n<td><i> boolean </i></td>\n<td>draft flag\n<code>Default: false</code></td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Policy type: {1: activity, 2: Content sharing, 3: Agent schedule}</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> object </i></td>\n<td>params for this policy</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> object[] </i></td>\n<td>policy assignments, if not exists in request - will be set as \"inherits from the policy group\"</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>assigned entity type: {agent: 1, computer: 2, department: 3, everyone: 4, group: 5}</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>assigned entity id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> boolean </i></td>\n<td>flag, is this \"excluding\" assignment or not</td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> number[] </i></td>\n<td>policy tags: array of tags ids (numbers) / or tags itself (strings)</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policy </td>\n<td><i> string{} </i></td>\n<td>Policy data </td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id </td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id </td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id </td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Policy name </td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> string{} </i></td>\n<td>UI data </td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td><i> string </i></td>\n<td>Policy actions mode </td>\n</tr>\n<tr>\n<td> category </td>\n<td><i> string </i></td>\n<td>Policy category </td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Policy description </td>\n</tr>\n<tr>\n<td> activity </td>\n<td><i> string{} </i></td>\n<td>Activity data </td>\n</tr>\n<tr>\n<td> file </td>\n<td><i> string{} </i></td>\n<td>Activity file data </td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td> Data </td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>file id </td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td> </td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string[] </i></td>\n<td>File value </td>\n</tr>\n<tr>\n<td> time </td>\n<td><i> string{} </i></td>\n<td>Activity time </td>\n</tr>\n<tr>\n<td> enabled </td>\n<td><i> boolean </i></td>\n<td>Time enabled option </td>\n</tr>\n<tr>\n<td> periods </td>\n<td><i> string[] </i></td>\n<td>Period of time </td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>Time period start in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>Time period end in seconds </td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string{} </i></td>\n<td>Actions data </td>\n</tr>\n<tr>\n<td> period </td>\n<td><i> string </i></td>\n<td>Period of action </td>\n</tr>\n<tr>\n<td> reactions </td>\n<td><i> string{} </i></td>\n<td>Reaction to action</td>\n</tr>\n<tr>\n<td> 0 </td>\n<td><i> string{} </i></td>\n<td>Action data </td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number[] </i></td>\n<td>Action  </td>\n</tr>\n<tr>\n<td> message </td>\n<td><i> string </i></td>\n<td>Message text </td>\n</tr>\n<tr>\n<td> content </td>\n<td><i> string{} </i></td>\n<td>Content data </td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td> </td>\n</tr>\n<tr>\n<td> or </td>\n<td><i> string[] </i></td>\n<td>Or data</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>Content id </td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td>Comp data </td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string[] </i></td>\n<td>Content value </td>\n</tr>\n<tr>\n<td> uiX </td>\n<td><i> number </i></td>\n<td>uiX data </td>\n</tr>\n<tr>\n<td> set </td>\n<td><i> number </i></td>\n<td></td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>Content id </td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td>Comp data </td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string[] </i></td>\n<td>Value data </td>\n</tr>\n<tr>\n<td> uiX </td>\n<td><i> number </i></td>\n<td>uiX data </td>\n</tr>\n<tr>\n<td> set </td>\n<td><i> number </i></td>\n<td> </td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> boolean </i></td>\n<td>UI option </td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Policy created date and time </td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted option </td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option </td>\n</tr>\n<tr>\n<td> draft </td>\n<td><i> boolean </i></td>\n<td>Draft option </td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Type data </td>\n</tr>\n<tr>\n<td> hash </td>\n<td><i> number </i></td>\n<td>Hash data </td>\n</tr>\n<tr>\n<td> version </td>\n<td><i> number </i></td>\n<td>Version data </td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> string[] </i></td>\n<td>Tags list </td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> string[] </i></td>\n<td>Assignments list </td>\n</tr>\n<tr>\n<td> group </td>\n<td><i> strings{} </i></td>\n<td>Group data </td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id </td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id </td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> strings </i></td>\n<td>Rule name </td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> strings </i></td>\n<td>Create rule date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> option </i></td>\n<td>Deleted option </td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option </td>\n</tr>\n<tr>\n<td> order </td>\n<td><i> number </i></td>\n<td>Order number </td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> strings[] </i></td>\n<td>Assignments data </td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id </td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>Assignment type </td>\n</tr>\n<tr>\n<td> Assignment_id </td>\n<td><i> number </i></td>\n<td>Assignment id </td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> boolean </i></td>\n<td>Exclude option </td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7e38e5a-cbbc-4154-ba12-f720c9148bf0"},{"name":"Delete behavior group","id":"f857aaed-206f-44fe-be44-60c3a1a26e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-group/:id","description":"<p>Delete Behavior group</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f857aaed-206f-44fe-be44-60c3a1a26e48"},{"name":"Delete policy","id":"fd692c36-af59-4542-9951-8ab5c09ea2c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/:id","description":"<p>Delete policy (UI: behavior policy rule)</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"fd692c36-af59-4542-9951-8ab5c09ea2c6"},{"name":"Export policy as a file","id":"df9296b1-43bb-4d91-a9aa-6a30ece45881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-group/:id/export","description":"<p>Export behavior policy group as a file (UI: behavior policy)</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group",":id","export"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"df9296b1-43bb-4d91-a9aa-6a30ece45881"},{"name":"Export policy rule as a file","id":"54424654-94d4-41b5-a168-b0e140abb6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/:id/export","description":"<p>Export behavior policy as a file (UI: behavior policy rule)</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy",":id","export"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"54424654-94d4-41b5-a168-b0e140abb6e7"},{"name":"Get behavior group","id":"59777810-3066-468a-aa94-55ac4f1efd12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-group/:id","description":"<p>Get Behavior group</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Behavior group name</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Behavior group date and time created</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Delete option</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option</td>\n</tr>\n<tr>\n<td> order </td>\n<td><i> number </i></td>\n<td>Behavior group order</td>\n</tr>\n<tr>\n<td> policies </td>\n<td><i> string[] </i></td>\n<td>Behavior group policies include</td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Behavior policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Behavior policy params list</td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> string{} </i></td>\n<td>Params ui list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td><i> string </i></td>\n<td>Actions mode options</td>\n</tr>\n<tr>\n<td> category </td>\n<td><i> number </i></td>\n<td>Behavior policy category type</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Behavior policy description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td><i> string </i></td>\n<td>Behavior policy activity list</td>\n</tr>\n<tr>\n<td> print </td>\n<td><i> string{} </i></td>\n<td>Print list</td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td>list of options info</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>activity id</td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td>activity</td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string </i></td>\n<td>Activity value</td>\n</tr>\n<tr>\n<td> andnot </td>\n<td><i> string </i></td>\n<td>list of options that excluded</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>activity id</td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td>activity</td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string </i></td>\n<td>activity value</td>\n</tr>\n<tr>\n<td> time </td>\n<td><i> string{} </i></td>\n<td>List of time options</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td><i> boolean </i></td>\n<td>time option</td>\n</tr>\n<tr>\n<td> periods </td>\n<td><i> string[] </i></td>\n<td>periods list of option</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>time option start period in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>time option end period in seconds</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string{} </i></td>\n<td>Actions options list</td>\n</tr>\n<tr>\n<td> period </td>\n<td><i> string </i></td>\n<td>Actions period type</td>\n</tr>\n<tr>\n<td> reactions </td>\n<td><i> string{} </i></td>\n<td>Reactions list</td>\n</tr>\n<tr>\n<td> 1 </td>\n<td><i> string{} </i></td>\n<td>First reaction options list</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number[] </i></td>\n<td>Actions type list</td>\n</tr>\n<tr>\n<td> risk </td>\n<td><i> string{} </i></td>\n<td>Risk type</td>\n</tr>\n<tr>\n<td> emails </td>\n<td><i> string[] </i></td>\n<td>Emails list</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>Email agent's id</td>\n</tr>\n<tr>\n<td> 2 </td>\n<td><i> string </i></td>\n<td>Second reaction options list</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number[] </i></td>\n<td>Actions type list</td>\n</tr>\n<tr>\n<td> risk </td>\n<td><i> string{} </i></td>\n<td>Risk type</td>\n</tr>\n<tr>\n<td> emails </td>\n<td><i> string[] </i></td>\n<td>Emails list</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>Emails agent's id</td>\n</tr>\n<tr>\n<td> message </td>\n<td><i> string </i></td>\n<td>emails message</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> number </i></td>\n<td>Behavior group date and time create</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted option</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option</td>\n</tr>\n<tr>\n<td> draft </td>\n<td><i> boolean </i></td>\n<td>Draft option</td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Behavior policy type</td>\n</tr>\n<tr>\n<td> hash </td>\n<td><i> number </i></td>\n<td>Behavior policy hash</td>\n</tr>\n<tr>\n<td> version </td>\n<td><i> number </i></td>\n<td>Version number</td>\n</tr>\n<tr>\n<td>tags</td>\n<td>string[]</td>\n<td>Behavior policy tags options list</td>\n</tr>\n<tr>\n<td>assignments</td>\n<td>string[]</td>\n<td>Behavior group assignments options list</td>\n</tr>\n<tr>\n<td>entity_group_id</td>\n<td>number</td>\n<td>Assignments entity group id</td>\n</tr>\n<tr>\n<td>assignment_type</td>\n<td>number</td>\n<td>Assignment's assignment type</td>\n</tr>\n<tr>\n<td>assignment_id</td>\n<td>number</td>\n<td>Assignment's assignment id </td>\n</tr>\n<tr>\n<td>exclude</td>\n<td>boolean</td>\n<td>Assignment's exclude param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"59777810-3066-468a-aa94-55ac4f1efd12"},{"name":"Get behavior policy rule tags and templates","id":"19037710-34d1-4031-88c5-e84e1209dd53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/misc","description":"<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> tags </td>\n<td><i> string[] </i></td>\n<td>Tags list</td>\n</tr>\n<tr>\n<td> templates </td>\n<td><i> string[] </i></td>\n<td>Templates options list</td>\n</tr>\n\n<tr>\n<td> group </td>\n<td><i> string </i></td>\n<td>Group name</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Template name</td>\n</tr>\n<tr>\n<td> json </td>\n<td><i> string </i></td>\n<td>JSON data</td>\n</tr>\n<tr>\n<td> parents </td>\n<td><i> number[] </i></td>\n<td>Template parent id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","misc"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"19037710-34d1-4031-88c5-e84e1209dd53"},{"name":"Get behavior policy rule tags","id":"0296472f-7ae5-4bfd-9f03-d540c842cb79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/tags","description":"<p>Get behavior policy rule templates (UI: behavior policy rule)</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","tags"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0296472f-7ae5-4bfd-9f03-d540c842cb79"},{"name":"Get behavior policy rule templates","id":"470bddd5-2216-4ef3-a80e-b2ce027239ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/templates","description":"<p>Get behavior policy rule templates (UI: behavior policy rule)</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> group </td>\n<td><i> string </i></td>\n<td>Group name</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Template name</td>\n</tr>\n<tr>\n<td> json </td>\n<td><i> string </i></td>\n<td>JSON data</td>\n</tr>\n<tr>\n<td> parents </td>\n<td><i> number[] </i></td>\n<td>Tempalte parent id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","templates"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"470bddd5-2216-4ef3-a80e-b2ce027239ae"},{"name":"Get demo policy","id":"97f69f33-e4b1-4261-9a20-285a0ba35588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/demo/:type","description":"<p>Get demo policy by type (UI: behavior policy rule)</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","demo",":type"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"type"}]}},"response":[],"_postman_id":"97f69f33-e4b1-4261-9a20-285a0ba35588"},{"name":"Get policy","id":"1f5dabd1-40ba-405d-b9e3-d537ebdf2625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/:id","description":"<p>Get policy by id (UI: behavior policy rule)</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string{} </i></td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Params list</td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> string </i></td>\n<td>UI list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td><i> string </i></td>\n<td>Action mode type</td>\n</tr>\n<tr>\n<td> category </td>\n<td><i> number </i></td>\n<td>Category type</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Behavior policy description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td><i> string </i></td>\n<td>Activity list</td>\n</tr>\n<tr>\n<td> email </td>\n<td><i> string[] </i></td>\n<td>Email list</td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td>options list</td>\n</tr>\n<tr>\n<td> andnot </td>\n<td><i> string[] </i></td>\n<td>options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>activity option id</td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td></td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string </i></td>\n<td>email value</td>\n</tr>\n<tr>\n<td> time </td>\n<td><i> string{} </i></td>\n<td>time options</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td><i> boolean </i></td>\n<td>Time enabled option</td>\n</tr>\n<tr>\n<td> periods </td>\n<td><i> string[] </i></td>\n<td>Periods list</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>period start time in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>period end time in seconds</td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string{} </i></td>\n<td>Actions list</td>\n</tr>\n<tr>\n<td> period </td>\n<td><i> string </i></td>\n<td>period type</td>\n</tr>\n<tr>\n<td> reactions </td>\n<td><i> string{} </i></td>\n<td>Reactions list</td>\n</tr>\n<tr>\n<td> 0 </td>\n<td><i> string{} </i></td>\n<td>list of options</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number[] </i></td>\n<td>actions list</td>\n</tr>\n<tr>\n<td> emails </td>\n<td><i> string[] </i></td>\n<td>emails option list</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>email's agent id</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Policy time created </td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted option</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option</td>\n</tr>\n<tr>\n<td> draft </td>\n<td><i> boolean </i></td>\n<td>Draft option</td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Policy type</td>\n</tr>\n<tr>\n<td> hash </td>\n<td><i> number </i></td>\n<td>Policy hash</td>\n</tr>\n<tr>\n<td> version </td>\n<td><i> number </i></td>\n<td>Policy version</td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> string[] </i></td>\n<td>Policy tags options list</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> string[] </i></td>\n<td>Policy assignments options list</td>\n</tr>\n<tr>\n<td> group </td>\n<td><i> string{} </i></td>\n<td>Policy group options list</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Group behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Group entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Group name</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Group created date in format YYYY-MM-DDTHH:MM:SS.MSSZ</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Group deleted param</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Group active param</td>\n</tr>\n<tr>\n<td> order </td>\n<td><i> number </i></td>\n<td>Group order param</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td><i> string[] </i></td>\n<td>Group assignments options list</td>\n</tr>\n <tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Assignments entity group id</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td><i> number </i></td>\n<td>Assignments assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td><i> number </i></td>\n<td>Assignments assignment id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td><i> boolean </i></td>\n<td>Assignments exclude param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"1f5dabd1-40ba-405d-b9e3-d537ebdf2625"},{"name":"Import behavior policy group","id":"afe512a1-b893-433f-984c-c8965fb995b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{}},"url":"https://{{teramind_instance}}/tm-api/behavior-group/import","description":"<p>Import behavior beahvior policy group (UI: behavior policy)</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> file </td>\n<td><i> octet-stream </i></td>\n<td>File data (multipart/form-data)</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group","import"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afe512a1-b893-433f-984c-c8965fb995b4"},{"name":"Import behavior policy into behavior policy group","id":"06a97ddc-73ab-456e-9c97-c3e6ac8d7468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{}},"url":"https://{teramind-instance}/tm-api/behavior-group/:id/import","description":"<p>Import behavior policy (UI: behavior rule) into beahvior policy group (UI: behavior policy)</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> file </td>\n<td><i> octet-stream </i></td>\n<td>File data (multipart/form-data)</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group",":id","import"],"host":["{teramind-instance}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"06a97ddc-73ab-456e-9c97-c3e6ac8d7468"},{"name":"List behavior groups","id":"3a899eb9-24ee-4bbd-9e48-c1cca03629dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-group","description":"<p>List all behavior groups (UI naming: Behavior policy)</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Behavior name</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Behavior group time created</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted option</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Activity option</td>\n</tr>\n<tr>\n<td> order </td>\n<td><i> number </i></td>\n<td>Behavior group number</td>\n</tr>\n<tr>\n<td> policies</td>\n<td><i> string[] </i></td>\n<td>Policies option list</td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Policies params</td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> string{} </i></td>\n<td>UI options list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td><i> string </i></td>\n<td>Policy actions mode</td>\n</tr>\n<tr>\n<td> category </td>\n<td><i> number </i></td>\n<td>Policy category type</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Policy description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td><i> string </i></td>\n<td>Activity options list</td>\n</tr>\n<tr>\n<td> print </td>\n<td><i> string[] </i></td>\n<td>Print options list</td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td></td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>activity id</td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td></td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string[] </i></td>\n<td>Activity value</td>\n</tr>\n<tr>\n<td> time </td>\n<td><i> string{} </i></td>\n<td>Time options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td><i> boolean </i></td>\n<td>Enabled option</td>\n</tr>\n<tr>\n<td> periods </td>\n<td><i> string[] </i></td>\n<td>Periods list</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>Time start period in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> number </i></td>\n<td>Time end period in seconds</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string{} </i></td>\n<td>Actions options list</td>\n</tr>\n<tr>\n<td> period </td>\n<td><i> string </i></td>\n<td>period type</td>\n</tr>\n<tr>\n<td> reactions </td>\n<td><i> string{} </i></td>\n<td>Reactions options list</td>\n</tr>\n<tr>\n<td> 1 </td>\n<td><i> string{} </i></td>\n<td>First reaction option</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> number </i></td>\n<td>Reaction action type</td>\n</tr>\n<tr>\n<td> risk </td>\n<td><i> number </i></td>\n<td>Risk type</td>\n</tr>\n<tr>\n<td> emails </td>\n<td><i> string </i></td>\n<td>Emails list</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>Email's agent id</td>\n</tr>\n<tr>\n<td> message </td>\n<td><i> string </i></td>\n<td>Emails message</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Created date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted options</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option</td>\n</tr>\n<tr>\n<td> draft </td>\n<td><i> boolean </i></td>\n<td>Draft option</td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Behavior policy Type</td>\n</tr>\n<tr>\n<td> hash </td>\n<td><i> number </i></td>\n<td>Hash type</td>\n</tr>\n<tr>\n<td> version </td>\n<td><i> number </i></td>\n<td>Behavior policy version</td>\n</tr>\n<tr>\n<td> tags </td>\n<td><i> string[] </i></td>\n<td>Behavior policy tags list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a899eb9-24ee-4bbd-9e48-c1cca03629dc"},{"name":"List policies (tree view)","id":"b31f9b4c-2efe-4f37-8cbd-b81a92545349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy/tree","description":"<p>List all access policies in tree view (UI: behavior policy rule)</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policies </td>\n<td><i> string </i></td>\n<td>Policies options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>Policies id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Policies name</td>\n</tr>\n<tr>\n<td> parent </td>\n<td><i> number </i></td>\n<td>Policies parent id</td>\n</tr>\n<tr>\n<td> children </td>\n<td><i> string[] </i></td>\n<td>Policies children options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Policies children name</td>\n</tr>\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>Policies children id</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td><i> number </i></td>\n<td>Policies children parent id</td>\n</tr>\n<tr>\n<td> success </td>\n<td><i> boolean </i></td>\n<td>Request Success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","tree"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31f9b4c-2efe-4f37-8cbd-b81a92545349"},{"name":"List policies","id":"1ee44f56-ea8e-467d-a3c8-b629f8f82ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/behavior-policy","description":"<p>List all access policies (UI: behavior policy rule)</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_policy_id </td>\n<td><i> number </i></td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td><i> number </i></td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td><i> number </i></td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Behavior policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Behavior policy params option list</td>\n</tr>\n<tr>\n<td> ui </td>\n<td><i> string{} </i></td>\n<td>Params UI options list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td><i> string </i></td>\n<td>Actions mode type</td>\n</tr>\n<tr>\n<td> category </td>\n<td><i> number </i></td>\n<td>Category number</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string{} </i></td>\n<td>Behavior policy description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td><i> string{} </i></td>\n<td>Activity options list</td>\n</tr>\n<tr>\n<td> email </td>\n<td><i> string{} </i></td>\n<td>Emails options list</td>\n</tr>\n<tr>\n<td> and </td>\n<td><i> string[] </i></td>\n<td>and option list</td>\n</tr>\n<tr>\n<td> andnot </td>\n<td><i> string[] </i></td>\n<td>andnot options list</td>\n</tr>\n<tr>\n<td> comp </td>\n<td><i> number </i></td>\n<td></td>\n</tr>\n<tr>\n<td> value </td>\n<td><i> string </i></td>\n<td>Email value</td>\n</tr>\n<tr>\n<td> time </td>\n<td><i> string{} </i></td>\n<td>Time options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td><i> boolean </i></td>\n<td>Time enabled option</td>\n</tr>\n<tr>\n<td> periods </td>\n<td><i> string[] </i></td>\n<td>Time periods option</td>\n</tr>\n<tr>\n<td> start </td>\n<td><i> number </i></td>\n<td>Time periods start in seconds</td>\n</tr>\n<tr>\n<td> end </td>\n<td><i> string[] </i></td>\n<td>Time periods end in seconds</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string{} </i></td>\n<td>Actions options list</td>\n</tr>\n<tr>\n<td> period </td>\n<td><i> string </i></td>\n<td>Period type</td>\n</tr>\n<tr>\n<td> reactions </td>\n<td><i> string{} </i></td>\n<td>Reactions options list</td>\n</tr>\n<tr>\n<td> 0 </td>\n<td><i> string{} </i></td>\n<td>First options list</td>\n</tr>\n<tr>\n<td> actions </td>\n<td><i> string[] </i></td>\n<td>Actions type</td>\n</tr>\n<tr>\n<td> emails </td>\n<td><i> string[] </i></td>\n<td>Emails options list</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td><i> number </i></td>\n<td>Emails agent id</td>\n</tr>\n<tr>\n<td> created </td>\n<td><i> string </i></td>\n<td>Policy time and date create</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Deleted option</td>\n</tr>\n<tr>\n<td> active </td>\n<td><i> boolean </i></td>\n<td>Active option</td>\n</tr>\n<tr>\n<td> draft </td>\n<td><i> boolean </i></td>\n<td>Draft option</td>\n</tr>\n<tr>\n<td> type </td>\n<td><i> number </i></td>\n<td>Policy type</td>\n</tr>\n<tr>\n<td> hash </td>\n<td><i> number </i></td>\n<td>Hash option</td>\n</tr>\n<tr>\n<td> version </td>\n<td><i> number </i></td>\n<td>Policy version</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ee44f56-ea8e-467d-a3c8-b629f8f82ef9"},{"name":"Reorder groups","id":"187900d3-f15e-41c1-8ceb-5600ec3dac34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groups\":[5,7,6,8,4,1,2,3]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-group/reorder","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> groups </td>\n<td>number[]</td>\n<td>Array of behavior group ids in desired order in UI</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group","reorder"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"187900d3-f15e-41c1-8ceb-5600ec3dac34"},{"name":"Update behavior group","id":"1ea2f04e-805d-472b-9973-099237e2c204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Update Admin Group API\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/behavior-group/:id","description":"<p>Update Behavior group</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Name for new behavior group</td>\n</tr>\n<tr>\n<td> active </td>\n<td> boolean </td>\n<td>activated / deactivated flag</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> object[] </td>\n<td>Assignments for the group</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td> number </td>\n<td>assigned entity type: {agent: 1, computer: 2, department: 3, everyone: 4, group: 5}</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td> number </td>\n<td>assigned entity id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td> boolean </td>\n<td>flag, is this \"excluding\" assignment or not</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> behavior_group_id </td>\n<td> number </td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td> number </td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> created </td>\n<td> string </td>\n<td>Behavior group created date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Behavior group deleted param</td>\n</tr>\n<tr>\n<td> active </td>\n<td> boolean </td>\n<td>Behavior group active param</td>\n</tr>\n<tr>\n<td> order </td>\n<td> number </td>\n<td>Behavior group order</td>\n</tr>\n<tr>\n<td> policies </td>\n<td> number[] </td>\n<td>Behavior group policies list</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> string[] </td>\n<td>Behavior group assignments list</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td> number </td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td> number </td>\n<td>Assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td> number </td>\n<td>Assignment id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td> boolean </td>\n<td>Assignment exclude param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-group",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1ea2f04e-805d-472b-9973-099237e2c204"},{"name":"Update policy","id":"1965b51b-1947-4acf-b677-b805227efd59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"https://{{teramind_instance}}/tm-api/behavior-policy/8","description":"<p>Update policy (UI: behavior policy rule)</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policy </td>\n<td> string{} </td>\n<td>Policy options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Name for new behavior group</td>\n</tr>\n<tr>\n<td> active </td>\n<td> boolean </td>\n<td>activated / deactivated flag</td>\n</tr>\n<tr>\n</tr><tr>\n<td> draft </td>\n<td> boolean </td>\n<td>draft flag</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> object[] </td>\n<td>Assignments for the group</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td> number </td>\n<td>assigned entity type: {agent: 1, computer: 2, department: 3, everyone: 4, group: 5}</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td> number </td>\n<td>assigned entity id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td> boolean </td>\n<td>flag, is this \"excluding\" assignment or not</td>\n</tr>\n<tr>\n<td> tags </td>\n<td> number[] </td>\n<td>policy tags: array of tags ids (numbers) / or tags itself (strings)</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td> number </td>\n<td>policy group id</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Policy type: {1: activity, 2: Content sharing, 3: Agent schedule}</td>\n</tr>\n<tr>\n<td> params </td>\n<td> object </td>\n<td>params for this policy</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policy </td>\n<td> string{} </td>\n<td>Policy options list</td>\n</tr>\n<tr>\n<td> behavior_policy_id </td>\n<td> number </td>\n<td>Behavior policy id</td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td> number </td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td> number </td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Behavior policy name</td>\n</tr>\n<tr>\n<td> params </td>\n<td> string{} </td>\n<td>Policy params options list</td>\n</tr>\n<tr>\n<td> ui </td>\n<td> string{} </td>\n<td>Params ui options list</td>\n</tr>\n<tr>\n<td> actionsMode </td>\n<td> string </td>\n<td>Policy action mode type</td>\n</tr>\n<tr>\n<td> category </td>\n<td> number </td>\n<td>Policy category value</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>Policy description</td>\n</tr>\n<tr>\n<td> activity </td>\n<td> string{} </td>\n<td>Policy activity list of options</td>\n</tr>\n<tr>\n<td> application </td>\n<td> string[] </td>\n<td>Activity application param list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Activity application id</td>\n</tr>\n<tr>\n<td> comp </td>\n<td> number </td>\n<td>Activity application comp</td>\n</tr>\n<tr>\n<td> value </td>\n<td> string[] </td>\n<td>Activity application value list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> string{} </td>\n<td>Policy time list of options</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Policy time enabled param</td>\n</tr>\n<tr>\n<td> periods </td>\n<td> string[] </td>\n<td>Policy time periods list</td>\n</tr>\n<tr>\n<td> start </td>\n<td> number </td>\n<td>Policy start time period</td>\n</tr>\n<tr>\n<td> end </td>\n<td> number </td>\n<td>Policy end time period</td>\n</tr>\n<tr>\n<td> actions </td>\n<td> string{} </td>\n<td>Policy actions options list </td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Policy actions period </td>\n</tr>\n<tr>\n<td> reactions </td>\n<td> string{} </td>\n<td>Policy actions reactions list </td>\n</tr>\n<tr>\n<td> actions </td>\n<td> number[] </td>\n<td>Action reaction action type </td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Policy actions reaction emails list </td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Reactions email agent id </td>\n</tr>\n<tr>\n<td> created </td>\n<td> string </td>\n<td>Policy created date and time </td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Policy deleted param </td>\n</tr>\n<tr>\n<td> active </td>\n<td> boolean </td>\n<td>Policy active param </td>\n</tr>\n<tr>\n<td> draft </td>\n<td> boolean </td>\n<td>Policy draft param </td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Policy type </td>\n</tr>\n<tr>\n<td> hash </td>\n<td> string </td>\n<td>Policy hash </td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Policy version </td>\n</tr>\n<tr>\n<td> tags </td>\n<td> number[] </td>\n<td>Policy tags list </td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> string[] </td>\n<td>Policy assignments list </td>\n</tr>\n<tr>\n<td> group </td>\n<td> string{} </td>\n<td>Policy group options list </td>\n</tr>\n<tr>\n<td> behavior_group_id </td>\n<td> number </td>\n<td>Behavior group id</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td> number </td>\n<td>Entity group id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Behavior group name</td>\n</tr>\n<tr>\n<td> created </td>\n<td> string </td>\n<td>Behavior group created date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Behavior group deleted param</td>\n</tr>\n<tr>\n<td> active </td>\n<td> boolean </td>\n<td>Behavior group active param</td>\n</tr>\n<tr>\n<td> order </td>\n<td> number </td>\n<td>Behavior group order</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> string[] </td>\n<td>Behavior group assignments options list</td>\n</tr>\n<tr>\n<td> entity_group_id </td>\n<td> number </td>\n<td>Assignments entity group id</td>\n</tr>\n<tr>\n<td> assignment_type </td>\n<td> number </td>\n<td>Assignment type</td>\n</tr>\n<tr>\n<td> assignment_id </td>\n<td> number </td>\n<td>Assignment id</td>\n</tr>\n<tr>\n<td> exclude </td>\n<td> boolean </td>\n<td>Behavior group exclude param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","behavior-policy","8"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1965b51b-1947-4acf-b677-b805227efd59"}],"id":"92489064-0194-4f46-a684-90984a72fa9b","_postman_id":"92489064-0194-4f46-a684-90984a72fa9b","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Common","item":[{"name":"Show server time","id":"b03b33e7-23bc-448d-84d5-5fe1b83a503a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/time","description":"<p>Shows server time</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> unix </td>\n<td><i> number </i></td>\n<td>Server time in unix</td>\n</tr>\n<tr>\n<td> iso </td>\n<td><i> string </i></td>\n<td>Server time in iso</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","time"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b03b33e7-23bc-448d-84d5-5fe1b83a503a"}],"id":"3efb10ce-3790-4e9f-a182-629ffd7165f0","_postman_id":"3efb10ce-3790-4e9f-a182-629ffd7165f0","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Computer","item":[{"name":"Add notification","id":"1ef2feb2-3c8b-47d1-b429-478d858b7643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"computer_id\":1,\n    \"mailto\":\"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/computer-notification","description":"<p>Add Computer Notification</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_id </td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td> mailto </td>\n<td>string</td>\n<td></td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td> computer_notification_rule_id </td>\n<td><i> number </i></td>\n<td>Computer notification rule id</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td><i> number </i></td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> unix </td>\n<td><i> number </i></td>\n<td>Server time in unix</td>\n</tr>\n<tr>\n<td> triggered_at </td>\n<td><i> string </i></td>\n<td>Triggered at</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Params option list</td>\n</tr>\n<tr>\n<td> mailto </td>\n<td><i> string[] </i></td>\n<td>Email to address</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer-notification"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ef2feb2-3c8b-47d1-b429-478d858b7643"},{"name":"Computer - Delete computer","id":"9ea040a1-cd88-4181-962c-4eb091091099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/computer/:id","description":"<p>Delete computer</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer ID</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9ea040a1-cd88-4181-962c-4eb091091099"},{"name":"Delete notification","id":"c645df8e-ef3b-46e0-91e2-3cdb6a943936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/computer-notification/:id","description":"<p>Delete computer notification</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer Notification ID</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer-notification",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c645df8e-ef3b-46e0-91e2-3cdb6a943936"},{"name":"Disable computer monitoring","id":"2123fe5d-10b0-4105-a80d-56b2e437f0f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/computer/:id/disable-monitoring","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer Notification ID</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success </td>\n<td>boolean</td>\n<td>Success status</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id","disable-monitoring"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"2123fe5d-10b0-4105-a80d-56b2e437f0f8"},{"name":"Enable computer monitoring","id":"ede96de9-824a-455c-a1d0-9bd87daa0147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/computer/:id/enable-monitoring","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer Notification ID</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success </td>\n<td>boolean</td>\n<td>Success status</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id","enable-monitoring"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ede96de9-824a-455c-a1d0-9bd87daa0147"},{"name":"Get computer notifications","id":"98d3da1c-d152-46f7-bf96-6411df2e04ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/computer-notification/","description":"<p>Get computer notifications</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_notification_rule_id </td>\n<td><i> number </i></td>\n<td>Computer notification rule id</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td><i> number </i></td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> triggered_at </td>\n<td><i> string </i></td>\n<td>Computer notification rule triggered option</td>\n</tr>\n<tr>\n<td> params </td>\n<td><i> string{} </i></td>\n<td>Computer notification rule params list</td>\n</tr>\n<tr>\n<td> mailto </td>\n<td><i> string[] </i></td>\n<td>Emails list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer-notification",""],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98d3da1c-d152-46f7-bf96-6411df2e04ca"},{"name":"Get computer","id":"55d4457c-804f-43a9-a689-a01445bfa7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/computer/:id","description":"<p>Get computer</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_id </td>\n<td><i> number </i></td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> computer_uid </td>\n<td><i> number </i></td>\n<td>Computer uid</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Computer name</td>\n</tr>\n<tr>\n<td> fqdn </td>\n<td><i> string </i></td>\n<td>Computer fqdn</td>\n</tr>\n<tr>\n<td> macs </td>\n<td><i> string[] </i></td>\n<td>Macs addresses list</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>Deleted option</td>\n</tr>\n<tr>\n<td> os </td>\n<td><i> string </i></td>\n<td>Computer OS</td>\n</tr>\n<tr>\n<td> client </td>\n<td><i> string </i></td>\n<td>Computer client</td>\n</tr>\n<tr>\n<td> ip </td>\n<td><i> string </i></td>\n<td>Computer IP</td>\n</tr>\n<tr>\n<td> client_mode </td>\n<td><i> number </i></td>\n<td>Computer client node</td>\n</tr>\n<tr>\n<td> pinged_at </td>\n<td><i> string </i></td>\n<td>Computer pinged at</td>\n</tr>\n<tr>\n<td> sid </td>\n<td><i> string </i></td>\n<td>Computer sid</td>\n</tr>\n<tr>\n<td> keep_recordings </td>\n<td><i> number </i></td>\n<td>Computer keep recordings option</td>\n</tr>\n<tr>\n<td> machine_type </td>\n<td><i> number </i></td>\n<td>Computer machine type</td>\n</tr>\n<tr>\n<td> auto_enable_mon </td>\n<td><i> number </i></td>\n<td>Computer auto enable mon</td>\n</tr>\n<tr>\n<td> auto_clear_print_spool </td>\n<td><i> number </i></td>\n<td>Computer auto clear print spool option</td>\n</tr>\n<tr>\n<td> uuid </td>\n<td><i> string </i></td>\n<td>Computer uuid</td>\n</tr>\n<tr>\n<td> uninstall_pending </td>\n<td><i> boolean </i></td>\n<td>Computer uninstall pending option</td>\n</tr>\n<tr>\n<td> update_pending </td>\n<td><i> boolean </i></td>\n<td>Computer update pending option</td>\n</tr>\n<tr>\n<td> is_monitored </td>\n<td><i> boolean </i></td>\n<td>Computer is monitored option</td>\n</tr>\n<tr>\n<td> is_deleted </td>\n<td><i> boolean </i></td>\n<td>Computer is deleted option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"55d4457c-804f-43a9-a689-a01445bfa7be"},{"name":"Get computers","id":"13333c0a-8c68-43d8-93ed-4046eb7f7b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/computer","description":"<p>Get computers</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_id </td>\n<td><i> number </i></td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> computer_uid </td>\n<td><i> string </i></td>\n<td>Computer uid</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>Computer account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Computer name</td>\n</tr>\n<tr>\n<td> fqdn </td>\n<td><i> string </i></td>\n<td>Computer fqdn</td>\n</tr>\n<tr>\n<td> macs </td>\n<td><i> string[] </i></td>\n<td>Computer macs list</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>Computer deleted option</td>\n</tr>\n<tr>\n<td> os </td>\n<td><i> string </i></td>\n<td>Computer os</td>\n</tr>\n<tr>\n<td> client </td>\n<td><i> string </i></td>\n<td>Computer client type</td>\n</tr>\n<tr>\n<td> ip </td>\n<td><i> string </i></td>\n<td>Computer ip</td>\n</tr>\n<tr>\n<td> client_mode </td>\n<td><i> number </i></td>\n<td>Computer client mode</td>\n</tr>\n<tr>\n<td> pinged_at </td>\n<td><i> string </i></td>\n<td>Computer pinged at</td>\n</tr>\n<tr>\n<td> sid </td>\n<td><i> string </i></td>\n<td>Computer sid</td>\n</tr>\n<tr>\n<td> keep_recordings </td>\n<td><i> number </i></td>\n<td>Computer keep recording option</td>\n</tr>\n<tr>\n<td> machine_type </td>\n<td><i> number </i></td>\n<td>Computer machine type</td>\n</tr>\n<tr>\n<td> auto_enable_mon </td>\n<td><i> number </i></td>\n<td>Computer auto enable mon option</td>\n</tr>\n<tr>\n<td> auto_clear_print_spool </td>\n<td><i> boolean </i></td>\n<td>Computer auto clear print spool option</td>\n</tr>\n<tr>\n<td> uuid </td>\n<td><i> number </i></td>\n<td>Computer uuid option</td>\n</tr>\n<tr>\n<td> uninstall_pending </td>\n<td><i> boolean </i></td>\n<td>Computer uninstall pending option</td>\n</tr>\n<tr>\n<td> update_pending </td>\n<td><i> boolean </i></td>\n<td>Computer update pending option</td>\n</tr>\n<tr>\n<td> is_monitored </td>\n<td><i> boolean </i></td>\n<td>Computer monitored option</td>\n</tr>\n<tr>\n<td> is_deleted </td>\n<td><i> boolean </i></td>\n<td>Computer deleted option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13333c0a-8c68-43d8-93ed-4046eb7f7b3e"},{"name":"Restore computer","id":"93d76684-dd58-4c3c-bc60-a951b6ba35da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/computer/:id/restore","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer ID</td>\n</tr>\n\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success </td>\n<td>boolean</td>\n<td>Success status</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id","restore"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"93d76684-dd58-4c3c-bc60-a951b6ba35da"},{"name":"Update computer","id":"7244411c-1ccf-4009-93f3-0e6011cd56c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"https://{{teramind_instance}}/tm-api/computer/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td>number</td>\n<td>Computer ID</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Update computer success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7244411c-1ccf-4009-93f3-0e6011cd56c5"},{"name":"Update notification","id":"03f26fe6-dd40-462f-81e0-41eb8e39869c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"computer_notification_rule_id\":1,\n    \"computer_id\":1,\n    \"mailto\":\"test@test.com, test2@mail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/computer-notification/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_notification_rule_id </td>\n<td>number</td>\n<td>Computer Notification rule id</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td>number</td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> mailto </td>\n<td>string</td>\n<td>Computer Notification mailto list, have to write separated by commas</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer_notification_rule_id </td>\n<td>number</td>\n<td>Computer Notification rule ID</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td>number</td>\n<td>Computer ID</td>\n</tr>\n<tr>\n<td> triggered_at </td>\n<td>string</td>\n<td>Computer Notification event triggered date and time</td>\n</tr>\n<tr>\n<td> params </td>\n<td>string{}</td>\n<td>Computer Notification params list</td>\n</tr>\n<tr>\n<td> mailto </td>\n<td>string[]</td>\n<td>Computer Notification mail to addresses list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computer-notification",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"03f26fe6-dd40-462f-81e0-41eb8e39869c"}],"id":"d9244967-b2ce-451d-b7e3-2b5503c6acaa","_postman_id":"d9244967-b2ce-451d-b7e3-2b5503c6acaa","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Departments","item":[{"name":"Create department","id":"4a16c758-49ef-4d6f-bf86-37c1071e11f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"description\":\"test\",\n    \"managers\":[\n        {\n            \"agent_id\":73,\n            \"permission_mask\":255\n        }\n    ],\n    \"agents\":[73],\n    \"preserve_agents\":false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/department","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Department name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>Department description</td>\n</tr>\n<tr>\n<td> managers </td>\n<td> string[] </td>\n<td>Array of manager options</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Manager's id</td>\n</tr>\n<tr>\n<td> permission_mask </td>\n<td> string </td>\n<td>Manager's permission mask</td>\n</tr>\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Array of agents id</td>\n</tr>\n<tr>\n<td> preserve_agents </td>\n<td> boolean </td>\n<td>Department preserve agents param</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> department_id </td>\n<td> number </td>\n<td>Department id</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td> number </td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Department name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>Department description</td>\n</tr>\n<tr>\n<td> time_created </td>\n<td> string </td>\n<td>Department date and time created</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> number </td>\n<td>Department delete param</td>\n</tr>\n<tr>\n<td> guid </td>\n<td> number </td>\n<td>Department guid</td>\n</tr>\n<tr>\n<td> dn </td>\n<td> number </td>\n<td>Department id</td>\n</tr>\n<tr>\n<td> preserve_agents </td>\n<td> number </td>\n<td>Department preserve agents</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","department"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a16c758-49ef-4d6f-bf86-37c1071e11f0"},{"name":"Delete department","id":"6097ec62-7c7d-4ab1-b6d1-f42a4e9a68dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/department/:id","description":"<p>Delete department</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","department",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"6097ec62-7c7d-4ab1-b6d1-f42a4e9a68dd"},{"name":"List departments","id":"76366768-cf4e-418d-bf1d-52f25230bb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/department","description":"<p>List existing departments</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> department_id </td>\n<td><i> number </i></td>\n<td>Department id</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Department name</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Department description</td>\n</tr>\n<tr>\n<td> time_created </td>\n<td><i> string </i></td>\n<td>Department time created</td>\n</tr>\n<tr>\n<td> guid </td>\n<td><i> string </i></td>\n<td>Department guid</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>Department deleted option</td>\n</tr>\n<tr>\n<td> dn </td>\n<td><i> number </i></td>\n<td>Department AD DN option</td>\n</tr>\n<tr>\n<td> preserve_agents </td>\n<td><i> number </i></td>\n<td>Department preserve agents option</td>\n</tr>\n<tr>\n<td> manager_ids </td>\n<td><i> number[] </i></td>\n<td>Department manager ids list</td>\n</tr>\n<tr>\n<td> agent_ids </td>\n<td><i> number[] </i></td>\n<td>Department agent ids list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","department"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76366768-cf4e-418d-bf1d-52f25230bb1c"},{"name":"Single depatment","id":"6024ad99-952c-425d-8da9-35ccc0aca608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/department/:id","description":"<p>List of department's parameters</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> department_id </td>\n<td><i> number </i></td>\n<td>Department id</td>\n</tr>\n<tr>\n<td> account_id </td>\n<td><i> number </i></td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>Department name</td>\n</tr>\n<tr>\n<td> description </td>\n<td><i> string </i></td>\n<td>Department description</td>\n</tr>\n<tr>\n<td> time_created </td>\n<td><i> string </i></td>\n<td>Department time created in format YYYY-MM-DDTHH:MM:SS.MSSZ</td>\n</tr>\n<tr>\n<td> guid </td>\n<td><i> string </i></td>\n<td>Department guid</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> number </i></td>\n<td>Department deleted option</td>\n</tr>\n<tr>\n<td> dn </td>\n<td><i> number </i></td>\n<td>Department AD DN option</td>\n</tr>\n<tr>\n<td> preserve_agents </td>\n<td><i> number </i></td>\n<td>Department preserve agents option</td>\n</tr>\n<tr>\n<td> manager_ids </td>\n<td><i> number[] </i></td>\n<td>Department manager ids list</td>\n</tr>\n<tr>\n<td> agent_ids </td>\n<td><i> number[] </i></td>\n<td>Department agent ids list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","department",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"edc77102-d46b-4998-83c9-7712c3e1eac1","type":"any","value":null,"key":"id"}]}},"response":[],"_postman_id":"6024ad99-952c-425d-8da9-35ccc0aca608"},{"name":"Update department","id":"33dd177c-3087-432e-b91a-d60b49099c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"test\",\n    \"description\": \"test\",\n    \"managers\": [\n        {\n            \"agent_id\": 1,\n            \"permission_mask\": 255\n        },\n        {\n            \"agent_id\": 2,\n            \"permission_mask\": 255\n        }\n    ],\n    \"agent\": [\n        3,\n        4\n    ],\n    \"preserve_agents\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/department/2","description":"<p>Update existing department</p>\n<p><strong>Request parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>managers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object[], optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Managers, array of objects with agent_id and permission_mask=255</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agents</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employees, array of employee IDs.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>preserve_agents</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Preserve agents during AD synchronization</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>account_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Account id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department date and time created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>deleted</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department deleted param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>guid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department guid</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>dn</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department dn</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>preserve_agents</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Preserve agents during AD synchronization</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Department success option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>manager_ids</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Managers, array of employee IDs</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_ids</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employees, array of employee IDs</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","department","2"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33dd177c-3087-432e-b91a-d60b49099c5d"}],"id":"bfe31a61-2a45-4390-a131-6fe02cd074e3","_postman_id":"bfe31a61-2a45-4390-a131-6fe02cd074e3","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Instance","item":[{"name":"Get BI integration status","id":"cdc9d53f-2ed5-4d99-beaa-a48bd19594ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/instance/tma-state","description":"<p>Get latest BI sync time and reset queues state</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> last_sync </td>\n<td><i> number </i></td>\n<td>BI last sync in seconds</td>\n</tr>\n<tr>\n<td> reset </td>\n<td><i> boolean </i></td>\n<td>BI reset param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","instance","tma-state"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdc9d53f-2ed5-4d99-beaa-a48bd19594ff"},{"name":"Get all known categories","id":"aa1cdd3b-70c3-43c7-8e68-aecdf363b109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/instance/tma-categories","description":"<p>Get TMA categories that can be used with productivity profile rules</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td><i> number </i></td>\n<td>BI category id</td>\n</tr>\n<tr>\n<td> name </td>\n<td><i> string </i></td>\n<td>BI category name</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","instance","tma-categories"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa1cdd3b-70c3-43c7-8e68-aecdf363b109"},{"name":"Insert BI reset request","id":"0be2ce64-a724-4da9-a78f-c4cb353d85e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"all\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/instance/tma-reset","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> months <code>optional</code></td>\n<td> number </td>\n<td>Count of months to reset from today</td>\n</tr>\n<tr>\n<td> all <code>optional</code> </td>\n<td> boolean </td>\n<td>Reset all data (unavailable in cloud)</td>\n</tr>\n\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> last_sync </td>\n<td><i> number </i></td>\n<td>BI reset request time in seconds</td>\n</tr>\n<tr>\n<td> reset </td>\n<td><i> boolean </i></td>\n<td>BI reset param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","instance","tma-reset"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0be2ce64-a724-4da9-a78f-c4cb353d85e1"}],"id":"5b5be2f3-f7c2-41c4-95b9-3e5b9203f256","_postman_id":"5b5be2f3-f7c2-41c4-95b9-3e5b9203f256","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"LDAP","item":[{"name":"Get LDAP settings","id":"a64e97fb-8026-40c7-99f5-e0e74f8e6f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/ldap","description":"<p>Get LDAP settings.</p>\n<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_host</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's host address</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_port</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's port</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_encryption</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's encryption description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_login</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's login</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_password</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's password</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_limit_fetching</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Limit fetching option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_import nested</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Import nested option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_import_ous</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Import ous list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_import_groups</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Import groups list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_sync_comp_state</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Sync comp state option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>domain_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP domain name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_sync_result</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP sync result</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_pwd_encryption</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's pwd encryption option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_sync_pending</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's sync pending option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>auth_mode</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's auth mode</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_fetch_schema</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's fetch schema option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_sync_code</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>number</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's sync code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>monitor_groups</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's monitor groups list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>dont_monitor_groups</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's don't monitor groups list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>import_ous</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>OUs list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>import_attrs</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Attributes list</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>update_interval</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>string</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP update interval</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_monitor_all</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's monitor all option</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ldap_import_all</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>boolean</i></div><div><div><div><div></div></div></div><div></div></div></td><td><div>LDAP's import all option</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","ldap"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[{"id":"03897139-389b-4ce2-8353-7dd349c728b2","name":"Get LDAP settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/ldap-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"update_interval\": \"1\",\n    \"ldap_sync_code\": 0,\n    \"auth_mode\": 3,\n    \"ldap_port\": 330, // LDAP server port\n    \"ldap_encryption\": \"none\", // Encryption\n    \"ldap_login\": \"administrator\", // LDAP login\n    \"domain_name\": \"tm.local\",\n    \"ldap_password\": \"secret#p@$sw0rD\", // LDAP password\n    \"ldap_limit_fetching\": false, // Use limited fetching\n    \"ldap_import_nested\": false, // Import hierarchy (ignored when limited fetched is OFF)\n    \"ldap_import_ous\": \"\", // List of imported OUs (comma-separated names)\n    \"ldap_import_groups\": \"\", // List of imported Groups (comma-separated names)\n    \"ldap_sync_comp_state\": false, // Replicate AD's computers' state\n    \"ldap_host\": \"10.55.0.1\", // LDAP server host\n    \"ldap_pwd_encryption\": true,\n    \"ldap_import_all\": false,\n    \"ldap_monitor_all\": false,\n    \"ldap_sync_pending\": false,\n    \"ldap_fetch_schema\": false,\n    \"ldap_sync_result\": \"\",\n    \"ldap_use_domain_remapping\": false, // Use domain remapping\n    \"monitor_groups\": [],\n    \"dont_monitor_groups\": [],\n    \"import_ous\": [],\n    \"import_attrs\": []\n}"},{"id":"7a28b217-f7f7-4fa8-a4de-9f62cd5e48be","name":"Get LDAP settings","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/ldap-settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Mon, 15 Feb 2021 16:07:38 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-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"sameorigin"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Server-Time","value":"1613405258302"},{"key":"ETag","value":"W/\"289-ILC3/kdYA+avEmPWb64qekb+thc\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"update_interval\": \"1\",\n    \"ldap_sync_code\": 0,\n    \"auth_mode\": 3,\n    \"ldap_port\": 330, // LDAP server port\n    \"ldap_encryption\": \"none\", // Encryption\n    \"ldap_login\": \"administrator\", // LDAP login\n    \"domain_name\": \"tm.local\",\n    \"ldap_password\": \"secret#p@$sw0rD\", // LDAP password\n    \"ldap_limit_fetching\": false, // Use limited fetching\n    \"ldap_import_nested\": false, // Import hierarchy (ignored when limited fetched is OFF)\n    \"ldap_import_ous\": \"\", // List of imported OUs (comma-separated names)\n    \"ldap_import_groups\": \"\", // List of imported Groups (comma-separated names)\n    \"ldap_sync_comp_state\": false, // Replicate AD's computers' state\n    \"ldap_host\": \"10.55.0.1\", // LDAP server host\n    \"ldap_pwd_encryption\": true,\n    \"ldap_import_all\": false,\n    \"ldap_monitor_all\": false,\n    \"ldap_sync_pending\": false,\n    \"ldap_fetch_schema\": false,\n    \"ldap_sync_result\": \"\",\n    \"ldap_use_domain_remapping\": false, // Use domain remapping\n    \"monitor_groups\": [],\n    \"dont_monitor_groups\": [],\n    \"import_ous\": [],\n    \"import_attrs\": []\n}"}],"_postman_id":"a64e97fb-8026-40c7-99f5-e0e74f8e6f43"},{"name":"Set LDAP settings","id":"078ab16e-04df-4962-bbb6-e40fde371836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"ldap_host\": \"0.0.0.0\",\n  \"ldap_port\": 389,\n  \"ldap_encryption\": \"none\",\n  \"ldap_login\": \"login\",\n  \"ldap_password\": \"password\",\n  \"ldap_limit_fetching\": false,\n  \"ldap_import_nested\": false,\n  \"ldap_import_groups\": \"\",\n  \"ldap_sync_comp_state\": false,\n  \"domain_name\": \"domain\",\n  \"ldap_pwd_encryption\": true,\n  \"auth_mode\": 1,\n  \"ldap_sync_code\": 0,\n  \"monitor_groups\": \"\",\n  \"dont_monitor_groups\": \"\",\n  \"import_ous\": \"7\",\n  \"import_attrs\": \"__all__\",\n  \"update_interval\": 2,\n  \"ldap_monitor_all\": false,\n  \"ldap_import_all\": false,\n  \"fetching\": true,\n  \"loading\": false,\n  \"ldap_use_domain_remapping\": false,\n  \"showFetchAttrs\": true,\n  \"ldap_fetch_schema\": true,\n  \"ldap_sync_pending\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/ldap/:id","description":"<p>Set LDAP settings.</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>ldap_ip <code>optional</code></td>\n<td><i>string</i></td>\n<td>LDAP server IPv4</td>\n</tr>\n<tr>\n<td>ldap_port <code>optional</code></td>\n<td><i>number</i></td>\n<td>LDAP server port</td>\n</tr>\n<tr>\n<td>ldap_encryption <code>optional</code></td>\n<td><i>string</i></td>\n<td>Encryption</td>\n</tr>\n<tr>\n<td>domain_name <code>optional</code></td>\n<td><i>string</i></td>\n<td>Domain name</td>\n</tr>\n<tr>\n<td>ldap_login <code>optional</code></td>\n<td><i>string</i></td>\n<td>LDAP login</td>\n</tr>\n<tr>\n<td>ldap_password <code>optional</code></td>\n<td><i>string</i></td>\n<td>LDAP password</td>\n</tr>\n<tr>\n<td>ldap_import_ous <code>optional</code></td>\n<td><i>string</i></td>\n<td>List of imported OUs (comma-separated names)</td>\n</tr>\n<tr>\n<td>ldap_import_groups <code>optional</code></td>\n<td><i>string</i></td>\n<td>List of imported Groups (comma-separated names)</td>\n</tr>\n<tr>\n<td>ldap_use_domain_remapping <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Use domain remapping</td>\n</tr>\n<tr>\n<td>ldap_limit_fetching <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Use limited fetching</td>\n</tr>\n<tr>\n<td>ldap_import_nested <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Import hierarchy (ignored when limited fetching is OFF)</td>\n</tr>\n<tr>\n<td>ldap_sync_comp_state <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Replicate AD's computers' state</td>\n</tr>\n<tr>\n<td>ldap_dont_monitor_non_existing_ad_users <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Turn off monitoring for users that no longer in LDAP</td>\n</tr>\n<tr>\n<td>ldap_ou_from_group_attribute_name <code>optional</code></td>\n<td><i>bool</i></td>\n<td>Attribute of group to be OU</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","ldap",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"078ab16e-04df-4962-bbb6-e40fde371836"},{"name":"LDAP status","id":"f5f2df19-c3d2-4452-b121-8787209d9790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/ldap-sync-status","description":"<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> fetching </td>\n<td> boolean </td>\n<td>LDAP fetching status</td>\n</tr>\n<tr>\n<td> importing </td>\n<td> boolean </td>\n<td>LDAP importing status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","ldap-sync-status"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5f2df19-c3d2-4452-b121-8787209d9790"}],"id":"6d20ca8c-0562-4655-b2e9-1e296179c654","_postman_id":"6d20ca8c-0562-4655-b2e9-1e296179c654","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"License","item":[{"name":"Get license usage information","id":"d259721e-626e-4a20-974d-8026e2345883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/license/usage","description":"<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> endpoints </td>\n<td><i> number[] </i></td>\n<td>License endpoints</td>\n</tr>\n<tr>\n<td> terminalServers </td>\n<td><i> number[] </i></td>\n<td>License terminal servers</td>\n</tr>\n<tr>\n<td> success </td>\n<td><i> boolean </i></td>\n<td>License success option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","license","usage"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d259721e-626e-4a20-974d-8026e2345883"}],"id":"5cd8ae43-699d-4b7e-9ee7-79170ca915db","_postman_id":"5cd8ae43-699d-4b7e-9ee7-79170ca915db","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Monitoring","item":[{"name":"Monitoring profiles","id":"b072b065-0ed1-40e8-99dd-6431dfbcbf6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/monitoring-profile","description":"<p><b>Params Available fields</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td> tracking_profile_id </td>\n<td>Tracking profile id param </td>\n</tr>\n<tr>\n<td> name </td>\n<td>Profile name param </td>\n</tr>\n<tr>\n<td> description </td>\n<td>Tracking profile description </td>\n</tr>\n<tr>\n<td> private </td>\n<td>Tracking profile private param </td>\n</tr>\n<tr>\n<td> date_created </td>\n<td>Tracking profile date created param </td>\n</tr>\n<tr>\n<td> agent_ids </td>\n<td>Tracking profile agent ids param </td>\n</tr>\n<tr>\n<td> details </td>\n<td>Tracking profile details param </td>\n</tr>\n</table>\n<b>Response fields</b>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td> result </td>\n<td> string[] </td>\n<td>Tracking profile result options list </td>\n</tr>\n<tr>\n<td> tracking_profile_id </td>\n<td> number </td>\n<td>Tracking profile id number </td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Tracking profile name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>Tracking profile description</td>\n</tr>\n<tr>\n<td> private </td>\n<td> number </td>\n<td>Tracking profile private param</td>\n</tr>\n<tr>\n<td> date_created </td>\n<td> string </td>\n<td>Tracking profile date created in format YYYY-MM-DDTHH:MM:SS.MSZ</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","monitoring-profile"],"host":["{{teramind_instance}}"],"query":[{"disabled":true,"key":"name","value":"\"Custom profile\""},{"disabled":true,"key":"fields","value":"name"}],"variable":[]}},"response":[],"_postman_id":"b072b065-0ed1-40e8-99dd-6431dfbcbf6a"},{"name":"Create monitoring profile","id":"50b86403-c340-4d45-9d7e-364587007f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Test profile\",\r\n  \"description\": \"Test profile's description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/monitoring-profile","description":"<p><strong>Requested fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile description</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ad_group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored groups' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored agents' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored computers' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored departments' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile details param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile id number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>private</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile private param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile date created in format YYYY-MM-DDTHH:MM:SS.MSZ</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","monitoring-profile"],"host":["{{teramind_instance}}"],"query":[{"disabled":true,"key":"name","value":"\"Custom profile\""},{"disabled":true,"key":"fields","value":"name"}],"variable":[]}},"response":[],"_postman_id":"50b86403-c340-4d45-9d7e-364587007f53"},{"name":"Update monitoring profile","id":"fd965413-300a-446a-b7d0-36f91544c430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tracking_profile_id\": 2,\r\n  \"name\": \"Investigation\",\r\n  \"description\": \"\",\r\n  \"private\": 0,\r\n  \"agent_id\": [\r\n    63\r\n  ],\r\n  \"computer_id\": [],\r\n  \"ad_group_id\": [],\r\n  \"department_id\": [],\r\n  \"details\": [\r\n    {\r\n      \"tracking_profile_detail_id\": 211,\r\n      \"tracking_key\": \"websites__monitor_password_keystrokes\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 191,\r\n      \"tracking_key\": \"applications__runprocess\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 180,\r\n      \"tracking_key\": \"audio\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 172,\r\n      \"tracking_key\": \"screen__record_locked_sessions\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 166,\r\n      \"tracking_key\": \"screen__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 167,\r\n      \"tracking_key\": \"screen__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 168,\r\n      \"tracking_key\": \"screen__mode\",\r\n      \"tracking_val\": \"8bit\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 169,\r\n      \"tracking_key\": \"screen__live_scale\",\r\n      \"tracking_val\": \"100%\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 170,\r\n      \"tracking_key\": \"screen__allow_remote_control\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 171,\r\n      \"tracking_key\": \"screen__async_upload\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 173,\r\n      \"tracking_key\": \"screen__record_only_on_br\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 174,\r\n      \"tracking_key\": \"screen__max_fps\",\r\n      \"tracking_val\": 3\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 175,\r\n      \"tracking_key\": \"screen__update_on_event\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 176,\r\n      \"tracking_key\": \"screen__duplication_api\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 178,\r\n      \"tracking_key\": \"screen__msg_while_remote_control\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 179,\r\n      \"tracking_key\": \"screen__msg_while_freeze_input\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 181,\r\n      \"tracking_key\": \"audio__auto_level\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 182,\r\n      \"tracking_key\": \"audio__async_upload\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 183,\r\n      \"tracking_key\": \"audio__listen_all_input\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 184,\r\n      \"tracking_key\": \"audio__listen_all_output\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 185,\r\n      \"tracking_key\": \"audio__record_input_apps\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 186,\r\n      \"tracking_key\": \"audio__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 187,\r\n      \"tracking_key\": \"audio__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 188,\r\n      \"tracking_key\": \"audio__bitrate\",\r\n      \"tracking_val\": \"16000\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 189,\r\n      \"tracking_key\": \"applications\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 190,\r\n      \"tracking_key\": \"applications__window_titles\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 192,\r\n      \"tracking_key\": \"applications__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 193,\r\n      \"tracking_key\": \"applications__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 194,\r\n      \"tracking_key\": \"applications__suspend_monitoring\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 195,\r\n      \"tracking_key\": \"applications__suspend_keystrokes\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 196,\r\n      \"tracking_key\": \"applications__suspend_monitoring_cond\",\r\n      \"tracking_val\": \"[]\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 197,\r\n      \"tracking_key\": \"applications__suspend_keystrokes_cond\",\r\n      \"tracking_val\": \"[]\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 198,\r\n      \"tracking_key\": \"applications__monitoring_when\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 200,\r\n      \"tracking_key\": \"websites\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 201,\r\n      \"tracking_key\": \"websites__monitoring_when\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 202,\r\n      \"tracking_key\": \"websites__no_monitoring\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 203,\r\n      \"tracking_key\": \"websites__suspend_monitoring\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 204,\r\n      \"tracking_key\": \"websites__suspend_monitoring_ct\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 205,\r\n      \"tracking_key\": \"websites__no_monitoring_ip\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 206,\r\n      \"tracking_key\": \"websites__monitoring_only_ip\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 207,\r\n      \"tracking_key\": \"websites__suspend_monitoring_ip\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 208,\r\n      \"tracking_key\": \"websites__suspend_monitoring_nip\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 209,\r\n      \"tracking_key\": \"websites__suspend_keystrokes\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 210,\r\n      \"tracking_key\": \"websites__suspend_private_mode\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 212,\r\n      \"tracking_key\": \"websites__allowed_insecure_hosts\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 213,\r\n      \"tracking_key\": \"websites__wss_port\",\r\n      \"tracking_val\": \"1501\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 214,\r\n      \"tracking_key\": \"websites__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 215,\r\n      \"tracking_key\": \"websites__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 216,\r\n      \"tracking_key\": \"emails\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 217,\r\n      \"tracking_key\": \"emails__capture_incoming\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 218,\r\n      \"tracking_key\": \"emails__capture_outgoing\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 219,\r\n      \"tracking_key\": \"emails__save_outgoing_attachments\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 220,\r\n      \"tracking_key\": \"emails__save_incoming_attachments\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 221,\r\n      \"tracking_key\": \"emails__capture_content\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 199,\r\n      \"tracking_key\": \"applications__min_idle\",\r\n      \"tracking_val\": \"10\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 164,\r\n      \"tracking_key\": \"screen\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 165,\r\n      \"tracking_key\": \"ocr__ism_lang\",\r\n      \"tracking_val\": \"en\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 222,\r\n      \"tracking_key\": \"emails__capture_meetings\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 223,\r\n      \"tracking_key\": \"emails__capture_emails\",\r\n      \"tracking_val\": \"outlook,web_outlook,gmail,yahoo,live,thunderbird.exe,sylpheed.exe,yandex\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 224,\r\n      \"tracking_key\": \"emails__exclude_attachments\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 225,\r\n      \"tracking_key\": \"emails__cutoff_days\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 226,\r\n      \"tracking_key\": \"emails__ignore_old\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 227,\r\n      \"tracking_key\": \"emails__ignore_email_addresses\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 228,\r\n      \"tracking_key\": \"emails__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 229,\r\n      \"tracking_key\": \"emails__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 230,\r\n      \"tracking_key\": \"files\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 231,\r\n      \"tracking_key\": \"files__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 232,\r\n      \"tracking_key\": \"files__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 233,\r\n      \"tracking_key\": \"files__track_local_files\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 234,\r\n      \"tracking_key\": \"files__track_files_on_network\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 235,\r\n      \"tracking_key\": \"files__track_cd_burning\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 236,\r\n      \"tracking_key\": \"files__track_external_drives\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 237,\r\n      \"tracking_key\": \"files__track_dl_ul\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 238,\r\n      \"tracking_key\": \"files__track_dl_ul_apps\",\r\n      \"tracking_val\": \"google_drive,one_drive,dropbox,box\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 239,\r\n      \"tracking_key\": \"files__track_access_txt\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 240,\r\n      \"tracking_key\": \"files__track_access_doc\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 241,\r\n      \"tracking_key\": \"files__track_access_xls\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 242,\r\n      \"tracking_key\": \"files__track_access_ppt\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 243,\r\n      \"tracking_key\": \"files__track_access_zip\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 244,\r\n      \"tracking_key\": \"files__track_access_pdf\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 245,\r\n      \"tracking_key\": \"files__track_access_list\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 246,\r\n      \"tracking_key\": \"files__dont_monitor_locations\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 247,\r\n      \"tracking_key\": \"files__dont_monitor_locations_regex\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 248,\r\n      \"tracking_key\": \"files__track_operation_copy\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 249,\r\n      \"tracking_key\": \"files__track_operation_rename\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 250,\r\n      \"tracking_key\": \"files__track_operation_upload\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 251,\r\n      \"tracking_key\": \"files__track_operation_download\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 252,\r\n      \"tracking_key\": \"files__track_operation_delete\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 253,\r\n      \"tracking_key\": \"files__track_documents_local\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 254,\r\n      \"tracking_key\": \"files__track_documents_network\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 255,\r\n      \"tracking_key\": \"files__track_documents_external\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 256,\r\n      \"tracking_key\": \"printed_docs\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 257,\r\n      \"tracking_key\": \"printed_docs__user\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 258,\r\n      \"tracking_key\": \"printed_docs__pwd\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 259,\r\n      \"tracking_key\": \"printed_docs__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 260,\r\n      \"tracking_key\": \"printed_docs__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 261,\r\n      \"tracking_key\": \"printed_docs__capture_doc\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 262,\r\n      \"tracking_key\": \"printed_docs__max_pages\",\r\n      \"tracking_val\": \"50\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 263,\r\n      \"tracking_key\": \"printed_docs__dont_track_printers\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 264,\r\n      \"tracking_key\": \"keystrokes\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 265,\r\n      \"tracking_key\": \"keystrokes__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 266,\r\n      \"tracking_key\": \"keystrokes__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 267,\r\n      \"tracking_key\": \"keystrokes__track_clipboard\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 269,\r\n      \"tracking_key\": \"conversations__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 270,\r\n      \"tracking_key\": \"conversations__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 271,\r\n      \"tracking_key\": \"conversations__source\",\r\n      \"tracking_val\": \"facebook,skype,skype_web,skype_for_business,hangouts,whatsappweb,slack,slack_web,linkedin,microsoft_teams_web,microsoft_teams,zoom_web\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 272,\r\n      \"tracking_key\": \"conversations__incoming\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 273,\r\n      \"tracking_key\": \"conversations__outgoing\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 274,\r\n      \"tracking_key\": \"social_media\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 275,\r\n      \"tracking_key\": \"social_media__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 276,\r\n      \"tracking_key\": \"social_media__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 277,\r\n      \"tracking_key\": \"social_media__source\",\r\n      \"tracking_val\": \"facebook,twitter,linkedin\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 278,\r\n      \"tracking_key\": \"social_media__new_comment\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 279,\r\n      \"tracking_key\": \"social_media__edit_comment\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 280,\r\n      \"tracking_key\": \"social_media__new_post\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 281,\r\n      \"tracking_key\": \"social_media__edit_post\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 282,\r\n      \"tracking_key\": \"sql\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 283,\r\n      \"tracking_key\": \"sql__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 284,\r\n      \"tracking_key\": \"sql__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 285,\r\n      \"tracking_key\": \"sql__no_monitoring_hosts\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 286,\r\n      \"tracking_key\": \"sql__no_monitoring_dbs\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 287,\r\n      \"tracking_key\": \"network\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 288,\r\n      \"tracking_key\": \"network__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 289,\r\n      \"tracking_key\": \"network__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 290,\r\n      \"tracking_key\": \"network__ssl\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 291,\r\n      \"tracking_key\": \"network__outbound\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 292,\r\n      \"tracking_key\": \"network__dont_disable_teredo\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 293,\r\n      \"tracking_key\": \"network__outbound_track_ips\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 294,\r\n      \"tracking_key\": \"network__outbound_no_track_ips\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 295,\r\n      \"tracking_key\": \"network__outbound_track_ports\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 296,\r\n      \"tracking_key\": \"network__outbound_no_track_ports\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 297,\r\n      \"tracking_key\": \"network__track_process\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 299,\r\n      \"tracking_key\": \"offline_recording__hours\",\r\n      \"tracking_val\": \"24\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 300,\r\n      \"tracking_key\": \"offline_recording__bytes\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 301,\r\n      \"tracking_key\": \"upload__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 302,\r\n      \"tracking_key\": \"upload__max_bandwidth\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 303,\r\n      \"tracking_key\": \"advanced\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 304,\r\n      \"tracking_key\": \"advanced__file_driver\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 305,\r\n      \"tracking_key\": \"advanced__network_driver\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 306,\r\n      \"tracking_key\": \"advanced__ignore_dlp_processes\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 307,\r\n      \"tracking_key\": \"advanced__ignore_file_driver_processes\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 308,\r\n      \"tracking_key\": \"advanced__ignore_network_driver_processes\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 309,\r\n      \"tracking_key\": \"advanced__restrictions_builtin_admin_new_user\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 310,\r\n      \"tracking_key\": \"advanced__restrictions_builtin_admin_new_pass\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 312,\r\n      \"tracking_key\": \"advanced__restrictions_non_input_usb_disable\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 313,\r\n      \"tracking_key\": \"advanced__disable_pwd_manager\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 314,\r\n      \"tracking_key\": \"advanced__allow_app_restarting\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 316,\r\n      \"tracking_key\": \"os_states__lock\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 317,\r\n      \"tracking_key\": \"os_states__sleep\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 318,\r\n      \"tracking_key\": \"os_states__screensaver\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 320,\r\n      \"tracking_key\": \"voip__applications\",\r\n      \"tracking_val\": \"zoom,ringcentral,aircall,eighteight,msteams,webex,bluejeans\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 322,\r\n      \"tracking_key\": \"voip__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 323,\r\n      \"tracking_key\": \"voip__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 325,\r\n      \"tracking_key\": \"registry__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 326,\r\n      \"tracking_key\": \"registry__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 298,\r\n      \"tracking_key\": \"offline_recording\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 315,\r\n      \"tracking_key\": \"os_states\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 324,\r\n      \"tracking_key\": \"registry\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 319,\r\n      \"tracking_key\": \"voip\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 268,\r\n      \"tracking_key\": \"conversations\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1143,\r\n      \"tracking_key\": \"camera\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1149,\r\n      \"tracking_key\": \"camera__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1155,\r\n      \"tracking_key\": \"camera__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1161,\r\n      \"tracking_key\": \"ocr\",\r\n      \"tracking_val\": \"1\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1167,\r\n      \"tracking_key\": \"ocr__process_after_date\",\r\n      \"tracking_val\": \"2000-01-01T00:00:00.000Z\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1171,\r\n      \"tracking_key\": \"emails__delete_attachments_after\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1177,\r\n      \"tracking_key\": \"printed_docs__delete_printed_docs_after\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1183,\r\n      \"tracking_key\": \"advanced__restrictions_wifi_disable\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1189,\r\n      \"tracking_key\": \"advanced__restrictions_bluetooth_disable\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1218,\r\n      \"tracking_key\": \"conversations__cutoff_days\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1223,\r\n      \"tracking_key\": \"conversations__ignore_old\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1229,\r\n      \"tracking_key\": \"geo_location\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1235,\r\n      \"tracking_key\": \"geo_location__time_range\",\r\n      \"tracking_val\": \"0,86400\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1241,\r\n      \"tracking_key\": \"geo_location__days_of_week\",\r\n      \"tracking_val\": \"1,2,3,4,5,6,7\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1270,\r\n      \"tracking_key\": \"advanced__block_print_screen\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1271,\r\n      \"tracking_key\": \"advanced__disable_mstsc_clipboard_sharing\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1272,\r\n      \"tracking_key\": \"advanced__disable_mstsc_printers_sharing\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1273,\r\n      \"tracking_key\": \"advanced__disable_mstsc_local_drives_sharing\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1274,\r\n      \"tracking_key\": \"advanced__restrictions_wpd_disable\",\r\n      \"tracking_val\": \"0\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1275,\r\n      \"tracking_key\": \"advanced__disable_clipboard_copy\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1276,\r\n      \"tracking_key\": \"voip__internal_domains\",\r\n      \"tracking_val\": \"\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 1277,\r\n      \"tracking_key\": \"geo_location__time_threshold\",\r\n      \"tracking_val\": \"600\"\r\n    },\r\n    {\r\n      \"tracking_profile_detail_id\": 2432,\r\n      \"tracking_key\": \"screen__rec_lifetime\",\r\n      \"tracking_val\": \"0\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/monitoring-profile","description":"<p><strong>Requested fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ad_group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored groups' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored agents' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored computers' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored departments' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile details param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile id number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>private</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile private param</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ad_group_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored groups' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored agents' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored computers' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>department_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of monitored departments' id</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>details</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile details param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tracking_profile_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile id number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>private</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile private param</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date_created</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tracking profile date created in format YYYY-MM-DDTHH:MM:SS.MSZ</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","monitoring-profile"],"host":["{{teramind_instance}}"],"query":[{"disabled":true,"key":"name","value":"\"Custom profile\""},{"disabled":true,"key":"fields","value":"name"}],"variable":[]}},"response":[],"_postman_id":"fd965413-300a-446a-b7d0-36f91544c430"},{"name":"Delete monitoring profile","id":"1375dc1c-db24-4dfc-8e00-4209acc4e25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/monitoring-profile/:id","description":"<p><strong>Response:</strong></p>\n<p>empty object, {}</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","monitoring-profile",":id"],"host":["{{teramind_instance}}"],"query":[{"disabled":true,"key":"name","value":"\"Custom profile\""},{"disabled":true,"key":"fields","value":"name"}],"variable":[{"id":"c2b675cc-67a7-43b9-aeb7-163f79d69f3e","description":{"content":"<p>Tracking profile id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1375dc1c-db24-4dfc-8e00-4209acc4e25f"}],"id":"50464fb9-e216-43ac-ba80-f3c488cd5cf5","_postman_id":"50464fb9-e216-43ac-ba80-f3c488cd5cf5","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Player","item":[{"name":"Settings","id":"95e9d9f2-1486-4029-b4d9-86ce4e66fc41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/player/settings?agent_id=1&computer_id=1","description":"<p><b>Response parameters</b></p>\n<table>\n\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> allow_remote_control </td>\n<td><i> boolean </i></td>\n<td>User has access to remote control</td>\n</tr>\n\n<tr>\n<td> allow_view_video_export</td>\n<td><i> boolean </i></td>\n<td>User has access to video export</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player","settings"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"agent_id","value":"1"},{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"computer_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"95e9d9f2-1486-4029-b4d9-86ce4e66fc41"}],"id":"07b3f141-8bc5-4565-974a-c0785c1a8dda","_postman_id":"07b3f141-8bc5-4565-974a-c0785c1a8dda","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"PlayerTags","item":[{"name":"Create new tag","id":"ae739aa3-08b0-4dba-9206-b137497294f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"tag\":\"test12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/player-tags","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> tag </td>\n<td> string </td>\n<td>Tag name</td>\n</tr>\n\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> player_tag_id </td>\n<td><i> number </i></td>\n<td>Player tag id</td>\n</tr>\n<tr>\n<td> tag </td>\n<td><i> string </i></td>\n<td>Player tag name</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Player tag deleted option</td>\n</tr>\n<tr>\n<td> added_by </td>\n<td><i> number </i></td>\n<td>Player tag added by option</td>\n</tr>\n<tr>\n<td> created_at </td>\n<td><i> string </i></td>\n<td>Player tag created date and time</td>\n</tr>\n<tr>\n<td> updated_at </td>\n<td><i> string </i></td>\n<td>Player tag updated date and time</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player-tags"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae739aa3-08b0-4dba-9206-b137497294f2"},{"name":"Create new timeline tag","id":"11770d77-c2f4-40fd-bf5b-9e90c21facd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agent_id\": 1,\n    \"computer_id\": 1,\n    \"datetime\": \"2021-07-05T08:46:52Z\",\n    \"note\": \"\",\n    \"player_tag_id\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/player-tags/timeline","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<td> agent_id </td>\n<td> number </td>\n<td>Agent ID</td>\n\n<tr>\n<td> computer_id </td>\n<td> number </td>\n<td>Computer ID</td>\n</tr>\n<tr>\n<td> datetime </td>\n<td> string </td>\n<td>Date and time of timeline</td>\n</tr>\n<tr>\n<td> note <code>optional</code> </td>\n<td> string </td>\n<td>Tag note</td>\n</tr>\n<tr>\n<td> player_tag_id </td>\n<td> number </td>\n<td>Tag id</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> player_timeline_tag_id </td>\n<td> number </td>\n<td>Player timeline tag id</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td> number </td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> player_tag_id </td>\n<td> number </td>\n<td>Player tag id</td>\n</tr>\n<tr>\n<td> timestampz </td>\n<td> string </td>\n<td>Player time stamp date and time</td>\n</tr>\n<tr>\n<td> added_by </td>\n<td> number </td>\n<td>Agent's added by id</td>\n</tr>\n<tr>\n<td> note </td>\n<td> string </td>\n<td>Player tag note</td>\n</tr>\n<tr>\n<td> created_at </td>\n<td> string </td>\n<td>Player tag date and time created</td>\n</tr>\n<tr>\n<td> updated_at </td>\n<td> string </td>\n<td>Player tag date and time updated</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Player timeline tag deleted param</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player-tags","timeline"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11770d77-c2f4-40fd-bf5b-9e90c21facd0"},{"name":"Delete player timeline tag","id":"4365ba13-bd95-4362-a8be-7fb2052e735b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/player-tags/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Tag ID</td>\n</tr>\n\n\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player-tags",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"4365ba13-bd95-4362-a8be-7fb2052e735b"},{"name":"List player tags","id":"635a0700-c458-4b55-bd00-bd7b3a58acd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/player-tags","description":"<p>List all player tags</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> player_tag_id </td>\n<td><i> number </i></td>\n<td>Player tag id</td>\n</tr>\n<tr>\n<td> tag </td>\n<td><i> string </i></td>\n<td>Player tag name</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td><i> boolean </i></td>\n<td>Player tag deleted option</td>\n</tr>\n\n<tr>\n<td> added_by </td>\n<td><i> number </i></td>\n<td>Player tag added by user id</td>\n</tr>\n<tr>\n<td> created_at </td>\n<td><i> string </i></td>\n<td>Player tag created at date and time</td>\n</tr>\n<tr>\n<td> updated_at </td>\n<td><i> string </i></td>\n<td>Player tag updated at date and time</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player-tags"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"635a0700-c458-4b55-bd00-bd7b3a58acd2"},{"name":"List player timeline tags","id":"94b95f4e-6b63-40eb-a128-4f5d5e5b6b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/player-tags/timeline?agent=1&computer=1&periodStart=1612126600&periodEnd=1625518800","description":"<p>List player timeline tags</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> number </td>\n<td>Agent ID</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number </td>\n<td>Computer ID</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Start period unix timestamp</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>End period unix timestamp</td>\n</tr>\n<tr>\n<td> idGreater <code>optional</code></td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> idLess <code>optional</code></td>\n<td> number </td>\n<td></td>\n</tr>\n\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> player_timeline_tag_id </td>\n<td> number </td>\n<td>Player timeline tag id</td>\n</tr>\n<tr>\n<td> tag </td>\n<td> string </td>\n<td>Player timeline tag name</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td> number </td>\n<td>Computer id</td>\n</tr>\n<tr>\n<td> timestampz </td>\n<td> string </td>\n<td>Player tag time stamp date and time</td>\n</tr>\n<tr>\n<td> note </td>\n<td> string </td>\n<td>Player timeline tag note</td>\n</tr>\n<tr>\n<td> added_by </td>\n<td> number </td>\n<td>Player timeline tag agent's added by id</td>\n</tr>\n<tr>\n<td> created_at </td>\n<td> string </td>\n<td>Player timeline tag date and time created</td>\n</tr>\n<tr>\n<td> updated_at </td>\n<td> string </td>\n<td>Player timeline tag date and time updated</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Player timeline tag deleted param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player-tags","timeline"],"host":["{{teramind_instance}}"],"query":[{"key":"agent","value":"1"},{"key":"computer","value":"1"},{"key":"periodStart","value":"1612126600"},{"key":"periodEnd","value":"1625518800"}],"variable":[]}},"response":[],"_postman_id":"94b95f4e-6b63-40eb-a128-4f5d5e5b6b48"}],"id":"942c590d-688f-4588-b15b-c3c76ee993ad","_postman_id":"942c590d-688f-4588-b15b-c3c76ee993ad","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Policies","item":[{"name":"Add new policy","id":"07500e3d-82a9-4551-965a-b051da7e1bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"qwe\",\n    \"subjects\": [],\n    \"rules\": [\n        {\n            \"id\": 7,\n            \"features\": [\n                {\n                    \"feature\": \"player.live\",\n                    \"ac_rule\": 7\n                }\n            ],\n            \"objects\": [\n                {\n                    \"ac_rule\": 7,\n                    \"ext_id\": 34\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/policy","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> subjects </td>\n<td> number[] </td>\n<td>Policy subjects IDs</td>\n</tr>\n<tr>\n<td> rules </td>\n<td> string[] </td>\n<td>Policy rules options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Rule id</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>Rule features options list</td>\n</tr>\n<tr>\n<td> feature </td>\n<td> string </td>\n<td>Rule feature name</td>\n</tr>\n<tr>\n<td> ac_rule </td>\n<td> number </td>\n<td>Rule ac rule number</td>\n</tr>\n<tr>\n<td> objects </td>\n<td> string[] </td>\n<td>Rules objects options list</td>\n</tr>\n<tr>\n<td> ac_rule </td>\n<td> number </td>\n<td>Objects ac rule number</td>\n</tr>\n<tr>\n<td> ext_id </td>\n<td> number </td>\n<td>Objects ext id number</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> police </td>\n<td> string{} </td>\n<td>Policy options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> users </td>\n<td> number[] </td>\n<td>Policy users id's list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Policy department id's list</td>\n</tr>\n<tr>\n<td> groups </td>\n<td> number[] </td>\n<td>Policy groups id's list</td>\n</tr>\n<tr>\n<td> rules </td>\n<td> string[] </td>\n<td>Policy rules options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Rule id number</td>\n</tr>\n<tr>\n<td> users </td>\n<td> number[] </td>\n<td>Rule users id's list</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Rule computers id's list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Rule department id's list</td>\n</tr>\n<tr>\n<td> groups </td>\n<td> number[] </td>\n<td>Rule group id's list</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>Rule features options list</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Policy success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","policy"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07500e3d-82a9-4551-965a-b051da7e1bac"},{"name":"Change policy name","id":"ce88aba1-3cfb-4653-9f6f-6a69c21a9e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":4,\n    \"name\":\"tests\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/policy/name","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy ID</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>New policy name</td>\n</tr>\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","policy","name"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce88aba1-3cfb-4653-9f6f-6a69c21a9e95"},{"name":"Change policy subjects","id":"2729929d-ccbc-4170-a726-a51bd1f92c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"users\":[2]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/policy/user","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy ID</td>\n</tr>\n<tr>\n<td> users </td>\n<td> number[] </td>\n<td>New policy subjects IDs</td>\n</tr>\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","policy","user"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2729929d-ccbc-4170-a726-a51bd1f92c1e"},{"name":"Delete policy","id":"173dba01-fbff-4161-841a-2d3639e4cae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/policy/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy ID</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","policy",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"173dba01-fbff-4161-841a-2d3639e4cae4"},{"name":"Update policy","id":"6243e0ac-6354-4fec-9f1e-9e5db24f5dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":3,\n    \"policy\":\n        {\n            \"subjects\":[\n                {\n                    \"ext_type\":\"agent\",\n                    \"ext_id\":-42\n                }\n            ],\n            \"rules\":[\n                {\n                    \"objects\":[\n                        {\n                            \"ext_type\":\"agent\",\n                            \"ext_id\":34\n                        }\n                    ],\n                    \"index\":0,\n                    \"features\":[\n                        {\n                            \"feature\":\"player.live\",\n                            \"access\":1\n                        }\n                    ]\n                }\n            ],\n            \"name\":\"qwe\"\n        }\n    \n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/policy/3","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy ID</td>\n</tr>\n<tr>\n<td> policy </td>\n<td> string{} </td>\n<td>Policy options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Policy name</td>\n</tr>\n<tr>\n<td> subjects </td>\n<td> string[] </td>\n<td>Policy subjects list</td>\n</tr>\n<tr>\n<td> ext_type </td>\n<td> string </td>\n<td>Policy subject ext type</td>\n</tr>\n<tr>\n<td> ext_id </td>\n<td> number </td>\n<td>Policy subject ext id</td>\n</tr>\n<tr>\n<td> rules </td>\n<td> string[] </td>\n<td>Policy rules list</td>\n</tr>\n<tr>\n<td> objects </td>\n<td> string[]</td>\n<td>Rule objects list</td>\n</tr>\n<tr>\n<td> ext_type </td>\n<td> string </td>\n<td>Policy object type</td>\n</tr>\n<tr>\n<td> ext_id </td>\n<td> number </td>\n<td>Policy object id</td>\n</tr>\n<tr>\n<td> index </td>\n<td> number </td>\n<td>Rule index</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>Rule features list</td>\n</tr>\n<tr>\n<td> feature </td>\n<td> string</td>\n<td>Rule feature</td>\n</tr>\n<tr>\n<td> access </td>\n<td> number</td>\n<td>Feature access number</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy ID</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Policy ID</td>\n</tr>\n<tr>\n<td> subjects </td>\n<td> number[] </td>\n<td>Policy subject's list</td>\n</tr>\n<tr>\n<td> rules </td>\n<td> string[] </td>\n<td>Policy rule's options list</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Policy rule ID</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>Policy rule's features options list</td>\n</tr>\n<tr>\n<td> feature </td>\n<td> string </td>\n<td>Policy feature</td>\n</tr>\n<tr>\n<td> ac_rule </td>\n<td> number </td>\n<td>Policy feature ac rule</td>\n</tr>\n<tr>\n<td> objects </td>\n<td> string[] </td>\n<td>Policy object's options list</td>\n</tr>\n<tr>\n<td> ac_rule </td>\n<td> number </td>\n<td>Policy object's ac rule</td>\n</tr>\n<tr>\n<td> ext_id </td>\n<td> number </td>\n<td>Policy object's ext ID</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Policy success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","policy","3"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6243e0ac-6354-4fec-9f1e-9e5db24f5dfa"}],"id":"dbe80f82-1048-4aea-982b-dae57ff3480f","_postman_id":"dbe80f82-1048-4aea-982b-dae57ff3480f","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Productivity Profile","item":[{"name":"Add rule to profile","id":"b2cae5a1-b29a-42e9-b275-a0f6e9722751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"profile_version\":1,\n    \"type\":1,\n    \"mode\":1,\n    \"value\":2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/1/rule","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> profile_version </td>\n<td> number </td>\n<td>Profile version number</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Profile rule type</td>\n</tr>\n<tr>\n<td> mode </td>\n<td> number </td>\n<td>Profile rule mode</td>\n</tr>\n<tr>\n<td> value </td>\n<td> number </td>\n<td>Profile value number</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> profile_changed </td>\n<td> boolean </td>\n<td>Profile changed param</td>\n</tr>\n<tr>\n<td> rule </td>\n<td> string{} </td>\n<td>Profile rule list options</td>\n</tr>\n<tr>\n<td> productivity_rule_id </td>\n<td> number </td>\n<td>Profile productivity rule id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile","1","rule"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2cae5a1-b29a-42e9-b275-a0f6e9722751"},{"name":"Create productivity profile","id":"f18f1815-224a-4d4b-b886-5704e6f4bd8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"test\",\n    \"parent_id\":1,\n    \"retroactive\":null,\n    \"assignments\":[\n        {\n            \"type\":1,\n            \"id\":214\n        }\n    ],\n    \"options\":{}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Profile name</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> number </td>\n<td>Parent profile id</td>\n</tr>\n<tr>\n<td> retroactive </td>\n<td> number </td>\n<td>Profile retroactive param</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> string[] </td>\n<td>Profile assignments options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Assignment type</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Assignment id</td>\n</tr>\n<tr>\n<td> options </td>\n<td> string{} </td>\n<td>Profile options list</td>\n</tr>\n\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> productivity_profile_id </td>\n<td> number </td>\n<td>Productivity profile id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f18f1815-224a-4d4b-b886-5704e6f4bd8d"},{"name":"Delete productivity profile","id":"a8086975-3992-48bd-a50a-aa45b9fac4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a8086975-3992-48bd-a50a-aa45b9fac4ba"},{"name":"Delete rule from profile","id":"9bbfc154-ef53-4845-996d-174dedc167f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/:id/rule/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile",":id","rule",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9bbfc154-ef53-4845-996d-174dedc167f4"},{"name":"Get all profiles","id":"364db867-de55-447b-8bba-5ecc9911b451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Productivity profiles version</td>\n</tr>\n\n</table>\n\n<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> productivity_profile_id </td>\n<td> number </td>\n<td>Productivity profile id</td>\n</tr>\n<tr>\n<td> options </td>\n<td> string{} </td>\n<td>Productivity profile options list</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> number </td>\n<td>Productivity parent id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Productivity profile version</td>\n</tr>\n<tr>\n<td> level </td>\n<td> number </td>\n<td>Productivity profile level</td>\n</tr>\n<tr>\n<td> local_rules_count </td>\n<td> number </td>\n<td>Productivity profile rules count</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> number[] </td>\n<td>Productivity profile assignments</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Assignments type</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Assignments id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"364db867-de55-447b-8bba-5ecc9911b451"},{"name":"Get assigned profile","id":"26e130ed-2b86-4fea-83b6-f64b11a49a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile-assigned","description":"<p>Get assigned productivity profile. Only one param will be used for lookup and agent is prioritized. If no parameters sent current user assigned profile is returned</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agent </td>\n<td> number </td>\n<td>Agent whom profile assigned to</td>\n</tr>\n<tr>\n<td> department </td>\n<td> number </td>\n<td>Department whom profile assigned to</td>\n</tr>\n\n</table>\n\n<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> profile </td>\n<td> string{} </td>\n<td>Profile options list</td>\n</tr>\n<tr>\n<td> productivity_profile_id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n<tr>\n<td> level </td>\n<td> number </td>\n<td>Profile level </td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Profile name</td>\n</tr>\n<tr>\n<td> rules </td>\n<td> string[] </td>\n<td>Profile rules list</td>\n</tr>\n<tr>\n<td> productivity_role_id </td>\n<td> number </td>\n<td>Productivity role id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Rule version</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Rule type</td>\n</tr>\n<tr>\n<td> value </td>\n<td> string </td>\n<td>Rule value</td>\n</tr>\n<tr>\n<td> mode </td>\n<td> number </td>\n<td>Rule mode</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> number[] </td>\n<td>Profile assignments list</td>\n</tr>\n<tr>\n<td> options </td>\n<td> string{} </td>\n<td>Profile options list</td>\n</tr>\n<tr>\n<td> parents </td>\n<td> number[] </td>\n<td>Profile parents list</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile-assigned"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26e130ed-2b86-4fea-83b6-f64b11a49a04"},{"name":"Get profile","id":"8d5e2bf7-178a-4e64-b8e0-d889a7df1e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Productivity profile id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Productivity profile version</td>\n</tr>\n\n</table>\n\n\n<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> productivity_profile_id </td>\n<td> number </td>\n<td>Productivity profile id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Productivity profile name</td>\n</tr>\n<tr>\n<td> options </td>\n<td> string{} </td>\n<td>Productivity profile options list</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> number </td>\n<td>Productivity profile parent id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Productivity profile version</td>\n</tr>\n<tr>\n<td> level </td>\n<td> number </td>\n<td>Productivity profile id</td>\n</tr>\n<tr>\n<td> local_rules_count </td>\n<td> number </td>\n<td>Productivity profile local rules count</td>\n</tr>\n<tr>\n<td> assignments </td>\n<td> number[] </td>\n<td>Productivity profile assignments</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Assignments type</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Assignments id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8d5e2bf7-178a-4e64-b8e0-d889a7df1e0c"},{"name":"Move productivity profile","id":"d94af721-43dc-4d72-9b25-a2be87f6c350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"version\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/1","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n\n\n</table>\n\n<p><b>Respomce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile","1"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d94af721-43dc-4d72-9b25-a2be87f6c350"},{"name":"Update productivity profile","id":"70c57c77-b2db-485a-9b45-f1c9f6b9394d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"version\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/1","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Profile name</td>\n</tr>\n\n\n</table>\n\n<p><b>Responce parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td><b>version</b></td>\n<td><b>number</b></td>\n<td><b>Productivity profile version</b></td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile","1"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70c57c77-b2db-485a-9b45-f1c9f6b9394d"},{"name":"Update rule to profile","id":"82a2a96f-8e89-401c-a48b-5c99a7e30dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"profile_version\": 2,\n    \"version\":2,\n    \"type\":2,\n    \"mode\":1,\n    \"value\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/1/rule/1","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> profile_version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Rule version</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Profile rule type</td>\n</tr>\n<tr>\n<td> mode </td>\n<td> number </td>\n<td>Rule mode version</td>\n</tr>\n<tr>\n<td> value </td>\n<td> number </td>\n<td>Profile rule value</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> profile_changed </td>\n<td> boolean </td>\n<td>Profile changed param</td>\n</tr>\n<tr>\n<td> rule </td>\n<td> string{} </td>\n<td>Profile rule list of param</td>\n</tr>\n<tr>\n<td> productivity_rule_id </td>\n<td> number </td>\n<td>Profile productivity rule id</td>\n</tr>\n<tr>\n<td> version </td>\n<td> number </td>\n<td>Profile version</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile","1","rule","1"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82a2a96f-8e89-401c-a48b-5c99a7e30dfb"},{"name":"Import profile rules from csv file","id":"9010990d-3dc1-40e9-a869-aa63ab0f9573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"import-productivity-profile-regexps.csv"}]},"url":"https://{{teramind_instance}}/tm-api/v1/productivity-profile/1/import?ruleType=1&mode=1","description":"<p>File should contains values in first column and should not has headers.</p>\n<p>All values except file should be in address of request</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Profile id</td>\n</tr>\n<tr>\n<td> ruleType </td>\n<td> number </td>\n<td>ruleType - one of: <code>\"activity\" = 1</code>, <code>\"regexp\" = 2</code></td>\n</tr>\n<tr>\n<td> mode </td>\n<td> number </td>\n<td>productivity rule mode - one of: <code>\"Productive\" = 1</code>,<code> \"Unproductive\" = 2</code>, <code>\"Unclassified\" = 3</code></td>\n</tr>\n<tr>\n<td> convertToRegexp </td>\n<td> boolean </td>\n<td>for use only with ruleType === \"regexp\", will autoconvert values to regexps, values: <code>true</code>, <code>false</code></td>\n</tr>\n<tr>\n<td> file </td>\n<td> file </td>\n<td>CSV file should contains values in first column and should not has headers.</td>\n</tr></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","productivity-profile","1","import"],"host":["{{teramind_instance}}"],"query":[{"key":"ruleType","value":"1"},{"key":"mode","value":"1"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"9010990d-3dc1-40e9-a869-aa63ab0f9573"}],"id":"040bc942-7550-41d2-a916-26928b425a5c","_postman_id":"040bc942-7550-41d2-a916-26928b425a5c","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Report settings","item":[{"name":"Alerts report settings","id":"95b5cc69-061a-48dc-8ba4-099d2e1d79e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"page\":0,\n    \"periodStart\":1627765200,\n    \"periodEnd\":1630443599,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"aggregate\":0,\n    \"showIdleTime\":0,\n    \"gridColumns\":[],\n    \"gridAttrs\":[],\n    \"exportColumns\":[],\n    \"exportAttrs\":[],\n    \"autoExport\":{\n        \"enabled\":true,\n        \"period\":\"month\",\n        \"monthDay\":4,\n        \"days\":[],\n        \"emails\":[\"supiktest@gmail.com\"],\n        \"time\":901,\n        \"format\":\"pdf\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/alerts/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Settings agents id's</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Settings departments id's</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Settings computers id's</td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td>Settings tasks id's</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Settings filter param</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Settings page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Settings period start param</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Settings period end param</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> string[] </td>\n<td>Settings custom filter options list</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Settings partial number</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td>Settings aggregate param</td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td>Settings show idle time param</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Settings grid attributes options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> number[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> number[] </td>\n<td>Settings export attributes options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings autoexport options param</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Autoexport enabled param</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport period type</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number[] </td>\n<td>Autoexport month day</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>Autoexport days options list</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Autoexport emails list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Autoexport format param</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Settings success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","alerts","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"95b5cc69-061a-48dc-8ba4-099d2e1d79e1"},{"name":"Computers report settings","id":"9c44ef81-69b4-4192-a104-95cb0852ae3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/computers/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Settings agent ids list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Settings departments ids list</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Settings computers ids list</td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td>Settings tasks ids list</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Settings filter param</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Settings page param</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Settings period start in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Settings period end in seconds</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> string[] </td>\n<td>Settings custom filter list</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Settings partial param</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td>Settings aggregate param</td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td>Settings show idle time param</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Settings grid attributes options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings autoexport options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Autoexport enabled param</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport period type</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport month day option</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string </td>\n<td>Autoexport days list</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Autoexport emails list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Autoexport format param</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean</td>\n<td>Settings success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","computers","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c44ef81-69b4-4192-a104-95cb0852ae3d"},{"name":"Console Commands report settings","id":"2bb4d212-cd39-43d8-826e-240c2b01f822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/cli/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","cli","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bb4d212-cd39-43d8-826e-240c2b01f822"},{"name":"Emailing report settings","id":"6c40023d-5afd-4d3c-923d-7db37d866a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/emails/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","emails","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c40023d-5afd-4d3c-923d-7db37d866a09"},{"name":"Employee Tasks report settings","id":"21b056a3-d6f3-4cd4-a036-22714dd2e969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/tasks/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","tasks","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21b056a3-d6f3-4cd4-a036-22714dd2e969"},{"name":"Employees report settings","id":"14226c5f-d327-42b4-85a8-625b01021af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/employees/settings\n","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","employees","settings\n"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14226c5f-d327-42b4-85a8-625b01021af9"},{"name":"File Transfers report settings","id":"9be2c491-231d-435f-aa41-0263914e2591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/file-transfers/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","file-transfers","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9be2c491-231d-435f-aa41-0263914e2591"},{"name":"Keystrokes report settings","id":"d4d08482-ca2d-46c1-be7a-b21eb1b174c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/keystrokes/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","keystrokes","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4d08482-ca2d-46c1-be7a-b21eb1b174c8"},{"name":"Network Monitoring report settings","id":"1e39c9c5-9370-47b7-ba1f-46fef1a01d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{teramind-instance}/tm-api/report/net-connections/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","net-connections","settings"],"host":["{teramind-instance}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e39c9c5-9370-47b7-ba1f-46fef1a01d92"},{"name":"Printing report settings","id":"7a1cade8-ac0c-41c1-9473-e532a842db57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/printing/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","printing","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a1cade8-ac0c-41c1-9473-e532a842db57"},{"name":"Productivity report settings","id":"611dc1fb-84bf-4c59-a585-6c83bf3e22b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{teramind-instance}/tm-api/report/productivity/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","productivity","settings"],"host":["{teramind-instance}"],"query":[],"variable":[]}},"response":[],"_postman_id":"611dc1fb-84bf-4c59-a585-6c83bf3e22b3"},{"name":"Searches report settings","id":"6f7df9a5-b5db-418f-b1bf-973b5005edf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/searches/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","searches","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f7df9a5-b5db-418f-b1bf-973b5005edf7"},{"name":"Sessions report settings","id":"42bae47e-6fd9-49f8-b5f3-3ddcbdb5aca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/sessions/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","sessions","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42bae47e-6fd9-49f8-b5f3-3ddcbdb5aca7"},{"name":"Social Media report settings","id":"32df68a8-fd20-4381-828e-0a96e926aed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/sm/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","sm","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32df68a8-fd20-4381-828e-0a96e926aed5"},{"name":"Storage report settings","id":"545988f3-4a1b-49b6-9ac5-74b18510930c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{teramind-instance}/tm-api/report/storage/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","storage","settings"],"host":["{teramind-instance}"],"query":[],"variable":[]}},"response":[],"_postman_id":"545988f3-4a1b-49b6-9ac5-74b18510930c"},{"name":"System Log report settings","id":"98ca3f4e-592a-4b04-b655-396450a24c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/audit/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","audit","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ca3f4e-592a-4b04-b655-396450a24c95"},{"name":"Voip report settings","id":"c22d4144-c840-4b41-b334-b89850430e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/voip/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","voip","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c22d4144-c840-4b41-b334-b89850430e2d"},{"name":"Web & Applications report settings","id":"20873aa6-c3da-4fd8-8e2e-b332a4a2dda1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/web-pages-applications/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> autoExport </td>\n<td> Settings </td>\n<td>AutoExport settings</td>\n</tr>\n<tr>\n<td> days </td>\n<td> string[] </td>\n<td>AutoExport days</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>AutoExport time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>AutoExport emails</td>\n</tr>\n<tr>\n<td> period </td>\n<td> number </td>\n<td>AutoExport period</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>AutoExport format</td>\n</tr>\n\n<table></table></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","web-pages-applications","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20873aa6-c3da-4fd8-8e2e-b332a4a2dda1"}],"id":"9ce610b4-fdd8-4ff7-897c-ab400956eac7","_postman_id":"9ce610b4-fdd8-4ff7-897c-ab400956eac7","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Reports","item":[{"name":"Computers report","id":"539be71e-9f1d-4e66-bfe8-3dc19775248e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"viewMode\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/computers/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Computers ids</td>\n</tr>\n<tr>\n<td> sortCol </td>\n<td> string </td>\n<td> Sorting column param value: \"id\" </td>\n</tr>\n<tr>\n<td> sortDir </td>\n<td> string </td>\n<td>Sorting direction\nCorrect value: \"asc\", \"desc\"</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> viewMode </td>\n<td> number </td>\n<td>View mode\nCorrect value: 0 (All), 1 (Monitored), 2 (NotMonitored), 3 (Never seen online), 4 (Deleted), 5 (Not Deleted)</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> computer </td>\n<td> number{} </td>\n<td>Computers info</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Computer's name</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td> number </td>\n<td>Computers id</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> string </td>\n<td>Deleted status</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Computers id</td>\n</tr>\n<tr>\n<td> last_seen </td>\n<td> number </td>\n<td>last seen time</td>\n</tr>\n<tr>\n<td> os </td>\n<td> string{} </td>\n<td>Computer's OS name</td>\n</tr>\n<tr>\n<td> sid </td>\n<td> number </td>\n<td>Computer's sid</td>\n</tr>\n<tr>\n<td> ip_address </td>\n<td> string </td>\n<td>Computer's ip address</td>\n</tr>\n<tr>\n<td> client_version </td>\n<td> string{} </td>\n<td>Installed client version on computer</td>\n</tr>\n<tr>\n<td> meta </td>\n<td> string{} </td>\n<td>Computers meta info</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number</td>\n<td>Computer's id</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> number </td>\n<td>delete status</td>\n</tr>\n<tr>\n<td> online_agents_count </td>\n<td> number </td>\n<td>Online agents on computer</td>\n</tr>\n<tr>\n<td> online_Agents </td>\n<td> string[] </td>\n<td>Online agents name</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Report columns param list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> boolean </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> boolean </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> boolean </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> boolean </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> boolean </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> boolean </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> boolean </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> boolean </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string[] </td>\n<td>Report chart param</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns list param</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string[] </td>\n<td>Report pagination params list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings params list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns param</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns param</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings boolean param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns list options</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","computers","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"539be71e-9f1d-4e66-bfe8-3dc19775248e"},{"name":"Console Commands report","id":"250bcc7c-655e-42c0-b319-512a8240b4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"\",\n    \"periodEnd\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/cli/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> numbers[] </td>\n<td> Computers Ids </td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Departments Ids\"</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol </td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir </td>\n<td> string </td>\n<td>Sorting direction\n\n<p>Correct value: \"asc\", \"desc\"</p></td><p></p>\n</tr>\n\n\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Rows list</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Columns list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string[] </td>\n<td>Column param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minWidth param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maxWidth param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Columns tm_tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Columns grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column date and time format</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid onlu param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible option</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type param</td>\n</tr>\n<tr>\n<td> valueType </td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings autoexport options list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport monthday param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report grid attributes options list</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> string[] </td>\n<td>Report export attributes options list</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report visible option</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","cli","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"250bcc7c-655e-42c0-b319-512a8240b4f5"},{"name":"Conversation report","id":"e5d0a5ad-190c-4d89-a25d-892eee3d4d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"\",\n    \"periodEnd\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/im/conversation","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> conversation </td>\n<td> string </td>\n<td>Conversation Id</td>\n</tr>\n<tr>\n<td> sourceType </td>\n<td> number </td>\n<td>Source type Id</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> offset <code>optional</code></td>\n<td> number </td>\n<td>Offset</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","im","conversation"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d0a5ad-190c-4d89-a25d-892eee3d4d92"},{"name":"Deploy status report","id":"951789fd-0d83-4732-8450-6d3162c4a933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/deploy/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> deploy_id <code>optional</code></td>\n<td> number </td>\n<td>Deployment id</td>\n</tr>\n</table>\n\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column date format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType </td>\n<td> string </td>\n<td>Chart value type</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>settings grid columns list options</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns list options</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tootlip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only option</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only option</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible option </td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Settings success option </td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","deploy","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"951789fd-0d83-4732-8450-6d3162c4a933"},{"name":"Disappeared Employees/Computers report","id":"c305dfb4-6855-42ea-ae99-834582e0b648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"monitoredDaysCount\":1,\n    \"notMonitoredDaysCount\":1,\n    \"type\":\"employees\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/disappeared/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers id</td>\n</tr>\n<tr>\n<td> periodStart <code>optional</code></td>\n<td> number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd <code>optional</code></td>\n<td> number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> before <code>optional</code></td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> notMonitoredDaysCount</td>\n<td> number </td>\n<td>Report not Monitored days count</td>\n</tr>\n<tr>\n<td> MonitoredDaysCount</td>\n<td> number </td>\n<td>Report Monitored days count</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Report type</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Report rows options list</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Report columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximal width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Report rows options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","disappeared","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c305dfb4-6855-42ea-ae99-834582e0b648"},{"name":"Emailing report","id":"850d1d6d-892a-44b9-a9f0-8c5569d9d74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/emails/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> number[] </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td>string</td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td>string</td>\n<td>Name of sort column</td>\n</tr>\n<tr>\n<td> attachmentsOnly <code>optional</code></td>\n<td>number</td>\n<td>Load attachments only\n<code>Correct value: 0, 1</code></td>\n</tr>\n<tr>\n<td> client <code>optional</code></td>\n<td>number</td>\n<td>Mail client Id</td>\n</tr>\n<tr>\n<td> direction <code>optional</code></td>\n<td>number</td>\n<td>Mail direction\nValue:\n0 - outgoing\n1 - incoming\nNo value - incoming and outgoing\n</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width option</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string</td>\n<td>Column translate</td>\n</tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Columns minimum width</td>\n\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Columns sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Columns template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Columns style</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tooltip</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column date and time format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string </td>\n<td>Report chart options list </td>\n</tr>\n<tr>\n<td> series </td>\n<td> string[] </td>\n<td>Chart series options list </td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Series id number </td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Series type </td>\n</tr>\n<tr>\n<td> title </td>\n<td> string </td>\n<td>Series title param </td>\n</tr>\n<tr>\n<td> min </td>\n<td> number </td>\n<td>Series min number </td>\n</tr>\n<tr>\n<td> max </td>\n<td> number </td>\n<td>Series max number </td>\n</tr>\n<tr>\n<td> points </td>\n<td> number[] </td>\n<td>Series points list options </td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list </td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param </td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param </td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list </td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string{} </td>\n<td>Settings grid columns options list </td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string{} </td>\n<td>Settings export columns options list </td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings autoexport options list </td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param </td>\n</tr>\n<tr>\n<td> days </td>\n<td> number </td>\n<td>Autoexport days param </td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport month day param </td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list </td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name </td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type </td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param </td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param </td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param </td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width param </td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param </td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param </td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param </td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param </td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param </td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param </td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param </td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param </td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param </td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report grid attributes list options</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> string[] </td>\n<td>Report export attributes options list</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","emails","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"850d1d6d-892a-44b9-a9f0-8c5569d9d74e"},{"name":"Employees report","id":"81c5ed44-14fd-4a44-86ea-e87906b9227f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/employees/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td> Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td> Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td> Page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td> Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td> Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol </td>\n<td> string </td>\n<td> Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir </td>\n<td> string </td>\n<td> Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> employeeStates </td>\n<td> number[1-3] </td>\n<td> Employee states Ids:\n<code>\n1 - Not deleted,\n2 - Deleted,\n3 - Locked out\n</code>\n</td>\n</tr>\n<tr>\n<td> employeeRoles </td>\n<td> number[1-6] </td>\n<td> Employee roles Ids: \n<code>\n1 - Admin\n2 - Employee\n3 - Infr. Admin\n4 - OP Admin\n5 - Department manager\n6 - User with ACL\n</code>\n</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Agent's Id</td>\n</tr>\n<tr>\n<td> agent </td>\n<td> string{} </td>\n<td>Agent's info</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Agent's name</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Agent's Id</td>\n</tr>\n<tr>\n<td> department </td>\n<td> string{} </td>\n<td>Department's info</td>\n</tr>\n<tr>\n<td> department_id </td>\n<td> number </td>\n<td>department's Id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>department's name</td>\n</tr>\n<tr>\n<td> email </td>\n<td> string </td>\n<td>Agent's email</td>\n</tr>\n<tr>\n<td> ll_from </td>\n<td> string{} </td>\n<td>Agent's last login from info</td>\n</tr>\n<tr>\n<td> computer_id </td>\n<td> number </td>\n<td>Agent's last login computer id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> number </td>\n<td>Last login computer's name</td>\n</tr>\n<tr>\n<td> monitored </td>\n<td> string </td>\n<td>Agent's monitoring info</td>\n</tr>\n<tr>\n<td> tfa_enabled </td>\n<td> string </td>\n<td>2 factor auth option</td>\n</tr>\n<tr>\n<td> status </td>\n<td> string </td>\n<td>Agent's status</td>\n</tr>\n<tr>\n<td> meta </td>\n<td> string{} </td>\n<td>Agent's meta info</td>\n</tr>\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Meta's Id</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Agent's deleted status </td>\n</tr>\n<tr>\n<td> flags </td>\n<td> number </td>\n<td>Agent's flags</td>\n</tr>\n<tr>\n<td> ll_time </td>\n<td> number </td>\n<td>Agent's last login time</td>\n</tr>\n \n<p>IF LDAP USER </p>\n<tr>\n<td> _ldap_cn </td>\n<td> string </td>\n<td>Agent's ldap cn param</td>\n</tr>\n<tr>\n<td> _ldap_sn </td>\n<td> string </td>\n<td>Agent's ldap sn param</td>\n</tr>\n<tr>\n<td> _ldap_name </td>\n<td> string </td>\n<td>Agent's ldap name</td>\n</tr>\n<tr>\n<td> _ldap_codePage </td>\n<td> string </td>\n<td>Agent's ldap code page</td>\n</tr>\n<tr>\n<td> _ldap_givenName </td>\n<td> string </td>\n<td>Agent's ldap given name</td>\n</tr>\n<tr>\n<td> _ldap_lastLogon </td>\n<td> string </td>\n<td>Agent's ldap last logon param</td>\n</tr>\n<tr>\n<td> _ldap_objectSid </td>\n<td> string </td>\n<td>Agent's ldap object sid</td>\n</tr>\n<tr>\n<td> _ldap_lastLogoff </td>\n<td> string </td>\n<td>Agent's ldap last logoff param</td>\n</tr>\n<tr>\n<td> _ldap_logonCount </td>\n<td> string </td>\n<td>Agent's ldap logon count</td>\n</tr>\n<tr>\n<td> _ldap_objectGUID </td>\n<td> string </td>\n<td>Agent's ldap object guid param</td>\n</tr>\n<tr>\n<td> _ldap_parentGUID </td>\n<td> string </td>\n<td>Agent's ldap parent guid param</td>\n</tr>\n<tr>\n<td> _ldap_pwdLastSet </td>\n<td> string </td>\n<td>Agent's ldap password last set param</td>\n</tr>\n<tr>\n<td> _ldap_uSNChanged </td>\n<td> string </td>\n<td>Agent's ldap uSN changed param</td>\n</tr>\n<tr>\n<td> _ldap_uSNCreated </td>\n<td> string </td>\n<td>Agent's ldap uSN created param</td>\n</tr>\n<tr>\n<td> _ldap_badPwdCount </td>\n<td> string </td>\n<td>Agent's ldap bad password count param</td>\n</tr>\n<tr>\n<td> _ldap_countryCode </td>\n<td> string </td>\n<td>Agent's ldap country code param</td>\n</tr>\n<tr>\n<td> _ldap_displayName </td>\n<td> string </td>\n<td>Agent's ldap display name param</td>\n</tr>\n<tr>\n<td> _ldap_whenChanged </td>\n<td> string </td>\n<td>Agent's ldap when changed param</td>\n</tr>\n<tr>\n<td> _ldap_whenCreated </td>\n<td> string </td>\n<td>Agent's ldap when created param</td>\n</tr>\n<tr>\n<td> _ldap_instanceType </td>\n<td> string </td>\n<td>Agent's ldap instance type param</td>\n</tr>\n<tr>\n<td> _ldap_accountExpires </td>\n<td> string </td>\n<td>Agent's ldap account expires param</td>\n</tr>\n<tr>\n<td> _ldap_objectCategory </td>\n<td> string </td>\n<td>Agent's ldap object category param</td>\n</tr>\n<tr>\n<td> _ldap_primaryGroupID </td>\n<td> string </td>\n<td>Agent's ldap primary group ID param</td>\n</tr>\n<tr>\n<td> _ldap_sAMAccountName </td>\n<td> string </td>\n<td>Agent's ldap sAM Account name param</td>\n</tr>\n<tr>\n<td> _ldap_sAMAccountType </td>\n<td> string </td>\n<td>Agent's ldap sAM Account type param</td>\n</tr>\n<tr>\n<td> _ldap_badPasswordTime </td>\n<td> string </td>\n<td>Agent's ldap bad password time param</td>\n</tr>\n<tr>\n<td> _ldap_createTimeStamp </td>\n<td> string </td>\n<td>Agent's ldap create time stamp param</td>\n</tr>\n<tr>\n<td> _ldap_modifyTimeStamp </td>\n<td> string </td>\n<td>Agent's ldap modify time stamp param</td>\n</tr>\n<tr>\n<td> _ldap_distinguishedName </td>\n<td> string </td>\n<td>Agent's ldap distinguished name param</td>\n</tr>\n<tr>\n<td> _ldap_sDRightsEffective </td>\n<td> string </td>\n<td>Agent's ldap sD rights effective param</td>\n</tr>\n<tr>\n<td> _ldap_userPrincipalName </td>\n<td> string </td>\n<td>Agent's ldap user principal name param</td>\n</tr>\n<tr>\n<td> _ldap_msDS-PrincipalName </td>\n<td> string </td>\n<td>Agent's ldap msDS principal name param</td>\n</tr>\n<tr>\n<td> _ldap_userAccountControl </td>\n<td> string </td>\n<td>Agent's ldap user account control param</td>\n</tr>\n<tr>\n<td> _ldap_msDS-parentdistname </td>\n<td> string </td>\n<td>Agent's ldap msDS parent dist name param</td>\n</tr>\n<tr>\n<td> _ldap_msDS-KeyVersionNumber </td>\n<td> string </td>\n<td>Agent's ldap key version number param</td>\n</tr>\n<tr>\n<td> _ldap_msDS-Approx-Immed-Subordinates </td>\n<td> string </td>\n<td>Agent's ldap msDS approx immed subordinates</td>\n</tr>\n<tr>\n<td> _ldap_msDS-User-Account-Control-Computed </td>\n<td> string </td>\n<td>Agent's ldap msDS user account control computed</td>\n</tr>\n<tr>\n<td> _ldap_UserPasswordExpiryTimeComputed </td>\n<td> string </td>\n<td>Agent's ldap user password expiry time computed param</td>\n</tr>\n\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Agent's columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name param</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Column type param</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sortable by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string[] </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings auto export options list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Auto export time param</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number </td>\n<td>Auto export days param</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Auto export month day param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> boolean </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","employees","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81c5ed44-14fd-4a44-86ea-e87906b9227f"},{"name":"Export report report","id":"4792de38-8ff5-4771-8ab1-b8b4832ef95a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/export/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> sortColumn <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr><td>periodStart</td><td>number</td><td>Timestamp in seconds</td></tr><tr><td>periodEnd</td><td>number</td><td>Timestamp in seconds</td></tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","export","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4792de38-8ff5-4771-8ab1-b8b4832ef95a"},{"name":"File Transfers report","id":"1f802843-74a6-4f2c-818c-0f4b91c3d1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\",\n    \"chartSeries\":\"ids\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/file-transfers/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> department <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol<code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir<code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> chartSeries<code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Charts Ids</code></td>\n</tr>\n<tr>\n<td> operation<code>optional</code></td>\n<td> number </td>\n<td>Operation Id</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Report rows options list</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Report columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> series </td>\n<td> string[] </td>\n<td>Chart series options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> boolean </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> boolean </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Setting grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Settings auto export options list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport month day param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minim width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report grid attributes options list</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> string </td>\n<td>Report export attributes options list</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","file-transfers","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f802843-74a6-4f2c-818c-0f4b91c3d1a0"},{"name":"Instant Messaging report","id":"6851d51f-4350-45df-b561-49c243bfa88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[1],\n    \"computers\":[1],\n    \"departments\":[1],\n    \"conversations\":[1],\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/im/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> conversations </td>\n<td> string[] </td>\n<td> Conversations Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td> Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td> Filter string</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td> Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td> Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td> Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td> Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> source <code>optional</code></td>\n<td> number </td>\n<td> Source type Id</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Columns type param</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable option</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimum Width</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column tm tooltip</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column date and time format</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only option</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only option</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible option</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType </td>\n<td> string </td>\n<td>Chart value type</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> previous </td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportСolumns </td>\n<td> string{} </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available columns name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available columns type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","im","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6851d51f-4350-45df-b561-49c243bfa88f"},{"name":"Keystrokes report","id":"1596f36d-78ae-4fa6-aed3-0a90c94cac75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/keystrokes/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents<code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code> </td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> department <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code> </td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code> </td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> activity</td>\n<td> string </td>\n<td>Activity name</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width option</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width option</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width option</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column date and time format option</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> paginations</td>\n<td> string[] </td>\n<td>Report paginations options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid column options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns param</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","keystrokes","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1596f36d-78ae-4fa6-aed3-0a90c94cac75"},{"name":"Network Monitoring report","id":"9c8a7986-1916-43df-a279-a5763c6e5bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/net-connections/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents<code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers<code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments<code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter<code>optional</code></td>\n<td>string</td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page<code>optional</code></td>\n<td>number</td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td>number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td>number</td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td>string</td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td>string</td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> aggregate <code>optional</code></td>\n<td>number</td>\n<td>Get aggregated report\n<code>Correct value: \"0\",\"1\"</code></td>\n</tr>\n<tr>\n<td> http <code>optional</code></td>\n<td>number</td>\n<td>Get only http traffic\n<code>Correct value: \"0\",\"1\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type option</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width option</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width option</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width option</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column date and time format option</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only option</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> yAxes</td>\n<td> string[] </td>\n<td>Chart yAxes options list</td>\n</tr>\n<tr>\n<td> title</td>\n<td> string{} </td>\n<td>yAxes title option</td>\n</tr>\n<tr>\n<td> text</td>\n<td> string </td>\n<td>Title text</td>\n</tr>\n<tr>\n<td> min</td>\n<td> number </td>\n<td>yAxes minimum param</td>\n</tr>\n<tr>\n<td> max</td>\n<td> number </td>\n<td>yAxes maximum param</td>\n</tr>\n<tr>\n<td> series</td>\n<td> string[] </td>\n<td>Chart series options list</td>\n</tr>\n<tr>\n<td> yAxis</td>\n<td> number </td>\n<td>Series yAxis param</td>\n</tr>\n<tr>\n<td> points</td>\n<td> number </td>\n<td>Series points param</td>\n</tr>\n<tr>\n<td> min</td>\n<td> number </td>\n<td>Series minimal param</td>\n</tr>\n<tr>\n<td> max</td>\n<td> number </td>\n<td>Series maximal param</td>\n</tr>\n<tr>\n<td> title</td>\n<td> string </td>\n<td>Series title param</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> string{} </td>\n<td>Settings autoexport options list</td>\n</tr>\n<tr>\n<td> time</td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> days</td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> monthDay</td>\n<td> number </td>\n<td>Autoexport month day param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> gridAttrs</td>\n<td> string[] </td>\n<td>Report grid attributes options list</td>\n</tr>\n<tr>\n<td> exportAttrs</td>\n<td> string[] </td>\n<td>Report export attributes options list</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","net-connections","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8a7986-1916-43df-a279-a5763c6e5bbe"},{"name":"Notificatons report","id":"e6cb866b-6469-4541-bd0a-94e467cd4173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/notifications/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents<code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers<code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments<code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Report rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Report columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> boolean </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> boolean </td>\n<td>Settings export only param</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Available columns list options</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> boolean </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> string </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> string </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","notifications","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6cb866b-6469-4541-bd0a-94e467cd4173"},{"name":"Printing report","id":"e4a0f8b2-46dc-4b89-83f2-a3a8ec36e460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/printing/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents<code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers<code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments<code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter<code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page<code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol</td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir</td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>rows</td>\n<td> string[] </td>\n<td>Rows option lists</td>\n</tr>\n<tr>\n<td>Columns</td>\n<td> string[] </td>\n<td>Column options list</td>\n</tr>\n<tr>\n<td>name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td>type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td>sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td>width</td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td>translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td>minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td>maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td>sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td>template</td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td>style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td>tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip</td>\n</tr>\n<tr>\n<td>grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td>format</td>\n<td> string </td>\n<td>Column date and time format</td>\n</tr>\n<tr>\n<td>gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td>exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td>visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td>chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td>type</td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td>valueType</td>\n<td> string </td>\n<td>Chart value type</td>\n</tr>\n<tr>\n<td>columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td>next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td>prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td>settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td>gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td>exportColumns</td>\n<td> string[] </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td>autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td>availableColumns</td>\n<td> string </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td>name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td>type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td>sortable</td>\n<td> boolean </td>\n<td>Available column param</td>\n</tr>\n<tr>\n<td>width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td>translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td>minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td>maxWidth</td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td>sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td>template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td>style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td>tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td>grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td>format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td>gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td>exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td>visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td>success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","printing","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4a0f8b2-46dc-4b89-83f2-a3a8ec36e460"},{"name":"Report export result download","id":"03e9dd51-1a10-4df2-8818-ffe92ff23c7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/report/export/download/:id","description":"<p>Download exported report</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","export","download",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"03e9dd51-1a10-4df2-8818-ffe92ff23c7e"},{"name":"Report export status","id":"da07d6e1-fcb3-4f74-84d2-222622fc29c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/report/export/status","description":"<p>Get status of report export task</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","export","status"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da07d6e1-fcb3-4f74-84d2-222622fc29c7"},{"name":"Searches report","id":"362a9900-b8c9-4de6-abd1-26e963707e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/searches/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments<code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page<code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td>string</td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td>string</td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td>string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td>string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td>string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td>string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td>boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td>number </td>\n<td>Column width option</td>\n</tr>\n<tr>\n<td> translate</td>\n<td>string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td>number </td>\n<td>Column minimun width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td>number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td>string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td>string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td>string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td>string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td>string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td>string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td>string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td>string </td>\n<td>Column time and date format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td>boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td>boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td>boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td>string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type</td>\n<td>string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td>valueType</td>\n<td>string </td>\n<td>Chart value param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td>string[]</td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td>string</td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td>next</td>\n<td>boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td>prev</td>\n<td>boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td>settings</td>\n<td>string{}</td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td>string[]</td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td>string[]</td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td>boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumn</td>\n<td>string[] </td>\n<td>Settings available column options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td>string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td>string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td>boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td>width</td>\n<td>number</td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td>string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td>string</td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td>string</td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td>string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td>string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td>string</td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td>style</td>\n<td>string</td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td>string</td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td>tm_tooltip</td>\n<td>string</td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td>grid</td>\n<td>string</td>\n<td>Available column grif param</td>\n</tr>\n<tr>\n<td>format</td>\n<td>string</td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td>gridOnly</td>\n<td>boolean</td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td>exportOnly</td>\n<td>boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td>success</td>\n<td>boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","searches","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"362a9900-b8c9-4de6-abd1-26e963707e3c"},{"name":"Sessions report","id":"2e598822-6f94-48a9-bf04-03757e801f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/sessions/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column time and date format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> series</td>\n<td> string[] </td>\n<td>Chart series options list</td>\n</tr>\n<tr>\n<td> points</td>\n<td> number[] </td>\n<td>Series points options list</td>\n</tr>\n<tr>\n<td> min</td>\n<td> number </td>\n<td>Series min param</td>\n</tr>\n<tr>\n<td> max</td>\n<td> number </td>\n<td>Series max param</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximal width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","sessions","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e598822-6f94-48a9-bf04-03757e801f76"},{"name":"Social Media report","id":"f48c1513-e72f-40ae-9ebb-cb2a30527ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/sm/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> number </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> number </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> source <code>optional</code></td>\n<td> number </td>\n<td>Source Id</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> Columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> string </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column time and date format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type param</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination previous param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","sm","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48c1513-e72f-40ae-9ebb-cb2a30527ba3"},{"name":"Storage report","id":"21cf3361-a9be-4b70-b025-801481ca9e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/storage/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> screen_memory</td>\n<td> number </td>\n<td>SCreen memory option</td>\n</tr>\n<tr>\n<td> screen_duration</td>\n<td>number </td>\n<td>Screen duration option</td>\n</tr>\n<tr>\n<td> audio_memory</td>\n<td> number </td>\n<td>Audio memory option</td>\n</tr>\n<tr>\n<td> audio_duration</td>\n<td> number </td>\n<td>Audio duration option</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Row type</td>\n</tr>\n<tr>\n<td> agent</td>\n<td> string{} </td>\n<td>Agent options list</td>\n</tr>\n<tr>\n<td> agent_id</td>\n<td> number </td>\n<td>Agent id</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Agent name</td>\n</tr>\n<tr>\n<td> computer</td>\n<td> number{} </td>\n<td>Agent computer</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort By option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column date and time format option</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type </td>\n</tr>\n<tr>\n<td> yAxes</td>\n<td> string[] </td>\n<td>Chart yAxes options list</td>\n</tr>\n<tr>\n<td> gridLineWidth</td>\n<td> number </td>\n<td>yAxis grid line width param</td>\n</tr>\n<tr>\n<td> opposite</td>\n<td> boolean </td>\n<td>yAxes opposite param</td>\n</tr>\n<tr>\n<td> min</td>\n<td> number </td>\n<td>yAxis minimal param</td>\n</tr>\n<tr>\n<td> endOnTick</td>\n<td> boolean </td>\n<td>yAxis end on tick param</td>\n</tr>\n<tr>\n<td> title</td>\n<td> string{} </td>\n<td>yAxis title options list</td>\n</tr>\n<tr>\n<td> text</td>\n<td> string </td>\n<td>Title text param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> series</td>\n<td> string[] </td>\n<td>Chart series options list</td>\n</tr>\n<tr>\n<td> title</td>\n<td> string </td>\n<td>Series title</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Series type</td>\n</tr>\n<tr>\n<td> yAxis</td>\n<td> number </td>\n<td>Series yAxis param</td>\n</tr>\n<tr>\n<td> points</td>\n<td> string[] </td>\n<td>Series points options list</td>\n</tr>\n<tr>\n<td> x</td>\n<td> number </td>\n<td>Points x param</td>\n</tr>\n<tr>\n<td> y</td>\n<td> number </td>\n<td>Points y param</td>\n</tr>\n<tr>\n<td> t</td>\n<td> string </td>\n<td>Points t param</td>\n</tr>\n<tr>\n<td> plotOptions</td>\n<td> string{} </td>\n<td>Chat plot options options list</td>\n</tr>\n<tr>\n<td> column </td>\n<td> string{} </td>\n<td>Plot options column options list</td>\n</tr>\n<tr>\n<td> stacking </td>\n<td> string </td>\n<td>Column stacking param</td>\n</tr>\n<tr>\n<td> options </td>\n<td> string </td>\n<td>Chart options options list</td>\n</tr>\n<tr>\n<td> tooltip </td>\n<td> string{} </td>\n<td>Options tooltip options list</td>\n</tr>\n<tr>\n<td> headerFormat </td>\n<td> string </td>\n<td>Tooltip header format param</td>\n</tr>\n<tr>\n<td> pointFormat </td>\n<td> string </td>\n<td>Tooltip point format param</td>\n</tr>\n<tr>\n<td> first_dimension </td>\n<td> string </td>\n<td>Options first dimension param</td>\n</tr>\n<tr>\n<td> second_dimension </td>\n<td> string </td>\n<td>Options second dimension param</td>\n</tr>\n<tr>\n<td> misc </td>\n<td> number </td>\n<td>Report misc param</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings auto export options list</td>\n</tr>\n<tr>\n<td> avialableColumns </td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> boolean </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> tempalte </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","storage","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21cf3361-a9be-4b70-b025-801481ca9e71"},{"name":"System Log (Audit) report","id":"4a821ee2-4494-4951-a7c9-50c69740b1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"sortCol\":\"timestamp\",\n    \"sortDir\":\"desc\",\n    \"page\":0,\n    \"periodStart\":1627765200,\n    \"periodEnd\":1629925199,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"action\":1,\n    \"accessToken\":\"\",\n    \"showUrls\":0\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/audit/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> tasks <code>optional</code></td>\n<td> number[] </td>\n<td>Tasks Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Report page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> customFilter <code>optional</code></td>\n<td> number[] </td>\n<td>Report's custom filter options</td>\n</tr>\n<tr>\n<td> partial <code>optional</code></td>\n<td> number[] </td>\n<td>Report's partial</td>\n</tr>\n<tr>\n<td> action <code>optional</code></td>\n<td> number </td>\n<td>Action Id \n<code>\n1 - Login, \n2 - Logout, \n3 - View, \n4 - Grid, \n5 - Edit, \n6 - Delete, \n7 - Restore, \n9 - View list, \n10 - View screen (live), \n15 - View screen (record), \n16 - Install agent, \n17 - Uninstall agent, \n18 - Export, \n19 - Edit work time, \n20 - Remote update agent, \n21 - Login failed, \n22 - Copy, \n23 - Move, \n24 - Download\n</code></td>\n</tr>\n<tr>\n<td> accessToken <code>optional</code></td>\n<td> string </td>\n<td>Report's access token</td>\n</tr>\n<tr>\n<td> showUrls <code>optional</code></td>\n<td> number </td>\n<td>Report's show url option</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows option list</td>\n</tr>\n<tr>\n<td> id</td>\n<td> string </td>\n<td>Rows id number</td>\n</tr>\n<tr>\n<td> agent</td>\n<td> string{} </td>\n<td>Rows agent info list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Agent's name</td>\n</tr>\n<tr>\n<td> agent_id</td>\n<td> number </td>\n<td>Agent's id</td>\n</tr>\n<tr>\n<td> agent_id</td>\n<td> number </td>\n<td>Rows agent id</td>\n</tr>\n<tr>\n<td> web_Session_id</td>\n<td> number </td>\n<td>Row web session id</td>\n</tr>\n<tr>\n<td> ip</td>\n<td> string </td>\n<td>Row ip address</td>\n</tr>\n<tr>\n<td> action</td>\n<td> number </td>\n<td>Row action type</td>\n</tr>\n<tr>\n<td> object_type</td>\n<td> string </td>\n<td>Row object type</td>\n</tr>\n<tr>\n<td> object_name</td>\n<td> string </td>\n<td>Row object name</td>\n</tr>\n<tr>\n<td> object_id</td>\n<td> number </td>\n<td>Row object id</td>\n</tr>\n<tr>\n<td> details</td>\n<td> string{} </td>\n<td>Row details list</td>\n</tr>\n<tr>\n<td> json</td>\n<td> string </td>\n<td>Details json</td>\n</tr>\n<tr>\n<td> string</td>\n<td> string </td>\n<td>Details string</td>\n</tr>\n<tr>\n<td> route</td>\n<td> string </td>\n<td>Row route</td>\n</tr>\n<tr>\n<td> timestamp</td>\n<td> number </td>\n<td>Row timestamp in seconds</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns option list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Columns option list</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column string param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","audit","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a821ee2-4494-4951-a7c9-50c69740b1bf"},{"name":"Video Export report","id":"7186f02f-4c3e-4455-9b66-23cf83af5ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/report/video-export/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Department's Ids</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Computer's Ids</td>\n</tr>\n<tr>\n<td> tasks</td>\n<td> number[] </td>\n<td>Task's Ids</td>\n</tr>\n<tr>\n<td> sortCol </td>\n<td> string </td>\n<td>Sorting column param</td>\n</tr>\n<tr>\n<td> sortDir </td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> page</td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Report Period start in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Report Period end in seconds</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> number[] </td>\n<td>Report custom filter</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Report partial param</td>\n</tr>\n<tr>\n<td> hideUnavailable </td>\n<td> number </td>\n<td>Report hide unavailable param</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","video-export","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7186f02f-4c3e-4455-9b66-23cf83af5ca8"},{"name":"Voip monitoring report","id":"8b30efc5-d54d-4bad-89ef-e1adb713efe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/voip/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string[] </td>\n<td>column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string[] </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate </td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column date and time format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string[] </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> boolean </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximal width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","voip","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b30efc5-d54d-4bad-89ef-e1adb713efe3"},{"name":"Web & Applications report","id":"3881b41a-6a8a-460f-96fd-5195fbf2f2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"periodStart\":\"1612126600\",\n    \"periodEnd\":\"1612126800\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/web-pages-applications/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agents Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computers Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Departments Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Filter string</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Sorting column param value: \"id\"</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\n<code>Correct value: \"asc\", \"desc\"</code></td>\n</tr>\n<tr>\n<td> type <code>optional</code></td>\n<td> string </td>\n<td>Report type: webpages - \"Web\", apps - \"Applications\". Default: unspecified (Web &amp; Applications)\nDefault: <code>webpages, apps</code></td>\n</tr>\n<tr>\n<td> aggregate <code>optional</code></td>\n<td> number </td>\n<td>Get aggregated report\nDefault: <code>0,1</code></td>\n</tr>\n<tr>\n<td> classify <code>optional</code></td>\n<td> number </td>\n<td>Classify mode\nDefault: <code>0,1</code></td>\n</tr>\n<tr>\n<td> showIdleTime <code>optional</code></td>\n<td> number </td>\n<td>Show IDLE time column\nDefault: <code>0,1</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column format option</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart options list</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type param</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type param</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns options list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> string{} </td>\n<td>Settings autoexport options list</td>\n</tr>\n<tr>\n<td> enabled</td>\n<td> boolean </td>\n<td>Autoexport enabled param</td>\n</tr>\n<tr>\n<td> emails</td>\n<td> string[] </td>\n<td>Autoexport emails list</td>\n</tr>\n<tr>\n<td> time</td>\n<td> number </td>\n<td>Autoexport time param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Autoexport format param</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport period param</td>\n</tr>\n<tr>\n<td> monthDay</td>\n<td> number </td>\n<td>Autoexport month day param</td>\n</tr>\n<tr>\n<td> days</td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Report available columns options list</td>\n</tr>\n<tr>\n<td>name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type param</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimal width param</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","web-pages-applications","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3881b41a-6a8a-460f-96fd-5195fbf2f2ad"},{"name":"Autoexport pdf","id":"ff8f58cc-1e7e-4cbb-8493-18508faad5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"page\":0,\n    \"periodStart\":1614459600,\n    \"periodEnd\":1612126800,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"aggregate\":0,\n    \"classify\":0,\n    \"showIdleTime\":0,\n    \"gridColumns\":[],\n    \"gridAttrs\":[],\n    \"exportColumns\":[],\n    \"exportAttrs\":[],\n    \"autoExport\":{\n        \"enabled\":true,\n        \"period\":\"month\",\n        \"monthDay\":22,\n        \"days\":[],\n        \"emails\":[\"test@email.com\"],\n        \"time\":990,\n        \"format\":\"pdf\"}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/web-pages-applications/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> classify </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string[] </td>\n<td>Includ <code>enabled</code>, <code>period</code>, <code>monthDay</code>, <code>days</code>, <code>emails</code>, <code>time</code>, <code>time</code>, <code>format</code></td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Correct value: <code>day</code>, <code>week</code>, <code>month</code></td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>AutoExport month day</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>If chosen day or week</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Time in minutes</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Correct values: <code>pdf</code>, <code>csv</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Agent's id list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Department's id list</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Computer's id list</td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td>task's id list</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Report's filter list</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Report's page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Autoexport report time start</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Autoexport report time end</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> string[] </td>\n<td>Report custom filter list</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Report partial number</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td>Report Aggregate param</td>\n</tr>\n<tr>\n<td> classify </td>\n<td> number </td>\n<td>Report's classify type</td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td>Report's show idle time param</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> number[] </td>\n<td>Report's grid columns list</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report's grid attributes list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> number[] </td>\n<td>Report's export columns list</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> string[] </td>\n<td>Report's export attributes list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Autoexport options list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Autoexport's enable param</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport period</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport's start day</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>Autoexport's days </td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Autoexport's emails list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport's time start</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Autoexport's format type</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Autoexport's success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","web-pages-applications","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff8f58cc-1e7e-4cbb-8493-18508faad5c1"},{"name":"Autoexport csv","id":"625d18b4-7329-40c1-99f4-faa244433cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"page\":0,\n    \"periodStart\":1614459600,\n    \"periodEnd\":1612126800,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"aggregate\":0,\n    \"classify\":0,\n    \"showIdleTime\":0,\n    \"gridColumns\":[],\n    \"gridAttrs\":[],\n    \"exportColumns\":[],\n    \"exportAttrs\":[],\n    \"autoExport\":{\n        \"enabled\":true,\n        \"period\":\"month\",\n        \"monthDay\":22,\n        \"days\":[],\n        \"emails\":[\"test@email.com\"],\n        \"time\":990,\n        \"format\":\"csv\"}\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/web-pages-applications/settings","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td></td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> classify </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td></td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> number[] </td>\n<td></td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string[] </td>\n<td>Includ <code>enabled</code>, <code>period</code>, <code>monthDay</code>, <code>days</code>, <code>emails</code>, <code>time</code>, <code>time</code>, <code>format</code></td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td></td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Correct value: <code>day</code>, <code>week</code>, <code>month</code></td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>AutoExport month day</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>If chosen day or week</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td></td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Time in minutes</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Correct values: <code>pdf</code>, <code>csv</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Report's agents id list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> number[] </td>\n<td>Report's departments id list</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> number[] </td>\n<td>Report's computers id list</td>\n</tr>\n<tr>\n<td> tasks </td>\n<td> number[] </td>\n<td>Report's tasks id list</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Report's filter list</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Report's page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Report's period start time</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Report's period end time</td>\n</tr>\n<tr>\n<td> customerFilter </td>\n<td> string[] </td>\n<td>Report's customer filters list</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Report's partial param</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td>Report's aggregate param</td>\n</tr>\n<tr>\n<td> classify </td>\n<td> number </td>\n<td>Report's classify param</td>\n</tr>\n<tr>\n<td> showIdleTime </td>\n<td> number </td>\n<td>Report's show idle time param</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Report's grid columns list</td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report's grid attributes list</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> number[] </td>\n<td>Report's export columns list</td>\n</tr>\n<tr>\n<td> exportAttrs </td>\n<td> number[] </td>\n<td>Report's export attributes list</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> string{} </td>\n<td>Report's auto export list</td>\n</tr>\n<tr>\n<td> enabled </td>\n<td> boolean </td>\n<td>Autoexport's enabled param</td>\n</tr>\n<tr>\n<td> period </td>\n<td> string </td>\n<td>Autoexport's period type</td>\n</tr>\n<tr>\n<td> monthDay </td>\n<td> number </td>\n<td>Autoexport's month day start</td>\n</tr>\n<tr>\n<td> days </td>\n<td> number[] </td>\n<td>Autoexport's period start time</td>\n</tr>\n<tr>\n<td> emails </td>\n<td> string[] </td>\n<td>Autoexport's emails list</td>\n</tr>\n<tr>\n<td> time </td>\n<td> number </td>\n<td>Autoexport's start time</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Autoexport's format</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report's success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","web-pages-applications","settings"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"625d18b4-7329-40c1-99f4-faa244433cf3"}],"id":"77efd93f-91c8-4d4f-842a-cc36e3578638","_postman_id":"77efd93f-91c8-4d4f-842a-cc36e3578638","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Reports batch","item":[{"name":"Classify activities","id":"73158afb-a91f-4879-a398-776b1bc595ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\":\"test\",\n    \"aggregate\":2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/web-pages-applications/batch","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> ids </td>\n<td> string </td>\n<td>Activities IDs</td>\n</tr>\n<tr>\n<td> action </td>\n<td> string </td>\n<td>Action name</td>\n</tr>\n<tr>\n<td> aggregate </td>\n<td> number </td>\n<td>Report aggregation flag</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","web-pages-applications","batch"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73158afb-a91f-4879-a398-776b1bc595ea"},{"name":"Run Deploy Status Report batch actions","id":"05e211db-989a-46c4-b8f3-4bfa589c9ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\":\"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/deploy/batch","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> action </td>\n<td> string </td>\n<td>Action name</td>\n</tr>\n\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","deploy","batch"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05e211db-989a-46c4-b8f3-4bfa589c9ef6"},{"name":"Run Employees report batch actions","id":"6992b0d9-fa17-4b9b-9b92-c7a05d72c780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\":\"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/report/employees/batch","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> action </td>\n<td> string </td>\n<td>Action name</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","report","employees","batch"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6992b0d9-fa17-4b9b-9b92-c7a05d72c780"}],"id":"e009eba1-e80e-4d0c-99e4-8bb0264f10e5","_postman_id":"e009eba1-e80e-4d0c-99e4-8bb0264f10e5","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Rules","item":[{"name":"Add new rule","id":"8754d7f4-6517-489b-a9ab-7f2479cb9122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"policyId\":1,\n    \"users\":[1],\n    \"features\":[]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/rule","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> policyId </td>\n<td> number </td>\n<td>Existing policy ID</td>\n</tr>\n<tr>\n<td> users </td>\n<td> number[] </td>\n<td>Rule objects IDs</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>Rule features</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","rule"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8754d7f4-6517-489b-a9ab-7f2479cb9122"},{"name":"Delete rule","id":"8fd8e275-55c5-4faf-adf7-3633b4bd78da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/rule","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Rule ID</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","rule"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd8e275-55c5-4faf-adf7-3633b4bd78da"},{"name":"Update rule features","id":"2578fcc3-1af8-40cb-b239-2c590eb525de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\":71\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/rule/features","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Rule ID</td>\n</tr>\n<tr>\n<td> features </td>\n<td> string[] </td>\n<td>New rule features</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","rule","features"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2578fcc3-1af8-40cb-b239-2c590eb525de"},{"name":"Update rule objects","id":"79f2acab-5088-4f2c-9796-80b88ebf5f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{teramind-instance}/tm-api/rule/user","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Rule ID</td>\n</tr>\n<tr>\n<td> users </td>\n<td> number[] </td>\n<td>New rule objects IDs</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","rule","user"],"host":["{teramind-instance}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79f2acab-5088-4f2c-9796-80b88ebf5f77"}],"id":"17c8e444-f0e6-41e5-882d-0e29689bc3c2","_postman_id":"17c8e444-f0e6-41e5-882d-0e29689bc3c2","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Shared list","item":[{"name":"Create or update shared list entries","id":"f238b831-02c6-4d03-966c-63d23662451a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shared_list_id\":9,\n    \"items\":[\n        {\n            \"isNew\":true,\n            \"value\":\"teststs\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/shared-lists/items","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> replace <code>optional</code> </td>\n<td> boolean </td>\n<td>Replace entries flag (multipart/form-data)</td>\n</tr>\n<tr>\n<td> shared_list_id <code>optional</code> </td>\n<td> number </td>\n<td>Shared list ID (multipart/form-data)</td>\n</tr>\n<tr>\n<td> file <code>optional</code> </td>\n<td> octet-stream </td>\n<td>File data (multipart/form-data)</td>\n</tr>\n<tr>\n<td> items <code>optional</code> </td>\n<td> DataItem[] </td>\n<td>Shared list entries</td>\n</tr>\n<tr>\n<td> value <code>optional</code> </td>\n<td> string </td>\n<td>Shared list entry value</td>\n</tr>\n<tr>\n<td> shared_list_item_id <code>optional</code> </td>\n<td> number </td>\n<td>Shared list item ID</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Shared list entries status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","items"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f238b831-02c6-4d03-966c-63d23662451a"},{"name":"Create or update shared list","id":"d98b2655-69ba-4826-b49c-ca6041bfb465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"testing\",\n    \"type\":2\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/shared-lists/list","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> name  </td>\n<td> string </td>\n<td>Shared list name</td>\n</tr>\n<tr>\n<td> type <code>optional</code> </td>\n<td> number </td>\n<td>Shared list type</td>\n</tr>\n<tr>\n<td> shared_list_id <code>optional</code> </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> shared_list_id  </td>\n<td> number </td>\n<td>Shared list id</td>\n</tr>\n<tr>\n<td> name  </td>\n<td> string </td>\n<td>Shared list name</td>\n</tr>\n<tr>\n<td> type  </td>\n<td> number </td>\n<td>Shared list type</td>\n</tr>\n<tr>\n<td> hash  </td>\n<td> string </td>\n<td>Shared list hash</td>\n</tr>\n<tr>\n<td> created_at  </td>\n<td> string </td>\n<td>Shared list created date and time</td>\n</tr>\n<tr>\n<td> deleted  </td>\n<td> boolean </td>\n<td>Shared list deleted status</td>\n</tr>\n<tr>\n<td> items  </td>\n<td> string[] </td>\n<td>Shared list items list</td>\n</tr>\n<tr>\n<td> success  </td>\n<td> boolean </td>\n<td>Shared list success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","list"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d98b2655-69ba-4826-b49c-ca6041bfb465"},{"name":"Delete shared list entries","id":"1aa4bc34-98d7-4412-9813-f33a73a069ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"items\":[17]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/shared-lists/items","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> items  </td>\n<td> number[] </td>\n<td>Shared list item IDs</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","items"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1aa4bc34-98d7-4412-9813-f33a73a069ab"},{"name":"Delete shared list","id":"5aba1a4f-5e24-41b9-adfd-bc04cc6ece33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"shared_list_id\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/shared-lists/list","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> shared_list_id  </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success  </td>\n<td> boolean </td>\n<td>Delete shared list status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","list"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aba1a4f-5e24-41b9-adfd-bc04cc6ece33"},{"name":"Download shared list data","id":"4d3125ed-6ef9-448d-b276-2e573b17cd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/shared-lists/download/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id  </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<p>Show items in shared list</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","download",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"4d3125ed-6ef9-448d-b276-2e573b17cd25"},{"name":"Get shared list","id":"50ffa9ef-f0c8-4ce2-8cc0-474a068170e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/shared-lists/one/:id","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id  </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> shared_list_id  </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n<tr>\n<td> name  </td>\n<td> string </td>\n<td>Shared list name</td>\n</tr>\n<tr>\n<td> type  </td>\n<td> number </td>\n<td>Shared list type</td>\n</tr>\n<tr>\n<td> hash  </td>\n<td> string </td>\n<td>Shared list hash</td>\n</tr>\n<tr>\n<td> created_at </td>\n<td> string </td>\n<td>Shared list created date and time</td>\n</tr>\n<tr>\n<td> deleted </td>\n<td> boolean </td>\n<td>Shared list deleted status</td>\n</tr>\n<tr>\n<td> items </td>\n<td> string[] </td>\n<td>Shared list items list</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Shared list success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","one",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"50ffa9ef-f0c8-4ce2-8cc0-474a068170e3"},{"name":"Get shared lists","id":"02877a22-4f96-4309-904e-607815dad05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/shared-lists/all","description":"<p>Get all existing shared lists</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> shared_list_id  </td>\n<td> number </td>\n<td>Shared list ID</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Shared list name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> number </td>\n<td>Shared list type</td>\n</tr>\n<tr>\n<td> size </td>\n<td> number </td>\n<td>Shared list size</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","shared-lists","all"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02877a22-4f96-4309-904e-607815dad05a"}],"id":"817d9fd0-e873-4058-a083-86263f178c47","_postman_id":"817d9fd0-e873-4058-a083-86263f178c47","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"SMTP","item":[{"name":"Send SMTP test message","id":"0d54bab2-20dd-4a06-97c1-db94867faa96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\":\"test@test.com\",\n    \"settings\":{\n        \"encryption\":\"ssl\",\n        \"hostname\":\"smtp.gmail.com\",\n        \"username\":\"test@gmail.com\",\n        \"port\":465,\n        \"mail_from\":\"no-reply@teramind.co\",\n        \"password\":\"qweqwe\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/instance/send-test-email","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> to </td>\n<td> string </td>\n<td>SMTP recipient adress</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>SMTP settings options list</td>\n</tr>\n<tr>\n<td> encryption </td>\n<td> string </td>\n<td>SMTP encryption type:\n<p><code>1) none</code></p>\n<p><code>2) ssl</code></p>\n<p><code>3) tls</code></p>\n</td>\n</tr>\n<tr>\n<td> hostname </td>\n<td> string </td>\n<td>SMTP hostname</td>\n</tr>\n<tr>\n<td> username </td>\n<td> string </td>\n<td>SMTP username</td>\n</tr>\n<tr>\n<td> port </td>\n<td> string </td>\n<td>SMTP port</td>\n</tr>\n<tr>\n<td> mail_from </td>\n<td> string </td>\n<td>SMTP mail from address</td>\n</tr>\n<tr>\n<td> password </td>\n<td> string </td>\n<td>SMTP user's password</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> uuid </td>\n<td> string </td>\n<td>SMTP uuid</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","instance","send-test-email"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d54bab2-20dd-4a06-97c1-db94867faa96"}],"id":"16124fc7-afbe-46e7-8e0b-88a9b5857ceb","_postman_id":"16124fc7-afbe-46e7-8e0b-88a9b5857ceb","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Create new task","id":"1d65dbc4-1a61-469b-8747-fbef4fc9a9d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"parent_id\":0,\n    \"name\":\"test\",\n    \"description\":\"test\",\n    \"is_trackable\":true,\n    \"is_archived\":false,\n    \"assignment\":{\n        \"mode\":2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/tasks","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> parent_id  </td>\n<td> Number </td>\n<td>Parent task ID,\n<code>Default: 0</code></td>\n</tr>\n<tr>\n<td> name  </td>\n<td> String </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> description <code>optional</code></td>\n<td> String </td>\n<td>Task description</td>\n</tr>\n<tr>\n<td> is_trackable</td>\n<td> Boolean </td>\n<td>Can task be used for tracking or not</td>\n</tr>\n<tr>\n<td> is_archived <code>optional</code></td>\n<td> Boolean </td>\n<td>Archived task</td>\n</tr>\n<tr>\n<td> assignment </td>\n<td> Object </td>\n<td>Type of assignment with entities if needed</td>\n</tr>\n</table>\n\n<p> <b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id </td>\n<td> Number </td>\n<td> Task id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td> Task name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td> Task description</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> Number </td>\n<td> Task parent id</td>\n</tr>\n<tr>\n<td> is_trackable </td>\n<td> boolean </td>\n<td> Task is trackable param</td>\n</tr>\n<tr>\n<td> assign </td>\n<td> Number </td>\n<td> Task assign</td>\n</tr>\n<tr>\n<td> is_archived </td>\n<td> boolean </td>\n<td> Task is archived param</td>\n</tr>\n<tr>\n<td> integration_object_id </td>\n<td> Number </td>\n<td> Task integration object id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d65dbc4-1a61-469b-8747-fbef4fc9a9d8"},{"name":"Get active tasks","id":"387cef9d-fddc-4cde-aa82-8e9302a13ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/tasks/active","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id <code>optional</code></td>\n<td> Number </td>\n<td>Agent ID</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> </td>\n<td> Number[] </td>\n<td>Task active ids</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks","active"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[{"id":"243b0003-5d18-4522-9e7e-4224ad521919","name":"Get active tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{teramind_instance}}/tm-api/v1/tasks/active?id=120","protocol":"https","host":["{{teramind_instance}}"],"path":["tm-api","v1","tasks","active"],"query":[{"key":"id","value":"120"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    15\r\n]"}],"_postman_id":"387cef9d-fddc-4cde-aa82-8e9302a13ae5"},{"name":"Get all tasks","id":"6bd25161-ca42-4536-881c-6821bfc6f188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/tasks","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> parent_id </td>\n<td> Number </td>\n<td>Specify parent id to get only its child nodes\n<code>Default: 0</code> </td>\n</tr>\n<tr>\n<td> format </td>\n<td> String </td>\n<td>Output format\nDefault: <code>tree</code>\nCorrect value: <code>\"tree\", \"list\"</code></td>\n</tr>\n<tr>\n<td> show_archived </td>\n<td> Boolean </td>\n<td>Loads archived tasks if true\nDefault: false</td>\n</tr>\n<tr>\n<td> max_depth </td>\n<td> Number </td>\n<td>Max depth of tree nodes\n<code>Default: 0</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id </td>\n<td> Number </td>\n<td>Task id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> number </td>\n<td>Task parent id</td>\n</tr>\n<tr>\n<td> is_trackable </td>\n<td> boolean </td>\n<td>Task is trackable param</td>\n</tr>\n<tr>\n<td> assign </td>\n<td> number </td>\n<td>Task assign</td>\n</tr>\n<tr>\n<td> integration_id </td>\n<td> number </td>\n<td>Task integration id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bd25161-ca42-4536-881c-6821bfc6f188"},{"name":"Get assigned tasks","id":"d085674b-008b-40e7-ae1a-eba3e66eee68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/tasks/assigned","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id <code>optional</code></td>\n<td> Number </td>\n<td>Entity ID</td>\n</tr>\n<tr>\n<td> type <code>optional</code></td>\n<td> string </td>\n<td>Entity Type\nCorrect value: <code>\"agent\", \"department\"</code></td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Output format\nDefault: <code>tree</code>\nCorrect value: <code>\"tree\", \"list\"</code></td>\n</tr>\n<tr>\n<td> full_tree </td>\n<td> Boolean </td>\n<td>Load all tasks to build valid tree or only assigned\nDefault: <code>true</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id</td>\n<td> Number </td>\n<td>Task id</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> Number </td>\n<td>Task's parent id</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> is_trackable</td>\n<td> boolean </td>\n<td>Task is trackable param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks","assigned"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d085674b-008b-40e7-ae1a-eba3e66eee68"},{"name":"Get multiple assigned tasks","id":"f5192e85-1a1d-47c5-9b02-ac9ac7793005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/tasks/assigned","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> entities <code>optional</code></td>\n<td> Object[] </td>\n<td>List of entities</td>\n</tr>\n<tr>\n<td> id <code>optional</code></td>\n<td> Number </td>\n<td>Agent or Department id</td>\n</tr>\n<tr>\n<td> type <code>optional</code></td>\n<td> Number </td>\n<td>Entity type id</td>\n</tr>\n<tr>\n<td> format </td>\n<td> String </td>\n<td>Output format\nDefault:<code> tree</code>\nCorrect value: <code>\"tree\", \"list\"</code></td>\n</tr>\n<tr>\n<td> full_tree </td>\n<td> Boolean </td>\n<td>Load all tasks to build valid tree or only assigned\nDefault: <code>true</code></td>\n</tr>\n<tr>\n<td> show_archived </td>\n<td> Boolean </td>\n<td>Show archived tasks\nDefault: <code>false</code></td>\n</tr>\n<tr>\n<td> all </td>\n<td> Boolean </td>\n<td>Show all assignments (e.g. for agents all departments will be found, for departments all agents)\nDefault: <code>false</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id</td>\n<td> number </td>\n<td>Task id</td>\n</tr>\n<tr>\n<td> parent_id</td>\n<td> number </td>\n<td>Task parent id</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> is_trackable </td>\n<td> boolean </td>\n<td>Task is trackable param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks","assigned"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5192e85-1a1d-47c5-9b02-ac9ac7793005"},{"name":"Get single task","id":"450fd03e-b82e-4c34-9cc6-dc22e47e1baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/tasks/17","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> Number </td>\n<td>Task ID</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id </td>\n<td> Number </td>\n<td>Task ID</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>Task description</td>\n</tr>\n<tr>\n<td> parent_id </td>\n<td> Number </td>\n<td>Task's parent id</td>\n</tr>\n<tr>\n<td> is_trackable </td>\n<td> boolean </td>\n<td>Task is trackable param</td>\n</tr>\n<tr>\n<td> assign </td>\n<td> Number </td>\n<td>Task assign</td>\n</tr>\n<tr>\n<td> is_archived </td>\n<td> boolean </td>\n<td>Task is archived param</td>\n</tr>\n<tr>\n<td> integration_object_id </td>\n<td> Number </td>\n<td>Task integration object id</td>\n</tr>\n<tr>\n<td> has_children </td>\n<td> boolean </td>\n<td>Task has children param</td>\n</tr>\n<tr>\n<td> integration_id </td>\n<td> Number </td>\n<td>Task integration id</td>\n</tr>\n<tr>\n<td> object_type </td>\n<td> Number </td>\n<td>Task object type</td>\n</tr>\n<tr>\n<td> objective_key </td>\n<td> Number </td>\n<td>Task objective key</td>\n</tr>\n<tr>\n<td> data </td>\n<td> string </td>\n<td>Task data</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks","17"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"450fd03e-b82e-4c34-9cc6-dc22e47e1baa"},{"name":"Update task","id":"2871f7f8-9892-4696-8aee-b231fb716f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Changed test\",\n    \"description\":\"test\",\n    \"is_trackable\":true,\n    \"is_archived\":false,\n    \"assignment\":{\n        \"mode\":2\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/tasks/17","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> parent_id <code>optional</code></td>\n<td> Number </td>\n<td>=0 Parent task ID</td>\n</tr>\n<tr>\n<td> name <code>optional</code></td>\n<td> String </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> description <code>optional</code></td>\n<td> String </td>\n<td>Task description</td>\n</tr>\n<tr>\n<td> is_trackable <code>optional</code></td>\n<td> Boolean </td>\n<td>Can task be used for tracking or not</td>\n</tr>\n<tr>\n<td> is_archived <code>optional</code></td>\n<td> Boolean </td>\n<td>Archived task</td>\n</tr>\n<tr>\n<td> assignment <code>optional</code></td>\n<td> Object </td>\n<td>Type of assignment with entities if needed</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id</td>\n<td> Number </td>\n<td>Task ID</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>task name</td>\n</tr>\n<tr>\n<td> description </td>\n<td> string </td>\n<td>task description</td>\n</tr>\n<tr>\n<td> parent_id</td>\n<td> number </td>\n<td>task parent id</td>\n</tr>\n<tr>\n<td> is_trackable</td>\n<td> boolean </td>\n<td>task is trackable param</td>\n</tr>\n<tr>\n<td> assign</td>\n<td> number </td>\n<td>task assign</td>\n</tr>\n<tr>\n<td> is_archived</td>\n<td> name </td>\n<td>task is archived param</td>\n</tr>\n<tr>\n<td> integration_object_id</td>\n<td> number </td>\n<td>task integration object id</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","tasks","17"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2871f7f8-9892-4696-8aee-b231fb716f14"}],"id":"26b3de1a-e723-4094-b9db-a128cf902286","_postman_id":"26b3de1a-e723-4094-b9db-a128cf902286","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Time Tracking Reports","item":[{"name":"Agent Cost Report","id":"686edceb-eb30-46fe-a12f-89ded261c1b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[1,2,3],\n    \"tasks\":[1],\n    \"page\":1,\n    \"periodStart\":\"\",\n    \"periodEnd\":\"\",\n    \"sortCol\":\"\",\n    \"sortDir\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/agent-cost/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agent Ids</td>\n</tr>\n<tr>\n<td> tasks <code>optional</code></td>\n<td> number[] </td>\n<td>Task Ids</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Name of sort column</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\nCorrect value: <code>\"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Agent rows list</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Agent columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string[] </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> number </td>\n<td>Column translate option</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sort option</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sort by option</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template option</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style option</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Column checkboxes option</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip option</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid option</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column format option</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Grid Column visible param</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Export Column visible param</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> boolean </td>\n<td>Settings autoexport param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns list options</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Available column minimum width param </td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Available column tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> gridAttrs</td>\n<td> string[] </td>\n<td>Report grid attributes params list</td>\n</tr>\n<tr>\n<td> success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","r","agent-cost","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"686edceb-eb30-46fe-a12f-89ded261c1b8"},{"name":"Task Cost Report","id":"490bf2c2-1097-424f-a018-59d2e8490b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[1],\n    \"tasks\":[17],\n    \"page\":1,\n    \"periodStart\":\"\",\n    \"periodEnd\":\"\",\n    \"sortCol\":\"\",\n    \"sortDir\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/task-cost/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agent Ids</td>\n</tr>\n<tr>\n<td> tasks <code>optional</code></td>\n<td> number[] </td>\n<td>Task Ids</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Name of sort column</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\nCorrect value: <code>\"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>rows</td>\n<td> string[] </td>\n<td>Rows list options</td>\n</tr>\n<tr>\n<td>columns</td>\n<td> string[] </td>\n<td>Column list options</td>\n</tr>\n<tr>\n<td>name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td>type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td>sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td>width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td>translate</td>\n<td> string </td>\n<td>Column translate options</td>\n</tr>\n<tr>\n<td>minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td>maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td>sort</td>\n<td> string </td>\n<td>Column sort options</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td> string </td>\n<td>Column sort by options</td>\n</tr>\n<tr>\n<td>template</td>\n<td> string </td>\n<td>Column template options</td>\n</tr>\n<tr>\n<td>style</td>\n<td> string </td>\n<td>Column style options</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td> string </td>\n<td>Column checkboxes options</td>\n</tr>\n<tr>\n<td>tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip options</td>\n</tr>\n<tr>\n<td>grid</td>\n<td> string </td>\n<td>Column grid options</td>\n</tr>\n<tr>\n<td>format</td>\n<td> string </td>\n<td>Column format options</td>\n</tr>\n<tr>\n<td>gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td>exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td>visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td>pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td>next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td>prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td>settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td>gridColumns</td>\n<td> string[] </td>\n<td>Settings grid column params list</td>\n</tr>\n<tr>\n<td>exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns options list</td>\n</tr>\n<tr>\n<td>autoExport</td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td>availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td>name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td>type</td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td>sortable</td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td>width</td>\n<td> number </td>\n<td>Available column width param</td>\n</tr>\n<tr>\n<td>translate</td>\n<td> number </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td>minWidth</td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td>maxWidth</td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td>sort</td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td>sortBy</td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td>template</td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td>style</td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td>checkboxes</td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td>tm_tooltip</td>\n<td> string </td>\n<td>Available column tooltip param</td>\n</tr>\n<tr>\n<td>grid</td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td>format</td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td>gridOnly</td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td>exportOnly</td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td>visible</td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td>success</td>\n<td> boolean </td>\n<td>Report success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","r","task-cost","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"490bf2c2-1097-424f-a018-59d2e8490b3a"},{"name":"Time Card Report","id":"be59fada-dc6e-47d3-b147-27c549e43459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"page\":0,\n    \"periodStart\":1619298000,\n    \"periodEnd\":1619384399,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"mode\":\"day\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/timecard","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agent Ids</td>\n</tr>\n<tr>\n<td> departments <code>optional</code></td>\n<td> number[] </td>\n<td>Department's Ids</td>\n</tr>\n<tr>\n<td> computers <code>optional</code></td>\n<td> number[] </td>\n<td>Computer's Ids</td>\n</tr>\n<tr>\n<td> tasks <code>optional</code></td>\n<td> number[] </td>\n<td>Task Ids</td>\n</tr>\n<tr>\n<td> filter <code>optional</code></td>\n<td> string </td>\n<td>Timecard's filter</td>\n</tr>\n<tr>\n<td> showEmpty <code>optional</code></td>\n<td> boolean </td>\n<td>Show agents without any time records</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd</td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> customFilter <code>optional</code></td>\n<td> number[] </td>\n<td>Custom filter's params</td>\n</tr>\n<tr>\n<td> partial <code>optional</code></td>\n<td> number </td>\n<td>Timecard partial param</td>\n</tr>\n<tr>\n<td> mode <code>optional</code></td>\n<td> string </td>\n<td>Timecard's mode</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows </td>\n<td> string[] </td>\n<td>Rows options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Timecard pagination options list</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","r","timecard"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[{"id":"8c4668c9-43f4-4fb4-8fd6-78fc82fe31a0","name":"Time Card Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\": [],\n    \"departments\": [],\n    \"computers\": [],\n    \"tasks\": [],\n    \"filter\": \"\",\n    \"page\": 0,\n    \"periodStart\": 1685656800,\n    \"periodEnd\": 1685743199,\n    \"customFilter\": [],\n    \"partial\": 0,\n    \"mode\": \"day\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/timecard"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"rows\": [\r\n        {\r\n            \"agent\": {\r\n                \"agent_id\": 120,\r\n                \"name\": \"Teramind Agent\",\r\n                \"email\": \"agent@teramind.co\"\r\n            },\r\n            \"total\": {\r\n                \"time_worked\": 3825,\r\n                \"shift_start\": 43691,\r\n                \"shift_end\": 47516,\r\n                \"shift_duration\": 3825,\r\n                \"activity\": 0\r\n            },\r\n            \"days\": [\r\n                {\r\n                    \"date\": \"2023-06-02\",\r\n                    \"total\": {\r\n                        \"time_worked\": 0,\r\n                        \"shift_start\": 43691,\r\n                        \"shift_end\": 47516,\r\n                        \"shift_duration\": 3825,\r\n                        \"activity\": 0\r\n                    },\r\n                    \"items\": [\r\n                        {\r\n                            \"id\": 3516,\r\n                            \"agent_id\": 120,\r\n                            \"computer_id\": 6,\r\n                            \"task\": {\r\n                                \"task_id\": 16,\r\n                                \"name\": \"Teramind Task 1\"\r\n                            },\r\n                            \"start\": 1685700491,\r\n                            \"end\": 1685701094,\r\n                            \"is_active\": false,\r\n                            \"duration\": 603,\r\n                            \"activity\": 0,\r\n                            \"activity_rates\": [\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                0\r\n                            ],\r\n                            \"notes\": \"\"\r\n                        },\r\n                        {\r\n                            \"id\": 3517,\r\n                            \"agent_id\": 120,\r\n                            \"computer_id\": 6,\r\n                            \"task\": {\r\n                                \"task_id\": 16,\r\n                                \"name\": \"Teramind Task 1\"\r\n                            },\r\n                            \"start\": 1685701094,\r\n                            \"end\": 1685702706,\r\n                            \"is_active\": false,\r\n                            \"duration\": 1612,\r\n                            \"activity\": 0,\r\n                            \"activity_rates\": [\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                1,\r\n                                0\r\n                            ],\r\n                            \"notes\": \"\"\r\n                        },\r\n                        {\r\n                            \"id\": 3518,\r\n                            \"agent_id\": 120,\r\n                            \"computer_id\": 6,\r\n                            \"task\": {\r\n                                \"task_id\": 16,\r\n                                \"name\": \"Teramind Task 1\"\r\n                            },\r\n                            \"start\": 1685702706,\r\n                            \"end\": 1685703307,\r\n                            \"is_active\": false,\r\n                            \"duration\": 601,\r\n                            \"activity\": 0,\r\n                            \"activity_rates\": [\r\n                                1,\r\n                                0,\r\n                                0,\r\n                                0\r\n                            ],\r\n                            \"notes\": \"\"\r\n                        },\r\n                        {\r\n                            \"id\": 3519,\r\n                            \"agent_id\": 120,\r\n                            \"computer_id\": 6,\r\n                            \"task\": {\r\n                                \"task_id\": 16,\r\n                                \"name\": \"Teramind Task 1\"\r\n                            },\r\n                            \"start\": 1685703307,\r\n                            \"end\": 1685704316,\r\n                            \"is_active\": false,\r\n                            \"duration\": 1009,\r\n                            \"activity\": 0,\r\n                            \"activity_rates\": [\r\n                                0,\r\n                                0,\r\n                                0,\r\n                                0\r\n                            ],\r\n                            \"notes\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"agent\",\r\n            \"type\": \"agent\",\r\n            \"sortable\": false,\r\n            \"width\": null,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        },\r\n        {\r\n            \"name\": \"time_worked\",\r\n            \"type\": \"duration_ex\",\r\n            \"sortable\": false,\r\n            \"width\": 60,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        },\r\n        {\r\n            \"name\": \"shift_start\",\r\n            \"type\": \"time_from_day_start\",\r\n            \"sortable\": false,\r\n            \"width\": 60,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        },\r\n        {\r\n            \"name\": \"shift_end\",\r\n            \"type\": \"time_from_day_start\",\r\n            \"sortable\": false,\r\n            \"width\": 60,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        },\r\n        {\r\n            \"name\": \"shift_duration\",\r\n            \"type\": \"duration_ex\",\r\n            \"sortable\": false,\r\n            \"width\": 60,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        },\r\n        {\r\n            \"name\": \"activity_info\",\r\n            \"type\": \"object\",\r\n            \"sortable\": false,\r\n            \"width\": null,\r\n            \"translate\": null,\r\n            \"minWidth\": null,\r\n            \"maxWidth\": null,\r\n            \"sort\": null,\r\n            \"sortBy\": null,\r\n            \"template\": null,\r\n            \"style\": null,\r\n            \"checkboxes\": null,\r\n            \"tm_tooltip\": null,\r\n            \"grid\": null,\r\n            \"format\": null,\r\n            \"gridOnly\": false,\r\n            \"exportOnly\": false,\r\n            \"visible\": true\r\n        }\r\n    ],\r\n    \"chart\": {\r\n        \"type\": \"empty\",\r\n        \"valueType\": \"empty\",\r\n        \"columns\": []\r\n    },\r\n    \"pagination\": {\r\n        \"next\": false,\r\n        \"prev\": false\r\n    },\r\n    \"settings\": {\r\n        \"gridColumns\": [],\r\n        \"exportColumns\": [],\r\n        \"autoExport\": true,\r\n        \"availableColumns\": [\r\n            {\r\n                \"name\": \"agent\",\r\n                \"type\": \"agent\",\r\n                \"sortable\": false,\r\n                \"width\": null,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            },\r\n            {\r\n                \"name\": \"time_worked\",\r\n                \"type\": \"duration_ex\",\r\n                \"sortable\": false,\r\n                \"width\": 60,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            },\r\n            {\r\n                \"name\": \"shift_start\",\r\n                \"type\": \"time_from_day_start\",\r\n                \"sortable\": false,\r\n                \"width\": 60,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            },\r\n            {\r\n                \"name\": \"shift_end\",\r\n                \"type\": \"time_from_day_start\",\r\n                \"sortable\": false,\r\n                \"width\": 60,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            },\r\n            {\r\n                \"name\": \"shift_duration\",\r\n                \"type\": \"duration_ex\",\r\n                \"sortable\": false,\r\n                \"width\": 60,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            },\r\n            {\r\n                \"name\": \"activity_info\",\r\n                \"type\": \"object\",\r\n                \"sortable\": false,\r\n                \"width\": null,\r\n                \"translate\": null,\r\n                \"minWidth\": null,\r\n                \"maxWidth\": null,\r\n                \"sort\": null,\r\n                \"sortBy\": null,\r\n                \"template\": null,\r\n                \"style\": null,\r\n                \"checkboxes\": null,\r\n                \"tm_tooltip\": null,\r\n                \"grid\": null,\r\n                \"format\": null,\r\n                \"gridOnly\": false,\r\n                \"exportOnly\": false,\r\n                \"visible\": true\r\n            }\r\n        ]\r\n    },\r\n    \"success\": true\r\n}"}],"_postman_id":"be59fada-dc6e-47d3-b147-27c549e43459"},{"name":"Time Records Report","id":"63b2310e-cddf-4b93-b678-47cd40d3b13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[1],\n    \"tasks\":[17],\n    \"splitByDay\":false,\n    \"page\":1,\n    \"periodStart\":1614459600,\n    \"periodEnd\":1614459800,\n    \"sortCol\":\"\",\n    \"sortDir\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/time-records/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents <code>optional</code></td>\n<td> number[] </td>\n<td>Agent Ids</td>\n</tr>\n<tr>\n<td> tasks <code>optional</code></td>\n<td> number[] </td>\n<td>Task Ids</td>\n</tr>\n<tr>\n<td> splitByDay <code>optional</code></td>\n<td> boolean </td>\n<td>Split records by day</td>\n</tr>\n<tr>\n<td> page <code>optional</code></td>\n<td> number </td>\n<td>Page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Timestamp in seconds</td>\n</tr>\n<tr>\n<td> sortCol <code>optional</code></td>\n<td> string </td>\n<td>Name of sort column</td>\n</tr>\n<tr>\n<td> sortDir <code>optional</code></td>\n<td> string </td>\n<td>Sorting direction\nCorrect value: <code>\"asc\", \"desc\"</code></td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> rows</td>\n<td> string[] </td>\n<td>Rows list options</td>\n</tr>\n<tr>\n<td> columns</td>\n<td> string[] </td>\n<td>Columns list options</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable</td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width</td>\n<td> number </td>\n<td>Column width</td>\n</tr>\n<tr>\n<td> translate</td>\n<td> boolean </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth</td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth</td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort</td>\n<td> string </td>\n<td>Column sorting param</td>\n</tr>\n<tr>\n<td> sortBy</td>\n<td> string </td>\n<td>Column sorting by param</td>\n</tr>\n<tr>\n<td> template</td>\n<td> string </td>\n<td>Column template</td>\n</tr>\n<tr>\n<td> style</td>\n<td> string </td>\n<td>Column style options</td>\n</tr>\n<tr>\n<td> checkboxes</td>\n<td> boolean </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip</td>\n<td> string </td>\n<td>Column tm tooltip param</td>\n</tr>\n<tr>\n<td> grid</td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format</td>\n<td> string </td>\n<td>Column format</td>\n</tr>\n<tr>\n<td> gridOnly</td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly</td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible</td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart</td>\n<td> string{} </td>\n<td>Report chart list options</td>\n</tr>\n<tr>\n<td> type</td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType</td>\n<td> string </td>\n<td>Chart value type</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart column param</td>\n</tr>\n<tr>\n<td> pagination</td>\n<td> string{} </td>\n<td>Report pagination options list</td>\n</tr>\n<tr>\n<td> next</td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev</td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr> \n<tr>\n<td> settings</td>\n<td> string{} </td>\n<td>Report settings options list</td>\n</tr>\n<tr>\n<td> gridColumns</td>\n<td> string[] </td>\n<td>Settings grid columns params</td>\n</tr>\n<tr>\n<td> exportColumns</td>\n<td> string[] </td>\n<td>Settings export columns params</td>\n</tr>\n<tr>\n<td> autoExport</td>\n<td> string{} </td>\n<td>Settings autoexport params list</td>\n</tr>\n<tr>\n<td> time</td>\n<td> number </td>\n<td>Auto Export time param</td>\n</tr>\n<tr>\n<td> days</td>\n<td> number </td>\n<td>Autoexport days param</td>\n</tr>\n<tr>\n<td> monthDay</td>\n<td> string </td>\n<td>Autoexport month day param</td>\n</tr>\n<tr>\n<td> availableColumns</td>\n<td> string[] </td>\n<td>Settings available columns options list</td>\n</tr>\n<tr>\n<td> name</td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type </td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param </td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width param </td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param </td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width </td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width </td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param </td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param </td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param </td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param </td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param </td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tooltip param </td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param </td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param </td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param </td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> string </td>\n<td>Available column export only param </td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param </td>\n</tr>\n<tr>\n<td> gridAttrs </td>\n<td> string[] </td>\n<td>Report grid Attributes param </td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Report success status </td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","r","time-records","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"63b2310e-cddf-4b93-b678-47cd40d3b13a"},{"name":"Add time","id":"8762ba6a-0aed-4b2f-b247-a1ca2a7c1800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"actions\":[\n        {\n            \"action\":\"create\",\n            \"agent_id\":83,\n            \"task_id\":13,\n            \"start_time\":1629043260,\n            \"end_time\":1629046800,\n            \"notes\":\"notes\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/batch-actions","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> actions </td>\n<td> string[] </td>\n<td>Time tracking actions options list</td>\n</tr>\n<tr>\n<td> action </td>\n<td> string </td>\n<td>Actions action type</td>\n</tr>\n<tr>\n<td> agent_id </td>\n<td> number </td>\n<td>Actions agent id</td>\n</tr>\n<tr>\n<td> task_id </td>\n<td> number </td>\n<td>Actions task id number</td>\n</tr>\n<tr>\n<td> start_time </td>\n<td> number </td>\n<td>Action start time in seconds</td>\n</tr>\n<tr>\n<td> end_time </td>\n<td> number </td>\n<td>Action end time in seconds</td>\n</tr>\n<tr>\n<td> notes </td>\n<td> string </td>\n<td>Action note</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Time tracking actions success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","batch-actions"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8762ba6a-0aed-4b2f-b247-a1ca2a7c1800"},{"name":"Time records by day","id":"e799ff53-2e13-4e17-9bf9-98b66aa6d0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[],\n    \"departments\":[],\n    \"computers\":[],\n    \"tasks\":[],\n    \"filter\":\"\",\n    \"page\":0,\n    \"periodStart\":1630011600,\n    \"periodEnd\":1630097999,\n    \"customFilter\":[],\n    \"partial\":0,\n    \"splitByDay\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/tt/r/time-records-by-day/grid","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> string[] </td>\n<td>Time records agents id list</td>\n</tr>\n<tr>\n<td> departments </td>\n<td> string[] </td>\n<td>Time records departments id list</td>\n</tr>\n<tr>\n<td> computers </td>\n<td> string[] </td>\n<td>Time records computers id list</td>\n</tr>\n<tr>\n<td> task </td>\n<td> string[] </td>\n<td>Time records tasks id list</td>\n</tr>\n<tr>\n<td> filter </td>\n<td> string </td>\n<td>Time records filters list</td>\n</tr>\n<tr>\n<td> page </td>\n<td> number </td>\n<td>Time records report page number</td>\n</tr>\n<tr>\n<td> periodStart </td>\n<td> number </td>\n<td>Time records report period start</td>\n</tr>\n<tr>\n<td> periodEnd </td>\n<td> number </td>\n<td>Time records report period end</td>\n</tr>\n<tr>\n<td> customFilter </td>\n<td> string[] </td>\n<td>Time records report custom filter list</td>\n</tr>\n<tr>\n<td> partial </td>\n<td> number </td>\n<td>Time records report partial param</td>\n</tr>\n<tr>\n<td> splitByDay </td>\n<td> boolean </td>\n<td>Time records report split by day param</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Time records reports columns options</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Column width param</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> number </td>\n<td>Column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Column minimum width</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Column maximum width</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Time records reports columns options</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> number </td>\n<td>Column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Column tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Column visible param</td>\n</tr>\n<tr>\n<td> chart </td>\n<td> string{} </td>\n<td>Time records reports chart options list</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Chart type</td>\n</tr>\n<tr>\n<td> valueType </td>\n<td> string </td>\n<td>Chart value type</td>\n</tr>\n<tr>\n<td> columns </td>\n<td> string[] </td>\n<td>Chart columns options list</td>\n</tr>\n<tr>\n<td> pagination </td>\n<td> string{} </td>\n<td>Pagination options list</td>\n</tr>\n<tr>\n<td> next </td>\n<td> boolean </td>\n<td>Pagination next param</td>\n</tr>\n<tr>\n<td> prev </td>\n<td> boolean </td>\n<td>Pagination prev param</td>\n</tr>\n<tr>\n<td> settings </td>\n<td> string{} </td>\n<td>Time records report settings list</td>\n</tr>\n<tr>\n<td> gridColumns </td>\n<td> string[] </td>\n<td>Settings grid columns param</td>\n</tr>\n<tr>\n<td> exportColumns </td>\n<td> string[] </td>\n<td>Settings export columns param</td>\n</tr>\n<tr>\n<td> autoExport </td>\n<td> boolean </td>\n<td>Settings auto export param</td>\n</tr>\n<tr>\n<td> availableColumns </td>\n<td> string[] </td>\n<td>Settings available columns list</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Available column name</td>\n</tr>\n<tr>\n<td> type </td>\n<td> string </td>\n<td>Available column type</td>\n</tr>\n<tr>\n<td> sortable </td>\n<td> boolean </td>\n<td>Available column sortable param</td>\n</tr>\n<tr>\n<td> width </td>\n<td> number </td>\n<td>Available column width</td>\n</tr>\n<tr>\n<td> translate </td>\n<td> string </td>\n<td>Available column translate param</td>\n</tr>\n<tr>\n<td> minWidth </td>\n<td> number </td>\n<td>Available column minimum width param</td>\n</tr>\n<tr>\n<td> maxWidth </td>\n<td> number </td>\n<td>Available column maximum width param</td>\n</tr>\n<tr>\n<td> sort </td>\n<td> string </td>\n<td>Available column sort param</td>\n</tr>\n<tr>\n<td> sortBy </td>\n<td> string </td>\n<td>Available column sort by param</td>\n</tr>\n<tr>\n<td> template </td>\n<td> string </td>\n<td>Available column template param</td>\n</tr>\n<tr>\n<td> style </td>\n<td> string </td>\n<td>Available column style param</td>\n</tr>\n<tr>\n<td> checkboxes </td>\n<td> string </td>\n<td>Available column checkboxes param</td>\n</tr>\n<tr>\n<td> tm_tooltip </td>\n<td> string </td>\n<td>Available column tooltip param</td>\n</tr>\n<tr>\n<td> grid </td>\n<td> string </td>\n<td>Available column grid param</td>\n</tr>\n<tr>\n<td> format </td>\n<td> string </td>\n<td>Available column format param</td>\n</tr>\n<tr>\n<td> gridOnly </td>\n<td> boolean </td>\n<td>Available column grid only param</td>\n</tr>\n<tr>\n<td> exportOnly </td>\n<td> boolean </td>\n<td>Available column export only param</td>\n</tr>\n<tr>\n<td> visible </td>\n<td> boolean </td>\n<td>Available column visible param</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Time record report success param</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","tt","r","time-records-by-day","grid"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e799ff53-2e13-4e17-9bf9-98b66aa6d0aa"}],"id":"cde4136e-b0ad-415b-b289-522d504ea7c2","_postman_id":"cde4136e-b0ad-415b-b289-522d504ea7c2","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Time tracker tasks","item":[{"name":"Adds note into history","id":"145942e7-4548-469f-af3f-ccbce34c4508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task_id\":18,\n    \"note\":\"test\",\n    \"update\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/time-tracker/note","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id </td>\n<td> number </td>\n<td>Task ID</td>\n</tr>\n<tr>\n<td> note </td>\n<td> string </td>\n<td>Note text</td>\n</tr>\n<tr>\n<td> update </td>\n<td> boolean </td>\n<td>Update current entry, if false - new agent_time_event will be created\n\n<p>Default: <code>false</code></p></td><p></p>\n</tr>\n</table>\n\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> event_id </td>\n<td> string </td>\n<td>event id</td>\n</tr>\n<tr>\n<td> event_start </td>\n<td> number </td>\n<td>event start time in seconds</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","time-tracker","note"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"145942e7-4548-469f-af3f-ccbce34c4508"},{"name":"Get Time-tracker history","id":"ee408d6a-9ab2-4940-b443-a1b64e10ff5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/time-tracker/history","description":"<p>Get Time-tracker history, grouped by day/task</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> items </td>\n<td> string[] </td>\n<td>Items list options</td>\n</tr>\n<tr>\n<td> task_id </td>\n<td> number </td>\n<td>Task id</td>\n</tr>\n<tr>\n<td> task_name </td>\n<td> string </td>\n<td>Task name</td>\n</tr>\n<tr>\n<td> day </td>\n<td> string </td>\n<td>Task's date</td>\n</tr>\n<tr>\n<td> started_at </td>\n<td> string </td>\n<td>Task date and time started</td>\n</tr>\n<tr>\n<td> duration </td>\n<td> number </td>\n<td>Task duration</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","time-tracker","history"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee408d6a-9ab2-4940-b443-a1b64e10ff5c"},{"name":"Get Time-tracker status","id":"79bf02e1-72a9-4527-9157-ac1527327a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/v1/time-tracker/status","description":"<p>Get Time-tracker status</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> clock </td>\n<td> string </td>\n<td>Clock param</td>\n</tr>\n<tr>\n<td> summary </td>\n<td> string{} </td>\n<td>Time-tracker summary</td>\n</tr>\n<tr>\n<td> daily_total </td>\n<td> number </td>\n<td>Time-tracker daily total</td>\n</tr>\n<tr>\n<td> weekly_total </td>\n<td> number </td>\n<td>Time-tracker weekly total</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","time-tracker","status"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79bf02e1-72a9-4527-9157-ac1527327a2a"},{"name":"Time-tracker start clock","id":"e3e774cf-9767-446b-a4a4-99b8965ce889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task_id\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/time-tracker/clock-in","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> task_id </td>\n<td> number </td>\n<td>Task ID</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> event_id </td>\n<td> number </td>\n<td>Time tracker event id</td>\n</tr>\n<tr>\n<td> event_start </td>\n<td> number </td>\n<td>Time tracker event start</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","time-tracker","clock-in"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e774cf-9767-446b-a4a4-99b8965ce889"},{"name":"Time-tracker stop clock","id":"06a31d7d-f43c-4051-83b2-9d3989ca68e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task_id\":\"17\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/v1/time-tracker/clock-out","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id <code>optional</code></td>\n<td> number </td>\n<td>Agent ID</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","v1","time-tracker","clock-out"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06a31d7d-f43c-4051-83b2-9d3989ca68e6"}],"id":"d8a6b206-5a14-48c6-b378-605219fadd1e","_postman_id":"d8a6b206-5a14-48c6-b378-605219fadd1e","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Video export","item":[{"name":"Download video","id":"88db4dcb-86ee-4cbd-aeab-247e973647f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/player/export-video/download/16","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Video export ID</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player","export-video","download","16"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88db4dcb-86ee-4cbd-aeab-247e973647f2"},{"name":"Export a video","id":"438daffc-b0e7-437f-afa9-839770b63579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agents\":[35],\n    \"computer\":10,\n    \"start\":\"1615480761\",\n    \"end\":\"1615480821\",\n    \"speed\":1,\n    \"recipient\":\"test@test.com\",\n    \"soundDisabled\":true,\n    \"frameRate\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/player/export-video","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> agents </td>\n<td> number[] </td>\n<td>Agents ID list</td>\n</tr>\n<tr>\n<td> computer </td>\n<td> number </td>\n<td>Computer ID</td>\n</tr>\n<tr>\n<td> start </td>\n<td> number </td>\n<td>Start time (unix timestamp)</td>\n</tr>\n<tr>\n<td> end </td>\n<td> number </td>\n<td>End time (unix timestamp)</td>\n</tr>\n<tr>\n<td> speed </td>\n<td> number </td>\n<td>Speed multiplier</td>\n</tr>\n<tr>\n<td> recipient </td>\n<td> string </td>\n<td>Recipient's email</td>\n</tr>\n<tr>\n<td> soundDisabled </td>\n<td> boolean </td>\n<td>Export sound flag</td>\n</tr>\n<tr>\n<td> frameRate </td>\n<td> number </td>\n<td>Video frame rate value</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> ids </td>\n<td> number[] </td>\n<td>Agents ID list of exported video</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player","export-video"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"438daffc-b0e7-437f-afa9-839770b63579"},{"name":"Get export status","id":"a03ab414-0590-42a7-833f-32b8b8563464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/player/export-video/status/1","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> id </td>\n<td> number </td>\n<td>Video export ID</td>\n</tr>\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> status </td>\n<td> number </td>\n<td>Video export status\n<b>Possible values</b>\nError: 0,\nFinished: 1,\nInQueue: 2,\nProcessing: 3,\nDeleted: 4\n</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player","export-video","status","1"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a03ab414-0590-42a7-833f-32b8b8563464"},{"name":"Available video data","id":"1002f811-5253-4d0c-8476-28e9c358853d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/player/available-video-data?computer=1&start=1637694000&end=1637695000","description":"<p><strong>Response parameters</strong></p>\n<table><tbody><tr><td><b>Field</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>agent_id</td><td>number</td><td>Agent's ID number exported video</td></tr><tr><td>email_address</td><td>string</td><td>Agent's email address</td></tr><tr><td>t</td><td>number</td><td>exported video time</td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","player","available-video-data"],"host":["{{teramind_instance}}"],"query":[{"description":{"content":"<p>ID of computer</p>\n","type":"text/plain"},"key":"computer","value":"1"},{"description":{"content":"<p>Lower bound timestamp of period</p>\n","type":"text/plain"},"key":"start","value":"1637694000"},{"description":{"content":"<p>Upper bound timestamp of period</p>\n","type":"text/plain"},"key":"end","value":"1637695000"}],"variable":[]}},"response":[],"_postman_id":"1002f811-5253-4d0c-8476-28e9c358853d"}],"id":"8e8b9937-6557-420d-bc56-500151a8bf7a","_postman_id":"8e8b9937-6557-420d-bc56-500151a8bf7a","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Authorization","item":[{"name":"Get JW-Tokens ID","id":"6d107a5c-b202-4387-979f-4d20d96c402e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/token","description":"<p>Get list of all user JW-tokens ID</p>\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> tokens </td>\n<td> string[] </td>\n<td>List of JW-Tokens</td>\n</tr>\n<tr>\n<td> success </td>\n<td> boolean </td>\n<td>Success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","token"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d107a5c-b202-4387-979f-4d20d96c402e"},{"name":"Get account settings","id":"760cb4d9-56af-4586-b543-2b5eae5c9883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/account","description":"<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td> account_id </td>\n<td> number </td>\n<td>Account id</td>\n</tr>\n<tr>\n<td> name </td>\n<td> string </td>\n<td>Account name</td>\n</tr>\n<tr>\n<td> timezone </td>\n<td> string </td>\n<td>Account's timezone</td>\n</tr>\n<tr>\n<td> currency </td>\n<td> string </td>\n<td>Account's currency</td>\n</tr>\n<tr>\n<td> week_start_day </td>\n<td> number </td>\n<td>Account's week start day</td>\n</tr>\n<tr>\n<td> default_task_id </td>\n<td> number </td>\n<td>Account's default task id</td>\n</tr>\n<tr>\n<td> language </td>\n<td> string </td>\n<td>Account's language</td>\n</tr>\n<tr>\n<td> wizard_state </td>\n<td> number </td>\n<td>welcome wizard step</td>\n</tr>\n<tr>\n<td> ntp_server </td>\n<td> string </td>\n<td>Ntp server</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","account"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"760cb4d9-56af-4586-b543-2b5eae5c9883"},{"name":"Login","id":"c5e969f8-2218-48c1-8a67-02e340f9f329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"email@addres.com\",\n    \"password\":\"PasswordExample\",\n    \"tfa_code\":\"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/token","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>email</td>\n<td><i>string</i></td>\n<td>user's email</td>\n</tr>\n<tr>\n<td>password</td>\n<td><i>string</i></td>\n<td>user's password</td>\n</tr>\n<tr>\n<td>tfa_code <code>optional</code></td>\n<td><i>string</i></td>\n<td>user's 2FA auth code if required </td>\n</tr>\n\n\n\n</table>\n\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>user</td>\n<td><i>string{}</i></td>\n<td>user's info</td>\n</tr>\n<tr>\n<td>id</td>\n<td><i>number</i></td>\n<td>user's id</td>\n</tr>\n<tr>\n<td>role</td>\n<td><i>number</i></td>\n<td>user's role</td>\n</tr>\n<tr>\n<td>name</td>\n<td><i>string</i></td>\n<td>user's name</td>\n</tr>\n<tr>\n<td>flag</td>\n<td><i>number</i></td>\n<td>user's flag</td>\n</tr>\n<tr>\n<td>department</td>\n<td><i>number</i></td>\n<td>user's department id</td>\n</tr>\n<tr>\n<td>tz</td>\n<td><i>string</i></td>\n<td>user's timezone</td>\n</tr>\n<tr>\n<td>jti</td>\n<td><i>string</i></td>\n<td>jti internal id</td>\n</tr>\n<tr>\n<td>token</td>\n<td><i>string</i></td>\n<td>user's token</td>\n</tr>\n<tr>\n<td>expired_at</td>\n<td><i>string</i></td>\n<td>token's expired time</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td><i>string</i></td>\n<td>Refresh token</td>\n</tr>\n<tr>\n<td>refresh_expired_at</td>\n<td><i>string</i></td>\n<td>Refresh token expired time</td>\n</tr>\n<tr>\n<td>success</td>\n<td><i>boolean</i></td>\n<td>Success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","token"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5e969f8-2218-48c1-8a67-02e340f9f329"},{"name":"Refresh JW-Token","id":"f8bbb1e3-5b35-4593-ae07-e91c8dcae066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"agent_id\":2,\n    \"jti\": \"097c806f85a7e3c101072d0ec7e2b786\",\n    \"refresh_token\": \"01afc0581cc65444aa2e76bde53a21eb56b0bced15189f8a50cc3c225653ced9\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/token/refresh","description":"<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>agent_id</td>\n<td><i> number </i></td>\n<td>Agent ID</td>\n</tr>\n<tr>\n<td>jti</td>\n<td><i>string</i></td>\n<td>JW-Token ID</td>\n</tr>\n<tr>\n<td>JW-Token ID</td>\n<td><i>string</i></td>\n<td>Refresh token</td>\n</tr>\n</table>\n\n<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>user</td>\n<td><i> string </i></td>\n<td>User's info</td>\n</tr>\n<tr>\n<td>id</td>\n<td><i> number </i></td>\n<td>User's id</td>\n</tr>\n<tr>\n<td>role</td>\n<td><i> number </i></td>\n<td>User's role</td>\n</tr>\n<tr>\n<td>name</td>\n<td><i> string </i></td>\n<td>User's name</td>\n</tr>\n<tr>\n<td>flag</td>\n<td><i> number </i></td>\n<td>User's flag</td>\n</tr>\n<tr>\n<td>department</td>\n<td><i> number </i></td>\n<td>User's department number</td>\n</tr>\n<tr>\n<td>tz</td>\n<td><i> string </i></td>\n<td>User's timezone</td>\n</tr>\n<tr>\n<td>jti</td>\n<td><i> string </i></td>\n<td>User's jti internal id</td>\n</tr>\n<tr>\n<td>token</td>\n<td><i> string </i></td>\n<td>User's token</td>\n</tr>\n<tr>\n<td>expired_at</td>\n<td><i> string </i></td>\n<td>token expired date and time</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td><i> string </i></td>\n<td>User's refresh token</td>\n</tr>\n<tr>\n<td>refresh_expired_at</td>\n<td><i> string </i></td>\n<td>Refresh token expired date and time</td>\n</tr>\n<tr>\n<td>success</td>\n<td><i> boolean </i></td>\n<td>success status</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","token","refresh"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8bbb1e3-5b35-4593-ae07-e91c8dcae066"},{"name":"Request a short-living token","id":"dfed73f3-1803-47ae-a899-14268620054c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/short-token","description":"<p><b>Response parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>token</td>\n<td><i> string </i></td>\n<td>User's token</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td><i> number </i></td>\n<td>Token expiration date</td>\n</tr>\n</table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","short-token"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfed73f3-1803-47ae-a899-14268620054c"},{"name":"Revoke JW-Token","id":"c0deb8e3-9456-491a-a2ae-632b8f18e1a5","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://{{teramind_instance}}/tm-api/token","description":"<p>Revoke JW-Token by it ID or current JW-Token</p>\n<p><b>Request parameters</b></p>\n<table>\n<tr>\n<td><b>Field</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n\n<tr>\n<td>token</td>\n<td><i> string </i></td>\n<td>JW-Token ID</td>\n</tr>\n\n\n\n\n\n</table>","urlObject":{"protocol":"https","path":["tm-api","token"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0deb8e3-9456-491a-a2ae-632b8f18e1a5"},{"name":"Update account","id":"7020878f-b535-4d68-89b7-3a9585d8203c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"default_task_id\":15\n}","options":{"raw":{"language":"json"}}},"url":"https://{{teramind_instance}}/tm-api/account/update","urlObject":{"protocol":"https","path":["tm-api","account","update"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7020878f-b535-4d68-89b7-3a9585d8203c"}],"id":"f7cd5edd-5194-4b41-8948-40a65859e798","_postman_id":"f7cd5edd-5194-4b41-8948-40a65859e798","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Schedule","item":[{"name":"Get all existing schedules","id":"3d001dfd-bcd7-41de-af4b-58a6fde281d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/data","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","data"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d001dfd-bcd7-41de-af4b-58a6fde281d8"},{"name":"Create new or update existing schedule","id":"134f75c1-42b8-4c90-9e71-f8b18faad549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/data","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule ID, if update existing schedule</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","data"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"134f75c1-42b8-4c90-9e71-f8b18faad549"},{"name":"Save specified schedule_template_id or shift for each specified agent and position","id":"dd9245a8-4bd9-4928-978e-0ffdd42af930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/data","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array of Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shift</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>true</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","data"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd9245a8-4bd9-4928-978e-0ffdd42af930"},{"name":"Get all existing schedule templates","id":"0d333059-52f5-4ec3-a6d6-3977b726e7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/template","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","template"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d333059-52f5-4ec3-a6d6-3977b726e7a1"},{"name":"Create schedule template","id":"db2a02ae-dd25-4985-8391-bc55b02933a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/template","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","template"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db2a02ae-dd25-4985-8391-bc55b02933a5"},{"name":"Update existing schedule template","id":"c0493da5-7375-4928-8eae-52934e3d80da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/template/:id","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","template",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"acfb23e7-5c15-4a30-9dd0-07eb99be4d10","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c0493da5-7375-4928-8eae-52934e3d80da"},{"name":"Delete schedule template","id":"23388bf0-be67-4db8-a87d-270c0aa51a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/template/:id","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<p>Empty</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","template",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"c0c62809-27a6-4e9d-81a0-9b1fcbd24075","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"23388bf0-be67-4db8-a87d-270c0aa51a4f"},{"name":"Get all existing positions","id":"0c365454-f9bc-4357-b66e-28312831bf60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/position","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position name</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","position"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c365454-f9bc-4357-b66e-28312831bf60"},{"name":"Create position","id":"5bbe1bb9-8841-4ca4-90cd-50927481c5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/position","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","position"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bbe1bb9-8841-4ca4-90cd-50927481c5ce"},{"name":"Update existing position","id":"67a67925-8075-4e76-b621-5214ec40e080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/position/:id","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_data</div><div><div><div><div></div></div></div><div></div></div></td><td><div>ScheduleShift[]</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule shift: {<br />break: Duration of the break, seconds;<br />duration: Duration, seconds;<br />off: 0 - working day, 1 - weekend;<br />time_start: Start offset, seconds<br />}</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","position",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"11c87b5b-15d1-40ae-a46a-c8eff08c23c8","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"67a67925-8075-4e76-b621-5214ec40e080"},{"name":"Delete schedule position","id":"7f693eed-bc81-470d-9c35-a3df4f69473e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/position/:id","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<p>No fields</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","position",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"de5e0918-a743-465b-b5d2-1a26f98e220c","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7f693eed-bc81-470d-9c35-a3df4f69473e"},{"name":"Get all existing schedule modifications","id":"4f192933-a65e-46d6-991b-e0ead916c390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/modification","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_modification_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule modification ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","modification"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f192933-a65e-46d6-991b-e0ead916c390"},{"name":"Update existing schedule modification","id":"b8636050-b70c-4ffe-a70d-bec6b1175ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/modification/:id","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_modification_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule modification ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend<br />Default - 0</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_modification_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule modification ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","modification",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"866b6c78-058f-4b4c-baba-90d086f08102","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b8636050-b70c-4ffe-a70d-bec6b1175ae3"},{"name":"Create schedule modification","id":"b2ec1b25-fde4-4914-8aae-bf7671a6b0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/modification","description":"<p><strong>Request fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off<br /><code>optional</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend,<br />Default - 0</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response fields:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_modification_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule modification ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>schedule_template_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Schedule template ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Employee ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>position_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number or null</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Position ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>day</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Weekday: 0-Sun, 1-Mon, .. 6-Sat</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>time_start</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Start offset, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>break</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Duration of the break, seconds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>off</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 - working day, 1 - weekend</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","modification"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2ec1b25-fde4-4914-8aae-bf7671a6b0cd"},{"name":"Delete schedule modification","id":"1cc44af4-eda7-473b-ac55-b5f91acd7a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{teramind_instance}}/tm-api/schedule/modification/:id","description":"<p><strong>Request fields:</strong></p>\n<p>No fields</p>\n<p><strong>Response fields:</strong></p>\n<p>No fields</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","schedule","modification",":id"],"host":["{{teramind_instance}}"],"query":[],"variable":[{"id":"c9354f13-08b3-48f3-b1eb-5e006b0fec58","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1cc44af4-eda7-473b-ac55-b5f91acd7a6f"}],"id":"5a8a6254-2ff2-4030-b2ab-00a854086513","description":"<h3 id=\"how-to-get-schedules\">How to get schedules</h3>\n<p>There are currently 3 types of schedules that are applied to agent (in descending priority):</p>\n<ol>\n<li>Per-agent schedules</li>\n<li>Template schedules</li>\n<li>Position schedules</li>\n</ol>\n<p>In case agent has schedule assigned, then one-time amendments to the schedule are tracked through “modifications“.</p>\n<p>To be able to determine schedule for exact agent - need to prepare schedules for every type listed above and apply modifications.</p>\n<h3 id=\"how-to-get-template-schedules\">How to get template schedules</h3>\n<ol>\n<li>Get templates with <code>tm-api/schedule/template</code> call</li>\n<li>Get schedule data with <code>tm-api/schedule/data</code> call</li>\n<li>For every template extract schedule data by checking <code>schedule_template_id</code></li>\n</ol>\n<h3 id=\"how-to-get-position-schedules\">How to get position schedules</h3>\n<ol>\n<li>Get positions with <code>tm-api/schedule/position</code> call</li>\n<li>Get schedule data with <code>tm-api/schedule/data</code> call</li>\n<li>For every position extract schedule data by checking <code>position_id</code> (positions are not required to have schedule, so there might be none)</li>\n<li>In case position has its own schedule - use it</li>\n<li>In case position does not have its own schedule, but has <code>schedule_template_id &gt; 0</code> - use template schedule</li>\n</ol>\n<h3 id=\"how-to-get-agent-schedules\">How to get agent schedules</h3>\n<ol>\n<li>Get agents with <code>tm-api/agents</code> call</li>\n<li>Get schedule data with <code>tm-api/schedule/data</code> call</li>\n<li>Get modification data with <code>tm-api/schedule/modification</code></li>\n<li>For every agent extract schedules data by checking <code>agent_id</code></li>\n<li>In case agent has its own schedule - use it</li>\n<li>In case agent does not have its own schedule, but has <code>schedule_template_id &gt; 0</code> - use template schedule</li>\n<li>In case agent does not have template schedule, but has <code>position_id &gt; 0</code> - use position schedule</li>\n<li>Once you have a agent scedule - apply modifications for the specific days</li>\n</ol>\n<h3 id=\"how-to-change-agent-or-position-schedules\">How to change agent or position schedules</h3>\n<p>To set the <code>schedule_template_id</code> for agents and/or positions it is necessary to use <code>Save specified schedule_template_id or shift for each specified agent and position</code> Api request.</p>\n","_postman_id":"5a8a6254-2ff2-4030-b2ab-00a854086513","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"Ingestion","item":[{"name":"Create voip events","id":"6d437774-2656-41e0-ae58-9ed8989c75a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{teramind_instance}}/tm-api/voip-event","description":"<p><strong>Request, request.body.data containts the voip events</strong>:</p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Empoyee's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Computer's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Task's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>app</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Application's ID, mandatory:<br />ringcentral = 1,<br />zoom = 2,<br />aircall = 3,<br />eighteight = 4,<br />msteams = 5,<br />webex = 6,<br />bluejeans = 7,<br />googlemeet = 8,<br />skype = 9</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>app_event_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>deprecated, Application event ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meeting's name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>started_at</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string, date in ISO format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Started at, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ended_at</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string, date in ISO format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ended at, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>is_internal</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>deprecated, Is internal marker</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>meeting_uid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string, UUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meeting's ID, mandatory and unique</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>participants</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of { type: number, user_id: string, user_name: string, user_email: string }</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meetings participants, not mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p><strong>Response, the list of added voip events:</strong></p>\n<table><tbody><tr><td><div><b>Field</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>agent_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Empoyee's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>computer_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Computer's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>task_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Task's ID, mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>app</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Application's ID, mandatory:<br />ringcentral = 1,<br />zoom = 2,<br />aircall = 3,<br />eighteight = 4,<br />msteams = 5,<br />webex = 6,<br />bluejeans = 7,<br />googlemeet = 8,<br />skype = 9</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>app_event_id</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>deprecated, Application event ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meeting's name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>duration</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string, date in ISO format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>duration, the lower and higher bounds</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>is_internal</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>deprecated, Is internal marker</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>meeting_uid</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string, UUID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meeting's ID, mandatory and unique</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>participants</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of { voip_participant_id: number, voip_event_id: number, type: number, user_id: string, user_name: string, user_email: string }</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meetings participants, not mandatory</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","voip-event"],"host":["{{teramind_instance}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d437774-2656-41e0-ae58-9ed8989c75a3"}],"id":"f3cc5f5c-4d45-483d-8986-464739b8ed41","_postman_id":"f3cc5f5c-4d45-483d-8986-464739b8ed41","description":"","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}}},{"name":"https://instance.msp.local:444/server/graphql/","id":"9ff02e07-f32c-4003-a42a-1347d5854b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"*/*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://instance.msp.local:444"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"sec-ch-ua","value":"\"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36"},{"key":"Cookie","value":"device-id=e75ee3a5-fd9c-49c9-b17b-cb730acfff0b; ajs_anonymous_id=%227dd75ded-4f28-459b-a921-f62ef4259c40%22; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22b971fcc3-76de-48ff-90f8-8eee6c646d88%22%2C%22%24device_id%22%3A%22fa725025-ab36-465e-a9a4-68b0d0787f54%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Finstance.msp.local%3A444%2Fdashboards%2Foverview%22%2C%22%24initial_referring_domain%22%3A%22instance.msp.local%3A444%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22b971fcc3-76de-48ff-90f8-8eee6c646d88%22%7D; token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXBlIjoidXNlciIsImlkIjoiYjk3MWZjYzMtNzZkZS00OGZmLTkwZjgtOGVlZTZjNjQ2ZDg4IiwiaW5zdGFuY2VJZCI6IjE5NWNhMGRjLTU4MjctNDU5ZS1iZjUwLTBkOTZjZTcwM2IxZiIsImlhdCI6MTc3MDk3MDQyOSwiZXhwIjoxNzcwOTc0MDI5LCJqdGkiOiJmNzU5NWE4MzkwZTZjNTViMWY0OGRkZjQwZDE0NTZjZiJ9.OM12-YZtXDeCav-wn7pCuC9LJtukfo_Ymb_gR84ryZQ; csrf-token=205ae9ac687ea90e9eb4a3e4c0adace1af2caa162aa34e80e91276e9f57b058e.b971fcc3-76de-48ff-90f8-8eee6c646d88.97974ae32045c3881cbd30320f044bee25ef9f9a34e178a2efc9da1d4653b3ec"}],"body":{"mode":"graphql","graphql":{"query":"query _ {  FindInstanceAuthSettings {\n  id\n  googleEnabled\n  sso {\n    loginUrl\n  }\n  \n}}","variables":""}},"url":"https://instance.msp.local:444/server/graphql/","description":"<p>Generated from cURL: curl '<a href=\"https://instance.msp.local:444/server/graphql/\">https://instance.msp.local:444/server/graphql/</a>' <br />  -H 'accept: <em>/</em>' <br />  -H 'accept-language: en-US,en;q=0.9' <br />  -H 'cache-control: no-cache' <br />  -H 'content-type: application/json' <br />  -b 'device-id=e75ee3a5-fd9c-49c9-b17b-cb730acfff0b; ajs_anonymous_id=%227dd75ded-4f28-459b-a921-f62ef4259c40%22; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22b971fcc3-76de-48ff-90f8-8eee6c646d88%22%2C%22%24device_id%22%3A%22fa725025-ab36-465e-a9a4-68b0d0787f54%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Finstance.msp.local%3A444%2Fdashboards%2Foverview%22%2C%22%24initial_referring_domain%22%3A%22instance.msp.local%3A444%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22b971fcc3-76de-48ff-90f8-8eee6c646d88%22%7D; token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXBlIjoidXNlciIsImlkIjoiYjk3MWZjYzMtNzZkZS00OGZmLTkwZjgtOGVlZTZjNjQ2ZDg4IiwiaW5zdGFuY2VJZCI6IjE5NWNhMGRjLTU4MjctNDU5ZS1iZjUwLTBkOTZjZTcwM2IxZiIsImlhdCI6MTc3MDk3MDQyOSwiZXhwIjoxNzcwOTc0MDI5LCJqdGkiOiJmNzU5NWE4MzkwZTZjNTViMWY0OGRkZjQwZDE0NTZjZiJ9.OM12-YZtXDeCav-wn7pCuC9LJtukfo_Ymb_gR84ryZQ; csrf-token=205ae9ac687ea90e9eb4a3e4c0adace1af2caa162aa34e80e91276e9f57b058e.b971fcc3-76de-48ff-90f8-8eee6c646d88.97974ae32045c3881cbd30320f044bee25ef9f9a34e178a2efc9da1d4653b3ec' <br />  -H 'origin: <a href=\"https://instance.msp.local:444\">https://instance.msp.local:444</a>' <br />  -H 'pragma: no-cache' <br />  -H 'priority: u=1, i' <br />  -H 'sec-ch-ua: \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"144\", \"Google Chrome\";v=\"144\"' <br />  -H 'sec-ch-ua-mobile: ?0' <br />  -H 'sec-ch-ua-platform: \"macOS\"' <br />  -H 'sec-fetch-dest: empty' <br />  -H 'sec-fetch-mode: cors' <br />  -H 'sec-fetch-site: same-origin' <br />  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36' <br />  --data-raw '{\"query\":\"query _ {  FindInstanceAuthSettings {\\n  id\\n  googleEnabled\\n  sso {\\n    loginUrl\\n  }\\n  \\n}}\",\"variables\":{},\"operationName\":\"_\"}' <br />  --insecure</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","port":"444","path":["server","graphql",""],"host":["instance","msp","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ff02e07-f32c-4003-a42a-1347d5854b8b"},{"name":"https://teramind184.teramind.co/tm-api/wip/tma-query","id":"e758ac04-524b-4e55-a90e-b8627ea80e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"origin","value":"https://teramind184.teramind.co"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://teramind184.teramind.co/"},{"key":"sec-ch-ua","value":"\"Not:A-Brand\";v=\"99\", \"Google Chrome\";v=\"145\", \"Chromium\";v=\"145\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"tm-csrf-verify","value":"c425565d0c5eed19da62bd851f6d018e1975e16d014409d82d28ff88461a1f19"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Cookie","value":"tm_device=685be1e17cf60; _ga=GA1.1.2063543147.1769518995; FPID=FPID2.2.CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995; intercom-device-id-w5k74rn4=a0b8a804-d605-4cac-881f-1739968c26e8; _cq_duid=1.1769538747.M7dhb2RKfaZj3HZd; _fbp=fb.1.1769538747379.601134996648560820; hubspotutk=35153ae5ee4f678272bce1502128b28d; cookieyes-consent=consentid:cWswOFpIRW1HbkkxcGt4aXFYMlVIbzFJdDNBOU0xWUM,consent:no,action:yes,necessary:yes,functional:yes,analytics:yes,performance:yes,advertisement:yes,other:yes; _reb2butk=MzUxNTN3961Y0HQ4WNGhZTVlZTRmNjc4MjcyYmNlMTUwMjEyOGIyOGQ=; tm_fe_version=%7B%22version%22%3A2%7D; behavior-track-session-id=12798d81-5ee6-49e2-a13a-84dc7fa50342; _cq_suid=1.1771495864.KFedi24SDr53rSa0; __hssrc=1; ajs_anonymous_id=e63e76d9-950b-41b3-a724-517e2681a059; mp_mixpanel-token_mixpanel=%7B%22distinct_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%2C%22%24device_id%22%3A%20%2219c4c1eae0d12b8-02f1644e98db48-1b525631-1fa400-19c4c1eae0d12b8%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22__mps%22%3A%20%7B%7D%2C%22__mpso%22%3A%20%7B%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D%2C%22__mpus%22%3A%20%7B%7D%2C%22__mpa%22%3A%20%7B%7D%2C%22__mpu%22%3A%20%7B%7D%2C%22__mpr%22%3A%20%5B%5D%2C%22__mpap%22%3A%20%5B%5D%2C%22%24user_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%7D; _reb2bgeo=%7B%22city%22%3A%22Yerevan%22%2C%22country%22%3A%22Armenia%22%2C%22countryCode%22%3A%22AM%22%2C%22hosting%22%3Afalse%2C%22isp%22%3A%22ArmenTel%22%2C%22lat%22%3A40.1814%2C%22proxy%22%3Afalse%2C%22region%22%3A%22ER%22%2C%22regionName%22%3A%22Yerevan%22%2C%22status%22%3A%22success%22%2C%22timezone%22%3A%22Asia%2FYerevan%22%2C%22zip%22%3A%22%22%7D; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%2C%22%24device_id%22%3A%2219bfe68b2f1bf7-0f1b140883161e8-1b525631-1fa400-19bfe68b2f2bf7%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%7D; _clck=1wvpkvj%5E2%5Eg4p%5E0%5E2218; __hstc=262301715.35153ae5ee4f678272bce1502128b28d.1769538748358.1774623000765.1774627375901.25; _uetvid=e57667e0978811f0b4daeb01bf355dd7; _gcl_au=1.1.1972755134.1769538747.1049746668.1774628478.1774628477; mp_mixpanel_token_mixpanel=%7B%22distinct_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%2C%22%24device_id%22%3A%2219bfe74b19aac2-0cf9fe12da4705-1b525631-1fa400-19bfe74b19aac2%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%7D; jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6MjE5LCJuYW1lIjoiR3Vlc3QiLCJzdWIiOjIxOSwiaW5zdGFuY2UiOiJ0ZXJhbWluZDE4NCIsInNlc3Npb25TaWQiOiIzNTQxYjE3YTIzMmI1NTM2YWU5Mjk0MDgiLCJqdGkiOiIyY2RiYWQxNjBiZmVkMjk0IiwiYXVkIjoidG0tZGFzaGJvYXJkOnRlcmFtaW5kMTg0IiwiaXNzIjoiaHR0cHM6Ly90ZXJhbWluZDE4NC50ZXJhbWluZC5jby9sb2dpbiIsImlhdCI6MTc3NDk1NTEyNSwiZXhwIjoxNzc0OTYyMzI1LCJuYmYiOjE3NzQ5NTUxMjUsImluc3RhbmNlX2lkIjo3MjA3MSwicm9sZSI6MSwiZGVwYXJ0bWVudCI6MjgzLCJlbWFpbCI6Imhwb2dob3N5YW5AdGVyYW1pbmQuY28iLCJpc1N1cHBvcnQiOmZhbHNlLCJlbWFpbFZlcmlmaWVkIjpmYWxzZX0.tM_3d-OThJRzHiMClJH3QrbnbKftlt-Ypj2DCzjC20p17vULYkmKbAZXW_mN100I; tm-cidp=islMD5Bev5G3h_zmZ5MoJJ_hWGNdQQ7Ib02K8dmbCbGhq3w-; tm_cloud_id=60775a55c06fa2df9a8ac5b0903d58fa15a27eb382e040f643eb7a6befe98a90; analytics_jwt=eyJhbGciOiJIUzM4NCIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ0bV90ZXJhbWluZDE4NCIsImFnZW50SWQiOjIxOSwiZW1haWwiOiJocG9naG9zeWFuQHRlcmFtaW5kLmNvIiwicm9sZSI6MSwiZXhwIjoxNzc0OTYyMzI1LCJpYXQiOjE3NzQ5NTUyMzF9.LR93G1CdQ6BAe5JqUS-byn7pc21GTuJrWmH41aI8Js5uo3lPwL3nj5YgAeESWK2M; mp_1c6b7d28e0b796844f3aa7497f030fb3_mixpanel=%7B%22distinct_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24device_id%22%3A%222df14a96-541f-487e-b1ba-f3e4c6fa32f7%22%2C%22%24user_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Fdevbots.teramind.co%2Flogin%22%2C%22%24initial_referring_domain%22%3A%22devbots.teramind.co%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D; _ga_2JLHVL0KM2=GS2.1.s1774955231$o126$g0$t1774955231$j60$l0$h1949327629; FPLC=rkBSi7vUglh931yA5qVLntC3dLcDBtyDaKmXqfqvU7KmGSWjJWxxX0FcUpxuKXJwDESsWzCjgjK1KA1tPjLPM2pqbFa%2FWrazicTRshSQ166lzsz%2FBDa5t2oIv4FeQA%3D%3D; sgtmUtms={\"lastUtms\":{\"cts\":1769518994,\"source\":\"(direct)\",\"medium\":\"(none)\"},\"info\":{\"nos\":88,\"nou\":210,\"version\":\"1.0.0\"},\"firstSession\":{\"cts\":1769518994,\"lts\":1769518994,\"gsi\":\"1769518994\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"ss\":\"1\",\"fv\":\"1\",\"nsi\":\"1\"},\"currentSession\":{\"cts\":1774955232,\"lts\":1774955232,\"gsi\":\"1774955231\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"utms_cts\":1769518994,\"ss\":\"1\"}}; gtmIdnts=%7B%22ga_cid%22%3A%222063543147.1769518995%22%2C%22ga_fpid%22%3A%22CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995%22%2C%22ga_session_id%22%3A%221774955231%22%2C%22fbp%22%3A%22fb.1.1769538747379.601134996648560820%22%7D; FPGSID=1.1774955232.1774955232.G-2JLHVL0KM2.0cTNn4-_8Qw6eRYZgb_U8Q; intercom-session-w5k74rn4=Y1hYTzFyb3hOdXJBM3htUGhCb25QNEw2ZS96VERhWVB1L0hVSVRjYld6QXk1YlJ4Qng1MFV0aUtadEc2dDlqRlZQR0NHSVRXTk9ZOS9heUJ3MzBTL1NQT3NLMDdSN1YyS0tNUjVmcW1PcFJ6OUtUSzNmSG4zR2s1aW03SGJWdmZBT0pUaC9DK0pnTFNvV1dzS2hqS1kyR2l3MGloNS8yM1ZSMTh5SDVhVmN2dHZ6TlBWQU0ySDF4dWZUa051TitPL3pLcFpieUtmSVl3ZFRjNmRXdmhtZz09LS1WV3Yzakd6REU1c2tpaWNxRmtVV0FBPT0=--a8c3888edaeba6b0b8b6dab44502f749314eae1a"}],"body":{"mode":"raw","raw":"{\"cube\":[\"activity\"],\"dims\":[\"cat\"],\"aggregate\":true,\"dim_filters\":{\"cat\":{\"contains\":\"c\"},\"date\":{\"range\":[\"2025-09-01\",\"2026-03-01\"]}},\"order\":[[\"cat\",\"asc\"]],\"offset\":0,\"limit\":51}","options":{"raw":{"language":"json"}}},"url":"https://teramind184.teramind.co/tm-api/wip/tma-query","description":"<p>Generated from cURL: curl '<a href=\"https://teramind184.teramind.co/tm-api/wip/tma-query\">https://teramind184.teramind.co/tm-api/wip/tma-query</a>' <br />  -H 'accept: application/json, text/plain, <em>/</em>' <br />  -H 'accept-language: en-US,en;q=0.9' <br />  -H 'cache-control: no-cache' <br />  -H 'content-type: application/json;charset=UTF-8' <br />  -b 'tm_device=685be1e17cf60; _ga=GA1.1.2063543147.1769518995; FPID=FPID2.2.CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995; intercom-device-id-w5k74rn4=a0b8a804-d605-4cac-881f-1739968c26e8; _cq_duid=1.1769538747.M7dhb2RKfaZj3HZd; _fbp=fb.1.1769538747379.601134996648560820; hubspotutk=35153ae5ee4f678272bce1502128b28d; cookieyes-consent=consentid:cWswOFpIRW1HbkkxcGt4aXFYMlVIbzFJdDNBOU0xWUM,consent:no,action:yes,necessary:yes,functional:yes,analytics:yes,performance:yes,advertisement:yes,other:yes; _reb2butk=MzUxNTN3961Y0HQ4WNGhZTVlZTRmNjc4MjcyYmNlMTUwMjEyOGIyOGQ=; tm_fe_version=%7B%22version%22%3A2%7D; behavior-track-session-id=12798d81-5ee6-49e2-a13a-84dc7fa50342; _cq_suid=1.1771495864.KFedi24SDr53rSa0; __hssrc=1; ajs_anonymous_id=e63e76d9-950b-41b3-a724-517e2681a059; mp_mixpanel-token_mixpanel=%7B%22distinct_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%2C%22%24device_id%22%3A%20%2219c4c1eae0d12b8-02f1644e98db48-1b525631-1fa400-19c4c1eae0d12b8%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22__mps%22%3A%20%7B%7D%2C%22__mpso%22%3A%20%7B%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D%2C%22__mpus%22%3A%20%7B%7D%2C%22__mpa%22%3A%20%7B%7D%2C%22__mpu%22%3A%20%7B%7D%2C%22__mpr%22%3A%20%5B%5D%2C%22__mpap%22%3A%20%5B%5D%2C%22%24user_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%7D; _reb2bgeo=%7B%22city%22%3A%22Yerevan%22%2C%22country%22%3A%22Armenia%22%2C%22countryCode%22%3A%22AM%22%2C%22hosting%22%3Afalse%2C%22isp%22%3A%22ArmenTel%22%2C%22lat%22%3A40.1814%2C%22proxy%22%3Afalse%2C%22region%22%3A%22ER%22%2C%22regionName%22%3A%22Yerevan%22%2C%22status%22%3A%22success%22%2C%22timezone%22%3A%22Asia%2FYerevan%22%2C%22zip%22%3A%22%22%7D; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%2C%22%24device_id%22%3A%2219bfe68b2f1bf7-0f1b140883161e8-1b525631-1fa400-19bfe68b2f2bf7%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%7D; _clck=1wvpkvj%5E2%5Eg4p%5E0%5E2218; __hstc=262301715.35153ae5ee4f678272bce1502128b28d.1769538748358.1774623000765.1774627375901.25; _uetvid=e57667e0978811f0b4daeb01bf355dd7; _gcl_au=1.1.1972755134.1769538747.1049746668.1774628478.1774628477; mp_mixpanel_token_mixpanel=%7B%22distinct_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%2C%22%24device_id%22%3A%2219bfe74b19aac2-0cf9fe12da4705-1b525631-1fa400-19bfe74b19aac2%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%7D; jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6MjE5LCJuYW1lIjoiR3Vlc3QiLCJzdWIiOjIxOSwiaW5zdGFuY2UiOiJ0ZXJhbWluZDE4NCIsInNlc3Npb25TaWQiOiIzNTQxYjE3YTIzMmI1NTM2YWU5Mjk0MDgiLCJqdGkiOiIyY2RiYWQxNjBiZmVkMjk0IiwiYXVkIjoidG0tZGFzaGJvYXJkOnRlcmFtaW5kMTg0IiwiaXNzIjoiaHR0cHM6Ly90ZXJhbWluZDE4NC50ZXJhbWluZC5jby9sb2dpbiIsImlhdCI6MTc3NDk1NTEyNSwiZXhwIjoxNzc0OTYyMzI1LCJuYmYiOjE3NzQ5NTUxMjUsImluc3RhbmNlX2lkIjo3MjA3MSwicm9sZSI6MSwiZGVwYXJ0bWVudCI6MjgzLCJlbWFpbCI6Imhwb2dob3N5YW5AdGVyYW1pbmQuY28iLCJpc1N1cHBvcnQiOmZhbHNlLCJlbWFpbFZlcmlmaWVkIjpmYWxzZX0.tM_3d-OThJRzHiMClJH3QrbnbKftlt-Ypj2DCzjC20p17vULYkmKbAZXW_mN100I; tm-cidp=islMD5Bev5G3h_zmZ5MoJJ_hWGNdQQ7Ib02K8dmbCbGhq3w-; tm_cloud_id=60775a55c06fa2df9a8ac5b0903d58fa15a27eb382e040f643eb7a6befe98a90; analytics_jwt=eyJhbGciOiJIUzM4NCIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ0bV90ZXJhbWluZDE4NCIsImFnZW50SWQiOjIxOSwiZW1haWwiOiJocG9naG9zeWFuQHRlcmFtaW5kLmNvIiwicm9sZSI6MSwiZXhwIjoxNzc0OTYyMzI1LCJpYXQiOjE3NzQ5NTUyMzF9.LR93G1CdQ6BAe5JqUS-byn7pc21GTuJrWmH41aI8Js5uo3lPwL3nj5YgAeESWK2M; mp_1c6b7d28e0b796844f3aa7497f030fb3_mixpanel=%7B%22distinct_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24device_id%22%3A%222df14a96-541f-487e-b1ba-f3e4c6fa32f7%22%2C%22%24user_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Fdevbots.teramind.co%2Flogin%22%2C%22%24initial_referring_domain%22%3A%22devbots.teramind.co%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D; _ga_2JLHVL0KM2=GS2.1.s1774955231$o126$g0$t1774955231$j60$l0$h1949327629; FPLC=rkBSi7vUglh931yA5qVLntC3dLcDBtyDaKmXqfqvU7KmGSWjJWxxX0FcUpxuKXJwDESsWzCjgjK1KA1tPjLPM2pqbFa%2FWrazicTRshSQ166lzsz%2FBDa5t2oIv4FeQA%3D%3D; sgtmUtms={\"lastUtms\":{\"cts\":1769518994,\"source\":\"(direct)\",\"medium\":\"(none)\"},\"info\":{\"nos\":88,\"nou\":210,\"version\":\"1.0.0\"},\"firstSession\":{\"cts\":1769518994,\"lts\":1769518994,\"gsi\":\"1769518994\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"ss\":\"1\",\"fv\":\"1\",\"nsi\":\"1\"},\"currentSession\":{\"cts\":1774955232,\"lts\":1774955232,\"gsi\":\"1774955231\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"utms_cts\":1769518994,\"ss\":\"1\"}}; gtmIdnts=%7B%22ga_cid%22%3A%222063543147.1769518995%22%2C%22ga_fpid%22%3A%22CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995%22%2C%22ga_session_id%22%3A%221774955231%22%2C%22fbp%22%3A%22fb.1.1769538747379.601134996648560820%22%7D; FPGSID=1.1774955232.1774955232.G-2JLHVL0KM2.0cTNn4-_8Qw6eRYZgb_U8Q; intercom-session-w5k74rn4=Y1hYTzFyb3hOdXJBM3htUGhCb25QNEw2ZS96VERhWVB1L0hVSVRjYld6QXk1YlJ4Qng1MFV0aUtadEc2dDlqRlZQR0NHSVRXTk9ZOS9heUJ3MzBTL1NQT3NLMDdSN1YyS0tNUjVmcW1PcFJ6OUtUSzNmSG4zR2s1aW03SGJWdmZBT0pUaC9DK0pnTFNvV1dzS2hqS1kyR2l3MGloNS8yM1ZSMTh5SDVhVmN2dHZ6TlBWQU0ySDF4dWZUa051TitPL3pLcFpieUtmSVl3ZFRjNmRXdmhtZz09LS1WV3Yzakd6REU1c2tpaWNxRmtVV0FBPT0=--a8c3888edaeba6b0b8b6dab44502f749314eae1a' <br />  -H 'origin: <a href=\"https://teramind184.teramind.co\">https://teramind184.teramind.co</a>' <br />  -H 'pragma: no-cache' <br />  -H 'priority: u=1, i' <br />  -H 'referer: <a href=\"https://teramind184.teramind.co/\">https://teramind184.teramind.co/</a>' <br />  -H 'sec-ch-ua: \"Not:A-Brand\";v=\"99\", \"Google Chrome\";v=\"145\", \"Chromium\";v=\"145\"' <br />  -H 'sec-ch-ua-mobile: ?0' <br />  -H 'sec-ch-ua-platform: \"macOS\"' <br />  -H 'sec-fetch-dest: empty' <br />  -H 'sec-fetch-mode: cors' <br />  -H 'sec-fetch-site: same-origin' <br />  -H 'tm-csrf-verify: c425565d0c5eed19da62bd851f6d018e1975e16d014409d82d28ff88461a1f19' <br />  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' <br />  -H 'x-requested-with: XMLHttpRequest' <br />  --data-raw '{\"cube\":[\"activity\"],\"dims\":[\"cat\"],\"aggregate\":true,\"dim_filters\":{\"cat\":{\"contains\":\"c\"},\"date\":{\"range\":[\"2025-09-01\",\"2026-03-01\"]}},\"order\":[[\"cat\",\"asc\"]],\"offset\":0,\"limit\":51}'</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["teramind184","teramind","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"e758ac04-524b-4e55-a90e-b8627ea80e0e"},{"name":"https://teramind184.teramind.co/tm-api/wip/tma-query","id":"478e61f6-2849-4a65-a400-375f59fc8b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"origin","value":"https://teramind184.teramind.co"},{"key":"pragma","value":"no-cache"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://teramind184.teramind.co/"},{"key":"sec-ch-ua","value":"\"Not:A-Brand\";v=\"99\", \"Google Chrome\";v=\"145\", \"Chromium\";v=\"145\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"tm-csrf-verify","value":"c5f053495dc85bd5b837b9f30daeb0bb7d6448af0e3dfa3da51edc724ad754cd"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Cookie","value":"tm_device=685be1e17cf60; _ga=GA1.1.2063543147.1769518995; FPID=FPID2.2.CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995; intercom-device-id-w5k74rn4=a0b8a804-d605-4cac-881f-1739968c26e8; _cq_duid=1.1769538747.M7dhb2RKfaZj3HZd; _fbp=fb.1.1769538747379.601134996648560820; hubspotutk=35153ae5ee4f678272bce1502128b28d; cookieyes-consent=consentid:cWswOFpIRW1HbkkxcGt4aXFYMlVIbzFJdDNBOU0xWUM,consent:no,action:yes,necessary:yes,functional:yes,analytics:yes,performance:yes,advertisement:yes,other:yes; _reb2butk=MzUxNTN3961Y0HQ4WNGhZTVlZTRmNjc4MjcyYmNlMTUwMjEyOGIyOGQ=; tm_fe_version=%7B%22version%22%3A2%7D; behavior-track-session-id=12798d81-5ee6-49e2-a13a-84dc7fa50342; _cq_suid=1.1771495864.KFedi24SDr53rSa0; __hssrc=1; ajs_anonymous_id=e63e76d9-950b-41b3-a724-517e2681a059; mp_mixpanel-token_mixpanel=%7B%22distinct_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%2C%22%24device_id%22%3A%20%2219c4c1eae0d12b8-02f1644e98db48-1b525631-1fa400-19c4c1eae0d12b8%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22__mps%22%3A%20%7B%7D%2C%22__mpso%22%3A%20%7B%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D%2C%22__mpus%22%3A%20%7B%7D%2C%22__mpa%22%3A%20%7B%7D%2C%22__mpu%22%3A%20%7B%7D%2C%22__mpr%22%3A%20%5B%5D%2C%22__mpap%22%3A%20%5B%5D%2C%22%24user_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%7D; _reb2bgeo=%7B%22city%22%3A%22Yerevan%22%2C%22country%22%3A%22Armenia%22%2C%22countryCode%22%3A%22AM%22%2C%22hosting%22%3Afalse%2C%22isp%22%3A%22ArmenTel%22%2C%22lat%22%3A40.1814%2C%22proxy%22%3Afalse%2C%22region%22%3A%22ER%22%2C%22regionName%22%3A%22Yerevan%22%2C%22status%22%3A%22success%22%2C%22timezone%22%3A%22Asia%2FYerevan%22%2C%22zip%22%3A%22%22%7D; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%2C%22%24device_id%22%3A%2219bfe68b2f1bf7-0f1b140883161e8-1b525631-1fa400-19bfe68b2f2bf7%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%7D; _clck=1wvpkvj%5E2%5Eg4p%5E0%5E2218; __hstc=262301715.35153ae5ee4f678272bce1502128b28d.1769538748358.1774623000765.1774627375901.25; _uetvid=e57667e0978811f0b4daeb01bf355dd7; _gcl_au=1.1.1972755134.1769538747.1049746668.1774628478.1774628477; mp_mixpanel_token_mixpanel=%7B%22distinct_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%2C%22%24device_id%22%3A%2219bfe74b19aac2-0cf9fe12da4705-1b525631-1fa400-19bfe74b19aac2%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%7D; jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6MjE5LCJuYW1lIjoiR3Vlc3QiLCJzdWIiOjIxOSwiaW5zdGFuY2UiOiJ0ZXJhbWluZDE4NCIsInNlc3Npb25TaWQiOiIzNTQxYjE3YTIzMmI1NTM2YWU5Mjk0MDgiLCJqdGkiOiIyY2RiYWQxNjBiZmVkMjk0IiwiYXVkIjoidG0tZGFzaGJvYXJkOnRlcmFtaW5kMTg0IiwiaXNzIjoiaHR0cHM6Ly90ZXJhbWluZDE4NC50ZXJhbWluZC5jby9sb2dpbiIsImlhdCI6MTc3NDk1NTEyNSwiZXhwIjoxNzc0OTYyMzI1LCJuYmYiOjE3NzQ5NTUxMjUsImluc3RhbmNlX2lkIjo3MjA3MSwicm9sZSI6MSwiZGVwYXJ0bWVudCI6MjgzLCJlbWFpbCI6Imhwb2dob3N5YW5AdGVyYW1pbmQuY28iLCJpc1N1cHBvcnQiOmZhbHNlLCJlbWFpbFZlcmlmaWVkIjpmYWxzZX0.tM_3d-OThJRzHiMClJH3QrbnbKftlt-Ypj2DCzjC20p17vULYkmKbAZXW_mN100I; tm-cidp=islMD5Bev5G3h_zmZ5MoJJ_hWGNdQQ7Ib02K8dmbCbGhq3w-; tm_cloud_id=60775a55c06fa2df9a8ac5b0903d58fa15a27eb382e040f643eb7a6befe98a90; analytics_jwt=eyJhbGciOiJIUzM4NCIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ0bV90ZXJhbWluZDE4NCIsImFnZW50SWQiOjIxOSwiZW1haWwiOiJocG9naG9zeWFuQHRlcmFtaW5kLmNvIiwicm9sZSI6MSwiZXhwIjoxNzc0OTYyMzI1LCJpYXQiOjE3NzQ5NTUyMzF9.LR93G1CdQ6BAe5JqUS-byn7pc21GTuJrWmH41aI8Js5uo3lPwL3nj5YgAeESWK2M; mp_1c6b7d28e0b796844f3aa7497f030fb3_mixpanel=%7B%22distinct_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24device_id%22%3A%222df14a96-541f-487e-b1ba-f3e4c6fa32f7%22%2C%22%24user_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Fdevbots.teramind.co%2Flogin%22%2C%22%24initial_referring_domain%22%3A%22devbots.teramind.co%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D; _ga_2JLHVL0KM2=GS2.1.s1774955231$o126$g0$t1774955231$j60$l0$h1949327629; FPLC=rkBSi7vUglh931yA5qVLntC3dLcDBtyDaKmXqfqvU7KmGSWjJWxxX0FcUpxuKXJwDESsWzCjgjK1KA1tPjLPM2pqbFa%2FWrazicTRshSQ166lzsz%2FBDa5t2oIv4FeQA%3D%3D; sgtmUtms={\"lastUtms\":{\"cts\":1769518994,\"source\":\"(direct)\",\"medium\":\"(none)\"},\"info\":{\"nos\":88,\"nou\":210,\"version\":\"1.0.0\"},\"firstSession\":{\"cts\":1769518994,\"lts\":1769518994,\"gsi\":\"1769518994\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"ss\":\"1\",\"fv\":\"1\",\"nsi\":\"1\"},\"currentSession\":{\"cts\":1774955232,\"lts\":1774955232,\"gsi\":\"1774955231\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"utms_cts\":1769518994,\"ss\":\"1\"}}; gtmIdnts=%7B%22ga_cid%22%3A%222063543147.1769518995%22%2C%22ga_fpid%22%3A%22CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995%22%2C%22ga_session_id%22%3A%221774955231%22%2C%22fbp%22%3A%22fb.1.1769538747379.601134996648560820%22%7D; FPGSID=1.1774955232.1774955232.G-2JLHVL0KM2.0cTNn4-_8Qw6eRYZgb_U8Q; intercom-session-w5k74rn4=Y1hYTzFyb3hOdXJBM3htUGhCb25QNEw2ZS96VERhWVB1L0hVSVRjYld6QXk1YlJ4Qng1MFV0aUtadEc2dDlqRlZQR0NHSVRXTk9ZOS9heUJ3MzBTL1NQT3NLMDdSN1YyS0tNUjVmcW1PcFJ6OUtUSzNmSG4zR2s1aW03SGJWdmZBT0pUaC9DK0pnTFNvV1dzS2hqS1kyR2l3MGloNS8yM1ZSMTh5SDVhVmN2dHZ6TlBWQU0ySDF4dWZUa051TitPL3pLcFpieUtmSVl3ZFRjNmRXdmhtZz09LS1WV3Yzakd6REU1c2tpaWNxRmtVV0FBPT0=--a8c3888edaeba6b0b8b6dab44502f749314eae1a"}],"body":{"mode":"raw","raw":"{\"cube\":[\"activity\"],\"dims\":[\"cat\"],\"aggregate\":true,\"dim_filters\":{\"cat\":{\"contains\":\"c\"},\"date\":{\"range\":[\"2025-09-01\",\"2026-03-01\"]}},\"order\":[[\"cat\",\"asc\"]],\"offset\":0,\"limit\":51}","options":{"raw":{"language":"json"}}},"url":"https://teramind184.teramind.co/tm-api/wip/tma-query","description":"<p>Generated from cURL: curl '<a href=\"https://teramind184.teramind.co/tm-api/wip/tma-query\">https://teramind184.teramind.co/tm-api/wip/tma-query</a>' <br />  -H 'accept: application/json, text/plain, <em>/</em>' <br />  -H 'accept-language: en-US,en;q=0.9' <br />  -H 'cache-control: no-cache' <br />  -H 'content-type: application/json;charset=UTF-8' <br />  -b 'tm_device=685be1e17cf60; _ga=GA1.1.2063543147.1769518995; FPID=FPID2.2.CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995; intercom-device-id-w5k74rn4=a0b8a804-d605-4cac-881f-1739968c26e8; _cq_duid=1.1769538747.M7dhb2RKfaZj3HZd; _fbp=fb.1.1769538747379.601134996648560820; hubspotutk=35153ae5ee4f678272bce1502128b28d; cookieyes-consent=consentid:cWswOFpIRW1HbkkxcGt4aXFYMlVIbzFJdDNBOU0xWUM,consent:no,action:yes,necessary:yes,functional:yes,analytics:yes,performance:yes,advertisement:yes,other:yes; _reb2butk=MzUxNTN3961Y0HQ4WNGhZTVlZTRmNjc4MjcyYmNlMTUwMjEyOGIyOGQ=; tm_fe_version=%7B%22version%22%3A2%7D; behavior-track-session-id=12798d81-5ee6-49e2-a13a-84dc7fa50342; _cq_suid=1.1771495864.KFedi24SDr53rSa0; __hssrc=1; ajs_anonymous_id=e63e76d9-950b-41b3-a724-517e2681a059; mp_mixpanel-token_mixpanel=%7B%22distinct_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%2C%22%24device_id%22%3A%20%2219c4c1eae0d12b8-02f1644e98db48-1b525631-1fa400-19c4c1eae0d12b8%22%2C%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%2C%22__mps%22%3A%20%7B%7D%2C%22__mpso%22%3A%20%7B%22%24initial_referrer%22%3A%20%22%24direct%22%2C%22%24initial_referring_domain%22%3A%20%22%24direct%22%7D%2C%22__mpus%22%3A%20%7B%7D%2C%22__mpa%22%3A%20%7B%7D%2C%22__mpu%22%3A%20%7B%7D%2C%22__mpr%22%3A%20%5B%5D%2C%22__mpap%22%3A%20%5B%5D%2C%22%24user_id%22%3A%20%224c59a372-9e79-5f28-b999-a7fe301a6d33%22%7D; _reb2bgeo=%7B%22city%22%3A%22Yerevan%22%2C%22country%22%3A%22Armenia%22%2C%22countryCode%22%3A%22AM%22%2C%22hosting%22%3Afalse%2C%22isp%22%3A%22ArmenTel%22%2C%22lat%22%3A40.1814%2C%22proxy%22%3Afalse%2C%22region%22%3A%22ER%22%2C%22regionName%22%3A%22Yerevan%22%2C%22status%22%3A%22success%22%2C%22timezone%22%3A%22Asia%2FYerevan%22%2C%22zip%22%3A%22%22%7D; mp_dev:MIXPANEL_TOKEN_PLACEHOLDER_mixpanel=%7B%22distinct_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%2C%22%24device_id%22%3A%2219bfe68b2f1bf7-0f1b140883161e8-1b525631-1fa400-19bfe68b2f2bf7%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%22ae3a51ac-fe81-4ccf-a320-7bc61d35ecfb%22%7D; _clck=1wvpkvj%5E2%5Eg4p%5E0%5E2218; __hstc=262301715.35153ae5ee4f678272bce1502128b28d.1769538748358.1774623000765.1774627375901.25; _uetvid=e57667e0978811f0b4daeb01bf355dd7; _gcl_au=1.1.1972755134.1769538747.1049746668.1774628478.1774628477; mp_mixpanel_token_mixpanel=%7B%22distinct_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%2C%22%24device_id%22%3A%2219bfe74b19aac2-0cf9fe12da4705-1b525631-1fa400-19bfe74b19aac2%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%2C%22%24user_id%22%3A%226fcba621-7b8a-5d8e-b166-5f00ef7721ae%22%7D; jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6MjE5LCJuYW1lIjoiR3Vlc3QiLCJzdWIiOjIxOSwiaW5zdGFuY2UiOiJ0ZXJhbWluZDE4NCIsInNlc3Npb25TaWQiOiIzNTQxYjE3YTIzMmI1NTM2YWU5Mjk0MDgiLCJqdGkiOiIyY2RiYWQxNjBiZmVkMjk0IiwiYXVkIjoidG0tZGFzaGJvYXJkOnRlcmFtaW5kMTg0IiwiaXNzIjoiaHR0cHM6Ly90ZXJhbWluZDE4NC50ZXJhbWluZC5jby9sb2dpbiIsImlhdCI6MTc3NDk1NTEyNSwiZXhwIjoxNzc0OTYyMzI1LCJuYmYiOjE3NzQ5NTUxMjUsImluc3RhbmNlX2lkIjo3MjA3MSwicm9sZSI6MSwiZGVwYXJ0bWVudCI6MjgzLCJlbWFpbCI6Imhwb2dob3N5YW5AdGVyYW1pbmQuY28iLCJpc1N1cHBvcnQiOmZhbHNlLCJlbWFpbFZlcmlmaWVkIjpmYWxzZX0.tM_3d-OThJRzHiMClJH3QrbnbKftlt-Ypj2DCzjC20p17vULYkmKbAZXW_mN100I; tm-cidp=islMD5Bev5G3h_zmZ5MoJJ_hWGNdQQ7Ib02K8dmbCbGhq3w-; tm_cloud_id=60775a55c06fa2df9a8ac5b0903d58fa15a27eb382e040f643eb7a6befe98a90; analytics_jwt=eyJhbGciOiJIUzM4NCIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ0bV90ZXJhbWluZDE4NCIsImFnZW50SWQiOjIxOSwiZW1haWwiOiJocG9naG9zeWFuQHRlcmFtaW5kLmNvIiwicm9sZSI6MSwiZXhwIjoxNzc0OTYyMzI1LCJpYXQiOjE3NzQ5NTUyMzF9.LR93G1CdQ6BAe5JqUS-byn7pc21GTuJrWmH41aI8Js5uo3lPwL3nj5YgAeESWK2M; mp_1c6b7d28e0b796844f3aa7497f030fb3_mixpanel=%7B%22distinct_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24device_id%22%3A%222df14a96-541f-487e-b1ba-f3e4c6fa32f7%22%2C%22%24user_id%22%3A%22dc528664-8d21-4340-928a-68805fa04a0e%22%2C%22%24initial_referrer%22%3A%22https%3A%2F%2Fdevbots.teramind.co%2Flogin%22%2C%22%24initial_referring_domain%22%3A%22devbots.teramind.co%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D; _ga_2JLHVL0KM2=GS2.1.s1774955231$o126$g0$t1774955231$j60$l0$h1949327629; FPLC=rkBSi7vUglh931yA5qVLntC3dLcDBtyDaKmXqfqvU7KmGSWjJWxxX0FcUpxuKXJwDESsWzCjgjK1KA1tPjLPM2pqbFa%2FWrazicTRshSQ166lzsz%2FBDa5t2oIv4FeQA%3D%3D; sgtmUtms={\"lastUtms\":{\"cts\":1769518994,\"source\":\"(direct)\",\"medium\":\"(none)\"},\"info\":{\"nos\":88,\"nou\":210,\"version\":\"1.0.0\"},\"firstSession\":{\"cts\":1769518994,\"lts\":1769518994,\"gsi\":\"1769518994\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"ss\":\"1\",\"fv\":\"1\",\"nsi\":\"1\"},\"currentSession\":{\"cts\":1774955232,\"lts\":1774955232,\"gsi\":\"1774955231\",\"source\":\"(direct)\",\"medium\":\"(none)\",\"utms_cts\":1769518994,\"ss\":\"1\"}}; gtmIdnts=%7B%22ga_cid%22%3A%222063543147.1769518995%22%2C%22ga_fpid%22%3A%22CegB2EqceW5NUkLGeMZytUhn58vWf3f3wd6EIwRrbUk%3D.1769518995%22%2C%22ga_session_id%22%3A%221774955231%22%2C%22fbp%22%3A%22fb.1.1769538747379.601134996648560820%22%7D; FPGSID=1.1774955232.1774955232.G-2JLHVL0KM2.0cTNn4-_8Qw6eRYZgb_U8Q; intercom-session-w5k74rn4=Y1hYTzFyb3hOdXJBM3htUGhCb25QNEw2ZS96VERhWVB1L0hVSVRjYld6QXk1YlJ4Qng1MFV0aUtadEc2dDlqRlZQR0NHSVRXTk9ZOS9heUJ3MzBTL1NQT3NLMDdSN1YyS0tNUjVmcW1PcFJ6OUtUSzNmSG4zR2s1aW03SGJWdmZBT0pUaC9DK0pnTFNvV1dzS2hqS1kyR2l3MGloNS8yM1ZSMTh5SDVhVmN2dHZ6TlBWQU0ySDF4dWZUa051TitPL3pLcFpieUtmSVl3ZFRjNmRXdmhtZz09LS1WV3Yzakd6REU1c2tpaWNxRmtVV0FBPT0=--a8c3888edaeba6b0b8b6dab44502f749314eae1a' <br />  -H 'origin: <a href=\"https://teramind184.teramind.co\">https://teramind184.teramind.co</a>' <br />  -H 'pragma: no-cache' <br />  -H 'priority: u=1, i' <br />  -H 'referer: <a href=\"https://teramind184.teramind.co/\">https://teramind184.teramind.co/</a>' <br />  -H 'sec-ch-ua: \"Not:A-Brand\";v=\"99\", \"Google Chrome\";v=\"145\", \"Chromium\";v=\"145\"' <br />  -H 'sec-ch-ua-mobile: ?0' <br />  -H 'sec-ch-ua-platform: \"macOS\"' <br />  -H 'sec-fetch-dest: empty' <br />  -H 'sec-fetch-mode: cors' <br />  -H 'sec-fetch-site: same-origin' <br />  -H 'tm-csrf-verify: c5f053495dc85bd5b837b9f30daeb0bb7d6448af0e3dfa3da51edc724ad754cd' <br />  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' <br />  -H 'x-requested-with: XMLHttpRequest' <br />  --data-raw '{\"cube\":[\"activity\"],\"dims\":[\"cat\"],\"aggregate\":true,\"dim_filters\":{\"cat\":{\"contains\":\"c\"},\"date\":{\"range\":[\"2025-09-01\",\"2026-03-01\"]}},\"order\":[[\"cat\",\"asc\"]],\"offset\":0,\"limit\":51}'</p>\n","auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","id":"c55577b6-eee0-41cf-b5d5-058bf1c514da","name":"Teramind Dashboard API","type":"collection"}},"urlObject":{"protocol":"https","path":["tm-api","wip","tma-query"],"host":["teramind184","teramind","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"478e61f6-2849-4a65-a400-375f59fc8b7a"}],"auth":{"type":"apikey","apikey":{"key":"<key>","value":"{{access_token}}"}},"event":[{"listen":"prerequest","script":{"id":"1a55cfdf-86e4-43b2-9d34-4278ff0aa013","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a69c1ca6-f503-4866-8829-0471cf1b3f41","type":"text/javascript","exec":[""]}}]}