{"info":{"_postman_id":"af646c37-770d-44f4-9d8d-59e959c97fa4","name":"Zops Docs","description":"Zops Saas API\n","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Saas","item":[{"name":"Account","item":[{"name":"Account Create","id":"e1e436a0-b0fc-4fcd-a03f-320096523a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Application Content Type","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationName\": \"Example Organization Name\",\n    \"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register","description":"Allows to Post Register New Account\n"},"response":[{"id":"1eeffffd-c05e-40e0-b0e3-d332a5d96f78","name":"Account Create (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationName\": \"Example Organization Name\",\n    \"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:40:44 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"testing\": false\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"email\": \"organization_email@zetaops.io\",\n        \"registrationId\": \"4d9e2f9793c44b0db871b9ffc57f7d08\"\n    }\n}"},{"id":"b04c1e3b-8f99-4722-95da-2268a988c68e","name":"Account Create (409)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:37:32 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"These email address already used\"\n}"}],"_postman_id":"e1e436a0-b0fc-4fcd-a03f-320096523a1c"},{"name":"Account Update with Approve Code","id":"dcea2789-eb2c-4e25-a237-67282c3a45db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"approveCode\": \"db35b858b35e09fd0b16bf6be1ebe49e91aaed630a3f35a2799b01581ede31fc\",\n\t\"email\": \"zopsm_admin_email@zetaops.io\",\n\t\"password\": \"zopsmpassword\",\n\t\"firstName\": \"admin\",\n\t\"lastName\": \"admin\"\n}"},"url":"{{saasUrl}}/register/cf6ea6ec182048199ffb389fabee6848","description":"Allows to Post Register New Account\n"},"response":[{"id":"261375c8-780a-4d3d-ad03-7973bf1d7362","name":"Account Create (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationName\": \"Example Organization Name\",\n    \"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:40:44 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"testing\": false\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"email\": \"organization_email@zetaops.io\",\n        \"registrationId\": \"4d9e2f9793c44b0db871b9ffc57f7d08\"\n    }\n}"},{"id":"c4b4a89a-0f43-4bba-b2ba-2a89e96febaa","name":"Account Update with Approve Code (404)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"approveCode\": \"db35b858b35e09fd0b16bf6be1ebe49e91aaed630a3f35a2799b01581ede31fc\",\n\t\"email\": \"zopsm_admin_email@zetaops.io\",\n\t\"password\": \"zopsmpassword\",\n\t\"firstName\": \"admin\",\n\t\"lastName\": \"admin\"\n}"},"url":"{{saasUrl}}/register/cf6ea6ec182048199ffb389fabee6848"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:51:48 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"118"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"404 Not Found\",\n    \"description\": \"The account does not exist by given registration_id or already activated.\"\n}"},{"id":"d402b23b-c9e4-46ed-bc1b-b470919f750a","name":"Account Update with Approve Code (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"approveCode\": \"db35b858b35e09fd0b16bf6be1ebe49e91aaed630a3f35a2799b01581ede31fc\",\n\t\"email\": \"zopsm_admin_email@zetaops.io\",\n\t\"password\": \"zopsmpassword\",\n\t\"firstName\": \"admin\",\n\t\"lastName\": \"admin\"\n}"},"url":"{{saasUrl}}/register/cf6ea6ec182048199ffb389fabee6848"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:50:49 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"467"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"e990b66d2134493bbb7234c764af2a11\",\n        \"email\": \"zopsm_admin_email@zetaops.io\",\n        \"firstName\": \"admin\",\n        \"lastName\": \"admin\",\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDc0NDksImlhdCI6MTU0ODQwMjY0OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.tUiQNolbScTgQEi_toga_bod_Y_9AX3-BeYrrntnMW0\"\n    }\n}"},{"id":"eb573559-64ed-4ca0-8f47-973f31dc81bd","name":"Account Create (409)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:37:32 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"These email address already used\"\n}"}],"_postman_id":"dcea2789-eb2c-4e25-a237-67282c3a45db"},{"name":"Account Approve Code Resend","id":"989922b0-c942-419f-b7d3-776528bb18ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register/approve-code","description":"Allows to Post Register New Account\n"},"response":[{"id":"5129a8a2-a567-471d-a333-de2a009efabe","name":"Account Approve Code Resend (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register/approve-code"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:59:24 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"68"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"testing\": false\n        }\n    },\n    \"content\": {}\n}"}],"_postman_id":"989922b0-c942-419f-b7d3-776528bb18ea"},{"name":"Account Information","id":"796854e9-b2cc-4480-9f68-90a61e2b68ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/account","description":"Get account information"},"response":[{"id":"0e285fd0-e4a8-494d-aea2-243079bcaefa","name":"Account Create (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationName\": \"Example Organization Name\",\n    \"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:40:44 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"testing\": false\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"email\": \"organization_email@zetaops.io\",\n        \"registrationId\": \"4d9e2f9793c44b0db871b9ffc57f7d08\"\n    }\n}"},{"id":"925f08c7-f8fb-4e81-97ac-cc6db380da26","name":"Account Information (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:25:26 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"address\": \"Example Organization adress\",\n        \"phone\": \"12345670001\",\n        \"email\": \"organization_email_zopsm@zetaops.io\"\n    }\n}"},{"id":"94c7b405-ec25-4a70-9fc7-0ff4f2ee5402","name":"Account Create (409)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:37:32 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"These email address already used\"\n}"}],"_postman_id":"796854e9-b2cc-4480-9f68-90a61e2b68ad"},{"name":"Account Information","id":"49b38518-c50c-4677-b874-24c214f004cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"address\": \"Example Organization adress\",\n\t\"phone\": \"12345670001\",\n\t\"email\": \"organization_email_zopsm@zetaops.io\"\n}"},"url":"{{saasUrl}}/account","description":"Update account information"},"response":[{"id":"3ac2a7e7-0b9d-4d75-ac01-f34bb8742470","name":"Account Create (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organizationName\": \"Example Organization Name\",\n    \"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:40:44 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"testing\": false\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"email\": \"organization_email@zetaops.io\",\n        \"registrationId\": \"4d9e2f9793c44b0db871b9ffc57f7d08\"\n    }\n}"},{"id":"3fd35d1f-3a64-41f3-8ba9-1fd331732745","name":"Account Information (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"address\": \"Example Organization adress\",\n\t\"phone\": \"12345670001\",\n\t\"email\": \"organization_email_zopsm@zetaops.io\"\n}"},"url":"{{saasUrl}}/account"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:25:04 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"211"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"organizationName\": \"Example Organization Name\",\n        \"address\": \"Example Organization adress\",\n        \"phone\": \"12345670001\",\n        \"email\": \"organization_email_zopsm@zetaops.io\"\n    }\n}"},{"id":"59cc3c99-e3a9-4e7c-ba9e-50afe7a25f36","name":"Account Information (409)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"address\": \"Example Organization adress\",\n\t\"phone\": \"12345670001\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/account"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:24:41 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"90"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"There is an conflict please change input value\"\n}"},{"id":"d9001349-949b-40ca-9c99-daabc6614367","name":"Account Information (400)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"address\": \"Example Organization adress\",\n\t\"phone\": \"123123123\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:20:02 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"83"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Validation failed\",\n    \"description\": \"Phone number is not proper format.\"\n}"},{"id":"eed1f571-d1b6-4705-9b0e-59d9ed6a483f","name":"Account Create (409)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 07:37:32 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"These email address already used\"\n}"}],"_postman_id":"49b38518-c50c-4677-b874-24c214f004cc"}],"id":"9d122620-a181-4b08-83ea-4295abc0361e","event":[{"listen":"prerequest","script":{"id":"3a6001a6-ba49-416d-8b57-113e9d2d17c5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e84dc188-a102-43a7-adaf-6935b22c0f36","type":"text/javascript","exec":[""]}}],"_postman_id":"9d122620-a181-4b08-83ea-4295abc0361e"},{"name":"Admin User","item":[{"name":"Authentication & Authorization","item":[{"name":"Login as Admin User","event":[{"listen":"test","script":{"id":"905a9412-7a5f-44e5-a69c-464053e0e7ce","exec":["let jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"saasAdminTokenRCM\", jsonData.content.token);",""],"type":"text/javascript"}}],"id":"2afbabc1-734f-4616-855e-979cbeb463af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"zopsm_admin_email@zetaops.io\",\n    \"password\": \"zopsmpassword\"\n}"},"url":"{{saasUrl}}/session"},"response":[{"id":"4e09a73a-2a59-4f95-a763-37f77f5786a1","name":"Login as Admin User (404)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"zopsm_admin_email@zetaops.io\",\n    \"password\": \"zopsmpasswordd\"\n}"},"url":"{{saasUrl}}/session"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:18:49 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"404 Not Found\",\n    \"description\": \"Resource object does not exist.\"\n}"},{"id":"a1cb3e84-1268-4f2a-8fee-5557883a12d7","name":"Login as Admin User (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"zopsm_admin_email@zetaops.io\",\n    \"password\": \"zopsmpassword\"\n}"},"url":"{{saasUrl}}/session"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:11:30 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"341"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg2OTAsImlhdCI6MTU0ODQwMzg5MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.6VTmMO8qevXORyofCOkpNuP7zss68_Ye7_h1v1n_f38\"\n    }\n}"}],"_postman_id":"2afbabc1-734f-4616-855e-979cbeb463af"},{"name":"Logout Admin User","id":"40c62e04-13c6-4128-b0a6-408b8534e0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTE0MjMzNjIsImlhdCI6MTU1MDgxODU2Miwic3ViIjoiNmI2OWUzODY3YzViNGY5ZjgyZjFjMDE4MjI0YzAxOTciLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImU4MzAwZGZhODZhMDRiZWJhMTI4MmVmYTRhOWEwZWIxIn0.W-OtllKp_K07ShxSsQga6Q4IInqBltQq72LvtLXoENc"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/session/logout","description":"Logout User Account and Invalidate user token."},"response":[{"id":"86bca4ef-7272-46c3-bd9d-339de579fbbd","name":"Logout Admin User (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/session/logout"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:30:36 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"69"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"others\": false\n        }\n    },\n    \"content\": null\n}"},{"id":"b6a7a3a8-42f6-4601-bbaf-d61aa8adc7c6","name":"Logout Admin User (401)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDg4ODksImlhdCI6MTU0ODQwNDA4OSwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.hURHHR4bFfy4VV8uwcFQjkIYjqfavTkHVAl7JXVkEds"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":"{{saasUrl}}/session/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:30:56 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"78"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"401 Unauthorized\",\n    \"description\": \"This token is no longer valid.\"\n}"}],"_postman_id":"40c62e04-13c6-4128-b0a6-408b8534e0f2"},{"name":"Delete all token","id":"e7d6c15e-daa8-41af-b89a-1bd4ecf091b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":{"raw":"{{saasUrl}}/session/logout?others=True","host":["{{saasUrl}}"],"path":["session","logout"],"query":[{"key":"others","value":"True"}]},"description":"All user token deleted except that used this request."},"response":[{"id":"70385cae-b7c8-449e-8978-9f632b5d0b7f","name":"Delete all token (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"organizationName\": \"Example Organization Name\",\n\t\"email\": \"organization_email@zetaops.io\"\n}"},"url":{"raw":"{{saasUrl}}/session/logout?others=True","host":["{{saasUrl}}"],"path":["session","logout"],"query":[{"key":"others","value":"True"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:33:12 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"68"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"others\": true\n        }\n    },\n    \"content\": null\n}"}],"_postman_id":"e7d6c15e-daa8-41af-b89a-1bd4ecf091b9"}],"id":"50d04835-7832-43d6-b48a-a7e9d33eb5e0","_postman_id":"50d04835-7832-43d6-b48a-a7e9d33eb5e0"},{"name":"CRUD","item":[{"name":"Me","id":"b5e8df40-b0ba-4fbb-b3ba-50ced4d3ca76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/me","description":"## Retrieve admin user information with user id.\n\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| email    | Email for user.Max length 70 Character | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| firstName    | Name of user.Max length 32 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastName    | Last Name of user.Max length 32 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| role    | Role of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"063e8dc0-94a5-47af-beaa-521d69b4614e","name":"Me (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:53:11 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"191"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"e990b66d2134493bbb7234c764af2a11\",\n        \"email\": \"zopsm_admin_email@zetaops.io\",\n        \"role\": \"admin\",\n        \"firstName\": \"admin\",\n        \"lastName\": \"admin\"\n    }\n}"}],"_postman_id":"b5e8df40-b0ba-4fbb-b3ba-50ced4d3ca76"},{"name":"Create New Admin User","id":"90f7fbc2-19fb-4813-a5cf-b40cfec308ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"zopsm_new_admin_email@zetaops.io\",\n\t\"password\": \"zopsmnewpassword\",\n\t\"firstName\": \"new admin\",\n\t\"lastName\": \"new admin\"\n}"},"url":"{{saasUrl}}/admins","description":"## Create a new user with admin role.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| email    | Email for user.Max length 70 Character | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| password    | Password for user.Max length 128 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| firstName    | Name of user.Max length 32 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastName    | Last Name of user.Max length 32 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| role    | Role of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | User access token for SaaS endpoints. It is expire after 1 week | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"895e5418-3e37-42c9-af94-07288a4e5096","name":"Create New Admin User (409)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"zopsm_new_admin_email@zetaops.io\",\n\t\"password\": \"zopsmnewpassword\",\n\t\"firstName\": \"new admin\",\n\t\"lastName\": \"new admin\"\n}"},"url":"{{saasUrl}}/admins"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:42:40 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"84"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"409 Conflict\",\n    \"description\": \"This email address used by another user.\"\n}"},{"id":"89a3a3b9-d218-49d3-b988-8b3c8e64872a","name":"Create New Admin User (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"zopsm_new_admin_email@zetaops.io\",\n\t\"password\": \"zopsmnewpassword\",\n\t\"firstName\": \"new admin\",\n\t\"lastName\": \"new admin\"\n}"},"url":"{{saasUrl}}/admins"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:41:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"496"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"023139b72d14435f9328b101a8a72457\",\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMTA1MTQsImlhdCI6MTU0ODQwNTcxNCwic3ViIjoiMDIzMTM5YjcyZDE0NDM1ZjkzMjhiMTAxYThhNzI0NTciLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.1idLVOI7lkgb0zIaV2yBLgtwVC_7qkotAaZACvtKNJs\",\n        \"email\": \"zopsm_new_admin_email@zetaops.io\",\n        \"role\": \"admin\",\n        \"firstName\": \"new admin\",\n        \"lastName\": \"new admin\"\n    }\n}"}],"_postman_id":"90f7fbc2-19fb-4813-a5cf-b40cfec308ac"},{"name":"Admin Information","id":"d6493ce6-a84f-4b87-9684-54d0af00c19b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/ef943b9b8b5645fdb90b6dad5f937e00","description":"## Retrieve admin user information with user id.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| email    | Email for user.Max length 70 Character | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| firstName    | Name of user.Max length 32 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastName    | Last Name of user.Max length 32 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| role    | Role of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | User access token for SaaS endpoints. It is expire after 1 week | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"52417725-ebf5-4ed7-9cf7-b8eee42f4c12","name":"Admin Information (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/023139b72d14435f9328b101a8a72457"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:44:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"176"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"email\": \"zopsm_new_admin_email@zetaops.io\",\n        \"role\": \"admin\",\n        \"firstName\": \"new admin\",\n        \"lastName\": \"new admin\",\n        \"token\": null\n    }\n}"},{"id":"f1aa6546-f681-41a1-8f15-10186c21d1bd","name":"Admin Information (404)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/111111111111"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:45:09 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"404 Not Found\",\n    \"description\": \"Resource object does not exist.\"\n}"}],"_postman_id":"d6493ce6-a84f-4b87-9684-54d0af00c19b"},{"name":"Update Admin Information","id":"02e9c580-a4f6-4412-84c0-b54955cc1111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"zopsm_updated_admin_email@zetaops.io\",\n\t\"password\": \"zopsmnewpassword\",\n\t\"firstName\": \"updated admin\",\n\t\"lastName\": \"updated admin\"\n}"},"url":"{{saasUrl}}/admins/ef943b9b8b5645fdb90b6dad5f937e00","description":"## Update admin user information\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| email    | Email for user.Max length 70 Character | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| password    | Password for user.Max length 128 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| firstName    | Name of user.Max length 32 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastName    | Last Name of user.Max length 32 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| role    | Role of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | User access token for SaaS endpoints. It is expire after 1 week | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"bf992ddd-c8c1-4287-ba2f-989c212cd0e8","name":"Update Admin Information (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"zopsm_updated_admin_email@zetaops.io\",\n\t\"password\": \"zopsmnewpassword\",\n\t\"firstName\": \"updated admin\",\n\t\"lastName\": \"updated admin\"\n}"},"url":"{{saasUrl}}/admins/023139b72d14435f9328b101a8a72457"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:47:59 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"188"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"email\": \"zopsm_updated_admin_email@zetaops.io\",\n        \"role\": \"admin\",\n        \"firstName\": \"updated admin\",\n        \"lastName\": \"updated admin\",\n        \"token\": null\n    }\n}"}],"_postman_id":"02e9c580-a4f6-4412-84c0-b54955cc1111"},{"name":"List of Admin User","id":"3a3a8492-b8c9-44a5-8630-674007b6e5c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins","description":"## Retrieve admin user information with user id.\n\n\n### List of admin object fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| email    | Email for user.Max length 70 Character | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| firstName    | Name of user.Max length 32 Character\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastName    | Last Name of user.Max length 32 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| role    | Role of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | User access token for SaaS endpoints. It is expire after 1 week | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"943f2253-5cc7-43f4-9cdb-2fd0d73cd9ec","name":"List of Admin User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:46:31 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"392"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"id\": \"e990b66d2134493bbb7234c764af2a11\",\n            \"token\": null,\n            \"email\": \"zopsm_admin_email@zetaops.io\",\n            \"role\": \"admin\",\n            \"firstName\": \"admin\",\n            \"lastName\": \"admin\"\n        },\n        {\n            \"id\": \"023139b72d14435f9328b101a8a72457\",\n            \"token\": null,\n            \"email\": \"zopsm_updated_admin_email@zetaops.io\",\n            \"role\": \"admin\",\n            \"firstName\": \"updated admin\",\n            \"lastName\": \"updated admin\"\n        }\n    ]\n}"}],"_postman_id":"3a3a8492-b8c9-44a5-8630-674007b6e5c4"},{"name":"Delete Admin User","id":"8d1282f8-40bb-48e7-929e-210759139019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/ef943b9b8b5645fdb90b6dad5f937e00","description":"Delete admin user"},"response":[{"id":"1f764d77-efcf-427f-b83e-6a6277fe8f71","name":"Delete Admin User (404)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/023139b72d14435f9328b101a8a72457"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:48:50 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"104"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"404 Not Found\",\n    \"description\": \"Deletion not completed.Your account only have 1 admin user.\"\n}"},{"id":"f5fe99c9-40f4-457e-87dd-966af88f8f31","name":"Delete Admin User (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/admins/023139b72d14435f9328b101a8a72457"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 08:53:03 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"52"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": null\n}"}],"_postman_id":"8d1282f8-40bb-48e7-929e-210759139019"}],"id":"68dbb3ce-0cbb-40f7-9369-75a4a8d4a8a8","_postman_id":"68dbb3ce-0cbb-40f7-9369-75a4a8d4a8a8"}],"id":"919d971a-6e4c-48ba-92bb-4a07c9c92d20","_postman_id":"919d971a-6e4c-48ba-92bb-4a07c9c92d20"},{"name":"Project","item":[{"name":"CRUD","item":[{"name":"Create Project","id":"ebeb0845-5d4e-4c18-b8b8-e413e1daa9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects","description":"## Create a new project\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Project name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Project description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| services    |Project's active services | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"0a04fb93-e4f2-41c4-aaad-5307695d46b7","name":"Create Project (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 10:41:11 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"217"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"name\": \"Zopsm Project Name\",\n        \"description\": \"Zopsm Project Description\",\n        \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\",\n        \"userLimit\": 1000,\n        \"userUsed\": null,\n        \"services\": []\n    }\n}"}],"_postman_id":"ebeb0845-5d4e-4c18-b8b8-e413e1daa9f9"},{"name":"List Projects","id":"faefbc57-3f29-4f6f-acf5-ce3ac809d19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"url":"{{saasUrl}}/projects","description":"## Get account's project\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Project name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Project description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| services    |Project's active services | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"f25ddd8c-f060-4915-bc1b-a70181f7d042","name":"Get Projects (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 10:47:24 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"218"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"name\": \"Zopsm Project Name\",\n            \"description\": \"Zopsm Project Description\",\n            \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\",\n            \"userLimit\": 1000,\n            \"userUsed\": 0,\n            \"services\": null\n        }\n    ]\n}"}],"_postman_id":"faefbc57-3f29-4f6f-acf5-ce3ac809d19e"},{"name":"Update Project","id":"6c278370-b6ac-408a-9c45-fe7082e558dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Updated Project Name\",\n\t\"description\": \"Zopsm Updated Project Description\"\n}"},"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547","description":"## Update project\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Project name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Project description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| services    |Project's active services | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"e9fdc2c9-ced4-4261-b2c6-7d852f8340d7","name":"Update Project (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Updated Project Name\",\n\t\"description\": \"Zopsm Updated Project Description\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 10:51:13 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"230"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"name\": \"Zopsm Updated Project Name\",\n        \"description\": \"Zopsm Updated Project Description\",\n        \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\",\n        \"userLimit\": 1000,\n        \"userUsed\": 0,\n        \"services\": []\n    }\n}"}],"_postman_id":"6c278370-b6ac-408a-9c45-fe7082e558dd"},{"name":"Get Project with ID","id":"faab866c-eebe-4f23-ba2b-3a13f6faa040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects/d704bbd6e2dd4355b0316e1bc6fb30c3","description":"## Get account project with project id.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Project name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Project description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| services    |Project's active services | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"46029203-3ade-4bd1-8cae-df9d794f5c4e","name":"Get Project with ID (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 10:48:46 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"214"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"name\": \"Zopsm Project Name\",\n        \"description\": \"Zopsm Project Description\",\n        \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\",\n        \"userLimit\": 1000,\n        \"userUsed\": 0,\n        \"services\": []\n    }\n}"},{"id":"82bb28e0-ed8a-4eac-ab10-d3b53d046aca","name":"Get Project with ID (404)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 10:44:52 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"76"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"404 Not Found\",\n    \"description\": \"Resource object does not exist.\"\n}"}],"_postman_id":"faab866c-eebe-4f23-ba2b-3a13f6faa040"}],"id":"1b7854f3-7b02-4218-9217-ab02d43642e2","_postman_id":"1b7854f3-7b02-4218-9217-ab02d43642e2"},{"name":"Service","item":[{"name":"Get Service Catalogs","id":"21b28be5-6d82-4c45-8e89-ff592bd5df24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/services","description":"## Get Service Catalogs\n\n### List of service catalog object fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    |Service Catalog name\t\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Service Catalog description\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| codeName    |Code name of the service.\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"0f7b0803-157e-4639-8d1c-d1a943a75cda","name":"Get Service Catalogs (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Zopsm Project Name\",\n\t\"description\": \"Zopsm Project Description\"\n}"},"url":"{{saasUrl}}/services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 11:19:41 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"229"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"name\": \"Real Time Online Chat\",\n            \"description\": \"Real Time Online Chat is funny!\",\n            \"codeName\": \"roc\"\n        },\n        {\n            \"name\": \"Push Service\",\n            \"description\": \"Push Service\",\n            \"codeName\": \"push\"\n        }\n    ]\n}"}],"_postman_id":"21b28be5-6d82-4c45-8e89-ff592bd5df24"},{"name":"Create Service","id":"480a4e6b-afa9-43d0-9967-5a03f1d04f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"serviceCatalogCode\": \"roc\",\n\t\"name\": \"Zopsm Project Roc Service\",\n\t\"description\": \"Zopsm Project Roc Service Description\"\n}"},"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/services","description":"## Allows to create attachment between service and project\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Service name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Service description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| serviceCatalogCode    |Code name of the service.\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of service | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"180e9e08-df13-4ac8-9fd4-68092acc23e0","name":"Create Service (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"serviceCatalogCode\": \"roc\",\n\t\"name\": \"Zopsm Project Roc Service\",\n\t\"description\": \"Zopsm Project Roc Service Description\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/services"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 11:23:18 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"250"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"ae48eddeebf5460ebf7639bfc5482c73\",\n        \"itemLimit\": 10000,\n        \"itemUsed\": null,\n        \"name\": \"Zopsm Project Roc Service\",\n        \"description\": \"Zopsm Project Roc Service Description\",\n        \"serviceCatalogCode\": \"roc\"\n    }\n}"}],"_postman_id":"480a4e6b-afa9-43d0-9967-5a03f1d04f1a"},{"name":"Get Project Service","id":"3633572d-6497-46f1-a2c2-fa5d97601c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/services/roc","description":"## Retrieve service with project id and service catalog code\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Service name.Max length 70 Character\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Service description.Max length 200 Character\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| serviceCatalogCode    |Code name of the service.\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of service | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userLimit    | User limit of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userUsed    | Used user of service.\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"59acb31d-eec8-479d-b53d-715e7667616f","name":"Get Project Service (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"serviceCatalogCode\": \"roc\",\n\t\"name\": \"Zopsm Project Roc Service\",\n\t\"description\": \"Zopsm Project Roc Service Description\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/services/roc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 11:42:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"247"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"a02b2980c91b4cd0936e31f22d63a7d0\",\n        \"itemLimit\": 10000,\n        \"itemUsed\": 0,\n        \"name\": \"Zopsm Project Roc Service\",\n        \"description\": \"Zopsm Project Roc Service Description\",\n        \"serviceCatalogCode\": \"roc\"\n    }\n}"}],"_postman_id":"3633572d-6497-46f1-a2c2-fa5d97601c72"},{"name":"Delete Project Service","id":"12f3ebbf-0fed-4686-b7eb-967415bd71ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/services/roc","description":"## Allows to delete attachment between project and service."},"response":[{"id":"cad7eefa-2acd-4313-b513-7e4a72d51450","name":"Delete Project Service (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/services/roc"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 11:45:42 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"52"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": null\n}"}],"_postman_id":"12f3ebbf-0fed-4686-b7eb-967415bd71ee"}],"id":"a333c304-cb1b-4e45-b1ca-e2b28f64da5a","_postman_id":"a333c304-cb1b-4e45-b1ca-e2b28f64da5a"},{"name":"Project API Key","item":[{"name":"Update Project API Key","event":[{"listen":"test","script":{"id":"5991e25b-c82e-43b1-8379-4d14d17ef9b6","exec":[""],"type":"text/javascript"}}],"id":"072f9375-ca3e-4d43-9f9e-976ee0bfce3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"fcmApiKeys\": \"AAAAVUDkzd4:APA91bGsxvLn5UtZPNQaZNj_yc1alJgbdghwbfk10tNA5c97wx9t0eRFuFiAtv_fBN81cJvzCkwP8NhbGEJxLJq22xXUXn0N8\", \n\t\"fcmProjectNumber\": \"111160956894\", \n\t\"apnsCert\": \"lzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4=\"\n}"},"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/api","description":"## Google Server API Key, Google Project Number, Apns IOS Push Certification updated using these resource.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| fcmApiKeys    | Fcm API Key\t\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| fcmProjectNumber    | Fcm Project Number\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| apnsCert    |Apns Cert\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"3cefbba6-8273-4c72-8391-64d018407fac","name":"Update Project API Key (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n\t\"fcmApiKeys\": \"AAAAVUDkzd4:APA91bGsxvLn5UtZPNQaZNj_yc1alJgbdghwbfk10tNA5c97wx9t0eRFuFiAtv_fBN81cJvzCkwP8NhbGEJxLJq22xXUXn0N8\", \n\t\"fcmProjectNumber\": \"111160956894\", \n\t\"apnsCert\": \"lzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4=\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/api"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 11:59:15 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"558"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"fcmApiKeys\": \"AAAAVUDkzd4:APA91bGsxvLn5UtZPNQaZNj_yc1alJgbdghwbfk10tNA5c97wx9t0eRFuFiAtv_fBN81cJvzCkwP8NhbGEJxLJq22xXUXn0N8\",\n        \"fcmProjectNumber\": \"111160956894\",\n        \"apnsCert\": \"b'lzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4='\",\n        \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\"\n    }\n}"}],"_postman_id":"072f9375-ca3e-4d43-9f9e-976ee0bfce3f"},{"name":"Retrieve Project API Key","event":[{"listen":"test","script":{"id":"5991e25b-c82e-43b1-8379-4d14d17ef9b6","exec":[""],"type":"text/javascript"}}],"id":"13e11ae4-5df5-40ea-ac43-04d5e21b10d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/api","description":"## Get Google Server API Key, Google Project Number, Apns IOS Push Certification\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| fcmApiKeys    | Fcm API Key\t\t| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| fcmProjectNumber    | Fcm Project Number\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| apnsCert    |Apns Cert\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"55f6bf4f-6920-4636-b153-951e8ab1e6f4","name":"Update Project API Key Copy (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/api"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:06:01 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"555"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"fcmApiKeys\": \"AAAAVUDkzd4:APA91bGsxvLn5UtZPNQaZNj_yc1alJgbdghwbfk10tNA5c97wx9t0eRFuFiAtv_fBN81cJvzCkwP8NhbGEJxLJq22xXUXn0N8\",\n        \"fcmProjectNumber\": \"111160956894\",\n        \"apnsCert\": \"lzIHNpbmd1bGFyIHBhc3Npb24gZnJvbSBvdGhlciBhbmltYWxzLCB3aGljaCBpcyBhIGx1c3Qgb2YgdGhlIG1pbmQsIHRoYXQgYnkgYSBwZXJzZXZlcmFuY2Ugb2YgZGVsaWdodCBpbiB0aGUgY29udGludWVkIGFuZCBpbmRlZmF0aWdhYmxlIGdlbmVyYXRpb24gb2Yga25vd2xlZGdlLCBleGNlZWRzIHRoZSBzaG9ydCB2ZWhlbWVuY2Ugb2YgYW55IGNhcm5hbCBwbGVhc3VyZS4=\",\n        \"id\": \"d7515299dd7e4e50883ef4dde106d8cf\"\n    }\n}"}],"_postman_id":"13e11ae4-5df5-40ea-ac43-04d5e21b10d8"}],"id":"add9d422-32fa-496c-9090-e9700dc5fdaf","description":"Google Server API Key, Google Project Number, Apns IOS Push Certification Retrieve & Update","event":[{"listen":"prerequest","script":{"id":"395f1e40-b17f-4172-b7b3-9aefdbdcac17","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f131b19c-0ce0-4c51-9f30-2d6f1719ed1b","type":"text/javascript","exec":[""]}}],"_postman_id":"add9d422-32fa-496c-9090-e9700dc5fdaf"}],"id":"7ce124fe-6e16-42e1-ab4f-26b264d3fffd","_postman_id":"7ce124fe-6e16-42e1-ab4f-26b264d3fffd"},{"name":"Consumer","item":[{"name":"Create Consumer","event":[{"listen":"test","script":{"id":"c7f0fb98-4cd8-4756-849d-a737cd722c0c","exec":[""],"type":"text/javascript"}}],"id":"871b0a1f-7771-46d7-8956-f3a76cc1a2af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"consumer1@consumer.com\",\n    \"password\": \"consumer1password\"\n}"},"url":"{{saasUrl}}/consumers","description":"## Create new account consumer\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| email    | Consumer email adress| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  |\n| password    | Consumer password\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  |\n| id    | Unique identifier of consumer | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"ebfe450d-6cd8-43e0-af65-72f565e4ee74","name":"Create Consumer (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"consumer1@consumer.com\",\n    \"password\": \"consumer1password\"\n}"},"url":"{{saasUrl}}/consumers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:17:08 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"90"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"9c6b8f52650f4f069a824d3f27ee70ed\"\n    }\n}"}],"_postman_id":"871b0a1f-7771-46d7-8956-f3a76cc1a2af"},{"name":"List Consumers","event":[{"listen":"test","script":{"id":"c7f0fb98-4cd8-4756-849d-a737cd722c0c","exec":[""],"type":"text/javascript"}}],"id":"45fab59e-9b4c-4b1e-a8ef-3abcd2422c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{saasUrl}}/consumers","description":"## List account's consumers\n\n### List of Consumer ids\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of consumer | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)  | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"8bbc81ba-b060-4a28-a878-38d604b8068c","name":"List Consumers (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"consumer1@consumer.com\",\n    \"password\": \"consumer1password\"\n}"},"url":"{{saasUrl}}/consumers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:15:29 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"136"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"id\": \"9c6b8f52650f4f069a824d3f27ee70ed\"\n        },\n        {\n            \"id\": \"ef5755e96f494ef884cb836c4f84f978\"\n        }\n    ]\n}"}],"_postman_id":"45fab59e-9b4c-4b1e-a8ef-3abcd2422c39"},{"name":"Create Project Consumer","event":[{"listen":"test","script":{"id":"c7f0fb98-4cd8-4756-849d-a737cd722c0c","exec":[""],"type":"text/javascript"}}],"id":"cfb2bc56-ce57-4c42-bc0c-1da272726e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n    \"consumerId\": \"217083b737de4aea950d34145aee033b\"\n}"},"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/consumers","description":"## Allows to create attachment with project to consumer\n\n### List of Consumer ids\n| Field | Description | Type | Request |Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| consumerId    | Unique identifier of consumer | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"e4880765-4d50-4eb2-bbfd-876a8ae9f82d","name":"Create Project Consumer (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n    \"consumerId\": \"1eaa8c3ad6bb4c48af8055c646cf6fa7\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/consumers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:25:39 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"consumerId\": \"1eaa8c3ad6bb4c48af8055c646cf6fa7\"\n    }\n}"}],"_postman_id":"cfb2bc56-ce57-4c42-bc0c-1da272726e01"},{"name":"Delete Project Consumer","event":[{"listen":"test","script":{"id":"c7f0fb98-4cd8-4756-849d-a737cd722c0c","exec":[""],"type":"text/javascript"}}],"id":"6121e142-6097-434a-9fb0-f85974985543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"url":"{{saasUrl}}/projects/f80a9fb3fa1f4c68940e199a4acc9547/consumers/6bb6b0dcead6490f96f1978fe4c9084e","description":"## Allows to delete attachment (between project and consumer)"},"response":[{"id":"7730cd0c-d3d9-4d8a-a13f-ee14b4c80621","name":"Create Consumer (201)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"consumer1@consumer.com\",\n    \"password\": \"consumer1password\"\n}"},"url":"{{saasUrl}}/consumers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:17:08 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"90"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"id\": \"9c6b8f52650f4f069a824d3f27ee70ed\"\n    }\n}"},{"id":"a4e137c2-c2c6-4c99-aabe-30eaabe9b0ad","name":"Delete Project Consumer (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NDkwMDk4ODAsImlhdCI6MTU0ODQwNTA4MCwic3ViIjoiZTk5MGI2NmQyMTM0NDkzYmJiNzIzNGM3NjRhZjJhMTEiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6ImNmNmVhNmVjMTgyMDQ4MTk5ZmZiMzg5ZmFiZWU2ODQ4In0.UuMaOUuNLL4RFXTnPHzc_OvpmLX7kHpeOR-mdV_x_c0"}],"body":{"mode":"raw","raw":"{\n    \"consumerId\": \"3928604f96c44ff297cdba78252a1462\"\n}"},"url":"{{saasUrl}}/projects/d7515299dd7e4e50883ef4dde106d8cf/consumers/e2a110d9e5cc43cf996abdc5a7afdfda"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.7.1"},{"key":"Date","value":"Fri, 25 Jan 2019 12:22:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"52"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, HEAD, OPTIONS, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": null\n}"}],"_postman_id":"6121e142-6097-434a-9fb0-f85974985543"},{"name":"Create ROC Service Token for Consumer","event":[{"listen":"test","script":{"id":"abe725a9-e959-439c-9c3b-8369e21dda1e","exec":["let jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"consumer1RefreshTokenRCM\", jsonData.content.token);",""],"type":"text/javascript"}}],"id":"78760c65-97c2-431b-94f3-aad859db71b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"consumerId\":\"217083b737de4aea950d34145aee033b\", \n\t\"projectId\":\"f80a9fb3fa1f4c68940e199a4acc9547\", \n\t\"serviceCatalogCode\":\"roc\"\n}"},"url":"{{saasUrl}}/consumer-tokens","description":"## Allows to create ROC service consumer token\n\n### List of Consumer ids\n| Field | Description | Type | Request |Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| consumerId    | Unique identifier of consumer | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| projectId    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| serviceCatalogCode    | Name of the service  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | The consumer token is used in the auth service to retrieve the access token.| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"78760c65-97c2-431b-94f3-aad859db71b5"},{"name":"Create Push Service Token for Consumer","event":[{"listen":"test","script":{"id":"abe725a9-e959-439c-9c3b-8369e21dda1e","exec":["let jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"consumer1RefreshTokenRCM\", jsonData.content.token);",""],"type":"text/javascript"}}],"id":"7f946f32-6e6f-4350-ac26-3d8cdd3b8232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"{{saasAdminToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"consumerId\":\"e2a110d9e5cc43cf996abdc5a7afdfda\", \n\t\"projectId\":\"d7515299dd7e4e50883ef4dde106d8cf\", \n\t\"serviceCatalogCode\":\"push\"\n}"},"url":"{{saasUrl}}/consumer-tokens","description":"## Allows to create Push service consumer token\n\n### List of Consumer ids\n| Field | Description | Type | Request |Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| consumerId    | Unique identifier of consumer | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| projectId    | Unique identifier of project | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| serviceCatalogCode    | Name of the service  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| token    | The consumer token is used in the auth service to retrieve the access token.| ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |  ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"7f946f32-6e6f-4350-ac26-3d8cdd3b8232"}],"id":"a7065e46-f2a1-4f5a-99d2-7c5e36d35065","_postman_id":"a7065e46-f2a1-4f5a-99d2-7c5e36d35065"}],"id":"72dba700-a847-4041-8cc9-a4f168bc3ca1","description":"# Zops Saas API\n","event":[{"listen":"prerequest","script":{"id":"34321cb9-b98c-463c-9cdb-c9a14ccd7026","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a2eae670-d1df-41f5-b77d-2a01e32e7123","type":"text/javascript","exec":[""]}}],"_postman_id":"72dba700-a847-4041-8cc9-a4f168bc3ca1"},{"name":"Auth","item":[{"name":"Service Token Creation","event":[{"listen":"test","script":{"id":"f165ad55-0255-481d-abb2-972ac1d69117","exec":["let jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"consumer1AccessTokenRM\", jsonData.content.accessToken);",""],"type":"text/javascript"}}],"id":"d3dd5d70-4f2e-4146-bf80-a362c25dc7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"pq4tyLdFW_ZyfyrJf3LqPO5HMUa-36hi68bFFAAIX_1z4czy0qeHkNQY7RnoZenKaYvZUbjBJwuutOZF8dAsyw\"\n}"},"url":"{{authUrl}}/token","description":"## Allows to obtain access token.\n### By using the refresh token which is obtained from saas api, access token with a 3 hours time to live, can be obtained from this endpoint.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| refreshToken    | Token which is taken from SaaS or this resource previously. It does not expire unless updated.\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| accessToken    | Token which is taken from this resource by POST request. Its expire time specified with the expiresIn field. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| expiresIn    | Access token's expires time\t\t | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"d3dd5d70-4f2e-4146-bf80-a362c25dc7cd"}],"id":"c9fc58a1-466f-4d60-aa30-dd61657cf084","_postman_id":"c9fc58a1-466f-4d60-aa30-dd61657cf084"},{"name":"Push","item":[{"name":"Client","item":[{"name":"Create Client","id":"ad01d2c7-e74c-4e7c-bf64-e79239c3e491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients","description":"Allows to create clients by user.\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| token   | Token obtained from client's notification service such as APNs, FCM etc. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| appVersion | Version of client application. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| deviceType    | Device type of client(android or ios for now). | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language of client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| country    | Country | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| osVersion    | Operating System Version | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| clientId    | Unique identifier of a client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"2d73f836-9b19-4861-99cb-4a9ba2d5adf1","name":"Create Client (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token 5a56ec31de489280cbf505dc45c05365381ebeb30790ed162aed38b7a5bae5de"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:00:52 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"347"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"6aa97c3f-357c-4475-8e05-3e30b4fdbdf7\",\n        \"clientId\": \"853b2dc83b3349a8b3e888aa93b589ec\",\n        \"appVersion\": \"1.0.0\",\n        \"deviceType\": \"android\",\n        \"language\": \"English\",\n        \"country\": \"Turkey\",\n        \"osVersion\": \"2.2.5\"\n    }\n}"}],"_postman_id":"ad01d2c7-e74c-4e7c-bf64-e79239c3e491"},{"name":"Retrieve Client","id":"05f0f45b-f72e-4357-ab72-d172541e1fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":""},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d","description":"Allows to retrieve clients data by user.\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| token   | Token obtained from client's notification service such as APNs, FCM etc. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| appVersion | Version of client application. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| deviceType    | Device type of client(android or ios for now). | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language of client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| country    | Country | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| osVersion    | Operating System Version | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| clientId    | Unique identifier of a client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"2ee1795e-a8b6-4609-8678-19f8a0722ef0","name":"Retrieve Client (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:16:33 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-15T09:09:03.457979Z00:00\",\n        \"lastUpdateTime\": \"2019-02-15T09:09:23.524490Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"clientId\": \"8f9e61f2c52245ae9a98b29f060bdb4d\",\n        \"appVersion\": \"1.0.0\",\n        \"deviceType\": \"android\",\n        \"language\": \"English\",\n        \"country\": \"Turkey\",\n        \"osVersion\": \"4.4.2\"\n    }\n}"}],"_postman_id":"05f0f45b-f72e-4357-ab72-d172541e1fa0"},{"name":"Update Client","id":"93fd176f-a623-4686-ae0f-46a6b2dfc68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d","description":"Updates a client with given id.\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| token   | Token obtained from client's notification service such as APNs, FCM etc. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| appVersion | Version of client application. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| deviceType    | Device type of client(android or ios for now). | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language of client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| country    | Country | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| osVersion    | Operating System Version | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| clientId    | Unique identifier of a client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"1e2a814a-3746-428e-aae1-9f624bdfffc3","name":"Create Client (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token 5a56ec31de489280cbf505dc45c05365381ebeb30790ed162aed38b7a5bae5de"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:00:52 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"347"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"6aa97c3f-357c-4475-8e05-3e30b4fdbdf7\",\n        \"clientId\": \"853b2dc83b3349a8b3e888aa93b589ec\",\n        \"appVersion\": \"1.0.0\",\n        \"deviceType\": \"android\",\n        \"language\": \"English\",\n        \"country\": \"Turkey\",\n        \"osVersion\": \"2.2.5\"\n    }\n}"},{"id":"c266bf1a-755f-4249-8603-bd9031a5778f","name":"Update Client (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:20:56 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"347"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"d29c50af-083d-4ae4-b856-507aeb9ef275\",\n        \"clientId\": \"8f9e61f2c52245ae9a98b29f060bdb4d\",\n        \"appVersion\": \"1.0.0\",\n        \"deviceType\": \"android\",\n        \"language\": \"English\",\n        \"country\": \"Turkey\",\n        \"osVersion\": \"2.2.5\"\n    }\n}"}],"_postman_id":"93fd176f-a623-4686-ae0f-46a6b2dfc68e"},{"name":"Delete Client","id":"a6b8c4f2-f296-4b74-ab16-194e3a674777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":""},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d","description":"Deletes the client with given id.\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"f22d3a12-13c8-47ad-9b8c-4f4b199577c5","name":"Retrieve Client (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients/8f9e61f2c52245ae9a98b29f060bdb4d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:16:33 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"374"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-15T09:09:03.457979Z00:00\",\n        \"lastUpdateTime\": \"2019-02-15T09:09:23.524490Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"clientId\": \"8f9e61f2c52245ae9a98b29f060bdb4d\",\n        \"appVersion\": \"1.0.0\",\n        \"deviceType\": \"android\",\n        \"language\": \"English\",\n        \"country\": \"Turkey\",\n        \"osVersion\": \"4.4.2\"\n    }\n}"}],"_postman_id":"a6b8c4f2-f296-4b74-ab16-194e3a674777"},{"name":"List Client","id":"7776af59-28cf-4e1e-9f34-868093cea519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/clients","description":"Allows to list clients by user.\n## Return List of  client object data\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| token   | Token obtained from client's notification service such as APNs, FCM etc. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| appVersion | Version of client application. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| deviceType    | Device type of client(android or ios for now). | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language of client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| country    | Country | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| osVersion    | Operating System Version | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| clientId    | Unique identifier of a client | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"e1ed75f9-babb-4946-9e9b-88e195437494","name":"List Client (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"description":"Push service token","key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"cDhjgXORHNo:APA91bHcQZD_B4mJUKnp0C3yTLjrv9ug-3du5n-f_cxRQb3JmF0zQdBrJL-1yL-h11ztE_-GzdeePvAFBsIH_DbPhK-VG8fUT9c0WOQSuOYyKvL3qwWR4GmAXS9AXCTsLkjt5_uS4hvR\",\n    \"appVersion\": \"1.0.0\",\n    \"deviceType\": \"android\",\n    \"language\": \"English\",\n    \"country\": \"Turkey\",\n    \"osVersion\": \"2.2.5\"\n}"},"url":"{{pushUrl}}/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 09:14:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"2008"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-15T09:09:03.243195Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:23.061474Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"1d00bf91060f41e1b39e30f8179fe1ce\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"ios\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"4.4.2\"\n        },\n        {\n            \"creationTime\": \"2019-02-15T09:09:03.457979Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:23.524490Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"8f9e61f2c52245ae9a98b29f060bdb4d\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"android\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"4.4.2\"\n        },\n        {\n            \"creationTime\": \"2019-02-15T09:09:03.689688Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:23.953794Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"d92f7a1ff7c5464c95e2905565c3ad2b\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"android\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"4.8.2\"\n        },\n        {\n            \"creationTime\": \"2019-02-15T09:09:03.913543Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:24.164738Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"982987c5b6134322a6c9cd15ee30e2d7\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"ios\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"6.2.5\"\n        },\n        {\n            \"creationTime\": \"2019-02-15T09:09:06.970045Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:28.832365Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"980d498a6bd64f7f944cb3149053026b\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"android\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"4.4.2\"\n        },\n        {\n            \"creationTime\": \"2019-02-15T09:09:26.454028Z00:00\",\n            \"lastUpdateTime\": \"2019-02-15T09:09:26.454028Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"clientId\": \"e7f68a3e67d8452b8d308ac70df7d8c2\",\n            \"appVersion\": \"1.0.0\",\n            \"deviceType\": \"android\",\n            \"language\": \"English\",\n            \"country\": \"Turkey\",\n            \"osVersion\": \"2.2.5\"\n        }\n    ]\n}"}],"_postman_id":"7776af59-28cf-4e1e-9f34-868093cea519"}],"id":"1121f5ea-26eb-4087-beed-179cf69da71e","description":"Allows retrive, update and delete clients. Each client application must register itself to the push notification server of its own platform and obtain a token after registration or whenever token changes.\n\nClient application is responsible for sending this token to provider when it is obtained. On each delivery of the token, the client must pass some information to make itself classifiable by giving some information to provider about itself.","event":[{"listen":"prerequest","script":{"id":"fb8c6ef7-6dce-456d-9942-99b8b9bdfc95","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"272e1b89-b9b0-44c9-848b-72f736c3ca8e","type":"text/javascript","exec":[""]}}],"_postman_id":"1121f5ea-26eb-4087-beed-179cf69da71e"},{"name":"Message","item":[{"name":"Post Message","id":"790a2ae3-76e5-458d-baa9-13406e1bc6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages","description":"> Create a new message post it to consumer list(audience field must be null) according to its type whether immediately or scheduleTime\n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| title    | Title of the push message. Optional. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Body of the push message. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| type    | Type of the push message. It can be automated, scheduled, ordinary | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| icon    | Icon url | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| image    | Image url\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| badge    | Badge of your app icon. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| consumers    | List of consumers. | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| audience    | Id of a previously created segment to send push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Sender of the message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"93ec9143-6b92-48d5-88dd-604673cf1478","name":"Post Message (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:27:03 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"707"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"b51058a8-49d7-41e7-a23a-0aeb1f53eb52\",\n        \"messageId\": \"4d41e8ea73e34255810cd02dbe358364\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"ordinary\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"}],"_postman_id":"790a2ae3-76e5-458d-baa9-13406e1bc6e2"},{"name":"Post Message with Segment","id":"fe0301b3-5269-48b5-8926-7fd4a92edc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [],\n    \"audience\": \"x1ae1vvf7ab0429e8a3611b91ec01e3a\",\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages","description":"> Creates a new message post it to audience(consumers field must be empty list) according to its type whether immediately or at scheduleTime. \n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| title    | Title of the push message. Optional. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Body of the push message. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| type    | Type of the push message. It can be automated, scheduled, ordinary | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| icon    | Icon url | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| image    | Image url\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| badge    | Badge of your app icon. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| consumers    | List of consumers. | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![must-be-empyt-list](https://img.shields.io/badge/-must%20be%20empty%20list-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| audience    | Id of a previously created segment to send push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Sender of the message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"bd1ffa79-99ad-4af7-959e-8f495a9b60cf","name":"Post Message with Segment (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [],\n    \"audience\": \"x1ae1vvf7ab0429e8a3611b91ec01e3a\",\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:30:21 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"667"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e1de4afd-bd5d-46e8-93f0-849e26100758\",\n        \"messageId\": \"b1e6dc142dd446c881e1b057c7e9f9a2\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"ordinary\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [],\n        \"audience\": \"x1ae1vvf7ab0429e8a3611b91ec01e3a\",\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"}],"_postman_id":"fe0301b3-5269-48b5-8926-7fd4a92edc0a"},{"name":"Get Message","id":"a848d24c-1de8-4c78-af97-498344d5b3fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364","description":"> Retrieves the message with given id.\n\n## Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| title    | Title of the push message. Optional. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Body of the push message. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| type    | Type of the push message. It can be automated, scheduled, ordinary | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| icon    | Icon url | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| image    | Image url\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) |![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| badge    | Badge of your app icon. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| consumers    | List of consumers. | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| audience    | Id of a previously created segment to send push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Sender of the message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b513d8ad-086c-46fc-b7d9-bf44915b96f6","name":"Get Message (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:44:32 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"687"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-15T10:26:57.361001Z00:00\",\n        \"lastUpdateTime\": \"2019-02-15T10:26:57.361001Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"messageId\": null,\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"ordinary\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"}],"_postman_id":"a848d24c-1de8-4c78-af97-498344d5b3fa"},{"name":"Update Message","id":"5c71e525-75c0-46e6-94a6-42cfc552f5a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"scheduled\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364","description":"> Updates a message if message type is not ordinary. ordinary messages can not be updated in that it processed immediately.\n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| title    | Title of the push message. Optional. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Body of the push message. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| type    | Type of the push message. It can be automated, scheduled, ordinary | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| icon    | Icon url | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| image    | Image url\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| badge    | Badge of your app icon. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| consumers    | List of consumers. | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| audience    | Id of a previously created segment to send push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Sender of the message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"7da03748-e8aa-48f6-a1fa-6c68da879b0e","name":"Update Message(202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"scheduled\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:46:40 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"691"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"db96df4f-3f7e-4b62-b0f8-48f339647649\",\n        \"messageId\": \"4d41e8ea73e34255810cd02dbe358364\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"scheduled\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"},{"id":"8a8b9877-efcb-49f8-a054-9dd24331d60e","name":"Post Message (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:27:03 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"707"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"b51058a8-49d7-41e7-a23a-0aeb1f53eb52\",\n        \"messageId\": \"4d41e8ea73e34255810cd02dbe358364\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"ordinary\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"}],"_postman_id":"5c71e525-75c0-46e6-94a6-42cfc552f5a4"},{"name":"Delete Message","id":"ec617cc2-eaa1-4b21-8aea-f2f23b56ab25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364","description":"> Deletes the message with given id.\n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b68d07b7-33f3-4a93-bfe6-da72382694bb","name":"Post Message (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"ordinary\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:27:03 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"707"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"b51058a8-49d7-41e7-a23a-0aeb1f53eb52\",\n        \"messageId\": \"4d41e8ea73e34255810cd02dbe358364\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"ordinary\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"},{"id":"ee452fab-0640-47bf-950f-d432757102a1","name":"Update Message(202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi\",\n    \"body\": \"Hello World\",\n    \"type\": \"scheduled\",\n    \"language\": \"English\",\n    \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n    \"badge\": null,\n    \"consumers\": [\n        \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n    ],\n    \"audience\": null,\n    \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n    \"extra\": \"null\"\n}"},"url":"{{pushUrl}}/messages/4d41e8ea73e34255810cd02dbe358364"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:46:40 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"691"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"db96df4f-3f7e-4b62-b0f8-48f339647649\",\n        \"messageId\": \"4d41e8ea73e34255810cd02dbe358364\",\n        \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n        \"title\": \"Hi\",\n        \"body\": \"Hello World\",\n        \"type\": \"scheduled\",\n        \"language\": \"English\",\n        \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n        \"badge\": null,\n        \"consumers\": [\n            \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n            \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n        ],\n        \"audience\": null,\n        \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n        \"extra\": \"null\"\n    }\n}"}],"_postman_id":"ec617cc2-eaa1-4b21-8aea-f2f23b56ab25"},{"name":"List Mesages","id":"11e9b2d8-0bee-4480-aa59-cc1d0dba796b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":{"raw":"{{pushUrl}}/messages?page_size=2&continuation=","host":["{{pushUrl}}"],"path":["messages"],"query":[{"key":"page_size","value":"2","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":"","description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]},"description":"> Lists the push messages\n\n## Return List of  message object data\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| title    | Title of the push message. Optional. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Body of the push message. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| type    | Type of the push message. It can be automated, scheduled, ordinary | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| language    | Language | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| icon    | Icon url | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| image    | Image url\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| badge    | Badge of your app icon. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| consumers    | List of consumers. | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| audience    | Id of a previously created segment to send push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Sender of the message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"4830cb73-afee-4230-9a2b-58e5e9c881fa","name":"List Mesages (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":{"raw":"{{pushUrl}}/messages?page_size=2&continuation=","host":["{{pushUrl}}"],"path":["messages"],"query":[{"key":"page_size","value":"2","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":"","description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 10:57:57 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1599"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 2\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-15T09:32:53.871506Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:32:53.871506Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"messageId\": \"0fa08eb6e0e34c57bd0122ae8ca61bcc\",\n                \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n                \"title\": \"Hi\",\n                \"body\": \"Hello World\",\n                \"type\": \"ordinary\",\n                \"language\": \"English\",\n                \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n                \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n                \"badge\": null,\n                \"consumers\": [\n                    \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n                    \"2a7b591f4fb04d8b8fc6c95e821fe677\"\n                ],\n                \"audience\": null,\n                \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n                \"extra\": \"null\"\n            },\n            {\n                \"creationTime\": \"2019-02-15T09:09:39.084036Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:40.762528Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"messageId\": \"8456626e51f54c16a4392fccf5b0cbc1\",\n                \"sender\": \"c0ea1ddf7ab0429e8a3611b91ec01e3a\",\n                \"title\": \"Updated Message 7 Hi\",\n                \"body\": \"Updated Hello World....\",\n                \"type\": \"scheduled\",\n                \"language\": \"English\",\n                \"icon\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n                \"image\": \"https://avatars0.githubusercontent.com/u/10046644?s=200&v=4\",\n                \"badge\": null,\n                \"consumers\": [\n                    \"2a7b591f4fb04d8b8fc6c95e821fe677\",\n                    \"890b1af32aad454f8c3b6b69110c3744\"\n                ],\n                \"audience\": null,\n                \"scheduleTime\": \"2017-08-20T08:54:56.750Z00:00\",\n                \"extra\": null\n            }\n        ],\n        \"continuation\": \"g2gCbQAAADVjMGVhMWRkZjdhYjA0MjllOGEzNjExYjkxZWMwMWUzYV85OTk4NDQ5Nzc4MjIwOTE2MDI3NG0AAAAgODQ1NjYyNmU1MWY1NGMxNmE0MzkyZmNjZjViMGNiYzE=\"\n    }\n}"}],"_postman_id":"11e9b2d8-0bee-4480-aa59-cc1d0dba796b"},{"name":"Create Message Acknowledgement","id":"1c149a46-f465-4ff2-8b9b-c64ab331bbd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"6d6d5b975d104eb198009596f3f59453\",\n    \"messageId\": \"a1c89b20aede4eda8438d84cc9bd5056\"\n}"},"url":"{{pushUrl}}/acknowledgements","description":"> Clients use to notify provider about that it received the message.\n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| clientId    | Unique identifier of the client which sends the acknowledgement\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| messageId    | Unique identifier of the push message which acknowledgement sends for | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"5fab4f1a-5671-42ce-9a12-c4f0152f189a","name":"Create Message Acknowledgement (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"6d6d5b975d104eb198009596f3f59453\",\n    \"messageId\": \"a1c89b20aede4eda8438d84cc9bd5056\"\n}"},"url":"{{pushUrl}}/acknowledgements"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 11:06:31 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"282"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"11fd4f68-9dc0-4845-947a-cc77f2055534\",\n        \"clientId\": \"6d6d5b975d104eb198009596f3f59453\",\n        \"messageId\": \"a1c89b20aede4eda8438d84cc9bd5056\"\n    }\n}"}],"_postman_id":"1c149a46-f465-4ff2-8b9b-c64ab331bbd1"}],"id":"8a41b756-51e1-400a-b200-d8c8fdc88bb1","_postman_id":"8a41b756-51e1-400a-b200-d8c8fdc88bb1"},{"name":"Tag","item":[{"name":"Create Tag","id":"51707710-3547-4840-aea4-dfd22beda552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"newspaper\",\n    \"tagType\": \"multi\",\n    \"valueType\": \"str\"\n}"},"url":"{{pushUrl}}/tags","description":"> Creates a new tag with given body.\n\n## Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Alphanumeric key of tag. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| tagType    | Type of tag indicating the tag is in type key, key-value or multi\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueType\t    | Type of value of tag which can be int, str or float | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"832f56f7-8d46-4c0f-aed0-5923185081e9","name":"Create Tag (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"newspaper\",\n    \"tagType\": \"multi\",\n    \"valueType\": \"str\"\n}"},"url":"{{pushUrl}}/tags"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 11:51:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"263"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"94f354bc-3d83-4eaa-9e06-817e9c9dab55\",\n        \"name\": \"newspaper\",\n        \"tagType\": \"multi\",\n        \"valueType\": \"str\"\n    }\n}"}],"_postman_id":"51707710-3547-4840-aea4-dfd22beda552"},{"name":"Retrieve Tag","id":"106d26ab-08bc-4d47-9cfb-a62bcc90221b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":"{{pushUrl}}/tags/device","description":"## Retrieves the information about tag with given id.\n\n## Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Alphanumeric key of tag. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| tagType    | Type of tag indicating the tag is in type key, key-value or multi\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueType\t    | Type of value of tag which can be int, str or float | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)|\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"835d5b4c-05d4-455a-91c5-ebeebac9a63e","name":"Retrieve Tag (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/tags/device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 12:04:39 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"270"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-15T09:09:07.869666Z00:00\",\n        \"lastUpdateTime\": \"2019-02-15T09:09:37.097317Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"name\": \"device\",\n        \"tagType\": \"multi\",\n        \"valueType\": \"str\"\n    }\n}"}],"_postman_id":"106d26ab-08bc-4d47-9cfb-a62bcc90221b"},{"name":"Delete Tag","id":"68501070-eb8f-4ef3-bd1e-d376d80c389f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/tags/location","description":"## Deletes the tag with given id if there is no segments including it.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"1370ca3c-f04e-4b40-9727-1d5fd83bef3d","name":"Delete Tag (409)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/tags/device"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 12:06:05 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Accept"},{"key":"content-length","value":"235"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Conflict\",\n    \"description\": \"It is not allowed to delete the tag device, while following segments are including it:['17db89cffb8e48848006a19e225c4460', '27d1fe3449484420b1c3ca742e45082f', '0de70f770c764263b8a9d4ccbbf168e1'].\"\n}"},{"id":"da867db6-5447-4674-8c58-02486d9212d2","name":"Delete Tag (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"url":"{{pushUrl}}/tags/location"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 12:07:06 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"3f6c1a83-aba1-48c6-9833-acae418bf743\"\n    }\n}"}],"_postman_id":"68501070-eb8f-4ef3-bd1e-d376d80c389f"},{"name":"List Tags","id":"03a862a4-9bc2-4c49-ac4f-a8934e683d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags?page_size=5&continuation","host":["{{pushUrl}}"],"path":["tags"],"query":[{"key":"page_size","value":"5","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]},"description":"## Get list of tags object\n\nListing all push tags performed by paginating by a given page_size and continuation parameters with the request.\n\n```page_size``` indicates the number of tags will be given as response of a single request. It is an integer and 10 by default.\n\n```continuation``` is a string that will be given in the body of the response of the initial request to obtain the list. So, the result size of the first response will exactly be as many as page_size. In order to retrieve the next page with given page_size, the request must include continuation which is already sent in previous response as a parameter. There is no default value for continuation. If it is not specified explicitly in the request, it will always give the first page.\n\n## List of tag object data\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Alphanumeric key of tag. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| tagType    | Type of tag indicating the tag is in type key, key-value or multi\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueType\t    | Type of value of tag which can be int, str or float | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)|\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"6c489041-3ef6-4b76-91cf-dde3ce406894","name":"List Tags (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token EiA6YBXx3EvRsRaNFuJ2lb-6xCjv9O8CuQpKxNohdBlhzRsGE2N9wrM5zDL8RG-w1aiVZagObEXx6b98YzkJlUJCzMW5b2y7JwYg7RHlGzRxiIaeBVG4pqSvmTZIAZE62MtrOX0LwFphKCYrjFJU_UAj76-ce6cMYRVoDIOv8TY"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"newspaper\",\n    \"tagType\": \"multi\",\n    \"valueType\": \"str\"\n}"},"url":{"raw":"{{pushUrl}}/tags?page_size=5&continuation","host":["{{pushUrl}}"],"path":["tags"],"query":[{"key":"page_size","value":"5","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 11:58:24 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1323"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 5\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-15T09:09:07.869666Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:37.097317Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"name\": \"device\",\n                \"tagType\": \"multi\",\n                \"valueType\": \"str\"\n            },\n            {\n                \"creationTime\": \"2019-02-15T09:09:14.134693Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:14.134693Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"name\": \"floatkeytag\",\n                \"tagType\": \"key\",\n                \"valueType\": \"float\"\n            },\n            {\n                \"creationTime\": \"2019-02-15T09:09:14.360189Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:33.726069Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"name\": \"floatkeyvaluetag\",\n                \"tagType\": \"key-value\",\n                \"valueType\": \"float\"\n            },\n            {\n                \"creationTime\": \"2019-02-15T09:09:13.913518Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:33.504506Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"name\": \"floatmultitag\",\n                \"tagType\": \"multi\",\n                \"valueType\": \"float\"\n            },\n            {\n                \"creationTime\": \"2019-02-15T09:09:14.832550Z00:00\",\n                \"lastUpdateTime\": \"2019-02-15T09:09:14.832550Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"name\": \"integerkeytag\",\n                \"tagType\": \"key\",\n                \"valueType\": \"int\"\n            }\n        ],\n        \"continuation\": \"g20AAAAuN2RjODhiZThjNjViNDNmOGExN2RiODY2YTAzNDJhMDBfaW50ZWdlcmtleXRhZw==\"\n    }\n}"}],"_postman_id":"03a862a4-9bc2-4c49-ac4f-a8934e683d64"}],"id":"e4be510e-6d94-495a-b5e5-d912150fb1b5","description":"Tag can be considered as a label for targets and clients.\n\nIn order to compartmentalize the recipients of a push message, each candidate recipient must be tagged with a certain key. This key can have a value, multiple values or not. These can be categorized under the tagType field as:\n\n> key\n\nIt represents the tags that do not have values. Basically, these are the groups that have members. If you add this type of tag to a target or a client, it means that target or client who is intended to be tagged with this type of tag will be a member of a set which the ones that have this tag.\n```\n    {\n        \"name\": \"male\",\n        \"tagType\": \"key\",\n        \"valueType\": null\n    }\n ````\n\n> key-value\n\nIt represents the tags that do have a single value.\n```\n    {\n        \"name\": \"eye-color\",\n        \"tagType\": \"key-value\",\n        \"valueType\": \"str\"\n    }\n```\n\n> multi\n\nIt represents the tags that do have more than one value.\n\n```\n    {\n        \"name\": \"newspaper\",\n        \"tagType\": \"multi\",\n        \"valueType\": \"str\"\n    }\n```\n\n\nValues of tags can be in three forms: int, str, and float. The only specification about valueType is that float type values must be in form of %.2f. It means that there can only be two digits after the point.","event":[{"listen":"prerequest","script":{"id":"224534d8-e60a-482a-b295-5e00769628e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"637de9e8-77ca-42da-856f-4b716f117338","type":"text/javascript","exec":[""]}}],"_postman_id":"e4be510e-6d94-495a-b5e5-d912150fb1b5"},{"name":"User Tag","item":[{"name":"Add User Tag","id":"c2b6533d-d3da-498f-8f91-7a9d89e5fab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"8b161bb4b4784ebea4f2a822ab1486f7\",\n    \"key\": \"newspaper\",\n    \"valueWrite\": \"New York Times\"\n}"},"url":"{{pushUrl}}/tags/user","description":"## Adds a tag to the user.\n> Tags must be created before adding to the user.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| userId    | Unique identifier of the user which is desired to be tagged with given key and its value\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueWrite\t    | Value of the tag which is specified with name ```key```. It can be diversified by the type of the tag. If its type is ```key```, value to write must be ```null```. If its type is ```key-value```, value can vary by the ```valueType```. It can be a string, an integer and a float. If its type is ```multi```, just as in the ```key-value```, it can consist of strings, integers or floats, but mixed types are not supported. So, for instance, a tag that have ```multi``` as ```tagType``` and ```str``` as ```valueType``` can only include strings as values of itself.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"4a3b4259-be59-473d-9a8d-b6bc05d8a1b8","name":"Add Tag (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"8b161bb4b4784ebea4f2a822ab1486f7\",\n    \"key\": \"newspaper\",\n    \"valueWrite\": \"New York Times\"\n}"},"url":"{{pushUrl}}/tags/user"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:21:25 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"03292da6-2da0-422c-9466-a861852ee05f\",\n        \"key\": \"newspaper\",\n        \"valueRead\": null\n    }\n}"}],"_postman_id":"c2b6533d-d3da-498f-8f91-7a9d89e5fab5"},{"name":"Retrieve User Tag","id":"971fb698-347d-40c1-b171-6c79f052a81f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"}]},"description":"## Retrieves the information about tag of a user with a given user id and tag name.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"35cea191-3049-418f-a1be-e8cd03aeaf01","name":"Retrieve User Tag (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:24:22 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"236"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"tagKey\": \"newspaper\"\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": null,\n        \"key\": \"newspaper\",\n        \"valueRead\": [\n            \"Sabah\",\n            \"New York Times\"\n        ]\n    }\n}"}],"_postman_id":"971fb698-347d-40c1-b171-6c79f052a81f"},{"name":"Delete User Tag","id":"7b1d866c-32ee-457c-8ec7-0216d6f7f5cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper&tagValue=New York Times","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"},{"key":"tagValue","value":"New York Times"}]},"description":"## Delete user tag\n* All tags of user with given id if no parameter given.\n* A particular tag of user and its all values with given tagKey if only tagKey parameter given.\n* A particular value of a particular tag with given tagKey and tagValue parameters, if its tagType is multi.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"04bf527c-2210-4181-a0bf-52346ee422a9","name":"Delete User Tag (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper&tagValue=New York Times","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"},{"key":"tagValue","value":"New York Times"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:38:26 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"tagKey\": \"newspaper\",\n            \"tagValue\": \"New York Times\"\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"0c7dbd5e-000b-4f4e-a745-9b522e440e66\"\n    }\n}"}],"_postman_id":"7b1d866c-32ee-457c-8ec7-0216d6f7f5cb"},{"name":"List User Tags","id":"a1455149-f331-4c0a-babd-f7cc67cc5f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user?userParam=8b161bb4b4784ebea4f2a822ab1486f7","host":["{{pushUrl}}"],"path":["tags","user"],"query":[{"key":"userParam","value":"8b161bb4b4784ebea4f2a822ab1486f7"}]},"description":"## Lists all the tags of user with given ```userParam``` without pagination.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"1049d4a2-bf63-4378-ad59-5d747e4764ae","name":"List User Tags (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user?userParam=8b161bb4b4784ebea4f2a822ab1486f7","host":["{{pushUrl}}"],"path":["tags","user"],"query":[{"key":"userParam","value":"8b161bb4b4784ebea4f2a822ab1486f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:24:05 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"412"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"userParam\": \"8b161bb4b4784ebea4f2a822ab1486f7\"\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": null,\n            \"lastUpdateTime\": null,\n            \"isDeleted\": null,\n            \"isActive\": null,\n            \"trackingId\": null,\n            \"key\": \"newspaper\",\n            \"valueRead\": [\n                \"Sabah\",\n                \"New York Times\"\n            ]\n        },\n        {\n            \"creationTime\": null,\n            \"lastUpdateTime\": null,\n            \"isDeleted\": null,\n            \"isActive\": null,\n            \"trackingId\": null,\n            \"key\": \"device\",\n            \"valueRead\": [\n                \"android\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"a1455149-f331-4c0a-babd-f7cc67cc5f02"}],"id":"f291e6bc-4db7-47fc-b909-f98c005640d0","_postman_id":"f291e6bc-4db7-47fc-b909-f98c005640d0"},{"name":"Client Tag","item":[{"name":"Add Client Tag","id":"59c1d146-5ee8-4766-a5dd-2565e191b3c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"5f6daa6fd6ec4e25a589d2b75810c035\",\n    \"key\": \"newspaper\",\n    \"valueWrite\": \"New York Times\"\n}"},"url":"{{pushUrl}}/tags/client","description":"## Adds a tag to the client.\n\n> Tags must be created before adding to the client.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| clientId    | Unique identifier of the client which is desired to be tagged with given key and its value | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueWrite\t    | Value of the tag which is specified with name ```key```. It can be diversified by the type of the tag. If its type is ```key```, value to write must be ```null```. If its type is ```key-value```, value can vary by the ```valueType```. It can be a string, an integer and a float. If its type is ```multi```, just as in the ```key-value```, it can consist of strings, integers or floats, but mixed types are not supported. So, for instance, a tag that have ```multi``` as ```tagType``` and ```str``` as ```valueType``` can only include strings as values of itself.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"5d6715de-34be-4197-978d-a2f169ec535c","name":"Add Tag (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"5f6daa6fd6ec4e25a589d2b75810c035\",\n    \"key\": \"newspaper\",\n    \"valueWrite\": \"New York Times\"\n}"},"url":"{{pushUrl}}/tags/client"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:54:00 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"a858356f-9fa8-4f35-be18-b0bbac39151f\",\n        \"key\": \"newspaper\",\n        \"valueRead\": null\n    }\n}"}],"_postman_id":"59c1d146-5ee8-4766-a5dd-2565e191b3c3"},{"name":"Retrieve Client Tag","id":"133e0ed7-5fb3-4a82-8619-37bdea6df1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client/5f6daa6fd6ec4e25a589d2b75810c035?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","client","5f6daa6fd6ec4e25a589d2b75810c035"],"query":[{"key":"tagKey","value":"newspaper"}]},"description":"## Retrieves the information about tag of a user with a given user id and tag name.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"7c20eecf-779a-42b5-8706-a38f0a0f61f0","name":"Retrieve Client Tag (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client/5f6daa6fd6ec4e25a589d2b75810c035?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","client","5f6daa6fd6ec4e25a589d2b75810c035"],"query":[{"key":"tagKey","value":"newspaper"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 14:29:27 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"227"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"tagKey\": \"newspaper\"\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": null,\n        \"key\": \"newspaper\",\n        \"valueRead\": [\n            \"New York Times\"\n        ]\n    }\n}"}],"_postman_id":"133e0ed7-5fb3-4a82-8619-37bdea6df1ac"},{"name":"Delete Client Tag","id":"0c34c358-0846-41a4-b0da-1ca04431317f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client/5f6daa6fd6ec4e25a589d2b75810c035?tagKey=newspaper&tagValue=New York Times","host":["{{pushUrl}}"],"path":["tags","client","5f6daa6fd6ec4e25a589d2b75810c035"],"query":[{"key":"tagKey","value":"newspaper"},{"key":"tagValue","value":"New York Times"}]},"description":"## Delete client tag\n* All tags of client with given id if no parameter given \n* A particular tag of client and its all values with given tagKey if only tagKey parameter given \n* A particular value of a particular tag with given tagKey and tagValue parameters, if its tagType is multi.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"6aac8c26-6c7f-473f-b079-1cf59a7cc15d","name":"Delete Client Tag (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client/5f6daa6fd6ec4e25a589d2b75810c035?tagKey=newspaper&tagValue=New York Times","host":["{{pushUrl}}"],"path":["tags","client","5f6daa6fd6ec4e25a589d2b75810c035"],"query":[{"key":"tagKey","value":"newspaper"},{"key":"tagValue","value":"New York Times"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 14:32:50 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"tagKey\": \"newspaper\",\n            \"tagValue\": \"New York Times\"\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"f873e392-bac7-4602-8e26-e3256ebc7bd0\"\n    }\n}"}],"_postman_id":"0c34c358-0846-41a4-b0da-1ca04431317f"},{"name":"List Client Tags","id":"e1d05207-fb08-4442-ac6b-1be7586737eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client?clientParam=5f6daa6fd6ec4e25a589d2b75810c035","host":["{{pushUrl}}"],"path":["tags","client"],"query":[{"key":"clientParam","value":"5f6daa6fd6ec4e25a589d2b75810c035"}]},"description":"## Lists all the tags of client with given ```clientParam``` without pagination.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"e6f13482-2e82-417b-b439-2a9ffbe3ff72","name":"List Client Tags (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/client?clientParam=5f6daa6fd6ec4e25a589d2b75810c035","host":["{{pushUrl}}"],"path":["tags","client"],"query":[{"key":"clientParam","value":"5f6daa6fd6ec4e25a589d2b75810c035"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:57:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"clientParam\": \"5f6daa6fd6ec4e25a589d2b75810c035\"\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": null,\n            \"lastUpdateTime\": null,\n            \"isDeleted\": null,\n            \"isActive\": null,\n            \"trackingId\": null,\n            \"key\": \"newspaper\",\n            \"valueRead\": [\n                \"New York Times\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"e1d05207-fb08-4442-ac6b-1be7586737eb"},{"name":"Retrieve User Tag","id":"8a840c19-5cf9-4a55-87a9-4128756bfeda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"}]},"description":"## Retrieves the information about tag of a user with a given user id and tag name.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| key    | Unique name of the tag in the set of tags of user | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| valueRead    | Value of the tag which is specified with name ```key```. Previously written values can be read from this field. For ```tagTypes``` ```key```, ```key-value``` and ```multi```, valueRead can be an empty array, an array including only one value and an array including more than one values respectively.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"7103e603-b461-409f-aea8-6345775e771e","name":"Retrieve User Tag (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token 6l5luN9wDZQtS1DOug5Ycw05Rp3e0dAKZmHuUwYTUbLs61RHBujaM2HpOUPTW4J6D5sl7kGhyEHITzIcuO11DGWmwhmwe5U8Ln1Jcvak_N1fqaV0cFQA2bV6tC7dS6vCvXoBI35F9pztx--MvEcalELgOxLjoAPwrartNaccPXk"}],"url":{"raw":"{{pushUrl}}/tags/user/8b161bb4b4784ebea4f2a822ab1486f7?tagKey=newspaper","host":["{{pushUrl}}"],"path":["tags","user","8b161bb4b4784ebea4f2a822ab1486f7"],"query":[{"key":"tagKey","value":"newspaper"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Fri, 15 Feb 2019 13:24:22 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"236"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"tagKey\": \"newspaper\"\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": null,\n        \"key\": \"newspaper\",\n        \"valueRead\": [\n            \"Sabah\",\n            \"New York Times\"\n        ]\n    }\n}"}],"_postman_id":"8a840c19-5cf9-4a55-87a9-4128756bfeda"}],"id":"7a5fc4be-c45e-4618-b46d-1b490f4cff68","_postman_id":"7a5fc4be-c45e-4618-b46d-1b490f4cff68"},{"name":"Segment","item":[{"name":"Create Segment","id":"bca1ce80-9ab5-451d-9538-2e24e3efbff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Students Greater Than 15 y.o. and Has Blue Eyes\",\n    \"residents\": {\n        \"sets\": {\n            \"a\": {\n                \"key\": \"age\",\n                \"relation\": \">\",\n                \"value\": \"15\",\n                \"intention\": \"target\"\n            },\n            \"b\": {\n                \"key\": \"eye-color\",\n                \"relation\": \"=\",\n                \"value\": \"blue\",\n                \"intention\": \"target\"\n            }\n        },\n        \"expression\": \"a n b\"\n    }\n}"},"url":"{{pushUrl}}/segments","description":"## Creating Segments\n\nSegments can be interpreted as recipients that are grouped by a certain expression. ```residents``` field of a ```segment``` includes the ```sets``` and ```expression``` attributes.\n\n```\n\"residents\": {\n    \"sets\": {\n        \"a\": {\"key\": \"color\", \"relation\": \"=\", \"value\": \"blue\", \"intention\": \"target\"},\n        \"b\": {\"key\": \"age\", \"relation\": \"<\", \"value\": \"55\", \"intention\": \"target\"},\n        \"c\": {\"key\": \"birth_year\", \"relation\": \"()\", \"value\": \"[\"1980\",\"2010\"]\",\n        \"intention\": \"target\"},\n        \"d\": {\"key\": \"device\", \"relation\": \"=\", \"value\": \"apple\", \"intention\": \"client\"},\n    },\n    \"expression\": \"(a U b) - (c n d)\"\n}\n```\nEach set item in the ```sets``` attribute of the ```residents``` field has a common interpretation. \n* Key of set item is the name of the set that will be used in the expression \n* ```key``` attribute of the set item represents the tag name whose will be applied a filter on \n* ```relation``` attribute of the set item represents the relation which will be applied on tag. It can be ``` '=', '<', '>', '()' ```, with meanings equals, less than, greater than and in range respectively. \n* ```value``` attribute of the set item represents the value which will be passed to the filter relation. It will always be string or consist of strings, and with respect to the type, casting is performed at the behind of the scene. If relation is a range operation, value must be a list of two items represents the initial and final elements of range. \n* ```intention``` indicates the type of tag which will be applied a filter on whether it is a user tag (```target```), or it is a client tag (```client```).\n\n```expression``` attribute defines the relation of sets by using ```'U', 'n' and '-' set``` operators. \n* The union symbol ```U``` returns the union of the input sets. \n* The intersection symbol ```n``` returns the intersection of the input sets. \n* The difference symbol ```-``` returns the difference of the input sets with given order. It means that ```\"a - b\"``` is NOT equal to ```\"b - a\"```.\n\n> Parentheses are crucial if more than one operator exists. Following is not a valid usage even if it is mathematically correct: ```\"a n b n c\"```. It must be something like ```\"(a n b) n c\"``` or ```\"a n (b n c)\"```.\n\n> It is not allowed that if a given set is not used in the expression, or an expression includes a set name and it is not in the given sets.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Name of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| residents    | Object representation of the expressions which define the target audience of the push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| segmentId    | Unique identifier of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"d0256662-fbd9-4e41-8cf0-47acc650b1b0","name":"Create Segment (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"AUTHORIZATION","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Students Greater Than 15 y.o. and Has Blue Eyes\",\n    \"residents\": {\n        \"sets\": {\n            \"a\": {\n                \"key\": \"age\",\n                \"relation\": \">\",\n                \"value\": \"15\",\n                \"intention\": \"target\"\n            },\n            \"b\": {\n                \"key\": \"eye-color\",\n                \"relation\": \"=\",\n                \"value\": \"blue\",\n                \"intention\": \"target\"\n            }\n        },\n        \"expression\": \"a n b\"\n    }\n}"},"url":"{{pushUrl}}/segments"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Mon, 18 Feb 2019 06:59:28 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"518"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"93a628e5-7f7b-41dc-922f-77ad8f2cf468\",\n        \"segmentId\": \"5c1a5f8615284160b9a211c97a124508\",\n        \"name\": \"Students Greater Than 15 y.o. and Has Blue Eyes\",\n        \"residents\": {\n            \"sets\": {\n                \"a\": {\n                    \"key\": \"age\",\n                    \"relation\": \">\",\n                    \"value\": \"15\",\n                    \"intention\": \"target\"\n                },\n                \"b\": {\n                    \"key\": \"eye-color\",\n                    \"relation\": \"=\",\n                    \"value\": \"blue\",\n                    \"intention\": \"target\"\n                }\n            },\n            \"expression\": \"a n b\"\n        }\n    }\n}"}],"_postman_id":"bca1ce80-9ab5-451d-9538-2e24e3efbff9"},{"name":"Update Segment","id":"57055ba1-d7af-4ed6-b820-905e26678d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Students Greater Than 20 y.o. and Has Blue Eyes\",\n    \"residents\": {\n        \"sets\": {\n            \"a\": {\n                \"key\": \"age\",\n                \"relation\": \">\",\n                \"value\": \"20\",\n                \"intention\": \"target\"\n            },\n            \"b\": {\n                \"key\": \"eye-color\",\n                \"relation\": \"=\",\n                \"value\": \"blue\",\n                \"intention\": \"target\"\n            }\n        },\n        \"expression\": \"a n b\"\n    }\n}"},"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508","description":"## Updates a segment with given body.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| name    | Name of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| residents    | Object representation of the expressions which define the target audience of the push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| segmentId    | Unique identifier of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"f7b6bc28-9fb4-42bc-a61e-94170e1ed703","name":"Update Segment (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Students Greater Than 20 y.o. and Has Blue Eyes\",\n    \"residents\": {\n        \"sets\": {\n            \"a\": {\n                \"key\": \"age\",\n                \"relation\": \">\",\n                \"value\": \"20\",\n                \"intention\": \"target\"\n            },\n            \"b\": {\n                \"key\": \"eye-color\",\n                \"relation\": \"=\",\n                \"value\": \"blue\",\n                \"intention\": \"target\"\n            }\n        },\n        \"expression\": \"a n b\"\n    }\n}"},"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Mon, 18 Feb 2019 07:23:50 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"501"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e22f8a5f-2d86-4620-96ea-ff52fc9f22b7\",\n        \"segmentId\": \"5c1a5f8615284160b9a211c97a124508\",\n        \"name\": \"Students Greater Than 20 y.o. and Has Blue Eyes\",\n        \"residents\": {\n            \"sets\": {\n                \"a\": {\n                    \"key\": \"age\",\n                    \"relation\": \">\",\n                    \"value\": \"20\",\n                    \"intention\": \"target\"\n                },\n                \"b\": {\n                    \"key\": \"eye-color\",\n                    \"relation\": \"=\",\n                    \"value\": \"blue\",\n                    \"intention\": \"target\"\n                }\n            },\n            \"expression\": \"a n b\"\n        }\n    }\n}"}],"_postman_id":"57055ba1-d7af-4ed6-b820-905e26678d89"},{"name":"Retrieve Segment","id":"a78c6946-d940-4f39-bbe7-b1551007b5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508","description":"## Retrieves the segment with given id.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Name of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| residents    | Object representation of the expressions which define the target audience of the push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| segmentId    | Unique identifier of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"c3dcc298-c192-4c0b-890b-5ba87fc46a1c","name":"Retrieve Segment (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Mon, 18 Feb 2019 07:24:02 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"528"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-18T06:59:36.109432Z00:00\",\n        \"lastUpdateTime\": \"2019-02-18T07:23:58.037630Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"segmentId\": \"5c1a5f8615284160b9a211c97a124508\",\n        \"name\": \"Students Greater Than 20 y.o. and Has Blue Eyes\",\n        \"residents\": {\n            \"sets\": {\n                \"a\": {\n                    \"key\": \"age\",\n                    \"relation\": \">\",\n                    \"value\": \"20\",\n                    \"intention\": \"target\"\n                },\n                \"b\": {\n                    \"key\": \"eye-color\",\n                    \"relation\": \"=\",\n                    \"value\": \"blue\",\n                    \"intention\": \"target\"\n                }\n            },\n            \"expression\": \"a n b\"\n        }\n    }\n}"}],"_postman_id":"a78c6946-d940-4f39-bbe7-b1551007b5f3"},{"name":"Delete Segment","id":"724a375a-9dbf-417a-a6e4-0bb9a6e07d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508","description":"## Deletes the segment with given id.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"72c9dc42-607d-4bfe-a0f1-7c781adb7cb0","name":"Delete Segment (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":"{{pushUrl}}/segments/5c1a5f8615284160b9a211c97a124508"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Mon, 18 Feb 2019 07:25:52 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"5c6b4214-6aea-433a-a902-3d3d5151a5d7\"\n    }\n}"}],"_postman_id":"724a375a-9dbf-417a-a6e4-0bb9a6e07d79"},{"name":"List Segments","id":"4704b6fd-e5ec-4e33-90a9-9a9b891704ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":{"raw":"{{pushUrl}}/segments?page_size=2&continuation=","host":["{{pushUrl}}"],"path":["segments"],"query":[{"key":"page_size","value":"2","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":"","description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call.","type":"text"}]},"description":"## Lists segments by pageSize and continuation params.\n\n### List of segment fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| name    | Name of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| residents    | Object representation of the expressions which define the target audience of the push message | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| segmentId    | Unique identifier of the segment | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"0133f86a-cd1f-4ee8-b0cf-8ca19dcc5418","name":"List Segments (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"AUTHORIZATION","type":"text","value":"Token dpuBsccL8fiBlN9ChYeePp0ip_SdojCltieIQhurNeuC5TB7aeaPb_VELnsaVJlVhye-KyQN4KP_vVDChirkwGggNnqidz52ICFjSNDGJD_QNeHEH4XhvIZw6fbTc_dpI_tzlsyq_Lj5g51CGqu9vQvmFcedRZ0uIALCZeuJyZ8"}],"url":{"raw":"{{pushUrl}}/segments?page_size=2&continuation","host":["{{pushUrl}}"],"path":["segments"],"query":[{"key":"page_size","value":"2","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Mon, 18 Feb 2019 07:18:13 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1121"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 2\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-18T06:58:51.596235Z00:00\",\n                \"lastUpdateTime\": \"2019-02-18T06:58:51.596235Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"segmentId\": \"06a640c185a1445e924d7587c3f65164\",\n                \"name\": \"Having ios device or reading milliyet\",\n                \"residents\": {\n                    \"sets\": {\n                        \"a\": {\n                            \"key\": \"stringmultinewspaper\",\n                            \"relation\": \"=\",\n                            \"value\": \"Milliyet\",\n                            \"intention\": \"target\"\n                        },\n                        \"b\": {\n                            \"key\": \"device\",\n                            \"relation\": \"=\",\n                            \"value\": \"ios\",\n                            \"intention\": \"target\"\n                        }\n                    },\n                    \"expression\": \"a U b\"\n                }\n            },\n            {\n                \"creationTime\": \"2019-02-18T06:59:36.109432Z00:00\",\n                \"lastUpdateTime\": \"2019-02-18T06:59:36.109432Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"segmentId\": \"5c1a5f8615284160b9a211c97a124508\",\n                \"name\": \"Students Greater Than 15 y.o. and Has Blue Eyes\",\n                \"residents\": {\n                    \"sets\": {\n                        \"a\": {\n                            \"key\": \"age\",\n                            \"relation\": \">\",\n                            \"value\": \"15\",\n                            \"intention\": \"target\"\n                        },\n                        \"b\": {\n                            \"key\": \"eye-color\",\n                            \"relation\": \"=\",\n                            \"value\": \"blue\",\n                            \"intention\": \"target\"\n                        }\n                    },\n                    \"expression\": \"a n b\"\n                }\n            }\n        ],\n        \"continuation\": \"g20AAAAgNWMxYTVmODYxNTI4NDE2MGI5YTIxMWM5N2ExMjQ1MDg=\"\n    }\n}"}],"_postman_id":"4704b6fd-e5ec-4e33-90a9-9a9b891704ad"}],"id":"aa342175-3665-4f1d-860a-1b97dbd7c089","_postman_id":"aa342175-3665-4f1d-860a-1b97dbd7c089"}],"id":"3f91abd3-aa0c-4cb9-86d8-10eae3a3f554","description":"# Zops Unified Push Service API\n","event":[{"listen":"prerequest","script":{"id":"0e35b2c7-6517-4acf-a3fb-3a9bf4288d35","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f225a23-39b4-4b69-be2b-2550cb506714","type":"text/javascript","exec":[""]}}],"_postman_id":"3f91abd3-aa0c-4cb9-86d8-10eae3a3f554"},{"name":"Roc","item":[{"name":"Subscriber","item":[{"name":"Get Me","event":[{"listen":"test","script":{"id":"ce012a83-cf7b-4c6d-85a8-85af166082e2","exec":[""],"type":"text/javascript"}}],"id":"5dd39ab1-2efc-45ff-a087-ffea38187194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/me","description":"## Allows to retrieve subscriber's own data such as contacts, channels etc.\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| id    | Unique identifier of the subscriber itself\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)|\n| contacts    | List of contacts of subscriber\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channels    | List of channels of channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| bannedChannels | List of channels banned by subscriber\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| bannedSubscribers    | List of subscribers banned by subscriber\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelInvites    | List of channel invitations of subscriber\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelJoinRequests    | List of channel join requests of subscriber | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestsIn    | List of contact requests to subscriber\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestsOut    | List of contact requests from subscriber | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastStatusMessage    | Last status message of subscriber\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"05873758-9fb1-465d-9ba5-a830201a6754","name":"Get Me (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token z6yvgWsPUA-YsH0lsaFJ_iuZhserY2wUdKT4aPHmo0V2JmleI_tyhm-FYfGBOOromltS45SrBexB7A3lqi1KU09Pra1jKpPHygweLEtrVonbkIFkEXkOccU4wMuxy5Y3uSV8QkzNtlV7XryjrnsTcBJb8ifKFCM-g-2aioPReFI"}],"url":"{{rocUrl}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Tue, 19 Feb 2019 13:28:58 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"706"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-19T13:11:31.728131Z00:00\",\n        \"lastUpdateTime\": \"2019-02-19T13:12:37.307550Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"id\": \"645c403ff23d412ba9bb933b70c5619b\",\n        \"contacts\": [\n            \"1e85352de4f14c44821ebe6dd21ab0c9\"\n        ],\n        \"channels\": [\n            \"99cc1c285f1749fe84374e6de8258dcf\",\n            \"cf22acbf748946a295b8c8556057ec91\",\n            \"9b125a110f044ce5a033ebb1f298da83\",\n            \"aad9002112104bde8357630d68b9b4aa\",\n            \"bccf3c9ca6244faebfbf187e5c8c9206\",\n            \"19177cdf83374e6db0addbf9a8709892\"\n        ],\n        \"bannedChannels\": [],\n        \"bannedSubscribers\": [],\n        \"lastStatusMessage\": \"\",\n        \"channelInvites\": [],\n        \"channelJoinRequests\": [],\n        \"contactRequestsIn\": [],\n        \"contactRequestsOut\": []\n    }\n}"}],"_postman_id":"5dd39ab1-2efc-45ff-a087-ffea38187194"},{"name":"Ban Subscriber","event":[{"listen":"test","script":{"id":"06f63ee6-d5c6-4977-8d8f-b778b1853dae","exec":[""],"type":"text/javascript"}}],"id":"14a44dfb-1945-4995-a6ef-5de6c254508c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"bannedContactId\": \"a3cbdbc7de9e42ae9832405f3cf955ea\"\n}"},"url":"{{rocUrl}}/banned-contacts","description":"## Allows to ban a subscriber.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| bannedContactId    | Id of subscriber to ban or unban\t\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"549ec50e-70bd-470a-a1b9-be82f95d0288","name":"Ban Subscriber (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"body":{"mode":"raw","raw":"{\n\t\"bannedContactId\": \"a3cbdbc7de9e42ae9832405f3cf955ea\"\n}"},"url":"{{rocUrl}}/banned-contacts"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 12:12:45 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"240"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"cab9c475-c308-4954-a1d8-cd1c1f1b1c6b\",\n        \"bannedContactId\": \"a3cbdbc7de9e42ae9832405f3cf955ea\"\n    }\n}"}],"_postman_id":"14a44dfb-1945-4995-a6ef-5de6c254508c"},{"name":"Unban Subscriber","event":[{"listen":"test","script":{"id":"06f63ee6-d5c6-4977-8d8f-b778b1853dae","exec":[""],"type":"text/javascript"}}],"id":"185962b5-5147-4e19-bcc3-cce4a8ff25b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":"{{rocUrl}}/banned-contacts/a3cbdbc7de9e42ae9832405f3cf955ea","description":"## Allows to unban a subscriber."},"response":[],"_postman_id":"185962b5-5147-4e19-bcc3-cce4a8ff25b9"}],"id":"7061d30b-1e43-4242-822d-05b07370f53d","_postman_id":"7061d30b-1e43-4242-822d-05b07370f53d"},{"name":"Contact","item":[{"name":"Send Contact Request","event":[{"listen":"test","script":{"id":"06f63ee6-d5c6-4977-8d8f-b778b1853dae","exec":[""],"type":"text/javascript"}}],"id":"e8f9c40a-c8bb-4a03-b5fd-2bddd345bb2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": \"603000e48bc849508e636cfd40d7cb0a\", \n\t\"contactRequestMessage\": \"I am User 1.Hi there! It would be great to keep in touch with you from now on till the end.\", \n\t\"approve\": \"not_evaluated\"\n}"},"url":"{{rocUrl}}/contact-requests","description":"## Creates contact request with given body.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | User id of subscriber who sends the contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | User id of subscriber to be a contact | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestMessage    | Contact request message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"8880e507-04f2-4a56-bd00-90443412d97f","name":"Send Contact Request (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": \"603000e48bc849508e636cfd40d7cb0a\", \n\t\"contactRequestMessage\": \"I am User 1.Hi there! It would be great to keep in touch with you from now on till the end.\", \n\t\"approve\": \"not_evaluated\"\n}"},"url":"{{rocUrl}}/contact-requests"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 07:46:46 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"429"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"inviter\": false\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"ed56c840-7827-452e-849c-db278fb7035d\",\n        \"id\": null,\n        \"inviter\": \"a6c6343435bb41d8a7f18633636c49b0\",\n        \"invitee\": \"603000e48bc849508e636cfd40d7cb0a\",\n        \"contactRequestMessage\": \"I am User 1.Hi there! It would be great to keep in touch with you from now on till the end.\"\n    }\n}"}],"_postman_id":"e8f9c40a-c8bb-4a03-b5fd-2bddd345bb2f"},{"name":"List Contact Request","event":[{"listen":"test","script":{"id":"d439ed5a-a855-49c5-97fd-e01615b067e1","exec":[""],"type":"text/javascript"}}],"id":"46bc0b27-74e4-4a86-a37d-193f645ef754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":{"raw":"{{rocUrl}}/contact-requests?inviter=true","host":["{{rocUrl}}"],"path":["contact-requests"],"query":[{"key":"inviter","value":"true"}]},"description":"## Allows to list contact requests of a subscriber that send to or sent by other subscribers with the help of ```inviter``` parameter. \n* If ```inviter``` send as true, it is retrieved the contact requests that are sent by subscriber him/herself. \n* Contact requests that are sent by other subscribers to subscriber who makes the request are retrieved otherwise. ```inviter``` is ```false``` by default.\n\n### List of Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | User id of subscriber who sends the contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | User id of subscriber to be a contact | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestMessage    | Contact request message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"c5b3af5d-5ef1-4184-96ce-2e28608af765","name":"List Contact Request (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":{"raw":"{{rocUrl}}/contact-requests?inviter=true","host":["{{rocUrl}}"],"path":["contact-requests"],"query":[{"key":"inviter","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 08:01:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"481"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"inviter\": true\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-20T07:46:44.739026Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T07:46:44.739026Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"5aEYQGR9tIwELYgdjGbFHKRict\",\n            \"inviter\": \"a6c6343435bb41d8a7f18633636c49b0\",\n            \"invitee\": \"603000e48bc849508e636cfd40d7cb0a\",\n            \"contactRequestMessage\": \"I am User 1.Hi there! It would be great to keep in touch with you from now on till the end.\"\n        }\n    ]\n}"}],"_postman_id":"46bc0b27-74e4-4a86-a37d-193f645ef754"},{"name":"Accept Contact Request","event":[{"listen":"test","script":{"id":"6cde8b70-60be-4d1e-9669-8818883b295a","exec":[""],"type":"text/javascript"}}],"id":"c255abd7-0d93-48f8-80ec-b43ce05ad7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"approved\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict","description":"## Allows to accept a contact request with given id.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | User id of subscriber who sends the contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | User id of subscriber to be a contact | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestMessage    | Contact request message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b6f4dcab-740d-4f88-9cee-8027febd6b1f","name":"Accept Contact Request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"approved\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:14:49 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e29a4763-7a8f-4aca-b95a-911ae3de1628\",\n        \"id\": \"5aEYQGR9tIwELYgdjGbFHKRict\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"contactRequestMessage\": null\n    }\n}"}],"_postman_id":"c255abd7-0d93-48f8-80ec-b43ce05ad7e4"},{"name":"Reject Contact Request","event":[{"listen":"test","script":{"id":"6cde8b70-60be-4d1e-9669-8818883b295a","exec":[""],"type":"text/javascript"}}],"id":"3e5e4fd4-18d1-489f-9dd4-14b34ba3c55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"rejected\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict","description":"## Allows to reject a contact request with given id.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | User id of subscriber who sends the contact request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | User id of subscriber to be a contact | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactRequestMessage    | Contact request message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"83226138-f569-4dc4-a9ed-d97f64ae374c","name":"Reject Contact Request ","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"rejected\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:21:08 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e9ce7f73-eb8d-476e-b96b-59c3fcbca694\",\n        \"id\": \"5aEYQGR9tIwELYgdjGbFHKRict\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"contactRequestMessage\": null\n    }\n}"}],"_postman_id":"3e5e4fd4-18d1-489f-9dd4-14b34ba3c55b"},{"name":"Cancel Contact Request","event":[{"listen":"test","script":{"id":"6cde8b70-60be-4d1e-9669-8818883b295a","exec":[""],"type":"text/javascript"}}],"id":"e960b25b-d3f1-49b1-b5f7-0e96e772a16b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict","description":"## Cancels the contact request with given invite id."},"response":[{"id":"7f26886a-6bf2-44f1-bf10-6bb8db7313fd","name":"Reject Contact Request ","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"rejected\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:21:08 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e9ce7f73-eb8d-476e-b96b-59c3fcbca694\",\n        \"id\": \"5aEYQGR9tIwELYgdjGbFHKRict\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"contactRequestMessage\": null\n    }\n}"},{"id":"f822ff1c-fa01-4a60-adb8-de6b50ec209f","name":"Cancel Contact Request","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:23:33 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {}\n}"}],"_postman_id":"e960b25b-d3f1-49b1-b5f7-0e96e772a16b"},{"name":"Delete Contact","event":[{"listen":"test","script":{"id":"6cde8b70-60be-4d1e-9669-8818883b295a","exec":[""],"type":"text/javascript"}}],"id":"1dc4b53b-c1aa-4570-8286-01b92324770a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":"{{rocUrl}}/contacts/9d1cb920b7674c73afe26d2c1f5c5d6d","description":"## Removes the contact with given id from contact list."},"response":[{"id":"03fa74bf-745c-45dc-9b8a-a7ebedeeb87a","name":"Reject Contact Request ","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null, \n\t\"contactRequestMessage\": null, \n\t\"approve\": \"rejected\"}"},"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:21:08 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e9ce7f73-eb8d-476e-b96b-59c3fcbca694\",\n        \"id\": \"5aEYQGR9tIwELYgdjGbFHKRict\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"contactRequestMessage\": null\n    }\n}"},{"id":"c9703897-d21c-4996-add4-862ec804ce88","name":"Cancel Contact Request","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"url":"{{rocUrl}}/contact-requests/5aEYQGR9tIwELYgdjGbFHKRict"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:23:33 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {}\n}"}],"_postman_id":"1dc4b53b-c1aa-4570-8286-01b92324770a"}],"id":"0122e6c0-4244-4976-8226-b3e42f75e702","_postman_id":"0122e6c0-4244-4976-8226-b3e42f75e702"},{"name":"Channel","item":[{"name":"Create private channel","event":[{"listen":"test","script":{"id":"7f2e4ce3-542a-4ced-a1a6-f6f9af70f82e","exec":[""],"type":"text/javascript"}}],"id":"a8a60dda-703e-4a59-befa-9d7ab7adf4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Private Channel 1\", \n\t\"description\": \"Test Private Channel\", \n\t\"channelType\": \"private\"\n}"},"url":"{{rocUrl}}/channels","description":"## Creates a new channel.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| subscribers    | List of subscribers of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastMessage    | Last message string text, sender, date\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| owners    | Subscriber(s) who owns channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitees    | Subscribers who are invited to join to channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| joinRequests    | The requests sent by candidate subscribers of channel\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| bannedSubscribers    | Subscribers who are banned from channel | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"f9994c8c-4eba-4401-b7d3-178a99e2eea2","name":"Create private channel (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 41ya679PwoQBdAkDVnsBdJBCwh3dPPoZr1624lQSrjFLVrxsOoSomNRx0NUOcSChxLPkW4M8BRquSHXEA34z8S6ACYiOBH_uTIhA-HEHhQAVKaDGAH1g1g4EQvgHXtWB9VlunM9RptR6njdAru_9WpqZSQwXMqUA66C8lXNTFQQ"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Private Channel 1\", \n\t\"description\": \"Test Private Channel\", \n\t\"channelType\": \"private\"\n\t\n}"},"url":"{{rocUrl}}/channels"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 10:33:19 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"583"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"channelType\": \"all\"\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"5d737ade-aa32-4a9e-a1ff-87041f8fb9cf\",\n        \"id\": \"a78215b221854d12b129a718a90ada8c\",\n        \"name\": \"Test Private Channel 1\",\n        \"description\": \"Test Private Channel\",\n        \"channelType\": \"private\",\n        \"subscribers\": [\n            \"a6c6343435bb41d8a7f18633636c49b0\"\n        ],\n        \"lastMessage\": null,\n        \"owners\": [\n            \"a6c6343435bb41d8a7f18633636c49b0\"\n        ],\n        \"managers\": [\n            \"a6c6343435bb41d8a7f18633636c49b0\"\n        ],\n        \"invitees\": [],\n        \"joinRequests\": null,\n        \"bannedSubscribers\": []\n    }\n}"}],"_postman_id":"a8a60dda-703e-4a59-befa-9d7ab7adf4ac"},{"name":"Get Channel","event":[{"listen":"test","script":{"id":"7f2e4ce3-542a-4ced-a1a6-f6f9af70f82e","exec":[""],"type":"text/javascript"}}],"id":"3e32c55f-aea6-46c0-b420-49d2a5f7b09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":"{{rocUrl}}/channels/642d9c547c8f46779f881cba697b99a9","description":"## Retrieves a single channel for subscriber, channel manager and outsider with fields that they are allowed to see.\n\n\n### Fields\n| Field | Description | Type | Response | Allowed to See |\n| ------ | ----------- | ---- | ---- | ------ |\n| invitees    | Subscribers who are invited to join to channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) |\n| joinRequests    | The requests sent by candidate subscribers of channel\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) |\n| bannedSubscribers    | Subscribers who are banned from channel | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg)|\n| subscribers    | List of subscribers of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg)|\n| lastMessage    | Last message string text, sender, date\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| owners    | Subscriber(s) who owns channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![outsider](https://img.shields.io/badge/-outsider-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![outsider](https://img.shields.io/badge/-outsider-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![outsider](https://img.shields.io/badge/-outsider-lightgrey.svg)   ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![outsider](https://img.shields.io/badge/-outsider-lightgrey.svg)  ![member](https://img.shields.io/badge/-member-lightgrey.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![manager](https://img.shields.io/badge/-manager-lightgrey.svg) ![outsider](https://img.shields.io/badge/-outsider-lightgrey.svg) ![member](https://img.shields.io/badge/-member-lightgrey.svg) |"},"response":[{"id":"26620288-b065-4b45-9699-1876df65ceee","name":"Get Channel (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":"{{rocUrl}}/channels/fa6aab2d077a49e3a8f535a680fb9513"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 11:16:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"581"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n        \"lastUpdateTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"id\": \"fa6aab2d077a49e3a8f535a680fb9513\",\n        \"name\": \"private Channel 1\",\n        \"description\": \"Test Private Channel\",\n        \"channelType\": \"private\",\n        \"subscribers\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"lastMessage\": null,\n        \"owners\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"managers\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"invitees\": [],\n        \"joinRequests\": [],\n        \"bannedSubscribers\": []\n    }\n}"}],"_postman_id":"3e32c55f-aea6-46c0-b420-49d2a5f7b09d"},{"name":"Update Channel","event":[{"listen":"test","script":{"id":"7f2e4ce3-542a-4ced-a1a6-f6f9af70f82e","exec":[""],"type":"text/javascript"}}],"id":"03ab926b-dfa8-4bd4-b974-d939bfc421d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Update Test Private Channel 1\", \n\t\"description\": \"Update Test Private Channel\", \n\t\"channelType\": \"private\"\n}"},"url":"{{rocUrl}}/channels/b394f63ae05b4bd1a8142a81d2c0ef88","description":"## Updates a channel with given id.\n\n```Only managers of the channel can update the channel.```\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| subscribers    | List of subscribers of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastMessage    | Last message string text, sender, date\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| owners    | Subscriber(s) who owns channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitees    | Subscribers who are invited to join to channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| joinRequests    | The requests sent by candidate subscribers of channel\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| bannedSubscribers    | Subscribers who are banned from channel | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"2df5379d-08b9-46e8-93f3-4a5014277aeb","name":"Update Channel (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Update Test Private Channel 1\", \n\t\"description\": \"Update Test Private Channel\", \n\t\"channelType\": \"private\"\n}"},"url":"{{rocUrl}}/channels/b394f63ae05b4bd1a8142a81d2c0ef88"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 11:54:07 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"483"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"03b4acf4-af65-4ed8-8142-52f96360f3ed\",\n        \"id\": \"b394f63ae05b4bd1a8142a81d2c0ef88\",\n        \"name\": \"Update Test Private Channel 1\",\n        \"description\": \"Update Test Private Channel\",\n        \"channelType\": \"private\",\n        \"subscribers\": null,\n        \"lastMessage\": null,\n        \"owners\": null,\n        \"managers\": null,\n        \"invitees\": null,\n        \"joinRequests\": null,\n        \"bannedSubscribers\": null\n    }\n}"}],"_postman_id":"03ab926b-dfa8-4bd4-b974-d939bfc421d3"},{"name":"Delete Channel","event":[{"listen":"test","script":{"id":"7f2e4ce3-542a-4ced-a1a6-f6f9af70f82e","exec":[""],"type":"text/javascript"}}],"id":"bd1df50a-d09a-49f0-9273-fb4c1f26baa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":"{{rocUrl}}/channels/fa6aab2d077a49e3a8f535a680fb9513","description":"## Deletes the channel with given id.\n\n```Only owners of the channel can delete the channel.```"},"response":[{"id":"805ef3c2-89f3-4801-9f62-1934cd31de84","name":"Get Channel (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":"{{rocUrl}}/channels/fa6aab2d077a49e3a8f535a680fb9513"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 11:16:54 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"581"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n        \"lastUpdateTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"id\": \"fa6aab2d077a49e3a8f535a680fb9513\",\n        \"name\": \"private Channel 1\",\n        \"description\": \"Test Private Channel\",\n        \"channelType\": \"private\",\n        \"subscribers\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"lastMessage\": null,\n        \"owners\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"managers\": [\n            \"c56588862ca742a19f6c707d17cd6bf3\"\n        ],\n        \"invitees\": [],\n        \"joinRequests\": [],\n        \"bannedSubscribers\": []\n    }\n}"},{"id":"b65228d3-a5cf-4976-98da-94c2b50182b7","name":"Delete Channel (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":"{{rocUrl}}/channels/fa6aab2d077a49e3a8f535a680fb9513"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 11:51:18 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"b3ff134c-db93-4314-9867-e06d1e730840\"\n    }\n}"}],"_postman_id":"bd1df50a-d09a-49f0-9273-fb4c1f26baa8"},{"name":"List Channels","event":[{"listen":"test","script":{"id":"7f2e4ce3-542a-4ced-a1a6-f6f9af70f82e","exec":[""],"type":"text/javascript"}}],"id":"cac40951-bf17-4e74-b22e-3b2ae0e32781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":{"raw":"{{rocUrl}}/channels?channelType=","host":["{{rocUrl}}"],"path":["channels"],"query":[{"key":"channelType","value":"","description":"Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement```"}]},"description":"## Lists the channels of subscriber by the ```channelType``` param. If it is not passed a ```channelType``` param, it will be listed all channels of subscriber by default.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| subscribers    | List of subscribers of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastMessage    | Last message string text, sender, date\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| owners    | Subscriber(s) who owns channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitees    | Subscribers who are invited to join to channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| joinRequests    | The requests sent by candidate subscribers of channel\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| bannedSubscribers    | Subscribers who are banned from channel | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"38ac9f13-82a9-4fa8-8111-c8577bc201aa","name":"List Channels (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 7jKLDabx_SF4g98DG8MoHLgJOk2jg6WB69Boyvg3TeBJUOj7oA10Yk7q-4gWxQMVOt4yMy4sLZjtFIZSfN8q5BxCyXwW6_bMeJ9CNSloarkpjAVYo5wr6RlX-FGIx6D2eS7PSYAL9mVYIef5su9U5A76IVG8nF-6eZsQ8ITaPts"}],"url":{"raw":"{{rocUrl}}/channels?channelType=","host":["{{rocUrl}}"],"path":["channels"],"query":[{"key":"channelType","value":"","description":"Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement```"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 11:15:06 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"2843"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"channelType\": \"all\"\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-20T11:08:14.085424Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:09:17.063375Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"2ccdaf8819b84f4a82ffcc9acc18c754\",\n            \"name\": \"Updated Public Channel 1\",\n            \"description\": \"Updated Test Public Channel\",\n            \"channelType\": \"private\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        },\n        {\n            \"creationTime\": \"2019-02-20T11:08:14.314184Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:08:39.041633Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"f59cd70b893b4243bbcfdbd57769091a\",\n            \"name\": \"Public Channel 2\",\n            \"description\": \"Test Public Channel 2\",\n            \"channelType\": \"public\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        },\n        {\n            \"creationTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:08:14.527184Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"fa6aab2d077a49e3a8f535a680fb9513\",\n            \"name\": \"private Channel 1\",\n            \"description\": \"Test Private Channel\",\n            \"channelType\": \"private\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        },\n        {\n            \"creationTime\": \"2019-02-20T11:08:14.752930Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:08:14.752930Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"37822e96b6404345947a163575b976d7\",\n            \"name\": \"Invisible Channel 1\",\n            \"description\": \"Test Invisible Channel\",\n            \"channelType\": \"invisible\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        },\n        {\n            \"creationTime\": \"2019-02-20T11:08:15.207520Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:08:15.207520Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"b394f63ae05b4bd1a8142a81d2c0ef88\",\n            \"name\": \"Invisible-Announcement Channel 1\",\n            \"description\": \"Test Invisible-Announcement Channel\",\n            \"channelType\": \"invisible-announcement\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        },\n        {\n            \"creationTime\": \"2019-02-20T11:08:15.448853Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T11:08:15.448853Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"14c969c6b0104ef6ba7d8180a2b1e3bf\",\n            \"name\": \"Private-Announcement Channel 1\",\n            \"description\": \"Test Private-Announcement Channel\",\n            \"channelType\": \"private-announcement\",\n            \"subscribers\": null,\n            \"lastMessage\": null,\n            \"owners\": null,\n            \"managers\": null,\n            \"invitees\": null,\n            \"joinRequests\": null,\n            \"bannedSubscribers\": null\n        }\n    ]\n}"}],"_postman_id":"cac40951-bf17-4e74-b22e-3b2ae0e32781"},{"name":"Channel Join Request","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"2a2b13a8-bace-4120-bb51-5a87dfb7b758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": \"642d9c547c8f46779f881cba697b99a9\",\n    \"inviteMessage\": \"I want to join channel\",\n    \"approve\": null\n\t\n}"},"url":"{{rocUrl}}/invites","description":"## Creates a new invite as a join request to a channel. Response include invite id.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b06ba8bc-ab65-41d3-b1c2-aea320fade40","name":"Channel Join Request (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token O0C_BR8_aWlFnGVXkHeHHl8RAq8rcRtYqIiheuvcosrrHlE_EezwENzP0fTq_eKa7xtwDDjhNj8zSkpHtK_Br1jZbqMXKrAs7Sct_ZagyxEX-jqRPGRX0YEoNZDp3xJ6p_ZvwI4DUh6JscL1uJpVmmoOA3IaZtZ0DqPd_5ednVE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n    \"inviteMessage\": \"I want to join channel\",\n    \"approve\": null\n\t\n}"},"url":"{{rocUrl}}/invites"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 13:24:24 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"409"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"dd526c96-1b75-4b10-bdc0-4e9ad56bbfef\",\n        \"id\": \"b7ce2b839d2f4228a7ec53c9d45dd7f7\",\n        \"inviter\": \"b6adc2683c1a4817803c310cd718c46a\",\n        \"invitee\": null,\n        \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n        \"inviteMessage\": \"I want to join channel\",\n        \"approve\": \"not_evaluated\"\n    }\n}"}],"_postman_id":"2a2b13a8-bace-4120-bb51-5a87dfb7b758"},{"name":"Create Channel İnvite","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"bac87000-7856-4704-bd90-b0ede93ef949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": \"b6adc2683c1a4817803c310cd718c46a\",\n    \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n    \"inviteMessage\": \"I want you to join our channel\",\n    \"approve\": null\n\t\n}"},"url":"{{rocUrl}}/invites","description":"## Creates a new invite as a channel invitation to a subscriber from channel's manager.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"128f5525-ca7c-4772-a332-b96e6e9e93ea","name":"Create Channel İnvitation (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": \"b6adc2683c1a4817803c310cd718c46a\",\n    \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n    \"inviteMessage\": \"I want you to join our channel\",\n    \"approve\": null\n\t\n}"},"url":"{{rocUrl}}/invites"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 13:30:00 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"447"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"346fa6a4-ae30-435d-9438-684a2a50d545\",\n        \"id\": \"9c9a1d0c480e47ab8fca70078e2dba0b\",\n        \"inviter\": \"3e58642170de47579e58fa35ef60c5e8\",\n        \"invitee\": \"b6adc2683c1a4817803c310cd718c46a\",\n        \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n        \"inviteMessage\": \"I want you to join our channel\",\n        \"approve\": \"not_evaluated\"\n    }\n}"}],"_postman_id":"bac87000-7856-4704-bd90-b0ede93ef949"},{"name":"List İnvites","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"c2f48ecf-eb50-467b-80d8-4faa19b537ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":{"raw":"{{rocUrl}}/invites?invite=9c9a1d0c480e47ab8fca70078e2dba0b&invite=04c5e6fcd8174a47b739d69dd38c661b","host":["{{rocUrl}}"],"path":["invites"],"query":[{"key":"invite","value":"9c9a1d0c480e47ab8fca70078e2dba0b"},{"key":"invite","value":"04c5e6fcd8174a47b739d69dd38c661b"}]},"description":"## Lists the invites with given invite param.\n\n```invite param is required and it can have multiple values.```\n### List of object Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b92a29fe-c6c0-4c13-b04f-1e69af8a6334","name":"List İnvites (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":{"raw":"{{rocUrl}}/invites?invite=9c9a1d0c480e47ab8fca70078e2dba0b&invite=04c5e6fcd8174a47b739d69dd38c661b","host":["{{rocUrl}}"],"path":["invites"],"query":[{"key":"invite","value":"9c9a1d0c480e47ab8fca70078e2dba0b"},{"key":"invite","value":"04c5e6fcd8174a47b739d69dd38c661b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:02:42 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"948"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"invite\": [\n                \"9c9a1d0c480e47ab8fca70078e2dba0b\",\n                \"04c5e6fcd8174a47b739d69dd38c661b\"\n            ]\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-20T13:29:59.584630Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T13:29:59.584630Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"9c9a1d0c480e47ab8fca70078e2dba0b\",\n            \"inviter\": \"3e58642170de47579e58fa35ef60c5e8\",\n            \"invitee\": \"b6adc2683c1a4817803c310cd718c46a\",\n            \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n            \"inviteMessage\": \"I want you to join our channel\",\n            \"approve\": \"not-evaluated\"\n        },\n        {\n            \"creationTime\": \"2019-02-20T13:03:12.608309Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T13:03:12.608309Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"04c5e6fcd8174a47b739d69dd38c661b\",\n            \"inviter\": \"b6adc2683c1a4817803c310cd718c46a\",\n            \"invitee\": \"\",\n            \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n            \"inviteMessage\": \"I want to join channel\",\n            \"approve\": \"not-evaluated\"\n        }\n    ]\n}"}],"_postman_id":"c2f48ecf-eb50-467b-80d8-4faa19b537ca"},{"name":"Get Invite","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"34904182-e936-4140-a11a-1f8659b4417e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":"{{rocUrl}}/invites/9c9a1d0c480e47ab8fca70078e2dba0b","description":"## Retrieves the invite with given id.\n\n\n\n```Invitations will be deleted after they replied. Only the ones having approve as not_evaluated are stored.```\n### List of object Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"ec27b578-63a8-4cdb-a41d-fe440a2f3cf7","name":"List İnvites (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":{"raw":"{{rocUrl}}/invites?invite=9c9a1d0c480e47ab8fca70078e2dba0b&invite=04c5e6fcd8174a47b739d69dd38c661b","host":["{{rocUrl}}"],"path":["invites"],"query":[{"key":"invite","value":"9c9a1d0c480e47ab8fca70078e2dba0b"},{"key":"invite","value":"04c5e6fcd8174a47b739d69dd38c661b"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:02:42 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"948"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"invite\": [\n                \"9c9a1d0c480e47ab8fca70078e2dba0b\",\n                \"04c5e6fcd8174a47b739d69dd38c661b\"\n            ]\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-20T13:29:59.584630Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T13:29:59.584630Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"9c9a1d0c480e47ab8fca70078e2dba0b\",\n            \"inviter\": \"3e58642170de47579e58fa35ef60c5e8\",\n            \"invitee\": \"b6adc2683c1a4817803c310cd718c46a\",\n            \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n            \"inviteMessage\": \"I want you to join our channel\",\n            \"approve\": \"not-evaluated\"\n        },\n        {\n            \"creationTime\": \"2019-02-20T13:03:12.608309Z00:00\",\n            \"lastUpdateTime\": \"2019-02-20T13:03:12.608309Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"id\": \"04c5e6fcd8174a47b739d69dd38c661b\",\n            \"inviter\": \"b6adc2683c1a4817803c310cd718c46a\",\n            \"invitee\": \"\",\n            \"channel\": \"7d57eb4e5ec746ca805aa52a934b6345\",\n            \"inviteMessage\": \"I want to join channel\",\n            \"approve\": \"not-evaluated\"\n        }\n    ]\n}"}],"_postman_id":"34904182-e936-4140-a11a-1f8659b4417e"},{"name":"Approve Join Request","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"43d47ba6-d2d6-448e-9350-b1292be9669f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"approved\"\n\t\n}"},"url":"{{rocUrl}}/invites/a56f302abd1144479776b5ab0c8f7a16","description":"## Approve channel join request by channel manager.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-approved-bugdet](https://img.shields.io/badge/-must%20be%20approved-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"a5bcf394-4e13-4e22-b7eb-8b9ac7ea2fb6","name":"Approve Join Request (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"approved\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:16:26 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"318"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"ccaf0227-074f-4430-9093-7644d614d89f\",\n        \"id\": \"b7ce2b839d2f4228a7ec53c9d45dd7f7\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"channel\": null,\n        \"inviteMessage\": null,\n        \"approve\": null\n    }\n}"}],"_postman_id":"43d47ba6-d2d6-448e-9350-b1292be9669f"},{"name":"Reject Join Request","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"d812e31b-978d-494f-8e2f-2c985522ddc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"rejected\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7","description":"## Reject channel join request by channel manager.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-rejected-bugdet](https://img.shields.io/badge/-must%20be%20rejected-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"a7f05a91-70de-42c4-9576-68b0e6f89a2d","name":"Reject Join Request (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"rejected\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:21:27 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"318"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"19f0feb9-0bae-4b76-a802-a798f0dc13d4\",\n        \"id\": \"b7ce2b839d2f4228a7ec53c9d45dd7f7\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"channel\": null,\n        \"inviteMessage\": null,\n        \"approve\": null\n    }\n}"}],"_postman_id":"d812e31b-978d-494f-8e2f-2c985522ddc2"},{"name":"Approve Channel Invite","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"c30f2dd3-d88a-4a64-a885-3821e31f5762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token O0C_BR8_aWlFnGVXkHeHHl8RAq8rcRtYqIiheuvcosrrHlE_EezwENzP0fTq_eKa7xtwDDjhNj8zSkpHtK_Br1jZbqMXKrAs7Sct_ZagyxEX-jqRPGRX0YEoNZDp3xJ6p_ZvwI4DUh6JscL1uJpVmmoOA3IaZtZ0DqPd_5ednVE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"approved\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7","description":"## Approve channel invitation by subscriber\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-approved-bugdet](https://img.shields.io/badge/-must%20be%20approved-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b794d197-dc06-4cba-b856-021ce8985f95","name":"Approve Channel Invite (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token O0C_BR8_aWlFnGVXkHeHHl8RAq8rcRtYqIiheuvcosrrHlE_EezwENzP0fTq_eKa7xtwDDjhNj8zSkpHtK_Br1jZbqMXKrAs7Sct_ZagyxEX-jqRPGRX0YEoNZDp3xJ6p_ZvwI4DUh6JscL1uJpVmmoOA3IaZtZ0DqPd_5ednVE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"approved\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:21:41 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"318"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"08a2a066-d898-4351-bbde-42667176a59f\",\n        \"id\": \"b7ce2b839d2f4228a7ec53c9d45dd7f7\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"channel\": null,\n        \"inviteMessage\": null,\n        \"approve\": null\n    }\n}"}],"_postman_id":"c30f2dd3-d88a-4a64-a885-3821e31f5762"},{"name":"Reject Channel Invite","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"d516cf8f-6d10-4797-beda-41bc5f5d3a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token O0C_BR8_aWlFnGVXkHeHHl8RAq8rcRtYqIiheuvcosrrHlE_EezwENzP0fTq_eKa7xtwDDjhNj8zSkpHtK_Br1jZbqMXKrAs7Sct_ZagyxEX-jqRPGRX0YEoNZDp3xJ6p_ZvwI4DUh6JscL1uJpVmmoOA3IaZtZ0DqPd_5ednVE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"rejected\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7","description":"## Reject channel invitation by subscriber\n\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of invites\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviter    | Subscriber id of who send invitation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| invitee    | Subscriber id of whose intended to be sent invitation\t  | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel to which subscriber is invited or made join request\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| inviteMessage    | Invitation message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| approve    | approved, rejected, not_evaluated\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-rejected-bugdet](https://img.shields.io/badge/-must%20be%20rejected-red.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b719a912-f70e-4f95-b8f7-ac84914a1b89","name":"Reject Channel Invite (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token O0C_BR8_aWlFnGVXkHeHHl8RAq8rcRtYqIiheuvcosrrHlE_EezwENzP0fTq_eKa7xtwDDjhNj8zSkpHtK_Br1jZbqMXKrAs7Sct_ZagyxEX-jqRPGRX0YEoNZDp3xJ6p_ZvwI4DUh6JscL1uJpVmmoOA3IaZtZ0DqPd_5ednVE"}],"body":{"mode":"raw","raw":"{\n\t\"invitee\": null,\n    \"channel\": null,\n    \"inviteMessage\": null,\n    \"approve\": \"rejected\"\n\t\n}"},"url":"{{rocUrl}}/invites/b7ce2b839d2f4228a7ec53c9d45dd7f7"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:22:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"318"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"8e5be169-b501-4f7f-a6d6-607fa165da87\",\n        \"id\": \"b7ce2b839d2f4228a7ec53c9d45dd7f7\",\n        \"inviter\": null,\n        \"invitee\": null,\n        \"channel\": null,\n        \"inviteMessage\": null,\n        \"approve\": null\n    }\n}"}],"_postman_id":"d516cf8f-6d10-4797-beda-41bc5f5d3a12"},{"name":"Cancel Invitation","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"995281bf-a470-4e9b-8ed9-3b4b6d02cc8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":"{{rocUrl}}/invites/9c9a1d0c480e47ab8fca70078e2dba0b","description":"## Cancels the invitation with given id."},"response":[{"id":"28720d7a-6407-4d7b-89aa-c18ebd35f2a9","name":"Cancel Invitation (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token g2BasQnQyXCpC4HEd3WkhBVNqNSn5abwaodhgFk_qTiBRRPr-HywzhU7mck8H72tu-tJBPgdW8QpIrgGGyNBPY1ju1MAzHOaTvZEFFz0L9yThPcswpb3Vxw2HlELwq772gmEB_fU7GPhTQI79IO5Xw6GVql4jLv4UyIekwtuLE0"}],"url":"{{rocUrl}}/invites/9c9a1d0c480e47ab8fca70078e2dba0b"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Wed, 20 Feb 2019 14:23:49 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": null\n}"}],"_postman_id":"995281bf-a470-4e9b-8ed9-3b4b6d02cc8f"},{"name":"Ban Channel as Subscriber","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"ebb23713-5d21-499b-b514-dcacf1bda472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"body":{"mode":"raw","raw":"{\n    \"channel\": \"642d9c547c8f46779f881cba697b99a9\",\n    \"subscriber\": null\n}"},"url":"{{rocUrl}}/banned-channels","description":"## Allows to ban a channel as a subscriber.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n|  channel | Id of channel which is subject to ban/unban operation | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| subscriber    | Id of subscriber who is subject to ban/unban operation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"47f7ecd2-018c-41b0-abe1-771681c6c3d4","name":"Ban Channel as Subscriber (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"body":{"mode":"raw","raw":"{\n    \"channel\": \"642d9c547c8f46779f881cba697b99a9\",\n    \"subscriber\": null\n}"},"url":"{{rocUrl}}/banned-channels"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:04:59 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"185"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"8425895e-f5b1-4e7c-ad28-6bbdb4f1a362\"\n    }\n}"}],"_postman_id":"ebb23713-5d21-499b-b514-dcacf1bda472"},{"name":"Ban Channel Subscriber as Manager","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"722a6184-222b-4a07-8420-d67c13622e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n    \"channel\": \"642d9c547c8f46779f881cba697b99a9\",\n    \"subscriber\": \"2e10ec662b2e49fd93a1f08dd5619ab9\"\n}"},"url":"{{rocUrl}}/banned-channels","description":"## Allows to ban a subscriber for channel as a channel manager..\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n|  channel | Id of channel which is subject to ban/unban operation | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| subscriber    | Id of subscriber who is subject to ban/unban operation\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"fbca5e39-8723-42dc-aaa4-037fb8d71ad7","name":"Ban Channel Subscriber as Manager (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n    \"channel\": \"642d9c547c8f46779f881cba697b99a9\",\n    \"subscriber\": \"2e10ec662b2e49fd93a1f08dd5619ab9\"\n}"},"url":"{{rocUrl}}/banned-channels"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:11:43 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"185"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"9a810693-ed2e-4585-bea5-4eeb2717a35e\"\n    }\n}"}],"_postman_id":"722a6184-222b-4a07-8420-d67c13622e8f"},{"name":"Unban a Channel as Subscriber","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"47be1b12-8b96-46d7-a2c4-cdf34603eca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"url":"{{rocUrl}}/banned-channels/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9","description":"## Allows to unban a channel as a subscriber.\n\nIn order to remove the ban of channel, it must be send a DELETE request to **roc/banned-channels/channels/{channel_id}/subscribers/{subscriber_id}** where channel_id is id of the channel to remove its ban and subscriber_id is id of the subscriber who wanted to remove the ban of a channel.\n\n```subscriber_id must be of its own subscriber id of whose the one sending the request```"},"response":[{"id":"5a6b79de-0dc3-436b-8956-3f709556cb80","name":"Unban a Channel as Subscriber (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"url":"{{rocUrl}}/banned-channels/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:45:51 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"508d8417-a6c9-44ed-a2d6-4a2222204d1e\"\n    }\n}"}],"_postman_id":"47be1b12-8b96-46d7-a2c4-cdf34603eca5"},{"name":"Unban subscriber from channel as manager","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"5653e1b3-d25f-4e19-a904-4671560bb6d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":"{{rocUrl}}/banned-channels/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9","description":"## Allows to unsubscribe a subscriber from a channel as channel manager.\n\nIn order to remove the ban of a subscriber from a channel, it must be send a DELETE request to **roc/banned-channels/channels/{channel_id}/subscribers/{subscriber_id}** where **channel_id** is id of the channel and **subscriber_id** is id of the subscriber whose ban is wanted to remove.\n\n```The one who sends the request must be a manager to unsubscribe a subscriber.```"},"response":[{"id":"c6662f45-1fbe-4b90-ac8d-4003775c5a0e","name":"Unban subscriber from channel as manager (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":"{{rocUrl}}/banned-channels/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:48:23 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"fd7512bd-5d92-4bc9-bfcf-ba6ed5a07f7a\"\n    }\n}"}],"_postman_id":"5653e1b3-d25f-4e19-a904-4671560bb6d0"},{"name":"Unsubscribe a Channel","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"17d2f77b-cf8e-4c47-91fc-1d688de2bfcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"url":"{{rocUrl}}/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9","description":"## Allows to unsubscribe from a channel.\n\n```subscriber_id must be of its own subscriber id of whose the one sending the request```"},"response":[{"id":"0a47a2a0-b327-4d78-8c9f-602c25c0a535","name":"Unsubscribe a Channel (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token E81vX-SWWdhnRcAzRWxoRVBbxLPXzvcKoRm6xzHjppVj79trS60FnHrZYirpCEm8qe0SlWtyU42LcrRmRcqhIgtVdiL4qMmw06Rpb0-sBKzE6B-8a12nBDURfZwdm_2TrE3ol57RkQ4StKizXC4aer7uQiJcmbAvBait6QKdZzE"}],"url":"{{rocUrl}}/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:18:41 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"161be05c-6cca-4039-a347-21f34e5bd129\"\n    }\n}"}],"_postman_id":"17d2f77b-cf8e-4c47-91fc-1d688de2bfcc"},{"name":"Unsubscribe a subscriber from channel","event":[{"listen":"test","script":{"id":"7455464a-dd55-43eb-9841-7a86320f1ba0","exec":[""],"type":"text/javascript"}}],"id":"32ea2eb2-a01e-4bb5-b9a9-886a4e303a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":"{{rocUrl}}/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9","description":"## Allows to unsubscribe a subscriber from a channel as channel manager.\n\n```The one who sends the request must be a manager to unsubscribe a subscriber.```"},"response":[{"id":"fbc26d6f-403f-499f-92b5-0b286b6a569a","name":"Unsubscribe a subscriber from channel (202)","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":"{{rocUrl}}/channels/642d9c547c8f46779f881cba697b99a9/subscribers/2e10ec662b2e49fd93a1f08dd5619ab9"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 07:23:17 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"trackingId\": \"c13fed31-8f39-479e-a985-fbdc4904d537\"\n    }\n}"}],"_postman_id":"32ea2eb2-a01e-4bb5-b9a9-886a4e303a67"}],"id":"f3eeb943-6c23-4e8d-90ab-dc69b27477f8","description":"## Channels correspond chat rooms. Messages can be sent and recieved by its subscribers. There are 6 types of channels:\n\n* **Public Group**: Any authenticated user can join public channels and can post and read any message without authorization. All subscribers are both consumer and producer at the same time.\n\n* **Private Group**: Only authorized users of public group channels can post and read messages. All subscribers are both consumer and producer at the same time.\n\n* **Invisible Private Group**: Invisible Private Group\n\n* **Public Announcement**: All authenticated users of announcement channels can read messages, since only one or some of them can post.\n\n* **Private Announcement**: All authorized users of announcement channels can read messages, since only one or some of them can post.\n\n* **Invisible Private Announcement**: Invisible Private Announcement\n\n","event":[{"listen":"prerequest","script":{"id":"8b029039-6520-4b04-9b5f-56f249df905d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc3fd1f2-7a60-4d82-910e-a33d4da9cc09","type":"text/javascript","exec":[""]}}],"_postman_id":"f3eeb943-6c23-4e8d-90ab-dc69b27477f8"},{"name":"Message","item":[{"name":"Create Direct Message","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"cd404942-6157-49af-b305-7fee58f3670b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Hello World...\",\n    \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": null\n}"},"url":"{{rocUrl}}/messages","description":"## Creates and posts a new message.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"4f9dd25f-784c-404b-8820-265c292bf757","name":"Create Direct Message (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Hello World...\",\n    \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": null\n}"},"url":"{{rocUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 08:43:39 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"444"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"e56c4a35-1ea3-4e5d-a63f-526d815a7c1f\",\n        \"id\": \"4afbe3f5a1c943fda16da3ff9eeef80b\",\n        \"title\": \"Hi...\",\n        \"body\": \"Hello World...\",\n        \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n        \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n        \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"channel\": null\n    }\n}"}],"_postman_id":"cd404942-6157-49af-b305-7fee58f3670b"},{"name":"List Direct Messages","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"cbdddc8e-1e87-408c-8542-b8dc1eb5ae7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":{"raw":"{{rocUrl}}/messages?subscriber=0cf31f013fd94623a6805f7672356b0d&page_size=5&continuation","host":["{{rocUrl}}"],"path":["messages"],"query":[{"key":"subscriber","value":"0cf31f013fd94623a6805f7672356b0d","description":"Id of subscriber whose messages are listed between the subscriber makes request"},{"key":"page_size","value":"5","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]},"description":"### List of Message object fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"b5de1b0b-8b6d-47df-8b44-dbbcb09ad83a","name":"List Direct Messages (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":{"raw":"{{rocUrl}}/messages?subscriber=0cf31f013fd94623a6805f7672356b0d&page_size=5&continuation","host":["{{rocUrl}}"],"path":["messages"],"query":[{"key":"subscriber","value":"0cf31f013fd94623a6805f7672356b0d","description":"Id of subscriber whose messages are listed between the subscriber makes request"},{"key":"page_size","value":"5","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 09:05:26 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"2651"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 5\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-21T09:03:46.283810Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T09:03:46.283810Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"4a2e61e1b4384c55abb2e08a373446e2\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T09:02:46.216498Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T09:02:46.216498Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"6fcaf96644824f11b25ab718a6091083\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:55:09.940981Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:55:09.940981Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"b057c16434c2416e90c190b535bff849\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:55:04.513672Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:55:04.513672Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"52fe28bac666424dab85fd750bde9d83\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:54:56.066820Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:54:56.066820Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"da1ce93d34894582b973831dd4452bf0\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            }\n        ],\n        \"continuation\": \"g2gCbQAAAFpwcnZfMGNmMzFmMDEzZmQ5NDYyM2E2ODA1Zjc2NzIzNTZiMGRfM2QyZDI5MzQ1NmU0NGM4ZWExZTVlNTU2MWM0ZDQyMmFfOTk5ODQ0OTI2MDcwMzkyMTE4OTdtAAAAIGRhMWNlOTNkMzQ4OTQ1ODJiOTczODMxZGQ0NDUyYmYw\"\n    }\n}"}],"_postman_id":"cbdddc8e-1e87-408c-8542-b8dc1eb5ae7b"},{"name":"Create Channel Message","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"da4fdadc-fa07-4fcd-95ec-cdb5f2748307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Hello Channel...\",\n    \"receiver\": null,\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": \"5635938ebe4a4e2caf882489382a391e\"\n}"},"url":"{{rocUrl}}/messages","description":"## Creates and posts a new message.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"068e849e-9b88-4ed4-b143-17716cf566c2","name":"Create Channel Message (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Hello Channel...\",\n    \"receiver\": null,\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": \"6257eca7e9444be8995ca8a79436f447\"\n}"},"url":"{{rocUrl}}/messages"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 09:08:44 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"444"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 10\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"b303b188-1056-42b1-96cc-7a9308ca8546\",\n        \"id\": \"e09231b5497b41569b08d6d43f5400a6\",\n        \"title\": \"Hi...\",\n        \"body\": \"Hello Channel...\",\n        \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n        \"receiver\": \"\",\n        \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"channel\": \"6257eca7e9444be8995ca8a79436f447\"\n    }\n}"}],"_postman_id":"da4fdadc-fa07-4fcd-95ec-cdb5f2748307"},{"name":"List Channel Messages","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"7f097c7c-4eec-4090-b2f9-96deba30a74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":{"raw":"{{rocUrl}}/messages?channel=5635938ebe4a4e2caf882489382a391e&page_size=5&continuation","host":["{{rocUrl}}"],"path":["messages"],"query":[{"key":"channel","value":"5635938ebe4a4e2caf882489382a391e","description":"Channel id of desired message(s)\t"},{"key":"page_size","value":"5"},{"key":"continuation","value":null}]},"description":"### List of Message object fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"181dfa21-85c8-492c-b2a9-814493a982c0","name":"List Channel Messages (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":{"raw":"{{rocUrl}}/messages?channel=5635938ebe4a4e2caf882489382a391e&page_size=5&continuation","host":["{{rocUrl}}"],"path":["messages"],"query":[{"key":"channel","value":"5635938ebe4a4e2caf882489382a391e","description":"Channel id of desired message(s)\t"},{"key":"page_size","value":"5"},{"key":"continuation","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:24:14 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"506"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 5\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"6d4d5e46c6944390adcfc287e99a4fa1\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello Channel...\",\n                \"sender\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n                \"receiver\": \"\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"5635938ebe4a4e2caf882489382a391e\"\n            }\n        ],\n        \"continuation\": null\n    }\n}"}],"_postman_id":"7f097c7c-4eec-4090-b2f9-96deba30a74b"},{"name":"Get Message","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"e0bfb865-2047-4570-9f7d-1a01ac6a015e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1","description":"## Retrieves the message with given id.\n\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"395d9894-da5c-475c-9912-1fa479d80d03","name":"Get Message (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:24:45 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"454"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n        \"lastUpdateTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"id\": \"6d4d5e46c6944390adcfc287e99a4fa1\",\n        \"title\": \"Hi...\",\n        \"body\": \"Hello Channel...\",\n        \"sender\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n        \"receiver\": \"\",\n        \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"channel\": \"5635938ebe4a4e2caf882489382a391e\"\n    }\n}"}],"_postman_id":"e0bfb865-2047-4570-9f7d-1a01ac6a015e"},{"name":"Update Message","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"f124ab55-7c3f-4bab-923f-71cd69d84ec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Update Message Body...\",\n    \"receiver\": null,\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": null\n}"},"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1","description":"## Updates a message with given body except ```receiver``` and ```channel``` fields. These fields cannot be updated and while sending an update body, it must be passed ```null```.\n\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| title    | Generally null, it can be used rarely in more complex scenarios\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| body    | Message content, max 1K string.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sender    | Subscriber id of message sender\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| receiver    | Subscriber id of message receiver\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| sentTime    | Time of client device\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channel    | Channel id of which channel the message is sent to.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![must-null-bugdet](https://img.shields.io/badge/-must%20be%20null-red.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"17833860-f6e5-42d3-a502-94f286019a0e","name":"Update Message (202)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hi...\",\n    \"body\": \"Update Message Body...\",\n    \"receiver\": null,\n    \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n    \"channel\": null\n}"},"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:31:51 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"405"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": null,\n        \"lastUpdateTime\": null,\n        \"isDeleted\": null,\n        \"isActive\": null,\n        \"trackingId\": \"f7cfa372-abcb-4b07-982e-6419ab953d88\",\n        \"id\": \"6d4d5e46c6944390adcfc287e99a4fa1\",\n        \"title\": \"Hi...\",\n        \"body\": \"Update Message Body...\",\n        \"sender\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n        \"receiver\": null,\n        \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"channel\": null\n    }\n}"},{"id":"d4377a12-c948-4c06-a89d-45c559d8f4f3","name":"List Direct Messages (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token 4sMOSdnLw2lzmSo18L6ditwInd2Io_O_S8DG83f3Ce0EVYTrl6u1aybzzQpqY_v7tWxhAmYG4ZWVZRjLHLOaMTTKwyUPYTx4aBBqnQMlYixS2Lr2q6espACyO-2j5TNspUNibP8FmLJsyjNpG33EXvtz5RJWuytZBImQzaglrNs"}],"url":{"raw":"{{rocUrl}}/messages?subscriber=0cf31f013fd94623a6805f7672356b0d&page_size=5&continuation","host":["{{rocUrl}}"],"path":["messages"],"query":[{"key":"subscriber","value":"0cf31f013fd94623a6805f7672356b0d","description":"Id of subscriber whose messages are listed between the subscriber makes request"},{"key":"page_size","value":"5","description":"Specifies number of result entries in single response. Default value is 10."},{"key":"continuation","value":null,"description":"Key for retrieval of the next page if exists. It can only be obtained at the response of a list call."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 09:05:26 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"2651"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0,\n            \"page_size\": 5\n        }\n    },\n    \"content\": {\n        \"result\": [\n            {\n                \"creationTime\": \"2019-02-21T09:03:46.283810Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T09:03:46.283810Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"4a2e61e1b4384c55abb2e08a373446e2\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T09:02:46.216498Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T09:02:46.216498Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"6fcaf96644824f11b25ab718a6091083\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:55:09.940981Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:55:09.940981Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"b057c16434c2416e90c190b535bff849\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:55:04.513672Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:55:04.513672Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"52fe28bac666424dab85fd750bde9d83\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            },\n            {\n                \"creationTime\": \"2019-02-21T08:54:56.066820Z00:00\",\n                \"lastUpdateTime\": \"2019-02-21T08:54:56.066820Z00:00\",\n                \"isDeleted\": false,\n                \"isActive\": true,\n                \"trackingId\": null,\n                \"id\": \"da1ce93d34894582b973831dd4452bf0\",\n                \"title\": \"Hi...\",\n                \"body\": \"Hello World...\",\n                \"sender\": \"3d2d293456e44c8ea1e5e5561c4d422a\",\n                \"receiver\": \"0cf31f013fd94623a6805f7672356b0d\",\n                \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n                \"channel\": \"prv_0cf31f013fd94623a6805f7672356b0d_3d2d293456e44c8ea1e5e5561c4d422a\"\n            }\n        ],\n        \"continuation\": \"g2gCbQAAAFpwcnZfMGNmMzFmMDEzZmQ5NDYyM2E2ODA1Zjc2NzIzNTZiMGRfM2QyZDI5MzQ1NmU0NGM4ZWExZTVlNTU2MWM0ZDQyMmFfOTk5ODQ0OTI2MDcwMzkyMTE4OTdtAAAAIGRhMWNlOTNkMzQ4OTQ1ODJiOTczODMxZGQ0NDUyYmYw\"\n    }\n}"}],"_postman_id":"f124ab55-7c3f-4bab-923f-71cd69d84ec6"},{"name":"Delete Message","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"0611e5aa-48b4-41aa-92e0-dd65d9b0f606","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1","description":"## Deletes the message with given id."},"response":[{"id":"c8478539-4e9d-4294-9e82-12523c80a98b","name":"Get Message (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/messages/6d4d5e46c6944390adcfc287e99a4fa1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:24:45 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"454"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n        \"lastUpdateTime\": \"2019-02-21T10:24:01.697845Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": null,\n        \"id\": \"6d4d5e46c6944390adcfc287e99a4fa1\",\n        \"title\": \"Hi...\",\n        \"body\": \"Hello Channel...\",\n        \"sender\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n        \"receiver\": \"\",\n        \"sentTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"channel\": \"5635938ebe4a4e2caf882489382a391e\"\n    }\n}"}],"_postman_id":"0611e5aa-48b4-41aa-92e0-dd65d9b0f606"},{"name":"Update User Channel Last Read Message","event":[{"listen":"test","script":{"id":"2938cebf-d94f-415d-b1ac-23983db93b05","exec":[""],"type":"text/javascript"}}],"id":"6cc26cad-50de-4915-948d-ca052a561ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token {{consumer1AccessTokenRCM}}"}],"body":{"mode":"raw","raw":"{\n    \"lastReadMessageId\": \"{{privateChannelMessage1RCM}}\"\n}"},"url":"{{rocUrl}}/me/channels/{{privateChannel1RCM}}","description":"## Update last read message for channel messaging\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| lastReadMessageId    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"6cc26cad-50de-4915-948d-ca052a561ff5"},{"name":"Get Channel Unreaded Message Number","event":[{"listen":"test","script":{"id":"2938cebf-d94f-415d-b1ac-23983db93b05","exec":["pm.test(\"Unread message test\", function () { ","    let jsonData = JSON.parse(responseBody);","    pm.expect(jsonData.content.numberOfUnreadMessage).to.equal(4);","});"],"type":"text/javascript"}}],"id":"ce6fd442-7968-401a-86a2-6c38cf9cff83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token {{consumer1AccessTokenRCM}}"}],"url":"{{rocUrl}}/me/channels/{{privateChannel1RCM}}","description":"## Get number of unread message\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| numberOfUnreadMessage    | Number of unread message. Maximum value is 100. | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastReadMessageId    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"ce6fd442-7968-401a-86a2-6c38cf9cff83"},{"name":"Update Contact  Last Read Message","event":[{"listen":"test","script":{"id":"2938cebf-d94f-415d-b1ac-23983db93b05","exec":[""],"type":"text/javascript"}}],"id":"4da62e9f-2d24-4f9a-a414-931386a22414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token {{consumer1AccessTokenRM}}"}],"body":{"mode":"raw","raw":"{\n    \"lastReadMessageId\": \"{{privateChannelMessage1RDM}}\"\n}"},"url":"{{rocUrl}}/me/contacts/{{consumer2IdRM}}","description":"## Update last read message for contact messaging\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| lastReadMessageId    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"4da62e9f-2d24-4f9a-a414-931386a22414"},{"name":"Get Unreaded Message Number","event":[{"listen":"test","script":{"id":"2938cebf-d94f-415d-b1ac-23983db93b05","exec":["pm.test(\"Unread message test\", function () { ","    let jsonData = JSON.parse(responseBody);","    pm.expect(jsonData.content.numberOfUnreadMessage).to.equal(4);","});"],"type":"text/javascript"}}],"id":"65bbd944-96e4-4913-ad66-519d3c74bd1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token {{consumer1AccessTokenRM}}"}],"url":"{{rocUrl}}/me/contacts/{{consumer2IdRM}}","description":"## Get number of unread message\n\n### Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| numberOfUnreadMessage    | Number of unread message. Maximum value is 100. | ![integer-variable](https://img.shields.io/badge/-integer-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastReadMessageId    | Unique identifier of message\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"65bbd944-96e4-4913-ad66-519d3c74bd1d"}],"id":"30aea523-67ec-420d-bff9-bc37454405a1","_postman_id":"30aea523-67ec-420d-bff9-bc37454405a1"},{"name":"Status","item":[{"name":"Create&Update Status","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"66d05333-7bd8-4c53-8d0d-6bb5ba4fa28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"body":{"mode":"raw","raw":"{\n    \"statusMessage\": \"Looking for a rainbow!\",\n    \"behavioralStatus\": \"online\",\n    \"statusIntentional\": \"Busy\",\n    \"lastActivityTime\": \"2019-01-20T08:54:56.750Z00:00\"\n}"},"url":"{{rocUrl}}/status","description":"## Creates or updates a subscriber's status.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| subscriberId    | Unique identifier of subscriber whose status being retrieved\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastActivityTime    | Time that subscriber last status update sent\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| statusMessage    | Status message, user defined status description e.g. I am busy right now\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| behavioralStatus    | Status defines the subscriber is ```online```, ```idle```, or ```offline```.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| statusIntentional\t    | Intentional status defined by subscriber itself. e.g. Busy | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"fd762350-5222-47c0-ba4a-cccf9d1ab43d","name":"Create&Update Status (202)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"body":{"mode":"raw","raw":"{\n    \"statusMessage\": \"Looking for a rainbow!\",\n    \"behavioralStatus\": \"online\",\n    \"statusIntentional\": \"Busy\",\n    \"lastActivityTime\": \"2019-01-20T08:54:56.750Z00:00\"\n}"},"url":"{{rocUrl}}/status"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:50:56 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"453"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": {\n        \"creationTime\": \"2019-02-21T10:50:56.524159Z00:00\",\n        \"lastUpdateTime\": \"2019-02-21T10:50:56.524159Z00:00\",\n        \"isDeleted\": false,\n        \"isActive\": true,\n        \"trackingId\": \"7eb34bfa-d91e-4a4f-9145-1f5788d7ca69\",\n        \"subscriberId\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n        \"lastActivityTime\": \"2019-01-20T08:54:56.750Z00:00\",\n        \"statusMessage\": \"Looking for a rainbow!\",\n        \"behavioralStatus\": \"online\",\n        \"statusIntentional\": \"Busy\"\n    }\n}"}],"_postman_id":"66d05333-7bd8-4c53-8d0d-6bb5ba4fa28e"},{"name":"Retrieve Status","event":[{"listen":"test","script":{"id":"24e7d833-fd5a-4cf9-9dd8-c04f032e4573","exec":[""],"type":"text/javascript"}}],"id":"0d424b6e-d76b-48c7-9c8b-6f3721925f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/status","description":"Allows to list its own status within statuses of its online contacts. If there is no information returned about a contact, it means that it is offline at that moment.\n\n```Subscriber's own status is located in the first index in the response array.```\n\n### List of Status Fields\n| Field | Description | Type | Response |\n| ------ | ----------- | ---- | ---- |\n| subscriberId    | Unique identifier of subscriber whose status being retrieved\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastActivityTime    | Time that subscriber last status update sent\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| statusMessage    | Status message, user defined status description e.g. I am busy right now\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| behavioralStatus    | Status defines the subscriber is ```online```, ```idle```, or ```offline```.\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| statusIntentional\t    | Intentional status defined by subscriber itself. e.g. Busy | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[{"id":"8dd016d2-b96b-4e6b-9bbb-6e48ea39e1da","name":"Retrieve Status (200)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token QBMUMI5WW-SAML40VRlazc9NkB8uGD7-8ART8REKs4mD1s7odRWwj2AaRZzCxENRcMC_QOnlrQ0OT-i4T0jijtylWd1_OhCnHpUWvg4fGvxJKSfTJtZlZqo8k-_PTvOfv79Tz_KwxtcPtEAhd9X6-aiyyWCacDF6A7IpFRWeBAU"}],"url":"{{rocUrl}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"gunicorn/19.8.1"},{"key":"Date","value":"Thu, 21 Feb 2019 10:50:39 GMT"},{"key":"Connection","value":"close"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"792"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"indent\": 0\n        }\n    },\n    \"content\": [\n        {\n            \"creationTime\": \"2019-02-21T10:50:47.042994Z00:00\",\n            \"lastUpdateTime\": \"2019-02-21T10:50:47.042994Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"subscriberId\": \"c2a38f7b9bfe42b3be566c65885b2c9e\",\n            \"lastActivityTime\": \"2019-01-20T08:54:56.750Z00:00\",\n            \"statusMessage\": \"Looking for a rainbow!\",\n            \"behavioralStatus\": \"online\",\n            \"statusIntentional\": \"Busyyy\"\n        },\n        {\n            \"creationTime\": \"2019-02-21T10:22:04.458519Z00:00\",\n            \"lastUpdateTime\": \"2019-02-21T10:22:04.458519Z00:00\",\n            \"isDeleted\": false,\n            \"isActive\": true,\n            \"trackingId\": null,\n            \"subscriberId\": \"28441a8c71a5428fa4ae0102acf626f4\",\n            \"lastActivityTime\": \"2017-08-20T08:54:56.750Z00:00\",\n            \"statusMessage\": \"Hello. I am user 5\",\n            \"behavioralStatus\": \"online\",\n            \"statusIntentional\": \"None\"\n        }\n    ]\n}"}],"_postman_id":"0d424b6e-d76b-48c7-9c8b-6f3721925f6b"}],"id":"8b7b7468-6181-49af-894e-f4cace6192b6","description":"## Subscribers are responsible for sending their statuses within a 5 minutes period. If a significant change occured in subscriber's status, such as a change in the ```behavioral status```, ```intentional status```, or ```status message```, online contacts of that subscriber must be notified.","event":[{"listen":"prerequest","script":{"id":"4c733656-c1e7-4073-9e4c-7f0801b717b5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60958eb1-79c4-48fe-9306-916c66642160","type":"text/javascript","exec":[""]}}],"_postman_id":"8b7b7468-6181-49af-894e-f4cace6192b6"}],"id":"80f4926f-020f-46f5-a191-94722c16aa02","description":"# Zops Realtime Online Chat Service API\n","event":[{"listen":"prerequest","script":{"id":"5958db12-c0f1-4251-a4b0-3b1156a2e009","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2df24082-a0a5-47ef-833b-cac69ebf56d0","type":"text/javascript","exec":[""]}}],"_postman_id":"80f4926f-020f-46f5-a191-94722c16aa02"},{"name":"Admin","item":[{"name":"Retrieve Project Service Admin Token","event":[{"listen":"test","script":{"id":"ff980e33-05e6-4c43-8a5d-9d993f4edc59","exec":[""],"type":"text/javascript"}}],"id":"e4673fab-a857-468d-97f0-933bdfa20087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTEzNTU3MTQsImlhdCI6MTU1MDc1MDkxNCwic3ViIjoiNDE0ODZiMzkwN2IwNDJhMWIxYjI1ZjcwY2Q1NWI3MjIiLCJyb2wiOjIsInRlbmFudF9pZCI6bnVsbCwiYWNjb3VudF9pZCI6IjI5ZjU1YmU1YWE4OTQ5NjA5MjY3NTcyNmZhN2Q0YTg2In0.lnHQiUio_VWKKP7CgwIWArk_XVNd70c2J2WE1zlcp38"}],"url":"{{saasUrl}}/projects/3615740248a948b6bd74677bcf442e36/services-token","description":"## Retrieve admin token with given project id. Admin token used for admin privilages in project services. It support certain operations like **adding contact**, **channel update** etc.\n\n### Fields\n| Field | Description | Type | Request |\n| ------ | ----------- | ---- | ---- |\n| projectServicesAdminToken    | Project services admin token. There is no expire time for these token. Only one token can be created per project. When you receive a new one, the previously existing token is disabled. | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"e4673fab-a857-468d-97f0-933bdfa20087"},{"name":"Channel Creation","event":[{"listen":"test","script":{"id":"d4e782b2-2fb9-4a63-b7dd-3ad7463fbbe1","exec":["let jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"adminPrivateChannel1RCM\", jsonData.content.id);",""],"type":"text/javascript"}}],"id":"470ad6c7-9c9c-47e3-9f1e-eb4cc74df0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token usEuVUlI6RnecMo5xyFP1BHJrYNCRWZ5CJNsTnPmQUDpLqKWYFqTCcRzYc50S5F-nsFIlWErbpMnr9R0HoFqgQ"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Admin Create Private Channel 1\", \n\t\"description\": \"Test Admin Create Private Channel Description\", \n\t\"channelType\": \"private\",\n\t\"subscribers\": [\"88612281f94e47129f62088e46c97e40\", \"0e3eb30dd64d40e2912a438c444ae697\"],\n\t\"managers\": [\"9b0e66434d254676a8cf77be2ccbe145\"]\n}"},"url":"{{rocUrl}}/admin/create-channel","description":"## Creates a new channel as admin user.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| subscribers    | List of subscribers of channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"470ad6c7-9c9c-47e3-9f1e-eb4cc74df0cd"},{"name":"Add Subscribers to Channel","event":[{"listen":"test","script":{"id":"d4e782b2-2fb9-4a63-b7dd-3ad7463fbbe1","exec":[""],"type":"text/javascript"}}],"id":"3740f1f6-f993-47ce-a795-5af49ef2db31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token usEuVUlI6RnecMo5xyFP1BHJrYNCRWZ5CJNsTnPmQUDpLqKWYFqTCcRzYc50S5F-nsFIlWErbpMnr9R0HoFqgQ"}],"body":{"mode":"raw","raw":"{\n\t\"subscribers\": [\"88612281f94e47129f62088e46c97e40\"]\n}"},"url":"{{rocUrl}}/admin/channels/ed942af6f6e0461e81c024fdc669b04e/subscribers","description":"## Add subscriber list to a channel\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| subscribers    | Subscribers to be added to the channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"3740f1f6-f993-47ce-a795-5af49ef2db31"},{"name":"Update Channel","event":[{"listen":"test","script":{"id":"d4e782b2-2fb9-4a63-b7dd-3ad7463fbbe1","exec":[""],"type":"text/javascript"}}],"id":"d833a3be-7bfc-443f-bba5-83389d504b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token usEuVUlI6RnecMo5xyFP1BHJrYNCRWZ5CJNsTnPmQUDpLqKWYFqTCcRzYc50S5F-nsFIlWErbpMnr9R0HoFqgQ"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Test Admin Update Private Channel 1\", \n\t\"description\": \"Test Admin Update Private Channel Description\", \n\t\"channelType\": \"private\",\n\t\"subscribers\": [\"88612281f94e47129f62088e46c97e40\"],\n\t\"managers\": [\"9b0e66434d254676a8cf77be2ccbe145\"]\n}"},"url":"{{rocUrl}}/admin/channels/ed942af6f6e0461e81c024fdc669b04e","description":"## Update a channel as admin user.\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| id    | Unique identifier of channels\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| name    | Name of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| description    | Short description of channel\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| channelType    | Type of channel e.g. ```public```, ```private```, ```invisible```, ```public-announcement```, ```private-announcement```, and ```invisible-announcement``` | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| subscribers    | List of subscribers of channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| managers    | Subscriber(s) who can manage channel\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"d833a3be-7bfc-443f-bba5-83389d504b36"},{"name":"Add Contact","event":[{"listen":"test","script":{"id":"61912cdf-6e08-4a15-9054-1e648818d50d","exec":[""],"type":"text/javascript"}}],"id":"47acc199-0685-49d7-99d7-9b88ebcec7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"AUTHORIZATION","value":"Token usEuVUlI6RnecMo5xyFP1BHJrYNCRWZ5CJNsTnPmQUDpLqKWYFqTCcRzYc50S5F-nsFIlWErbpMnr9R0HoFqgQ"}],"body":{"mode":"raw","raw":"{\n\t\"subscriber_id\": \"88612281f94e47129f62088e46c97e40\", \n\t\"contactListToAdd\": [\"0e3eb30dd64d40e2912a438c444ae697\", \"9b0e66434d254676a8cf77be2ccbe145\"]\n}"},"url":"{{rocUrl}}/admin/contact","description":"## Add contact list to given subscriber as admin user\n\n### Fields\n| Field | Description | Type | Request | Response |\n| ------ | ----------- | ---- | ---- | ---- |\n| subscriber_id    | User id of subscriber to be contact given contact list\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| contactListToAdd    | Subscriber id list to add to given subscriber's contact list\t | ![list-variable](https://img.shields.io/badge/-list%20of%20id-lightgrey.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| trackingId    | Id number to track non-blocking operations' erroneous responses coming through web socket | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg)| ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isActive    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| isDeleted    | boolean, auto field, default false, indicates is record deleted or not | ![bool-variable](https://img.shields.io/badge/-boolean-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| lastUpdateTime    | timestamp, auto field, default now(), last update time of record | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |\n| creationTime    | timestamp, auto field, default now(), first creation time of record\t | ![string-variable](https://img.shields.io/badge/-string-lightgrey.svg) | ![not-include-bugdet](https://img.shields.io/badge/-not%20include-important.svg) | ![include-bugdet](https://img.shields.io/badge/-include-success.svg) |"},"response":[],"_postman_id":"47acc199-0685-49d7-99d7-9b88ebcec7ab"}],"id":"647e5e84-b17f-4219-92b5-098b03af3ecd","_postman_id":"647e5e84-b17f-4219-92b5-098b03af3ecd"},{"name":"Web Socket","item":[],"id":"20137232-8c1a-4c26-ae38-96df5e836266","description":"\n* Web socket connection is used to report status updates of the user's contacts, messages from the channels, direct messages from the contacts and errors that occur as a result of the transactions within the system.\n* The websocket connection has 4 types of notifications.\n* The **type** parameter indicates the type of notification in the notification data. It can be one of the **channel_message**, **direct_message**, **status_delivery**, **error**\n* Only actions that are triggered after the user is connected to the websocket will be notified of this connection.\n*  “https://ws.zops.io/ws/subscribers/{{subscriber_id}}/token/{{token}}” adress used for establishing web socket connection. **subscriber_id** and **token** as url parameters are required for these connection.\n\n<br>\n\nSample python code for connection;\n```python\nimport websocket\n\ndef on_message(ws, message):\n    print(message)\n\nwebsocket.enableTrace(True)\nws = websocket.WebSocketApp(\"ws:https://ws.zops.io/ws/subscribers/fdc1642d09d0414a8662340385c324e6/token/l5EUeciVsa3sQDDMYb-7zriWM_cmYwEaSJjC1BlSG7Omj3CDxooxpQceOo1pV_DQ1Pye3lYjfoKkyHoloqGyModPA0wKQxvWUU-HnxOTWv-XHaKbL3dfPrkwvnIxusXr4C4nEUZNMRc_fCq7eqZRCPaS9uE1D\",\n                            on_message=on_message)\nws.run_forever()\n```\n<br><br>\n\n\"channel_message\"  is a type of notification. It refers to messages from the channel to which the user is a member. This notification sent via the WebSocket connection in following format:\n```\n{\n\t\"messageId\": \"a9dc7ecc0cea4e4bb3d895acf69e1b46\",\n    \"type\": \"channel_message\",\n    \"channelId\": 78c44da033404ea2b8b4d19c6219f75b,\n    \"title\": \"Hello\",\n    \"body\": \"Hello channel. I am user 2\",\n    \"sentTime\": 2019-02-06T06:55:34.105509Z00:00,\n    \"sender\": 2351dbd78f054192857e236ec507f64a\n}\n```\n<br>\n\n\"direct_message\"  is a type of notification. It refers to messages from the user which is a contact. This notification sent via the WebSocket connection in following format:\n```\n{\n\t\"messageId\": \"1665f376fd6948dd9ccbc74415467707\",\n    \"type\": \"direct_message\",\n    \"title\": \"Hi\",\n    \"body\": \"Hello. I am user 1\",\n    \"sentTime\": 2019-02-06T06:55:34.105509Z00:00,\n    \"sender\": 2351dbd78f054192857e236ec507f64a\n}\n```\n<br>\n\n\"status_delivery\"  is a type of notification. It refers to status update message from the user which is a contact. This notification sent via the WebSocket connection in following format:\n```\n{\n    \"type\": \"status_delivery\",\n    \"subscriberId\": 2351dbd78f054192857e236ec507f64a,\n    \"lastActivityTime\": 2019-01-06T06:55:34.105509Z00:00,\n    \"statusMessage\": \"I am user 1\",\n    \"behavioralStatus\": \"online\",\n    \"statusIntentional\": \"null\"\n}\n\n```\n<br>\n\n\"error\"  is a type of notification. It refers to errors which occured from user's operations.This notification sent via the WebSocket connection in following format:\n```\n{\n    \"type\": \"error\",\n    \"trackingId\": 235as2xc8f054192857e236ec507fbb4,\n    \"data\": {\n        \"title\": \"Object not found\",\n        \"description\": \"Event has failed.\",\n        \"code\": 500\n    },\n}\n```","event":[{"listen":"prerequest","script":{"id":"2d44b7a7-88f9-4c19-aac4-834db6187131","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e1d54c07-6084-4579-85ef-5fbdea74e9a4","type":"text/javascript","exec":[""]}}],"_postman_id":"20137232-8c1a-4c26-ae38-96df5e836266"}],"event":[{"listen":"prerequest","script":{"id":"c58cbf58-c4cd-4829-9adf-0faffa3812e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e9b7c432-3d76-4625-bb4f-92e8f5921106","type":"text/javascript","exec":[""]}}]}