{"info":{"_postman_id":"e67015ec-3aa1-45bb-a621-c2b4e1952826","name":"DK Service Management API Documentation","description":"<html><head></head><body><p>Debesų kompiuterija smart monitoring management services.</p>\n<p>Contact Support:\n Email: <a href=\"mailto:info@debesukompiuterija.lt\">info@debesukompiuterija.lt</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10357835","collectionId":"e67015ec-3aa1-45bb-a621-c2b4e1952826","publishedId":"TzRYbjDP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-25T14:53:07.000Z"},"item":[{"name":"Smart monitoring","item":[{"name":"User Management","item":[{"name":"Add user","id":"33c4d1b7-352d-49df-ad9d-7cceb2c4175b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"notificationEmail\": \"User email\",\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"other user recipients separated with semicolon\",\n    \"noEmail\": false,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/UserManagement","description":"<p>Add user method</p>\n","urlObject":{"path":["ews","UserManagement"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"95450094-0f7b-4381-83cd-14dbb03da209","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"notificationEmail\": \"userEmail\",\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"noEmail\": true,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/UserManagement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 100000000,\n \"data\": {\n  \"userId\": 1,\n  \"notificationEmail\": \"userEmail\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmailCc\": \"CC_Emails\",\n  \"noEmail\": false,\n  \"created\": \"2020-06-23T16:14:48.785Z\",\n  \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n },\n \"date\": \"2020-12-11T07:28:01.016Z\",\n \"error\": {\n  \"code\": \"errorCode\",\n  \"message\": \"errorMessage\"\n }\n}"}],"_postman_id":"33c4d1b7-352d-49df-ad9d-7cceb2c4175b"},{"name":"Get all users","id":"67bb5e75-9cfb-460d-9317-9b6c70ee7d5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/UserManagement/:subscriberId","description":"<p>Method to get all subscriber's users with users' info</p>\n","urlObject":{"path":["ews","UserManagement",":subscriberId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"SubscriberID","key":"subscriberId"}]}},"response":[{"id":"f13867d6-91e6-435b-85d5-6ffb21b2de71","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"occaecat"}],"url":{"raw":"//ews/UserManagement/:subscriberId","host":["/"],"path":["ews","UserManagement",":subscriberId"],"variable":[{"key":"subscriberId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -38398194,\n \"data\": [\n  {\n   \"userId\": 1,\n   \"notificationEmail\": \"userEmail\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmailCc\": \"CC_Emails\",\n   \"noEmail\": false,\n   \"created\": \"2020-06-23T16:14:48.785Z\",\n   \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n  },\n  {\n   \"userId\": 2,\n   \"notificationEmail\": \"userEmail\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmailCc\": \"CC_Emails\",\n   \"noEmail\": false,\n   \"created\": \"2020-06-23T16:14:48.785Z\",\n   \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n  }\n ],\n \"date\": \"2021-05-26T20:19:40.719Z\",\n \"error\": {\n  \"code\": -56659713,\n  \"message\": \"Message\"\n }\n}"}],"_postman_id":"67bb5e75-9cfb-460d-9317-9b6c70ee7d5f"},{"name":"Get user","id":"f92835cd-4d71-4f0d-988c-4ba49f4d75d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/UserManagement/:subscriberId/:userId","description":"<p>Method to get user info</p>\n","urlObject":{"path":["ews","UserManagement",":subscriberId",":userId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"}]}},"response":[{"id":"bde54239-1f7b-4426-90d2-263b8ce55e70","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/UserManagement/:subscriberId/:userId","host":["/"],"path":["ews","UserManagement",":subscriberId",":userId"],"variable":[{"key":"subscriberId"},{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 100000000,\n \"data\": {\n  \"userId\": 1,\n  \"notificationEmail\": \"userEmail\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmailCc\": \"CC_Emails\",\n  \"noEmail\": false,\n  \"created\": \"2020-06-23T16:14:48.785Z\",\n  \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n },\n \"date\": \"2020-12-11T07:28:01.016Z\",\n \"error\": {\n  \"code\": \"errorCode\",\n  \"message\": \"errorMessage\"\n }\n}"}],"_postman_id":"f92835cd-4d71-4f0d-988c-4ba49f4d75d3"},{"name":"Delete user","id":"9c960637-92a1-4947-8fe8-367efe9c3385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/UserManagement/:subscriberId/:userId","description":"<p>Deactivate user info.</p>\n","urlObject":{"path":["ews","UserManagement",":subscriberId",":userId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"}]}},"response":[{"id":"7232963c-bda7-44b5-855e-32380a094373","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/UserManagement/:subscriberId/:userId","host":["/"],"path":["ews","UserManagement",":subscriberId",":userId"],"variable":[{"key":"subscriberId"},{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 100000000,\n \"data\": {\n  \"userId\": 1,\n  \"notificationEmail\": \"userEmail\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmailCc\": \"CC_Emails\",\n  \"noEmail\": false,\n  \"created\": \"2020-06-23T16:14:48.785Z\",\n  \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n },\n \"date\": \"2020-12-11T07:28:01.016Z\",\n \"error\": {\n  \"code\": \"errorCode\",\n  \"message\": \"errorMessage\"\n }\n}"}],"_postman_id":"9c960637-92a1-4947-8fe8-367efe9c3385"},{"name":"Update user","id":"11afcafb-476b-49be-a1d0-38349e762d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"userId\": 1,\n    \"notificationEmail\": \"User email\",\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"other user recipients separated with semicolon\",\n    \"noEmail\": false,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/UserManagement","description":"<p>Update user info</p>\n","urlObject":{"path":["ews","UserManagement"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"dd218bc4-cf10-41f7-99f8-e59fc0849f06","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"userId\": 1,\n    \"notificationEmail\": \"userEmail\",\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"noEmail\": false,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/UserManagement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 100000000,\n \"data\": {\n  \"userId\": 1,\n  \"notificationEmail\": \"userEmail\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmailCc\": \"CC_Emails\",\n  \"noEmail\": false,\n  \"created\": \"2020-06-23T16:14:48.785Z\",\n  \"deactivated\": \"2020-08-06T17:37:34.203Z\"\n },\n \"date\": \"2020-12-11T07:28:01.016Z\",\n \"error\": {\n  \"code\": \"errorCode\",\n  \"message\": \"errorMessage\"\n }\n}"}],"_postman_id":"11afcafb-476b-49be-a1d0-38349e762d8a"},{"name":"Get all events by subscriber and user","id":"ebb83731-f1d8-4f34-b256-b987b9ef85c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/UserManagement/events/:subscriberId/:userId?companyCode=111111113&from=2021-05-01&to=2021-05-02&eventTypeId=10","description":"<p>Get user events. <br />\n<strong>Search filters</strong> <br /></p>\n<ol>\n<li>on date range: from to<br /></li>\n<li>on <a href=\"#a2f45a59-0ae2-4be7-9cec-bbdbd4ba24a2\">eventType</a> <br /></li>\n<li>on company code: companyCode</li>\n</ol>\n","urlObject":{"path":["ews","UserManagement","events",":subscriberId",":userId"],"host":["/"],"query":[{"description":{"content":"<p>(Optional) Company code</p>\n","type":"text/plain"},"key":"companyCode","value":"111111113"},{"description":{"content":"<p>(Optional) Date events from</p>\n","type":"text/plain"},"key":"from","value":"2021-05-01"},{"description":{"content":"<p>(Optional) Date events to</p>\n","type":"text/plain"},"key":"to","value":"2021-05-02"},{"description":{"content":"<p>(Optional) Event type id</p>\n","type":"text/plain"},"key":"eventTypeId","value":"10"}],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriber Id","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"user id","key":"userId"}]}},"response":[{"id":"0c6752bc-f20b-4b32-93ad-82ac2d98a428","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"occaecat"}],"url":{"raw":"//ews/UserManagement/events/:subscriberId/:userId?companyCode=Subject code&from=events date from&to=events date to&eventTypeId=event type id","host":["/"],"path":["ews","UserManagement","events",":subscriberId",":userId"],"query":[{"key":"companyCode","value":"Subject code"},{"key":"from","value":"events date from"},{"key":"to","value":"events date to"},{"key":"eventTypeId","value":"event type id"}],"variable":[{"key":"subscriberId"},{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": 1000000,\n    \"data\": [\n        {\n            \"companyCode\": \"111111111\",\n            \"events\": [\n                {\n                    \"eventType\": 21,\n                    \"dateRecorded\": \"2021-05-24T07:00:06.793\",\n                    \"factDate\": \"2021-05-23T00:00:00\",\n                    \"realFactDate\": \"2021-07-22T13:30:00\",\n                    \"oldValue\": null,\n                    \"newValue\": \"e2-2222-xxx/2021: Dėl skolos grąžinimo\",\n                    \"realFactDateToShow\": true,\n                    \"oldValueToShow\": false,\n                    \"newValueToShow\": true,\n                    \"isChangeIndicator\": false,\n                    \"eventId\": 9000,\n                    \"dateCreated\": \"2021-05-24T06:47:12.727\"\n                }\n            ]\n        },\n        {\n            \"companyCode\": \"111111112\",\n            \"events\": [\n                {\n                    \"eventType\": 20,\n                    \"dateRecorded\": \"2021-05-24T07:00:06.793\",\n                    \"factDate\": \"2021-05-23T00:00:00\",\n                    \"realFactDate\": \"2021-07-21T10:00:00\",\n                    \"oldValue\": null,\n                    \"newValue\": \"e2-100000-xxx/2021: Dėl statinių pripažinimo tinkamais naudoti\",\n                    \"realFactDateToShow\": true,\n                    \"oldValueToShow\": false,\n                    \"newValueToShow\": true,\n                    \"isChangeIndicator\": false,\n                    \"eventId\": 9001,\n                    \"dateCreated\": \"2021-05-24T06:47:12.727\"\n                },\n                {\n                    \"eventType\": 36,\n                    \"dateRecorded\": \"2021-05-24T10:30:06.263\",\n                    \"factDate\": \"2021-05-24T00:00:00\",\n                    \"realFactDate\": \"2021-05-23T00:00:00\",\n                    \"oldValue\": \"1916\",\n                    \"newValue\": \"1915\",\n                    \"realFactDateToShow\": false,\n                    \"oldValueToShow\": true,\n                    \"newValueToShow\": true,\n                    \"isChangeIndicator\": true,\n                    \"eventId\": 9002,\n                    \"dateCreated\": \"2021-05-24T10:02:06.16\"\n                }\n            ]\n        }\n     ],\n    \"date\": \"2021-05-25T01:46:53.7423236+03:00\",\n    \"error\": null\n}"}],"_postman_id":"ebb83731-f1d8-4f34-b256-b987b9ef85c8"}],"id":"77187d53-4928-4cc9-a141-895679952328","description":"<p>User management commands</p>\n","_postman_id":"77187d53-4928-4cc9-a141-895679952328"},{"name":"Subject Management","item":[{"name":"Create new monitoring subject","id":"1e565eff-bacb-4b61-92e2-b558a13e774b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"companyCode\": \"111111111\",\n    \"events\": [\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        },\n        {\n            \"eventType\": 22,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        }\n    ],\n    \"notificationEmail\": \"UserEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/SubjectManagement","urlObject":{"path":["ews","SubjectManagement"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6d0500da-9f96-425b-95fa-1bd2a01d71c3","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"events\": [\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        },\n        {\n            \"eventType\": 22,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        }\n    ],\n    \"companyCode\": \"111111111\",\n    \"notificationEmail\": \"UserEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/SubjectManagement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": {\n  \"id\": 44473100,\n  \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n  \"companyCode\": \"111111111\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmail\": \"userEmail\",\n  \"notificationEmailCc\": \"\",\n  \"created\": \"2020-12-15T21:41:47.566Z\",\n  \"deactivated\": null,\n  \"events\": [\n   {\n    \"id\": -59330914,\n    \"eventType\": 10,\n    \"eventBaseValue\": null,\n    \"eventAbsDeltaPerc\": null,\n    \"eventLowValue\": null,\n    \"eventUpValue\": null,\n    \"created\": \"2020-12-15T21:41:47.566Z\",\n    \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n    \"eventAbsChangeValue\": null,\n    \"updated\": \"2018-05-28T12:09:13.856Z\"\n   },\n   {\n    \"id\": -67743756,\n    \"eventType\": 15,\n    \"eventBaseValue\": -89340289.28956729,\n    \"eventAbsDeltaPerc\": -53642916.763107084,\n    \"eventLowValue\": -43773004.223304965,\n    \"eventUpValue\": -28284232.38602014,\n    \"created\": \"1979-02-04T15:39:53.337Z\",\n    \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n    \"eventAbsChangeValue\": -8399982.884462804,\n    \"updated\": \"2016-10-09T19:27:53.507Z\"\n   }\n  ],\n  \"userId\": 1\n },\n \"date\": \"2020-03-09T09:59:29.315Z\",\n \"error\": {\n  \"code\": -77825518,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"1e565eff-bacb-4b61-92e2-b558a13e774b"},{"name":"Get all monitored subjects by subscriber","id":"eb677f38-e4f8-4f9b-a0fd-90d0fb644fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/SubjectManagement/:subscriberId","urlObject":{"path":["ews","SubjectManagement",":subscriberId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"}]}},"response":[{"id":"fef1f6ad-86cd-4aa8-9a54-f000a33412f4","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/SubjectManagement/:subscriberId","host":["/"],"path":["ews","SubjectManagement",":subscriberId"],"variable":[{"key":"subscriberId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -17735335,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n  ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 38527137,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 20,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"2021-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"eb677f38-e4f8-4f9b-a0fd-90d0fb644fc8"},{"name":"Get monitored subjects by subscriber and user","id":"7a4466b4-267b-4d56-b73b-1b657986b4bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/SubjectManagement/:subscriberId/:userId","urlObject":{"path":["ews","SubjectManagement",":subscriberId",":userId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"}]}},"response":[{"id":"2b66ec45-49cf-45e9-9f75-a2574f530140","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/SubjectManagement/:subscriberId/:userId","host":["/"],"path":["ews","SubjectManagement",":subscriberId",":userId"],"variable":[{"key":"subscriberId"},{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -17735335,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n  ],\n   \"userId\": 1\n  }\n ],\n \"date\": \"2021-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"7a4466b4-267b-4d56-b73b-1b657986b4bf"},{"name":"Get monitored subjects by subscriber, user and company code","id":"28e754c0-53cb-4905-9f36-e0294b69d413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/SubjectManagement/:subscriberId/:userId/:companyCode","urlObject":{"path":["ews","SubjectManagement",":subscriberId",":userId",":companyCode"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"},{"description":{"content":"<p>(Required) Subject's company code</p>\n","type":"text/plain"},"type":"any","value":"CompanyCode","key":"companyCode"}]}},"response":[{"id":"5409c9d4-ec87-4712-9a48-5b5dac5cc7db","name":"Success","originalRequest":{"method":"GET","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/SubjectManagement/:subscriberId/:userId/:companyCode","host":["/"],"path":["ews","SubjectManagement",":subscriberId",":userId",":companyCode"],"variable":[{"key":"subscriberId"},{"key":"userId"},{"key":"companyCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -17735335,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n  ],\n   \"userId\": 1\n  }\n ],\n \"date\": \"2021-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"28e754c0-53cb-4905-9f36-e0294b69d413"},{"name":"Updates monitoring subject","id":"06a052c1-2c38-4d52-848f-e1a28ee7454d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"events\": [\n        {\n            \"eventId\": -53758289,\n            \"eventType\": 21,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        },\n        {\n            \"eventId\": -11802719,\n            \"eventType\": 21,\n            \"eventBaseValue\": 87758644.50746727,\n            \"eventAbsDeltaPerc\": 73281683.9825576,\n            \"eventLowValue\": -37539400.428745575,\n            \"eventUpValue\": -82504654.842996,\n            \"eventAbsChangeValue\": 88544580.34057647\n        }\n    ],\n    \"subjectId\": 5414879,\n    \"notificationEmail\": \"UserEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/SubjectManagement","urlObject":{"path":["ews","SubjectManagement"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"3b0ae5ba-2a01-45a8-9c62-46fc684ed445","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"events\": [\n        {\n            \"eventId\": -53758289,\n            \"eventType\": 21,\n            \"eventBaseValue\": null,\n            \"eventAbsDeltaPerc\": null,\n            \"eventLowValue\": null,\n            \"eventUpValue\": null,\n            \"eventAbsChangeValue\": null\n        },\n        {\n            \"eventId\": -11802719,\n            \"eventType\": 21,\n            \"eventBaseValue\": 87758644.50746727,\n            \"eventAbsDeltaPerc\": 73281683.9825576,\n            \"eventLowValue\": -37539400.428745575,\n            \"eventUpValue\": -82504654.842996,\n            \"eventAbsChangeValue\": 88544580.34057647\n        }\n    ],\n    \"subjectId\": 5414879,\n    \"notificationEmail\": \"UserEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/SubjectManagement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": {\n  \"id\": 44473100,\n  \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n  \"companyCode\": \"111111111\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmail\": \"userEmail\",\n  \"notificationEmailCc\": \"\",\n  \"created\": \"2020-12-15T21:41:47.566Z\",\n  \"deactivated\": null,\n  \"events\": [\n   {\n    \"id\": -59330914,\n    \"eventType\": 10,\n    \"eventBaseValue\": null,\n    \"eventAbsDeltaPerc\": null,\n    \"eventLowValue\": null,\n    \"eventUpValue\": null,\n    \"created\": \"2020-12-15T21:41:47.566Z\",\n    \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n    \"eventAbsChangeValue\": null,\n    \"updated\": \"2018-05-28T12:09:13.856Z\"\n   },\n   {\n    \"id\": -67743756,\n    \"eventType\": 15,\n    \"eventBaseValue\": -89340289.28956729,\n    \"eventAbsDeltaPerc\": -53642916.763107084,\n    \"eventLowValue\": -43773004.223304965,\n    \"eventUpValue\": -28284232.38602014,\n    \"created\": \"1979-02-04T15:39:53.337Z\",\n    \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n    \"eventAbsChangeValue\": -8399982.884462804,\n    \"updated\": \"2016-10-09T19:27:53.507Z\"\n   }\n  ],\n  \"userId\": 1\n },\n \"date\": \"2020-03-09T09:59:29.315Z\",\n \"error\": {\n  \"code\": -77825518,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"06a052c1-2c38-4d52-848f-e1a28ee7454d"},{"name":"Delete events types from all user's subjects","id":"301790b2-cc43-44ba-a410-3ce50c024bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    3,\n    29\n]"},"url":"//ews/SubjectManagement/Events/:subscriberId/:userId","urlObject":{"path":["ews","SubjectManagement","Events",":subscriberId",":userId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"}]}},"response":[{"id":"c1437108-2f85-49a1-8b53-7381518da4bb","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"[\n    2,\n    35\n]"},"url":{"raw":"//ews/SubjectManagement/Events/:subscriberId/:userId","host":["/"],"path":["ews","SubjectManagement","Events",":subscriberId",":userId"],"variable":[{"key":"subscriberId"},{"key":"userId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -17735335,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n  ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 38527137,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 20,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"2021-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"301790b2-cc43-44ba-a410-3ce50c024bc3"},{"name":"Delete subject from user's monitoring lists","id":"013194c3-669b-4274-b5a3-c50b6acfb1a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/SubjectManagement/:subscriberId/:subjectId","urlObject":{"path":["ews","SubjectManagement",":subscriberId",":subjectId"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) Subject's Id</p>\n","type":"text/plain"},"type":"any","value":"subjectId","key":"subjectId"}]}},"response":[{"id":"d9670dc3-4c9b-4dcc-ac84-8833bca15ece","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/SubjectManagement/:subscriberId/:subjectId","host":["/"],"path":["ews","SubjectManagement",":subscriberId",":subjectId"],"variable":[{"key":"subscriberId"},{"key":"subjectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": {\n  \"id\": 44473100,\n  \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n  \"companyCode\": \"111111111\",\n  \"notificationCulture\": \"lt-LT\",\n  \"notificationEmail\": \"userEmail\",\n  \"notificationEmailCc\": \"\",\n  \"created\": \"2020-12-15T21:41:47.566Z\",\n  \"deactivated\": null,\n  \"events\": [\n   {\n    \"id\": -59330914,\n    \"eventType\": 10,\n    \"eventBaseValue\": null,\n    \"eventAbsDeltaPerc\": null,\n    \"eventLowValue\": null,\n    \"eventUpValue\": null,\n    \"created\": \"2020-12-15T21:41:47.566Z\",\n    \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n    \"eventAbsChangeValue\": null,\n    \"updated\": \"2018-05-28T12:09:13.856Z\"\n   },\n   {\n    \"id\": -67743756,\n    \"eventType\": 15,\n    \"eventBaseValue\": -89340289.28956729,\n    \"eventAbsDeltaPerc\": -53642916.763107084,\n    \"eventLowValue\": -43773004.223304965,\n    \"eventUpValue\": -28284232.38602014,\n    \"created\": \"1979-02-04T15:39:53.337Z\",\n    \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n    \"eventAbsChangeValue\": -8399982.884462804,\n    \"updated\": \"2016-10-09T19:27:53.507Z\"\n   }\n  ],\n  \"userId\": 1\n },\n \"date\": \"2020-03-09T09:59:29.315Z\",\n \"error\": {\n  \"code\": -77825518,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"013194c3-669b-4274-b5a3-c50b6acfb1a3"},{"name":"Delete subjects event type for user","id":"8d2945eb-c089-4df6-815d-ae0bff593667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"}],"url":"//ews/SubjectManagement/:subscriberId/:userId/:eventType","urlObject":{"path":["ews","SubjectManagement",":subscriberId",":userId",":eventType"],"host":["/"],"query":[],"variable":[{"description":{"content":"<p>(Required) Subscriber GUID</p>\n","type":"text/plain"},"type":"any","value":"subscriberId","key":"subscriberId"},{"description":{"content":"<p>(Required) User id</p>\n","type":"text/plain"},"type":"any","value":"userId","key":"userId"},{"description":{"content":"<p>(Required) Monitoring event type id to be deleted</p>\n","type":"text/plain"},"type":"any","value":"EventTypeId","key":"eventType"}]}},"response":[{"id":"433270a9-c873-4373-b144-30fdc47a53a6","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"url":{"raw":"//ews/SubjectManagement/:subscriberId/:userId/:eventType","host":["/"],"path":["ews","SubjectManagement",":subscriberId",":userId",":eventType"],"variable":[{"key":"subscriberId"},{"key":"userId"},{"key":"eventType"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": -17735335,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n  ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 38527137,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 20,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"2021-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"8d2945eb-c089-4df6-815d-ae0bff593667"}],"id":"d5034fe0-15ac-45ad-be62-8b054f49c608","_postman_id":"d5034fe0-15ac-45ad-be62-8b054f49c608","description":""},{"name":"Subjects Management","item":[{"name":"Create new monitoring subjects","id":"888f0155-7218-4dd1-a6d1-f3c1cfe51a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"subjects\": [\n        {\n            \"companyCode\": \"111111111\",\n            \"events\": [\n                {\n                    \"eventType\": 20,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                },\n                {\n                    \"eventType\": 22,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                }\n            ]\n        },\n        {\n            \"companyCode\": \"111111112\",\n            \"events\": [\n                {\n                    \"eventType\": 19,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                },\n                {\n                    \"eventType\": 22,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                }\n            ]\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects","urlObject":{"path":["ews","Subjects"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"a3a7a1f1-df51-4c9f-9efc-6d5ffa398ca6","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"notificationCulture\": \"lt-LT\",\n    \"notificationEmailCc\": \"\",\n    \"subjects\": [\n        {\n            \"companyCode\": \"111111111\",\n            \"events\": [\n                {\n                    \"eventType\": 20,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                },\n                {\n                    \"eventType\": 22,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                }\n            ]\n        },\n        {\n            \"companyCode\": \"111111112\",\n            \"events\": [\n                {\n                    \"eventType\": 19,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                },\n                {\n                    \"eventType\": 22,\n                    \"eventBaseValue\": null,\n                    \"eventAbsDeltaPerc\": null,\n                    \"eventLowValue\": null,\n                    \"eventUpValue\": null,\n                    \"eventAbsChangeValue\": null\n                }\n            ]\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330915,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743757,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"1959-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"888f0155-7218-4dd1-a6d1-f3c1cfe51a15"},{"name":"Add events to all user's subjects","id":"4a39b405-934f-4f1e-aa54-33548e76c2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"events\": [\n        {\n            \"eventType\": 19,\n            \"eventBaseValue\": 50377105.179994345,\n            \"eventAbsDeltaPerc\": -41444836.12197227,\n            \"eventLowValue\": -9087851.272627175,\n            \"eventUpValue\": -24302953.372288764,\n            \"eventAbsChangeValue\": 154552.39810280502\n        },\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": 36271132.9356671,\n            \"eventAbsDeltaPerc\": 15616384.118793875,\n            \"eventLowValue\": 73091921.34022298,\n            \"eventUpValue\": 72058789.27721363,\n            \"eventAbsChangeValue\": 37495116.284187615\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects/Events","urlObject":{"path":["ews","Subjects","Events"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"00b04019-2c3e-4ba8-b011-9bbfd3eb1415","name":"Success","originalRequest":{"method":"POST","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"events\": [\n        {\n            \"eventType\": 19,\n            \"eventBaseValue\": 50377105.179994345,\n            \"eventAbsDeltaPerc\": -41444836.12197227,\n            \"eventLowValue\": -9087851.272627175,\n            \"eventUpValue\": -24302953.372288764,\n            \"eventAbsChangeValue\": 154552.39810280502\n        },\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": 36271132.9356671,\n            \"eventAbsDeltaPerc\": 15616384.118793875,\n            \"eventLowValue\": 73091921.34022298,\n            \"eventUpValue\": 72058789.27721363,\n            \"eventAbsChangeValue\": 37495116.284187615\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects/Events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330915,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743757,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"1959-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"4a39b405-934f-4f1e-aa54-33548e76c2c4"},{"name":"Update events of all user's subjects","id":"4dd9bd3d-ee47-4b2a-a36a-bb2d49a590f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) User ApiKey.</p>\n","key":"X-API-KEY","value":"ApiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"events\": [\n        {\n            \"eventType\": 19,\n            \"eventBaseValue\": 50377105.179994345,\n            \"eventAbsDeltaPerc\": -41444836.12197227,\n            \"eventLowValue\": -9087851.272627175,\n            \"eventUpValue\": -24302953.372288764,\n            \"eventAbsChangeValue\": 154552.39810280502\n        },\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": 36271132.9356671,\n            \"eventAbsDeltaPerc\": 15616384.118793875,\n            \"eventLowValue\": 73091921.34022298,\n            \"eventUpValue\": 72058789.27721363,\n            \"eventAbsChangeValue\": 37495116.284187615\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects/Events","urlObject":{"path":["ews","Subjects","Events"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"9afba355-1f11-4991-a500-4f535268c40e","name":"Success","originalRequest":{"method":"PUT","header":[{"description":"(Required) User ApiKey.","key":"X-API-KEY","value":"ApiKey"}],"body":{"mode":"raw","raw":"{\n    \"events\": [\n        {\n            \"eventType\": 19,\n            \"eventBaseValue\": 50377105.179994345,\n            \"eventAbsDeltaPerc\": -41444836.12197227,\n            \"eventLowValue\": -9087851.272627175,\n            \"eventUpValue\": -24302953.372288764,\n            \"eventAbsChangeValue\": 154552.39810280502\n        },\n        {\n            \"eventType\": 20,\n            \"eventBaseValue\": 36271132.9356671,\n            \"eventAbsDeltaPerc\": 15616384.118793875,\n            \"eventLowValue\": 73091921.34022298,\n            \"eventUpValue\": 72058789.27721363,\n            \"eventAbsChangeValue\": 37495116.284187615\n        }\n    ],\n    \"notificationEmail\": \"userEmail\",\n    \"userId\": 1,\n    \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\"\n}"},"url":"//ews/Subjects/Events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"requestId\": 10000000,\n \"data\": [\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330914,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743756,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 1\n  },\n  {\n   \"id\": 44473100,\n   \"subscriberId\": \"1d6bd701-5222-7389-f058-xxxxxxxxxxxx\",\n   \"companyCode\": \"111111111\",\n   \"notificationCulture\": \"lt-LT\",\n   \"notificationEmail\": \"userEmail\",\n   \"notificationEmailCc\": \"\",\n   \"created\": \"2020-12-15T21:41:47.566Z\",\n   \"deactivated\": null,\n   \"events\": [\n    {\n     \"id\": -59330915,\n     \"eventType\": 10,\n     \"eventBaseValue\": null,\n     \"eventAbsDeltaPerc\": null,\n     \"eventLowValue\": null,\n     \"eventUpValue\": null,\n     \"created\": \"2020-12-15T21:41:47.566Z\",\n     \"deactivated\": \"2021-04-26T05:33:57.024Z\",\n     \"eventAbsChangeValue\": null,\n     \"updated\": \"2018-05-28T12:09:13.856Z\"\n    },\n    {\n     \"id\": -67743757,\n     \"eventType\": 15,\n     \"eventBaseValue\": -89340289.28956729,\n     \"eventAbsDeltaPerc\": -53642916.763107084,\n     \"eventLowValue\": -43773004.223304965,\n     \"eventUpValue\": -28284232.38602014,\n     \"created\": \"1979-02-04T15:39:53.337Z\",\n     \"deactivated\": \"2005-05-26T00:08:48.020Z\",\n     \"eventAbsChangeValue\": -8399982.884462804,\n     \"updated\": \"2016-10-09T19:27:53.507Z\"\n    }\n   ],\n   \"userId\": 2\n  }\n ],\n \"date\": \"1959-03-28T09:05:52.079Z\",\n \"error\": {\n  \"code\": -36411107,\n  \"message\": \"ErrorMessage\"\n }\n}"}],"_postman_id":"4dd9bd3d-ee47-4b2a-a36a-bb2d49a590f4"}],"id":"80ffdfd7-b8e1-4e1d-96af-a158c34378f3","_postman_id":"80ffdfd7-b8e1-4e1d-96af-a158c34378f3","description":""},{"name":"Elements","item":[],"id":"6a1567eb-e332-409e-b7d4-2c7ef5ef4f36","description":"<p><strong>User Management</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>User Id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>subscriberId</td>\n<td>Subscriber Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>notificationEmail</td>\n<td>User email</td>\n<td>string</td>\n</tr>\n<tr>\n<td>notificationCulture</td>\n<td>Email type</td>\n<td>string</td>\n</tr>\n<tr>\n<td>notificationEmailCc</td>\n<td>other user receipients</td>\n<td>string</td>\n</tr>\n<tr>\n<td>noEmail</td>\n<td>Is email not provided</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>created</td>\n<td>User created</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>deactivated</td>\n<td>User deleted</td>\n<td>datetime</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Events</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyCode</td>\n<td>Monitored company code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>dateRecorded</td>\n<td>Date and time event prepared for notification</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>factDate</td>\n<td>Date of publication of the event</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>realFactDate</td>\n<td>Date of event</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>oldValue</td>\n<td>Value before event</td>\n<td>string</td>\n</tr>\n<tr>\n<td>newValue</td>\n<td>Value after event or just event value</td>\n<td>string</td>\n</tr>\n<tr>\n<td>realFactDateToShow</td>\n<td>Show/hide date in notification</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>oldValueToShow</td>\n<td>Show/hide old value in notification</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>newValueToShow</td>\n<td>Show/hide new value in notification</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>isChangeIndicator</td>\n<td>Indicator show if event of change or event of new value</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>eventId</td>\n<td>Event type ID</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>dateCreated</td>\n<td>Event record date and time</td>\n<td>datetime</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subject Management</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>Subject Id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>User Id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>subscriberId</td>\n<td>Subscriber Id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>Monitored company code</td>\n<td>string</td>\n</tr>\n<tr>\n<td>created</td>\n<td>Subject created</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>deactivated</td>\n<td>Subject deleted</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>events</td>\n<td>Subject events settings</td>\n<td>Array</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Subject Events Settings</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Event settings id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>eventType</td>\n<td>Event Type</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>eventBaseValue</td>\n<td>Value to start monitoring delta from</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>eventAbsDeltaPerc</td>\n<td>Percentage Delta from base value</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>eventLowValue</td>\n<td>Low value of monitoring rage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>eventUpValue</td>\n<td>Up value of monitoring rage</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>eventAbsChangeValue</td>\n<td>Absolute Delta from base value</td>\n<td>decimal</td>\n</tr>\n<tr>\n<td>created</td>\n<td>Date record created</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>deactivated</td>\n<td>Date record deleted</td>\n<td>datetime</td>\n</tr>\n<tr>\n<td>updated</td>\n<td>Date record updated</td>\n<td>datetime</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6a1567eb-e332-409e-b7d4-2c7ef5ef4f36"},{"name":"EventTypes","item":[],"id":"a2f45a59-0ae2-4be7-9cec-bbdbd4ba24a2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Name</th>\n<th>Description</th>\n<th>DataType</th>\n<th>RealFactDateToShow</th>\n<th>OldValueToShow</th>\n<th>NewValueToShow</th>\n<th>IsChangeIndicator</th>\n<th>Range&amp;Delta</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>CompanyStatusChange</td>\n<td>Change of company's legal status</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>2</td>\n<td>ChangeOfLegalAddress</td>\n<td>Change of company's legal address</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>3</td>\n<td>CompanyNameChange</td>\n<td>Change of company's name</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>4</td>\n<td>ManagerChange</td>\n<td>Change of company's manager</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>5</td>\n<td>ShareholdersChange</td>\n<td>Change of company's shareholder</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>6</td>\n<td>CompanyDecreaseInIncomes</td>\n<td>Decrease of anual income</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>7</td>\n<td>CompanyIncreaseInIncomes</td>\n<td>Increase of anual income</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>8</td>\n<td>ShareCapitalChange</td>\n<td>Change of company's share capital</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>9</td>\n<td>NewFinancialStatements</td>\n<td>Published new financial statement</td>\n<td>null</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>10</td>\n<td>CompanyDecreaseInVehicles</td>\n<td>Decrease of company's vehicles</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>11</td>\n<td>CompanyIncreaseInVehicles</td>\n<td>Increase of company's vehicles</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>12</td>\n<td>DeregistrationFromVat</td>\n<td>Deregistered from VAT register</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>13</td>\n<td>NewBankruptcyRecord</td>\n<td>Published new bankruptcy record</td>\n<td>null</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>14</td>\n<td>PropertyArrests</td>\n<td>Change of company's seizures</td>\n<td>string</td>\n<td>0</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>15</td>\n<td>IncreaseOnEmployees</td>\n<td>Increase of company's employees</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>16</td>\n<td>DecreaseOnEmployees</td>\n<td>Decrease of company's employees</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>17</td>\n<td>DebtsForSsiFund</td>\n<td>Published new debt for Social Insurance fund</td>\n<td>decimal</td>\n<td>0</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>18</td>\n<td>IncreaseOfDebtForSsiFund</td>\n<td>Increase of debt for Social Insurance fund</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>19</td>\n<td>DebtsPayedForSsiFund</td>\n<td>Published full debt payment for Social Insurance fund</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>20</td>\n<td>CourtProcessDefendant</td>\n<td>Published new court hearing. Company as defendant</td>\n<td>string</td>\n<td>1</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>21</td>\n<td>CourtProcessPlaintiff</td>\n<td>Published new court hearing. Company as plaintiff</td>\n<td>string</td>\n<td>1</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>22</td>\n<td>CourtProcessThirdParty</td>\n<td>Published new court hearing. Company as third party</td>\n<td>string</td>\n<td>1</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>23</td>\n<td>NewRestructuringRecord</td>\n<td>Published new restructuring record</td>\n<td>null</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>24</td>\n<td>RegistrationNewVat</td>\n<td>Registered as VAT payer</td>\n<td>string</td>\n<td>0</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>25</td>\n<td>CompanyActivityChange</td>\n<td>Change of company's activity</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>26</td>\n<td>CourtProcessBankruptcy</td>\n<td>Published new court hearing. Company bankruptcy</td>\n<td>string</td>\n<td>1</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>27</td>\n<td>CompanyFormChange</td>\n<td>Change of company's legal form</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>28</td>\n<td>CompanyContactInfoChange</td>\n<td>Change of company's legal contacts</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>29</td>\n<td>PDIncrease</td>\n<td>Increase of Probability of Bankruptcy</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>30</td>\n<td>PDDecrease</td>\n<td>Decrease of Probability of Bankruptcy</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>31</td>\n<td>ScoreIncrease</td>\n<td>Increase of Credit Score</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>32</td>\n<td>ScoreDecrease</td>\n<td>Decrease of Credit Score</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>33</td>\n<td>ClassIncrease</td>\n<td>Increase of Credit score class</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>34</td>\n<td>ClassDecrease</td>\n<td>Decrease of Credit score class</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>35</td>\n<td>CreditLimitIncrease</td>\n<td>Increase of Credit Limit</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>36</td>\n<td>CreditLimitDecrease</td>\n<td>Decrease of Credit Limit</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>37</td>\n<td>ChangeCompanySalary</td>\n<td>Change of company average salary</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>38</td>\n<td>CreditLimitCalculated</td>\n<td>Credit limit has been calculated</td>\n<td>decimal</td>\n<td>0</td>\n<td>0</td>\n<td>1</td>\n<td>0</td>\n<td>0</td>\n</tr>\n<tr>\n<td>40</td>\n<td>BoardMembersIncreased</td>\n<td>Board Members Increase</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>41</td>\n<td>BoardMembersDecreased</td>\n<td>Board Members Decrease</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>42</td>\n<td>SupervisoryBoardMembersIncreased</td>\n<td>Supervisory Board Members Increased</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>43</td>\n<td>SupervisoryBoardMembersDecreased</td>\n<td>Supervisory Board Members Decrease</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>44</td>\n<td>ChairOfTheBoardChange</td>\n<td>Chair Of The Board Change</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>45</td>\n<td>BoardMemberChange</td>\n<td>Board Member Change</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>46</td>\n<td>IncreaseOfBalance</td>\n<td>Increase Of Balance</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>47</td>\n<td>DecreaseOfBalance</td>\n<td>Decrease Of Balance</td>\n<td>decimal</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>48</td>\n<td>SupervisoryBoardMemberChange</td>\n<td>Supervisory Board Member Change</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>49</td>\n<td>ProcuratorChange</td>\n<td>Procurator Change</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n<tr>\n<td>50</td>\n<td>RepresentationRightsChange</td>\n<td>Representation Rights Change</td>\n<td>string</td>\n<td>0</td>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Explanation</strong></p>\n<p>DataType:<br />\na) string - event value in string<br />\nb) decimal - event values in numbers<br />\nc) null - event fact only<br /></p>\n<p>OldValueToShow:<br />\n1 - event has old value<br />\n0 - event has no change value<br /></p>\n<p>NewValueToShow:<br />\n1 - event has new or event value<br /></p>\n<p>IsChangeIndicator:<br />\n1 - indicates that event has change value from old to new<br /></p>\n<p>Range&amp;Delta<br />\n1 - Range and delta event settings can be used<br /></p>\n","_postman_id":"a2f45a59-0ae2-4be7-9cec-bbdbd4ba24a2"}],"id":"547f359b-42a2-4db8-9baa-2332f91672b0","description":"<p>It is a tool for business that allows you to consistently monitor the changing state of business partners. React quickly to changes not only to protect your business interests but also to be the first to notice the growth of your partners' business and offer additional services or goods.</p>\n<p>Service base Url: <a href=\"https://management.imoniuregistras.lt\">https://management.imoniuregistras.lt</a></p>\n<p>Swagger:<br /><a href=\"https://management.imoniuregistras.lt/index.html\">https://management.imoniuregistras.lt/index.html</a></p>\n<p>ApiKey: will be provided by administrator</p>\n<p>SubscriberId: will be provided by administrator</p>\n<p><strong>Implementation for simple use</strong></p>\n<ol>\n<li><p>Create user for subscription: <a href=\"https://managementapi.debesukompiuterija.lt/#33c4d1b7-352d-49df-ad9d-7cceb2c4175b\">Add user</a></p>\n</li>\n<li><p>Add monitoring subjects: <a href=\"https://null\">Create Subjects</a>. For simple requests, company codes can be added here only without events' types. All event types (without ranges and deltas) will be added for subjects by default. We suggest inserting approx 100 codes for testing purposes to start receiving notifications from the next day.</p>\n</li>\n<li><p>Check added subjects and event types for user: <a href=\"https://null\">Get monitored subjects by subscriber and user</a></p>\n</li>\n<li><p>Add missing monitored events types for all subjects: <a href=\"https://null\">Add monitored event types</a>.</p>\n</li>\n<li><p>Update monitoring events types for all subjects, if any changes you would like to apply (for example add range or delta): <a href=\"https://null\">Update events of all user's subjects</a></p>\n</li>\n<li><p>Get all events for user: <a href=\"https://null\">Get all events by subscriber and user</a>. You will start getting events from the next day after subjects and event types have been created.</p>\n</li>\n<li><p>Delete subject from the user's monitored subjects list if no reason to monitor the subject further: <a href=\"https://null\">Delete subject from user's monitoring lists</a>. To identify Subject ID on company code please use end point <a href=\"https://null\">Get monitored subjects by subscriber, user and company code</a>. Response element: \"id\" above \"subscriberId\".</p>\n</li>\n</ol>\n","_postman_id":"547f359b-42a2-4db8-9baa-2332f91672b0"}],"variable":[{"id":"5796f013-bdc5-4be3-830d-62a12402b9ff","key":"baseUrl","value":"/","type":"string"}]}