{"info":{"_postman_id":"852c9281-058a-4ef6-bf33-8f0f47482bd1","name":"Rationalk","description":"<html><head></head><body><p>API documentation for connecting with Rationalk using JWT (JSON web token)\nYou can find your JSON web token on the user profile page within Rationalk application</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3874742","collectionId":"852c9281-058a-4ef6-bf33-8f0f47482bd1","publishedId":"SVYjV3Ju","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"49BEB7"},"publishDate":"2019-07-27T14:55:43.000Z"},"item":[{"name":"Docs","item":[{"name":"GET docs","id":"95c2fd7d-f549-4bde-b52d-57991267f28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/docs?_id=CONTACT-3&jwt=api-key","description":"<p>get a document</p>\n","urlObject":{"path":["api","v1","docs"],"host":["http://localhost:3000"],"query":[{"description":{"content":"<p>The document id</p>\n","type":"text/plain"},"key":"_id","value":"CONTACT-3"},{"description":{"content":"<p>Your personal JSON web token</p>\n","type":"text/plain"},"key":"jwt","value":"api-key"}],"variable":[]}},"response":[],"_postman_id":"95c2fd7d-f549-4bde-b52d-57991267f28f"},{"name":"doc update","id":"0a8c3c17-5755-42fe-90be-57748b3039d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"docId\": \"Eypkpyqzw4R9QLKt3\",\n    \"fields\": {\n        \"name\": \"Salut\",\n        \"a\": 25.2\n    },\n    \"jwt\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/docs/update","urlObject":{"protocol":"http","port":"3000","path":["api","v1","docs","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a8c3c17-5755-42fe-90be-57748b3039d0"}],"id":"d476ba17-bca2-44aa-86aa-56fb92f4fdd6","description":"<p>The methods related to the Docs collection</p>\n","_postman_id":"d476ba17-bca2-44aa-86aa-56fb92f4fdd6"},{"name":"Tasks","item":[{"name":"GET tasks","id":"448dfb21-ad3a-430c-9b23-5a07c8f0e8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/tasks?_id=TK-61&jwt=api-key","description":"<p>get a document</p>\n","urlObject":{"path":["api","v1","tasks"],"host":["http://localhost:3000"],"query":[{"description":{"content":"<p>The document id</p>\n","type":"text/plain"},"key":"_id","value":"TK-61"},{"description":{"content":"<p>Your personal JSON web token</p>\n","type":"text/plain"},"key":"jwt","value":"api-key"}],"variable":[]}},"response":[],"_postman_id":"448dfb21-ad3a-430c-9b23-5a07c8f0e8a4"},{"name":"GET tasks/list","id":"82301baa-6b8a-4a60-8db7-449820822dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/tasks/list?actioneeFilter=myTasks&jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI5UEhnRHB2dnNNVDJQdGdaeiIsImlhdCI6MTYzNzk0ODI4OH0.UDCk3qTfKezM1xmINBlPWJ9SRtp_CR-25mmJBeGaPy8","description":"<p>Return a list of tasks</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tasks","list"],"host":["localhost"],"query":[{"disabled":true,"key":"titleDescriptionChecklistFilter","value":""},{"key":"actioneeFilter","value":"myTasks"},{"key":"jwt","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI5UEhnRHB2dnNNVDJQdGdaeiIsImlhdCI6MTYzNzk0ODI4OH0.UDCk3qTfKezM1xmINBlPWJ9SRtp_CR-25mmJBeGaPy8"}],"variable":[]}},"response":[],"_postman_id":"82301baa-6b8a-4a60-8db7-449820822dfe"},{"name":"GET test (apikeys DB)","id":"1d4a0717-58c9-4393-bb65-512c9917db38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/tasks/list?jwt=api-key&actioneeFilter=myTasks","description":"<p>Return a list of tasks</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","tasks","list"],"host":["localhost"],"query":[{"description":{"content":"<p>Your personal JSON web token</p>\n","type":"text/plain"},"key":"jwt","value":"api-key"},{"disabled":true,"key":"titleDescriptionChecklistFilter","value":""},{"key":"actioneeFilter","value":"myTasks"}],"variable":[]}},"response":[],"_postman_id":"1d4a0717-58c9-4393-bb65-512c9917db38"},{"name":"Complete task","id":"109b195a-d17b-4d16-ab6e-0f34fdfd4f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"_id\": \"TK-1234\",\n\t\"jwt\": api-key\n}"},"url":"http://localhost:3000/api/v1/task/complete","description":"<p>Mark a task as done\nProgress = 100%</p>\n","urlObject":{"path":["api","v1","task","complete"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"109b195a-d17b-4d16-ab6e-0f34fdfd4f3e"},{"name":"Task create","id":"56e2330f-c7a4-4495-978c-62d3a27e8103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwt","value":"api-key-KgVHEOGu4l","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nouvelle demande depuis le guichet virtuel\",\n    \"tags\": [\"from-api\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://sierre.rationalk.com/api/v1/task/create","urlObject":{"protocol":"https","path":["api","v1","task","create"],"host":["sierre","rationalk","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56e2330f-c7a4-4495-978c-62d3a27e8103"},{"name":"Task create Copy","id":"68a96583-036f-489d-89b6-ad6ef9ca1f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwt","value":"api-key-KgVHEOGu4l","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nouvelle demande depuis le guichet virtuel\",\n    \"tags\": [\"from-api\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://sierre.rationalk.com/api/v1/task/create","urlObject":{"protocol":"https","path":["api","v1","task","create"],"host":["sierre","rationalk","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68a96583-036f-489d-89b6-ad6ef9ca1f9e"}],"id":"277cdf4c-0c7b-4717-9814-cc02fcb57daf","description":"<p>The methods related to the Tasks collection</p>\n","event":[{"listen":"prerequest","script":{"id":"4eca0d79-0739-41b2-8913-b9044d62a7b3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b64ebccd-323b-4445-932b-af755ad71593","type":"text/javascript","exec":[""]}}],"_postman_id":"277cdf4c-0c7b-4717-9814-cc02fcb57daf"},{"name":"saml","item":[{"name":"api/v1/saml/dd/bb","id":"ab822a5f-3b36-4008-905c-61b76c8a92ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/saml/action/serviceName/credentialToken","urlObject":{"path":["api","v1","saml","action","serviceName","credentialToken"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab822a5f-3b36-4008-905c-61b76c8a92ba"},{"name":"api/v1/saml/assert","id":"cbdad096-0b82-4a71-baa1-23038bd9e630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/saml/action/serviceName/credentialToken","urlObject":{"path":["api","v1","saml","action","serviceName","credentialToken"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbdad096-0b82-4a71-baa1-23038bd9e630"},{"name":"/api/v1/saml/metadata.xml","id":"0d9dd41f-54ae-4e85-a026-c72fe92c87a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/saml/metadata.xml","urlObject":{"path":["api","v1","saml","metadata.xml"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d9dd41f-54ae-4e85-a026-c72fe92c87a0"},{"name":"https://louisvuitton.rationalk.com/api/v1/saml/assert","id":"e30f7c6b-1c7f-4574-b425-878ce13d5b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://louisvuitton.rationalk.com/api/v1/saml/assert","urlObject":{"protocol":"https","path":["api","v1","saml","assert"],"host":["louisvuitton","rationalk","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e30f7c6b-1c7f-4574-b425-878ce13d5b54"},{"name":"https://louisvuitton.rationalk.com/api/v1/saml/metadata.xml","id":"dc11eb53-813c-446f-9743-834406667f27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/saml/metadata.xml","urlObject":{"path":["api","v1","saml","metadata.xml"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc11eb53-813c-446f-9743-834406667f27"},{"name":"/api/v1/saml/login","id":"e770ca4c-c783-48bd-b563-62b86637a683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/saml/login","urlObject":{"path":["api","v1","saml","login"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e770ca4c-c783-48bd-b563-62b86637a683"}],"id":"ef00f26d-632d-4d69-a631-167a39420f60","_postman_id":"ef00f26d-632d-4d69-a631-167a39420f60","description":""},{"name":"Production Time Tracking","item":[{"name":"/api/v1/production-time-tracking/get","id":"03db3d65-fcac-412b-a1e0-a45a1aba7b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"equipmentId\": \"EQUIPMENT-1\",\n    \"jwt\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/fabricube/mes/equipments","urlObject":{"protocol":"http","port":"3000","path":["api","v1","fabricube","mes","equipments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03db3d65-fcac-412b-a1e0-a45a1aba7b73"},{"name":"https://beer.rationalk.com/api/v1/production-time-tracking/get","id":"9af8a1e6-96a7-441b-a859-3ba559d22405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"equipmentId\": \"EQUIPMENT-21\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/production-time-tracking/get","urlObject":{"protocol":"http","port":"3000","path":["api","v1","production-time-tracking","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9af8a1e6-96a7-441b-a859-3ba559d22405"}],"id":"6b6d0407-9252-4376-aacc-20d1cad722e0","_postman_id":"6b6d0407-9252-4376-aacc-20d1cad722e0","description":""},{"name":"Supplier bills","item":[{"name":"/api/v1/erp/supplier-bills/send","id":"1ba9e480-71b1-468c-9ac7-b9d9a4a1930f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1ba9e480-71b1-468c-9ac7-b9d9a4a1930f"}],"id":"7f81a65c-ca40-4d49-8ecc-b35fdac65f3c","_postman_id":"7f81a65c-ca40-4d49-8ecc-b35fdac65f3c","description":""},{"name":"ERP import","item":[{"name":"/api/v1/erp/production-orders","id":"a999e093-95fb-450b-be5b-786c9ab5902b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","src":"/Users/dokithonon/Downloads/tasks-export-20210311_103353.csv"}]},"url":"http://localhost:3000/api/v1/erp/production-orders","urlObject":{"protocol":"http","port":"3000","path":["api","v1","erp","production-orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a999e093-95fb-450b-be5b-786c9ab5902b"}],"id":"0654c123-8d5b-4fc6-a1e8-3c0af16ae248","_postman_id":"0654c123-8d5b-4fc6-a1e8-3c0af16ae248","description":""},{"name":"caldav","item":[{"name":"caldav","id":"19a571bb-70d1-458f-be3d-5e6fd1b3b227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"19a571bb-70d1-458f-be3d-5e6fd1b3b227"}],"id":"c83368ec-8198-4c87-ae34-09ed69ff094b","_postman_id":"c83368ec-8198-4c87-ae34-09ed69ff094b","description":""},{"name":"Test post body","item":[{"name":"test post body","id":"c4490c5b-0ccb-4f1b-a8df-d3914bcbe705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwt","value":"test","type":"text"}],"body":{"mode":"raw","raw":"{\"salut\": \"thomas\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/test-post-body","urlObject":{"protocol":"http","port":"3000","path":["api","v1","test-post-body"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4490c5b-0ccb-4f1b-a8df-d3914bcbe705"},{"name":"test get","id":"a574460c-bf21-49cc-a7d9-15dba7a238ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"jwt","value":"test","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/test-get?salut=cedric","urlObject":{"protocol":"http","port":"3000","path":["api","v1","test-get"],"host":["localhost"],"query":[{"key":"salut","value":"cedric"}],"variable":[]}},"response":[],"_postman_id":"a574460c-bf21-49cc-a7d9-15dba7a238ec"}],"id":"70075aaf-dbf6-45ea-99e8-b85cef0d2d3d","_postman_id":"70075aaf-dbf6-45ea-99e8-b85cef0d2d3d","description":""},{"name":"Project","item":[{"name":"Project create","id":"69b041a4-c267-4460-b3e0-42f1545611a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"jwt","value":"api-key-KgVHEOGu4l","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Nouvelle demande depuis le guichet virtuel\",\n    \"templateId\": \"PROJ-165\",\n    \"executiveSummary\": \"ma description\",\n    \"additionalTags\": [\"from-api\"],\n    \"retroplanning\": true,\n    \"retroplanningEndDate\": \"2025-03-25\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/project/create-from-template","urlObject":{"protocol":"http","port":"3000","path":["api","v1","project","create-from-template"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69b041a4-c267-4460-b3e0-42f1545611a8"},{"name":"Project get","id":"42d50002-f57d-4d4c-8aa2-de5f987810e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/project/get?projectId=PROJ-19&jwt=test","urlObject":{"protocol":"http","port":"3000","path":["api","v1","project","get"],"host":["localhost"],"query":[{"key":"projectId","value":"PROJ-19"},{"key":"jwt","value":"test"}],"variable":[]}},"response":[],"_postman_id":"42d50002-f57d-4d4c-8aa2-de5f987810e0"}],"id":"7403c6d1-39a1-4a78-ab28-477356fb1e7d","_postman_id":"7403c6d1-39a1-4a78-ab28-477356fb1e7d","description":""},{"name":"Project stats demo","item":[{"name":"demo","id":"e28c6634-275c-4bb5-8d94-51b121797df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.rationalk.com/api/v1/projects-stats/get?jwt=api-key-from-settings-json-demo-1234&projection=projectId,nDone,nOpen","urlObject":{"protocol":"https","path":["api","v1","projects-stats","get"],"host":["demo","rationalk","com"],"query":[{"key":"jwt","value":"api-key-from-settings-json-demo-1234"},{"key":"projection","value":"projectId,nDone,nOpen"}],"variable":[]}},"response":[],"_postman_id":"e28c6634-275c-4bb5-8d94-51b121797df7"},{"name":"demo infos","id":"205d33ec-ef74-4bee-9485-1b35c2f500fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.rationalk.com/api/v1/projects-infos/get?jwt=api-key-from-settings-json-demo-1234&projection=projectId,nDone,nOpen","urlObject":{"protocol":"https","path":["api","v1","projects-infos","get"],"host":["demo","rationalk","com"],"query":[{"key":"jwt","value":"api-key-from-settings-json-demo-1234"},{"key":"projection","value":"projectId,nDone,nOpen"}],"variable":[]}},"response":[],"_postman_id":"205d33ec-ef74-4bee-9485-1b35c2f500fb"},{"name":"localhost","id":"7147555e-87d2-487d-9187-5eab99738a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.rationalk.com/api/v1/projects-stats/get?jwt=api-key-from-settings-json-demo-1234&projection=projectId,nDone,nOpen","urlObject":{"protocol":"https","path":["api","v1","projects-stats","get"],"host":["demo","rationalk","com"],"query":[{"key":"jwt","value":"api-key-from-settings-json-demo-1234"},{"key":"projection","value":"projectId,nDone,nOpen"}],"variable":[]}},"response":[],"_postman_id":"7147555e-87d2-487d-9187-5eab99738a54"},{"name":"localhost infos","id":"65c3e957-0b23-44ac-af8d-1a725db14e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:3000/api/v1/projects-infos/get?jwt=api-key-from-settings-json-demo-1234&projection=projectId,nDone,nOpen","urlObject":{"protocol":"https","port":"3000","path":["api","v1","projects-infos","get"],"host":["localhost"],"query":[{"key":"jwt","value":"api-key-from-settings-json-demo-1234"},{"key":"projection","value":"projectId,nDone,nOpen"}],"variable":[]}},"response":[],"_postman_id":"65c3e957-0b23-44ac-af8d-1a725db14e47"}],"id":"2fb37932-dc20-4960-bdf3-f9680791c2e4","_postman_id":"2fb37932-dc20-4960-bdf3-f9680791c2e4","description":""},{"name":"GET method","id":"5f99d66b-2d8c-4e04-b43c-46d3789345fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/method-call?jwt=api-key&method=getSalesPriceValue&productNum=Malt Cat 1&qty=1","description":"<p>get a document</p>\n","urlObject":{"path":["api","v1","method-call"],"host":["http://localhost:3000"],"query":[{"description":{"content":"<p>Your personal JSON web token</p>\n","type":"text/plain"},"key":"jwt","value":"api-key"},{"description":{"content":"<p>the meteor method</p>\n","type":"text/plain"},"key":"method","value":"getSalesPriceValue"},{"description":{"content":"<p>the product num</p>\n","type":"text/plain"},"key":"productNum","value":"Malt Cat 1"},{"description":{"content":"<p>product qty</p>\n","type":"text/plain"},"key":"qty","value":"1"},{"disabled":true,"description":{"content":"<p>the customer num</p>\n","type":"text/plain"},"key":"customerNum","value":"202300"},{"disabled":true,"description":{"content":"<p>return a number</p>\n","type":"text/plain"},"key":"returnNumber","value":"true"}],"variable":[]}},"response":[],"_postman_id":"5f99d66b-2d8c-4e04-b43c-46d3789345fb"},{"name":"GET status","id":"4e17ce85-2991-436c-a938-a45a001c14f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/status","description":"<p>get a document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","status"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>the customer num</p>\n","type":"text/plain"},"key":"customerNum","value":"202300"},{"disabled":true,"description":{"content":"<p>return a number</p>\n","type":"text/plain"},"key":"returnNumber","value":"true"}],"variable":[]}},"response":[],"_postman_id":"4e17ce85-2991-436c-a938-a45a001c14f9"},{"name":"http://localhost:3000/api/v1/fabricube/eva/analytics/get-data","id":"30f46d95-9e3d-4867-b6a0-f595b7ef4719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:3000/api/v1/fabricube/eva/analytics/get-data","description":"<p>get a document</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","v1","fabricube","eva","analytics","get-data"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>the customer num</p>\n","type":"text/plain"},"key":"customerNum","value":"202300"},{"disabled":true,"description":{"content":"<p>return a number</p>\n","type":"text/plain"},"key":"returnNumber","value":"true"}],"variable":[]}},"response":[],"_postman_id":"30f46d95-9e3d-4867-b6a0-f595b7ef4719"},{"name":"LDAP","id":"c08dcd0a-a879-4d47-b0d4-67f61e3df50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"_id\": \"TK-1234\",\n\t\"jwt\": api-key\n}"},"url":"http://localhost:3000/api/v1/ldap/","description":"<p>Mark a task as done\nProgress = 100%</p>\n","urlObject":{"path":["api","v1","ldap",""],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c08dcd0a-a879-4d47-b0d4-67f61e3df50b"},{"name":"https://localhost:3000","id":"eea51507-ceff-465e-92b3-603ea0d921e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://valise-demo.fabricube.icube-sa.ch/","urlObject":{"protocol":"https","path":[""],"host":["valise-demo","fabricube","icube-sa","ch"],"query":[],"variable":[]}},"response":[],"_postman_id":"eea51507-ceff-465e-92b3-603ea0d921e4"}],"event":[{"listen":"prerequest","script":{"id":"0c593c37-d3fa-415f-b828-1ea34654ba0b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31be81d6-7282-426e-b0cb-820d582dac89","type":"text/javascript","exec":[""]}}],"variable":[{"key":"apiKey","value":"api-key"},{"key":"appUrl","value":"http://localhost:3000"},{"value":""}]}