{"info":{"_postman_id":"97e599d8-a4ec-4a8e-86b1-fbf5b83a4f72","name":"Strategy Orchestrator - All endpoints","description":"This is the official documentation of the Strategy Orchestrator API: https://test.strategyorchestrator.com/help\n\nThe \"double\" login mecanism is due to the fact that users can belong to multiple instances. The SYSTEM login response must be parsed to see if user can access multiple instances, and user should get the option to select which instance to login to.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"System","item":[{"name":"Login to SO System","event":[{"listen":"test","script":{"id":"0d71d079-0b0b-41be-9c85-1e422df325c3","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"temp_token\", jsonData.TemporalToken);","",""],"type":"text/javascript"}}],"id":"496f931d-5b4e-4098-9ac2-ac7b6d8a8c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"Username\":\"{{username}}\",\"Password\":\"{{password}}\"}"},"url":"{{host}}/api/systemclients/login"},"response":[],"_postman_id":"496f931d-5b4e-4098-9ac2-ac7b6d8a8c33"},{"name":"Login to SO Instance","event":[{"listen":"test","script":{"id":"61e63fcb-3937-4798-8943-4f4cc21e13ca","exec":["var jsonData = JSON.parse(responseBody);","pm.environment.set(\"auth_token\", jsonData.Token);",""],"type":"text/javascript"}}],"id":"e06dccd1-c60c-4165-9db1-17fc5db304e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Username\": \"{{username}}\",\n    \"Password\": \"\",\n    \"Domain\": \"{{domain}}\",\n    \"TemporalToken\": \"{{temp_token}}\",\n    \"ExpirationToken\": null\n}"},"url":"{{host}}/api/Auth/Logon/Server"},"response":[],"_postman_id":"e06dccd1-c60c-4165-9db1-17fc5db304e1"},{"name":"Get Version","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"8ea0382e-b059-470b-bf46-104157bb4c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":"{{host}}/api/System/Version"},"response":[],"_postman_id":"8ea0382e-b059-470b-bf46-104157bb4c37"},{"name":"Create Client User","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"792c1b61-4e13-4740-9ccb-f2d194413e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"UserName\":\"aholte@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/System/AddClientUser"},"response":[],"_postman_id":"792c1b61-4e13-4740-9ccb-f2d194413e58"},{"name":"CreateQuarterKPIValues","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"ca183a8a-9736-40c9-af7c-89d747a363d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"uscars.com","type":"text"},{"key":"Authorization","value":"Basic $2a$12$PQH5IT7Imkdb8pdWS1scL.XLWrzr6PfTSVYIlUMOQwQauREk4Yspi","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"GoalId\": -1,\n    \"CreatedBy\": \"admin@uscars.com\",\n    \"PeriodAmount\": 6,\n    \"BuilderKpiValueFormat\": {\n        \"WeekLabel\": \"Uke\",\n        \"QuarterLabel\": \"Kvartal\",\n        \"LanguageCode\": 1044\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/BuilderKpiValues/generate-quarter-forallkpis"},"response":[],"_postman_id":"ca183a8a-9736-40c9-af7c-89d747a363d9"},{"name":"Reset Password test","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"902000ba-bfc7-4940-a863-46c3598afe14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/account/sendemail"},"response":[],"_postman_id":"902000ba-bfc7-4940-a863-46c3598afe14"},{"name":"Verify Client User","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"b55a4058-6baa-438e-9eb5-9c7b79a126ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"","type":"text","value":"","disabled":true},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\"Username\":\"email@email.com\",\n\"password\":\"Companyname\",\n\"temporaltoken\":\"a9os8d\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/System/VerifyUser"},"response":[],"_postman_id":"b55a4058-6baa-438e-9eb5-9c7b79a126ff"},{"name":"Get Innovation Questions","event":[{"listen":"test","script":{"id":"c175b4a0-2ef4-4198-8ac6-9c972046b442","exec":[""],"type":"text/javascript"}}],"id":"ba94eee4-17d5-4f1c-975c-3b3ae0f977ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":"{{host}}/api/System/Version"},"response":[],"_postman_id":"ba94eee4-17d5-4f1c-975c-3b3ae0f977ee"},{"name":"Save Innovation Answer","event":[{"listen":"test","script":{"id":"5f334c06-a893-4bbc-a20d-6e34602a96b9","exec":[""],"type":"text/javascript"}}],"id":"3bc170f8-cae8-4a2b-b82a-37d297971a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"auth_domain","value":"{{domain}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":"{{host}}/api/InnovationAnswer"},"response":[],"_postman_id":"3bc170f8-cae8-4a2b-b82a-37d297971a24"},{"name":"Get Innovation Answer For User","event":[{"listen":"test","script":{"id":"ae89ecdf-7ecf-425d-8186-c1fc6ca08b6c","exec":[""],"type":"text/javascript"}}],"id":"e7e7b184-fa22-4617-bcf1-369d1378d87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"auth_domain","value":"{{domain}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":"{{host}}/api/InnovationAnswers"},"response":[],"_postman_id":"e7e7b184-fa22-4617-bcf1-369d1378d87f"},{"name":"https://hooks.zapier.com/hooks/catch/12315128/bxfprer/","id":"dba27a3d-a8ef-45d3-8b1a-61452c930831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"message\":\" WWOOOOOOWWWW\"}","options":{"raw":{"language":"json"}}},"url":"https://hooks.zapier.com/hooks/catch/12315128/bxfprer/"},"response":[],"_postman_id":"dba27a3d-a8ef-45d3-8b1a-61452c930831"},{"name":"New Request","id":"560fd365-5ac4-464a-8609-f499aa813d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[]},"response":[],"_postman_id":"560fd365-5ac4-464a-8609-f499aa813d5b"}],"id":"95bc7c95-83f4-431a-a196-8850d8e1fcbe","_postman_id":"95bc7c95-83f4-431a-a196-8850d8e1fcbe"},{"name":"Perspectives, Goals, Risks and Tags","item":[{"name":"Get Perspectives","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"6961e5ae-c17a-445f-85ab-1ede385610c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"text","disabled":true}]},"url":{"raw":"{{host}}/api/Perspectives?isactive=true","host":["{{host}}"],"path":["api","Perspectives"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"6961e5ae-c17a-445f-85ab-1ede385610c6"},{"name":"Add new Perspectives","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"f0388998-978b-4541-891d-e139b48a007e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Innovation2\",\r\n    \"Description\": \"Some description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Perspectives"},"response":[],"_postman_id":"f0388998-978b-4541-891d-e139b48a007e"},{"name":"Generate Company Evaluations","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9a627b09-cb0d-429b-84ac-7d1e5e5aa035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"Language\" : \"Norwegian\"}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/companyevaluations/sync-automatic"},"response":[],"_postman_id":"9a627b09-cb0d-429b-84ac-7d1e5e5aa035"},{"name":"Add new Perspectives Copy 2","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"a622dd02-1d9f-4cf6-a520-9ef70e6da683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Innovation2\",\r\n    \"Description\": \"Some description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Perspectives"},"response":[],"_postman_id":"a622dd02-1d9f-4cf6-a520-9ef70e6da683"},{"name":"Add new Goal","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"1cbe6db7-11ea-4afc-914b-527165fb059b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"More Innovation\",\r\n        \"Description\": \"Some description\",\r\n        \"Perspective\":{\"Id\":63},\r\n        \"TagRelations\":[ {\"Tag\":{\"Id\":4}}, {\"Tag\":{\"Id\":7}} ],\r\n        \"Responsibles\":[{\"Id\":141},{\"Id\":142}],\r\n        \"Divisions\":null,\r\n        \"CalculationType\":\"manual\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Goals"},"response":[],"_postman_id":"1cbe6db7-11ea-4afc-914b-527165fb059b"},{"name":"Add new Tag","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"4e3d6efc-cc44-43d4-8c0e-4e565d720d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"Name\": \"More Innovation\",\r\n        \"Description\": \"Some description\",\r\n        \"UseReporting\": false\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Tags"},"response":[],"_postman_id":"4e3d6efc-cc44-43d4-8c0e-4e565d720d51"},{"name":"Get Tags","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"7f9d2476-339e-44f7-9de9-bda6c5df565e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Tags?isactive=true","host":["{{host}}"],"path":["api","Tags"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"7f9d2476-339e-44f7-9de9-bda6c5df565e"},{"name":"Get Goals","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"39f3a814-fc9e-456e-b7e6-11f14e9476b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Goals?isactive=true&iskeygoal=true","host":["{{host}}"],"path":["api","Goals"],"query":[{"key":"isactive","value":"true"},{"key":"iskeygoal","value":"true"}]}},"response":[],"_postman_id":"39f3a814-fc9e-456e-b7e6-11f14e9476b9"},{"name":"Get Goals Comments","event":[{"listen":"test","script":{"id":"66ee6201-3651-42d2-9edf-954feec39da4","exec":[""],"type":"text/javascript"}}],"id":"aa282c1c-4434-4952-b698-0deedead1841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Goals?isactive=true&iskeygoal=true","host":["{{host}}"],"path":["api","Goals"],"query":[{"key":"isactive","value":"true"},{"key":"iskeygoal","value":"true"}]}},"response":[],"_postman_id":"aa282c1c-4434-4952-b698-0deedead1841"},{"name":"Get Goal status","event":[{"listen":"test","script":{"id":"243bb606-3fb2-49fb-ba39-c015af704fa8","exec":[""],"type":"text/javascript"}}],"id":"245c779c-fc98-465e-894a-98ce58e0f1e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/StatusGoals?enddate=","host":["{{host}}"],"path":["api","StatusGoals"],"query":[{"key":"enddate","value":""}]}},"response":[],"_postman_id":"245c779c-fc98-465e-894a-98ce58e0f1e6"},{"name":"Get Goal Status","event":[{"listen":"test","script":{"id":"82bfe3d0-f1ef-42a1-a6f8-bd6f1d2557c1","exec":[""],"type":"text/javascript"}}],"id":"7089e28e-04ac-40a3-8704-be70d42f3d8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Goals?isactive=true&iskeygoal=true","host":["{{host}}"],"path":["api","Goals"],"query":[{"key":"isactive","value":"true"},{"key":"iskeygoal","value":"true"}]}},"response":[],"_postman_id":"7089e28e-04ac-40a3-8704-be70d42f3d8e"},{"name":"Get Risks","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"8a0d51dc-93b7-4b9d-89b0-67af7c9502af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Risks?isactive=true","host":["{{host}}"],"path":["api","Risks"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"8a0d51dc-93b7-4b9d-89b0-67af7c9502af"},{"name":"Get Risks By CategoryIds","event":[{"listen":"test","script":{"id":"e876abae-a122-4a90-9393-f4d63eaaae90","exec":[""],"type":"text/javascript"}}],"id":"5b919a6d-6ca9-47b5-8879-e6ac121f44b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Risks?isactive=true&riskCategoryIds=1","host":["{{host}}"],"path":["api","Risks"],"query":[{"key":"isactive","value":"true"},{"key":"riskCategoryIds","value":"1"}]}},"response":[],"_postman_id":"5b919a6d-6ca9-47b5-8879-e6ac121f44b2"},{"name":"Get RiskValues","event":[{"listen":"test","script":{"id":"e0da5472-1e8f-4929-a26d-9235d79570b9","exec":[""],"type":"text/javascript"}}],"id":"d3cfe3c0-8d40-4a9a-91a1-bb98cec5b718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Risks?isactive=true","host":["{{host}}"],"path":["api","Risks"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"d3cfe3c0-8d40-4a9a-91a1-bb98cec5b718"},{"name":"Get RiskAHP","event":[{"listen":"test","script":{"id":"e106e108-4ee9-4836-afa5-118cc8041314","exec":[""],"type":"text/javascript"}}],"id":"20813bc6-5f7a-410b-ad2a-5ff5bd960627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/RiskAHPs"},"response":[],"_postman_id":"20813bc6-5f7a-410b-ad2a-5ff5bd960627"},{"name":"Get RiskCategories","event":[{"listen":"test","script":{"id":"d12bf058-c515-4811-9fc6-51487b3704ae","exec":[""],"type":"text/javascript"}}],"id":"b8e34c85-d322-436e-92a8-f40524494cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/RiskCategories"},"response":[],"_postman_id":"b8e34c85-d322-436e-92a8-f40524494cac"},{"name":"Add RiskCategories","event":[{"listen":"test","script":{"id":"dd02ba7f-ac96-4598-853b-ff2b33cdb160","exec":[""],"type":"text/javascript"}}],"id":"073cb398-aa51-47f7-89fd-7c98ca578767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Type\": 1,\r\n        \"Name\": \"Distribution\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/RiskCategories/"},"response":[],"_postman_id":"073cb398-aa51-47f7-89fd-7c98ca578767"},{"name":"Add RiskAHP","event":[{"listen":"test","script":{"id":"747e792e-2963-4c1e-acf9-3d0acb97ca19","exec":[""],"type":"text/javascript"}}],"id":"8c1eb127-b3a2-47ab-85e1-2f7f6f1a68ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Type\": 1,\r\n        \"Factor\": 2,\r\n        \"RiskCompareCategoryId\":3,\r\n        \"RiskBaseCategoryId\":4\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/RiskAHPs/"},"response":[],"_postman_id":"8c1eb127-b3a2-47ab-85e1-2f7f6f1a68ed"},{"name":"Update RiskAHP","event":[{"listen":"test","script":{"id":"a54e2e0d-c17d-4862-8d70-4a33b8004956","exec":[""],"type":"text/javascript"}}],"id":"1af68121-2d0e-4206-8e80-6b0e0ca78ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Id\":3,\r\n        \"Type\": 5,\r\n        \"Factor\": 6,\r\n        \"RiskCompareCategoryId\":7,\r\n        \"RiskBaseCategoryId\":8\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/RiskAHPs"},"response":[],"_postman_id":"1af68121-2d0e-4206-8e80-6b0e0ca78ad0"},{"name":"RiskAHP bulk","event":[{"listen":"test","script":{"id":"c232a40d-cdb5-4b2e-ab96-a9fc5e5db387","exec":[""],"type":"text/javascript"}}],"id":"6a6d3436-9fb3-453a-9ff8-576a8bf5eeaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\"Models\":[{\"RiskBaseCategoryId\":2,\"RiskCompareCategoryId\":1,\"Factor\":1},{\"RiskBaseCategoryId\":3,\"RiskCompareCategoryId\":1,\"Factor\":1},{\"RiskBaseCategoryId\":4,\"RiskCompareCategoryId\":1,\"Factor\":1},{\"RiskBaseCategoryId\":3,\"RiskCompareCategoryId\":2,\"Factor\":1},{\"RiskBaseCategoryId\":4,\"RiskCompareCategoryId\":2,\"Factor\":1},{\"RiskBaseCategoryId\":4,\"RiskCompareCategoryId\":3,\"Factor\":1}]}\r\n","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/RiskAHPs/bulk"},"response":[],"_postman_id":"6a6d3436-9fb3-453a-9ff8-576a8bf5eeaf"},{"name":"Update Risk","event":[{"listen":"test","script":{"id":"92bedbc8-7939-4047-8516-c99a9cf8577d","exec":[""],"type":"text/javascript"}}],"id":"7ec1dd26-f1cc-4c9c-b65c-9e37e3b4b913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Id\": 1,\r\n        \"Name\": \"Recession\",\r\n        \"Description\": \"\",\r\n        \"Target\": \"\",\r\n        \"Actual\": \"\",\r\n        \"NextAssessment\": \"\",\r\n        \"Priority\": 0,\r\n        \"IsActive\": true,\r\n        \"CreatedDT\": \"2018-01-03 20:28:55\",\r\n        \"CreatedBy\": \"admin@bavaria.no\",\r\n        \"Extra1\": null,\r\n        \"Extra2\": null,\r\n        \"AdditionalData\": null,\r\n        \"RiskType\": \"credit\",\r\n        \"IsConfidential\": false,\r\n        \"Deadlines\": [],\r\n        \"Responsibles\": [\r\n            {\r\n                \"Id\": 1,\r\n                \"Name\": \"Admin @ US Cars\"\r\n            }\r\n        ],\r\n        \"Goals\": [\r\n            {\r\n                \"Id\": 41,\r\n                \"Name\": \"Increase turnover\"\r\n            }\r\n        ],\r\n        \"Divisions\": [],\r\n        \"EndDate\": \"\",\r\n        \"State\": null,\r\n        \"LastRiskValue\": null,\r\n        \"Parent\": null,\r\n        \"TagRelations\": [],\r\n        \"Categories\": [\r\n            {\r\n                \"Id\": 1,\r\n                \"Type\": 1,\r\n                \"Name\": \"Finance\"\r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Risks"},"response":[],"_postman_id":"7ec1dd26-f1cc-4c9c-b65c-9e37e3b4b913"},{"name":"Update RiskCategories","event":[{"listen":"test","script":{"id":"06f3ae3c-e605-49c0-a013-13d495ed5873","exec":[""],"type":"text/javascript"}}],"id":"241a22fa-abea-4738-bc2e-1ea3871c712e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n        \"Id\":1,\r\n        \"Type\": 1,\r\n        \"Name\": \"Finance\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/RiskCategories"},"response":[],"_postman_id":"241a22fa-abea-4738-bc2e-1ea3871c712e"}],"id":"92033165-34df-4091-bdb9-4ff5ad373fa8","_postman_id":"92033165-34df-4091-bdb9-4ff5ad373fa8"},{"name":"Activities, Initiatives and projects","item":[{"name":"Get measures","id":"78875022-1737-40cb-825b-815ea8bee7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Measures?isActive=True&IsCompleted=false","host":["{{host}}"],"path":["api","Measures"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"}]}},"response":[],"_postman_id":"78875022-1737-40cb-825b-815ea8bee7e2"},{"name":"Get initiatives","id":"061584b5-1311-44fc-91e6-535ccb7a79f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Initiatives?isActive=True&IsCompleted=false&divisionid=1","host":["{{host}}"],"path":["api","Initiatives"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"},{"key":"divisionid","value":"1"}]}},"response":[],"_postman_id":"061584b5-1311-44fc-91e6-535ccb7a79f4"},{"name":"Get initiative Assessments","id":"64b29e2c-254f-4140-acb0-b6d46e9a5afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Initiatives?isActive=True&IsCompleted=false&divisionid=1","host":["{{host}}"],"path":["api","Initiatives"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"},{"key":"divisionid","value":"1"}]}},"response":[],"_postman_id":"64b29e2c-254f-4140-acb0-b6d46e9a5afe"},{"name":"Get initiatives Odata","id":"3ab6b567-2c83-406f-8114-f6fe07708e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Initiatives?isActive=True&IsCompleted=false&divisionid=1","host":["{{host}}"],"path":["api","Initiatives"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"},{"key":"divisionid","value":"1"}]}},"response":[],"_postman_id":"3ab6b567-2c83-406f-8114-f6fe07708e2c"},{"name":"Add new initiative","id":"fe6f53d8-babc-4105-acf3-332c5e29b17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"Name\":\"Initiative for peace\",\n\"Description\":\"\",\n\"Goal\":{\"Id\":41},\n\"TagRelations\":[{\"Tag\":{\"Id\":4}}, {\"Tag\":{\"Id\":7}} ],\n\"Responsibles\":[{\"Id\":141},{\"Id\":142}],\n\"Divisions\":null,\n\"Frequency\":\"30\",\n\"Unit\":{\"Id\":7},\n\"Weight\":100\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/Initiatives?isActive=True&IsCompleted=false&divisionid=1","host":["{{host}}"],"path":["api","Initiatives"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"},{"key":"divisionid","value":"1"}]}},"response":[],"_postman_id":"fe6f53d8-babc-4105-acf3-332c5e29b17a"},{"name":"Add new initiative Assessment","id":"36e63d8d-3962-496a-8876-495fb8907575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"Name\":\"Initiative for peace\",\n\"Description\":\"\",\n\"Goal\":{\"Id\":41},\n\"TagRelations\":[{\"Tag\":{\"Id\":4}}, {\"Tag\":{\"Id\":7}} ],\n\"Responsibles\":[{\"Id\":141},{\"Id\":142}],\n\"Divisions\":null,\n\"Frequency\":\"30\",\n\"Unit\":{\"Id\":7},\n\"Weight\":100\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{host}}/api/Initiatives?isActive=True&IsCompleted=false&divisionid=1","host":["{{host}}"],"path":["api","Initiatives"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"},{"key":"divisionid","value":"1"}]}},"response":[],"_postman_id":"36e63d8d-3962-496a-8876-495fb8907575"},{"name":"Get initiaive milestones","id":"34a9c264-9bab-4bc0-ba1a-a4f34488895a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Milestones?isActive=True&IsCompleted=false","host":["{{host}}"],"path":["api","Milestones"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"}]}},"response":[],"_postman_id":"34a9c264-9bab-4bc0-ba1a-a4f34488895a"},{"name":"Get KPI activities","id":"43909c98-9935-46a6-a720-f80e29828ca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"url":{"raw":"{{host}}/api/Activities?isActive=True&IsCompleted=false","host":["{{host}}"],"path":["api","Activities"],"query":[{"key":"isActive","value":"True"},{"key":"IsCompleted","value":"false"}]}},"response":[],"_postman_id":"43909c98-9935-46a6-a720-f80e29828ca4"}],"id":"2a1b9f54-8fed-4cf2-8998-e587cb15d6cf","_postman_id":"2a1b9f54-8fed-4cf2-8998-e587cb15d6cf"},{"name":"KPI","item":[{"name":"Get KPIs","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"3e031387-dc4d-47fb-a542-781421057bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Kpis?isactive=true","host":["{{host}}"],"path":["api","Kpis"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"3e031387-dc4d-47fb-a542-781421057bd1"},{"name":"Get KPI values","event":[{"listen":"test","script":{"id":"7fb2e236-3c9c-41b1-8455-54ff5b37c493","exec":[""],"type":"text/javascript"}}],"id":"9585dea2-de79-4365-b89a-803a9f8a9135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"url":{"raw":"{{host}}/api/KpiValueScores?MaxDate=2020-05-30T22:00:00.000Z&goalids=41,42,48","host":["{{host}}"],"path":["api","KpiValueScores"],"query":[{"key":"MaxDate","value":"2020-05-30T22:00:00.000Z"},{"key":"goalValidDate","value":"01.05.202","disabled":true},{"key":"goalids","value":"41,42,48"}]}},"response":[],"_postman_id":"9585dea2-de79-4365-b89a-803a9f8a9135"},{"name":"Add new KPI","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"43921373-5996-47af-acfa-a2b5a846f3ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"Name\":\"KPI 1\",\n\"Description\":\"\",\n\"Goal\":{\"Id\":41},\n\"TagRelations\":[\t{\"Tag\":{\"Id\":4}}, {\"Tag\":{\"Id\":7}} ],\n\"Responsibles\":[{\"Id\":141},{\"Id\":142}],\n\"Divisions\":null,\n\"Frequency\":\"30\",\n\"Unit\":{\"Id\":7},\n\"Weight\":100\n\t\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Kpis"},"response":[],"_postman_id":"43921373-5996-47af-acfa-a2b5a846f3ba"}],"id":"a87209d6-7bfa-4810-a8f6-4d8495621fc8","_postman_id":"a87209d6-7bfa-4810-a8f6-4d8495621fc8"},{"name":"OKR","item":[{"name":"Get Objectives","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"49e9841e-8d06-4751-87cf-8d47deb15969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Objectives?isactive=true","host":["{{host}}"],"path":["api","Objectives"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"49e9841e-8d06-4751-87cf-8d47deb15969"},{"name":"Get OKR Activities","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"6a07c781-c7c5-4e53-be5c-803beac80686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/OKR_Activities?isactive=true","host":["{{host}}"],"path":["api","OKR_Activities"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"6a07c781-c7c5-4e53-be5c-803beac80686"},{"name":"Get Keyresults","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"ca334b28-47c5-41cb-a367-d95cc9ef06a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Keyresults?isactive=true","host":["{{host}}"],"path":["api","Keyresults"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"ca334b28-47c5-41cb-a367-d95cc9ef06a9"},{"name":"Get User Teams","event":[{"listen":"test","script":{"id":"66b93638-ad75-41f5-8490-8751899a07e4","exec":[""],"type":"text/javascript"}}],"id":"c8f402dc-6d5e-483a-8ad0-cefdfae389e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/api/Userteams"},"response":[],"_postman_id":"c8f402dc-6d5e-483a-8ad0-cefdfae389e2"},{"name":"Create new objective","id":"cb3747ea-803e-4083-9c84-8684a40b13bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"basic {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"StartDT\": \"01.01.2019\",\n    \"IsPerpetual\": true,\n    \"LimitYellowPercent\": 5,\n    \"LimitRedPercent\": 10,\n    \"CalculationType\": \"manual\",\n    \"Name\": \"New objective 2\",\n    \"Description\": \"Description\",\n    \"Goal\": {\"Id\": 266 },\n    \"Divisions\": [ { \"Id\": 1 } ],\n    \"Teams\": null,\n    \"Responsibles\": [ {\"Id\": 1 } ],\n    \"Owners\": [],\n    \"EndDT\": \"\",\n    \"TagRelations\": [  { \"Tag\": { \"Id\": 14 }  } ],\n    \"CreatedBy\": \"admin@domain.com\"\n}"},"url":"{{host}}/api/Objectives"},"response":[],"_postman_id":"cb3747ea-803e-4083-9c84-8684a40b13bc"},{"name":"Edit Objective","id":"c76043ee-5d1b-4874-ad54-c68b7bb15ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"basic {{auth_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"StartDT\": \"01.01.2019\",\n    \"IsPerpetual\": true,\n    \"LimitYellowPercent\": 5,\n    \"LimitRedPercent\": 10,\n    \"CalculationType\": \"manual\",\n    \"Name\": \"New objective 2\",\n    \"Description\": \"Description\",\n    \"Goal\": {\"Id\": 266 },\n    \"Divisions\": [ { \"Id\": 1 } ],\n    \"Teams\": null,\n    \"Responsibles\": [ {\"Id\": 1 } ],\n    \"Owners\": [],\n    \"EndDT\": \"\",\n    \"TagRelations\": [  { \"Tag\": { \"Id\": 14 }  } ],\n    \"CreatedBy\": \"admin@domain.com\"\n}"},"url":"{{host}}/api/Objectives"},"response":[],"_postman_id":"c76043ee-5d1b-4874-ad54-c68b7bb15ca1"}],"id":"92602cb5-045b-437f-8e52-cc85fd2e85b2","_postman_id":"92602cb5-045b-437f-8e52-cc85fd2e85b2"},{"name":"Directory","item":[{"name":"Get users (OData)","id":"d8bd072d-42c2-425c-9663-b5fcab5ee9cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","value":"{{domain}}","type":"text"},{"key":"Authorization","value":"Basic {{auth_token}}","type":"text"}],"url":{"raw":"{{host}}/api/Users/odata?%24skip=0&%24top=100&%24filter=IsActive+eq+0&%24orderby=Name+asc&_=1577404706273","host":["{{host}}"],"path":["api","Users","odata"],"query":[{"key":"%24skip","value":"0"},{"key":"%24top","value":"100"},{"key":"%24filter","value":"IsActive+eq+0"},{"key":"%24orderby","value":"Name+asc"},{"key":"_","value":"1577404706273"}]}},"response":[],"_postman_id":"d8bd072d-42c2-425c-9663-b5fcab5ee9cb"},{"name":"Get users","id":"225c5f8a-0188-4bc3-96d7-3ea538e52f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"url":{"raw":"{{host}}/api/Users?isactive=true","host":["{{host}}"],"path":["api","Users"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"225c5f8a-0188-4bc3-96d7-3ea538e52f54"},{"name":"Get canvasdata","id":"e5338b4d-1f7d-4a3e-aa44-0729e1baad8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"url":{"raw":"{{host}}/api/Users?isactive=true","host":["{{host}}"],"path":["api","Users"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"e5338b4d-1f7d-4a3e-aa44-0729e1baad8a"},{"name":"Get groups","id":"65f0305a-c8f3-4117-b0ff-fb4ded955e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"url":{"raw":"{{host}}/api/Users?isactive=true","host":["{{host}}"],"path":["api","Users"],"query":[{"key":"isactive","value":"true"}]}},"response":[],"_postman_id":"65f0305a-c8f3-4117-b0ff-fb4ded955e08"},{"name":"Add users","id":"e39c5be2-8851-4786-bab3-098a76918d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"EmailAddress\":\"anders@strategyorchestrator.com\",\r\n    \"Name\":\"andy\",\r\n    \"Division\":{\"Id\":1},\r\n    \"CanLogIn\":true,\r\n    \"Groups\":[{\"Id\":4}]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/api/Users"},"response":[],"_postman_id":"e39c5be2-8851-4786-bab3-098a76918d69"},{"name":"Get divisions","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"e48c05e0-ddc5-469f-8d55-17057acb2406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/Divisions?isActive=True","host":["{{host}}"],"path":["api","Divisions"],"query":[{"key":"isActive","value":"True"}]}},"response":[],"_postman_id":"e48c05e0-ddc5-469f-8d55-17057acb2406"},{"name":"Get teams","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"6da46265-22d9-4191-afc6-f4e71b004c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/UserTeams?isActive=True","host":["{{host}}"],"path":["api","UserTeams"],"query":[{"key":"isActive","value":"True"}]}},"response":[],"_postman_id":"6da46265-22d9-4191-afc6-f4e71b004c8a"},{"name":"Get Units","event":[{"listen":"test","script":{"id":"e1e7dd8e-6e5e-4aae-bd0a-754e82e91909","exec":[""],"type":"text/javascript"}}],"id":"aeb2a03a-07f2-49d7-ab96-a90b1212ead8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"auth_domain","type":"text","value":"{{domain}}"},{"key":"Authorization","type":"text","value":"Basic {{auth_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/api/UserTeams?isActive=True","host":["{{host}}"],"path":["api","UserTeams"],"query":[{"key":"isActive","value":"True"}]}},"response":[],"_postman_id":"aeb2a03a-07f2-49d7-ab96-a90b1212ead8"}],"id":"e5e159fc-5317-4c57-a8d5-bb1ffb1521ab","_postman_id":"e5e159fc-5317-4c57-a8d5-bb1ffb1521ab"}],"event":[{"listen":"prerequest","script":{"id":"7e4b3dae-ce09-44b9-ac9e-804600fa5439","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"683432d8-e9b4-4ade-b860-cc6c8ec56f00","type":"text/javascript","exec":[""]}}]}