{"info":{"_postman_id":"34a07ddf-5bd4-4aa2-886b-500b37b1d185","name":"Chat Application API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"54956","collectionId":"34a07ddf-5bd4-4aa2-886b-500b37b1d185","publishedId":"SVYkx2XW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-07-29T21:17:54.000Z"},"item":[{"name":"Applications","item":[{"name":"Create Application","id":"e8584b42-c122-4048-848b-3d998788b4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"app\": {\n\t\t\"name\": \"application name goes here\"\n\t}\n}"},"url":"http://localhost:3000/application","urlObject":{"protocol":"http","port":"3000","path":["application"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"11af6187-5506-4ca6-8e39-6599a4721091","name":"Create Application","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"app\": {\n\t\t\"name\": \"application name goes here\"\n\t}\n}"},"url":"http://localhost:3000/application"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3f7a82ae7c7296b8764db647a99dcd59\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"be85a328-3690-49f2-a79f-d97cb98872b0"},{"key":"X-Runtime","value":"0.016824"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"application name goes here\",\n    \"token\": 8,\n    \"chats_count\": 0\n}"}],"_postman_id":"e8584b42-c122-4048-848b-3d998788b4c0"},{"name":"Edit Application","id":"eb085753-8720-48b8-abe0-c5f068dc1276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"app\": {\n\t\t\"token\": 13,\n\t\t\"name\": \"application name goes here\"\n\t}\n}"},"url":"http://localhost:3000/application","description":"<p>Edit Aplication Name</p>\n","urlObject":{"protocol":"http","port":"3000","path":["application"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"550b9b8e-1c45-4250-8f9b-ea3ccae679de","name":"Edit Application","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"app\": {\n\t\t\"token\": 13,\n\t\t\"name\": \"application name goes here\"\n\t}\n}"},"url":"http://localhost:3000/application"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"43df3c416162c1f775d4692aad522706\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"43945eca-25d9-4a48-af0a-8ecee8abddf7"},{"key":"X-Runtime","value":"0.063220"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"application name goes here\",\n    \"token\": 13,\n    \"chats_count\": 16,\n    \"created_at\": \"2019-07-29T19:20:56.000Z\",\n    \"updated_at\": \"2019-07-29T19:56:32.000Z\"\n}"}],"_postman_id":"eb085753-8720-48b8-abe0-c5f068dc1276"},{"name":"All Applications","id":"3e405e2f-2e6e-45a3-a9e4-cf3b58b51fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/applications","urlObject":{"protocol":"http","port":"3000","path":["applications"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bd5d3b13-9031-44e8-98df-278bb5cd2ef2","name":"All Applications","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c918fdb6619fc3a70b04214c45fd8643\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9d2a40fd-d609-45fb-8584-f429eed4dabc"},{"key":"X-Runtime","value":"0.017317"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"token\": 13,\n        \"name\": \"application#1\",\n        \"chats_count\": 16,\n        \"created_at\": \"2019-07-29T19:20:56.000Z\",\n        \"updated_at\": \"2019-07-29T19:51:55.000Z\"\n    },\n    {\n        \"token\": 14,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:20:57.000Z\",\n        \"updated_at\": \"2019-07-29T19:20:57.000Z\"\n    },\n    {\n        \"token\": 3,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:52:02.000Z\",\n        \"updated_at\": \"2019-07-29T19:52:02.000Z\"\n    },\n    {\n        \"token\": 4,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:53:32.000Z\",\n        \"updated_at\": \"2019-07-29T19:53:32.000Z\"\n    },\n    {\n        \"token\": 5,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:53:51.000Z\",\n        \"updated_at\": \"2019-07-29T19:53:51.000Z\"\n    },\n    {\n        \"token\": 6,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:53:52.000Z\",\n        \"updated_at\": \"2019-07-29T19:53:52.000Z\"\n    },\n    {\n        \"token\": 7,\n        \"name\": \"application#1\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:53:53.000Z\",\n        \"updated_at\": \"2019-07-29T19:53:53.000Z\"\n    },\n    {\n        \"token\": 8,\n        \"name\": \"application name goes here\",\n        \"chats_count\": 0,\n        \"created_at\": \"2019-07-29T19:54:18.000Z\",\n        \"updated_at\": \"2019-07-29T19:54:18.000Z\"\n    }\n]"}],"_postman_id":"3e405e2f-2e6e-45a3-a9e4-cf3b58b51fc6"},{"name":"Application By Id","id":"303667ce-0e45-40ef-b90e-db88be82a385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/applications/14","urlObject":{"protocol":"http","port":"3000","path":["applications","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7002a5f2-e670-4d40-827f-db2ba06da2ce","name":"Application By Id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/applications/14"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"500ef72b19ee9343eb2bc77c67fdf749\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e81886a2-6387-458b-82a9-55873cd9ecac"},{"key":"X-Runtime","value":"0.013564"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": 14,\n    \"name\": \"application#1\",\n    \"chats_count\": 0,\n    \"created_at\": \"2019-07-29T19:20:57.000Z\",\n    \"updated_at\": \"2019-07-29T19:20:57.000Z\"\n}"}],"_postman_id":"303667ce-0e45-40ef-b90e-db88be82a385"}],"id":"2791d629-4021-4f43-9d10-de6c7c2fa076","event":[{"listen":"prerequest","script":{"id":"30ac767a-aa5b-4ed3-8a7d-fc89c348cf25","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf69bd81-fc03-48a3-9409-8b20e47f4a8f","type":"text/javascript","exec":[""]}}],"_postman_id":"2791d629-4021-4f43-9d10-de6c7c2fa076","description":""},{"name":"Chat","item":[{"name":"Create Chat","id":"6b9e606d-7f60-4a86-9506-444d45a3eb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"chat\": {\n\t\t\"app_token\": 13\n\t}\n}"},"url":"http://localhost:3000/chat","description":"<p>Create chat using application token</p>\n","urlObject":{"protocol":"http","port":"3000","path":["chat"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80886764-0e36-4522-9e78-fd26ea061dd9","name":"Create Chat ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"chat\": {\n\t\t\"app_token\": 13\n\t}\n}"},"url":"http://localhost:3000/chat"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a6ae422c0bc0c4c86037b76626da80aa\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"6580cde5-61f6-4e19-9c07-4e322a86ed99"},{"key":"X-Runtime","value":"0.016285"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"app_token\": 13,\n    \"chat_number\": 5,\n    \"messages_count\": 0\n}"}],"_postman_id":"6b9e606d-7f60-4a86-9506-444d45a3eb12"},{"name":"All Chats","id":"07b9ccff-e3e9-425a-a032-2673334aa8dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:3000/applications/1/chats","description":"<p>Get all chats that belongs to an application</p>\n","urlObject":{"protocol":"http","port":"3000","path":["applications","1","chats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07b9ccff-e3e9-425a-a032-2673334aa8dd"},{"name":"Get Chat","id":"d6c8f644-8d8f-47c1-8f6f-9ebd77d8e168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:3000/applications/13/chats/2","description":"<p>Get chat by application token and chat number</p>\n","urlObject":{"protocol":"http","port":"3000","path":["applications","13","chats","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1394a198-1aa0-443e-8081-b37d7d4d333e","name":"Get Chat","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:3000/applications/13/chats/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"bde27e3bd15c9fd613bfaa733638c051\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7edabd8f-10ac-4501-a85e-8a03c3d4ec52"},{"key":"X-Runtime","value":"0.031203"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages_count\": 0,\n    \"chat_number\": 2,\n    \"app_token\": 13,\n    \"created_at\": \"2019-07-29T20:09:44.000Z\",\n    \"updated_at\": \"2019-07-29T20:09:44.000Z\"\n}"}],"_postman_id":"d6c8f644-8d8f-47c1-8f6f-9ebd77d8e168"}],"id":"dfddd75f-905b-4a88-9e68-7066e1c03724","_postman_id":"dfddd75f-905b-4a88-9e68-7066e1c03724","description":""},{"name":"Messages","item":[{"name":"Create Message","id":"49fdc1b1-edfa-43ea-8a31-2416fba5d37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"app_token\": 13,\n\t\"chat_number\": 1,\n\t\"text\": \"message text here\"\n}"},"url":"http://localhost:3000/message","description":"<p>Create message by application token and chat number</p>\n","urlObject":{"protocol":"http","port":"3000","path":["message"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"147d0b7f-c7dd-4ddd-9743-32557ebd7d63","name":"Create Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"app_token\": 13,\n\t\"chat_number\": 1,\n\t\"text\": \"message text here\"\n}"},"url":"http://localhost:3000/message"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"cfca0a4d200e176c5e19822b40d4d9f8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"66b6742d-ec06-4d8c-8b61-07235bfa4473"},{"key":"X-Runtime","value":"0.376592"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"text\": \"message text here\",\n    \"app_token\": 13,\n    \"chat_number\": 1,\n    \"message_number\": 1\n}"}],"_postman_id":"49fdc1b1-edfa-43ea-8a31-2416fba5d37a"},{"name":"Edit Message","id":"b07bf2ec-97c1-47dc-9001-9e3a2bb3d53b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"app_token\": 13,\n\t\"chat_number\": 1,\n\t\"message_number\": 1,\n\t\"text\": \"message text\"\n}"},"url":"http://localhost:3000/message","description":"<p>Create message by application token and chat number and message number</p>\n","urlObject":{"protocol":"http","port":"3000","path":["message"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"37b2fc54-5bff-4c06-8d7e-09d0770226b0","name":"Edit Message","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"app_token\": 13,\n\t\"chat_number\": 1,\n\t\"message_number\": 1,\n\t\"text\": \"message text\"\n}"},"url":"http://localhost:3000/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"009e66e8f737197c32ee863e4ef96382\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5f246e67-fab8-4b59-aae5-65eb7e13650d"},{"key":"X-Runtime","value":"0.616226"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"text\": \"message text\",\n        \"chat_number\": 1,\n        \"message_number\": 1,\n        \"app_token\": 13,\n        \"created_at\": \"2019-07-29T20:14:44.000Z\",\n        \"updated_at\": \"2019-07-29T20:18:40.000Z\"\n    }\n]"}],"_postman_id":"b07bf2ec-97c1-47dc-9001-9e3a2bb3d53b"},{"name":"Get Messages","id":"aeb9ae37-0553-4fb7-8a1e-c65cc516ed4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:3000/applications/13/chats/1/messages","description":"<p>Get message by application token and chat number</p>\n","urlObject":{"protocol":"http","port":"3000","path":["applications","13","chats","1","messages"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2777744-e32e-4d21-a1dc-ad3dc8e5ce3a","name":"Get Messages","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost:3000/applications/13/chats/1/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"734710064772f67a939fdabc7551435e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d72d66c8-4773-446d-8491-cdb479f3082a"},{"key":"X-Runtime","value":"0.027011"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"text\": \"message text\",\n        \"message_number\": 1,\n        \"app_token\": 13,\n        \"chat_number\": 1,\n        \"created_at\": \"2019-07-29T20:14:44.000Z\",\n        \"updated_at\": \"2019-07-29T20:18:40.000Z\"\n    },\n    {\n        \"text\": \"message text\",\n        \"message_number\": 2,\n        \"app_token\": 13,\n        \"chat_number\": 1,\n        \"created_at\": \"2019-07-29T20:17:00.000Z\",\n        \"updated_at\": \"2019-07-29T20:17:00.000Z\"\n    }\n]"}],"_postman_id":"aeb9ae37-0553-4fb7-8a1e-c65cc516ed4c"},{"name":"Search Messages","id":"24c55650-b1f5-45e5-9196-06f46678cce2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/messages/search/13/1/message","description":"<p>Search message that belong to chat that belongs to an application\n13 -&gt; application token\n1 -&gt; chat number</p>\n","urlObject":{"protocol":"http","port":"3000","path":["messages","search","13","1","message"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c71d21b0-d02d-43ba-b863-6808980886dc","name":"Search Messages","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/messages/search/13/1/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"734710064772f67a939fdabc7551435e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fbf82641-7fd7-40f3-b34b-3d380889f33b"},{"key":"X-Runtime","value":"0.090679"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"text\": \"message text\",\n        \"message_number\": 1,\n        \"app_token\": 13,\n        \"chat_number\": 1,\n        \"created_at\": \"2019-07-29T20:14:44.000Z\",\n        \"updated_at\": \"2019-07-29T20:18:40.000Z\"\n    },\n    {\n        \"text\": \"message text\",\n        \"message_number\": 2,\n        \"app_token\": 13,\n        \"chat_number\": 1,\n        \"created_at\": \"2019-07-29T20:17:00.000Z\",\n        \"updated_at\": \"2019-07-29T20:17:00.000Z\"\n    }\n]"}],"_postman_id":"24c55650-b1f5-45e5-9196-06f46678cce2"}],"id":"65727903-118a-4980-a4e9-c8719012691f","_postman_id":"65727903-118a-4980-a4e9-c8719012691f","description":""}],"event":[{"listen":"prerequest","script":{"id":"61530b35-71b7-4d50-bb0c-d0676bea6b6e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2aaaebc6-0dda-413b-a668-d956b3865b5c","type":"text/javascript","exec":[""]}}]}