{"info":{"_postman_id":"31f0eeba-5bb7-4973-a966-d08e2665f671","name":"Public Analytics API","description":"This is a microservice for collecting analytics of widget actions.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"api/v1/push","item":[{"name":"Widget Page View post","id":"449a93dd-5c1f-4828-92ce-5bf24b79d4cf","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"{{baseUrl}}/api/v1/push/widget-page-view","description":"when page has widget(s) load this event fire"},"response":[{"id":"f512d0c6-086e-493c-8905-fd64621ff814","name":"ok event fire","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"{{baseUrl}}/api/v1/push/widget-page-view"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f8b6f859-6c74-4511-9788-50b481fc6a20","name":"no widget id provided","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}"},"url":"{{baseUrl}}/api/v1/push/widget-page-view"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"449a93dd-5c1f-4828-92ce-5bf24b79d4cf"},{"name":"Widget View post","id":"275f76ca-767d-450c-b152-d7d1f7ded7bc","request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": \"<string>\"\n}"},"url":"{{baseUrl}}/api/v1/push/widget-view","description":"When user see 10% of widget this event fire"},"response":[{"id":"31f41a69-68aa-4dc1-b79c-47d2765b1407","name":"wrong data type provided","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": \"<string>\"\n}"},"url":"{{baseUrl}}/api/v1/push/widget-view"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"65fd5eb8-27be-48ed-b62d-2af6c0fdd66a","name":"ok event fire","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"widget_id\": \"<string>\"\n}"},"url":"{{baseUrl}}/api/v1/push/widget-view"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"275f76ca-767d-450c-b152-d7d1f7ded7bc"}],"id":"121f5169-1b49-423f-b30f-ec43c9ba20c3","_postman_id":"121f5169-1b49-423f-b30f-ec43c9ba20c3"}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"https://in.progress","type":"string"}]}