{"info":{"_postman_id":"4f6a8726-c7f4-4cde-a7ee-88c410e06ce7","name":"Essential Cloud/Docker APIs","description":"<html><head></head><body><p>The Essential Cloud/Docker API has been divided into the following groups of resources.</p>\n<p>The <strong>Essential Core API</strong> provides access to pre-defined resources that represent core architecture management concepts, while aiming to hide specifics of the underlying out-of-the-box Essential Meta Model.</p>\n<p>The <strong>Essential Utility API</strong> provides access to resources that represent the classes, instances and relationships as defined by the Essential Meta-Model. This API is dynamic in nature and, as such, provides access to custom classes, properties and relationships.</p>\n<p>The <strong>Essential Platform API</strong> provides access to platform level information such as the list of available repositories, user-defined meta-class labels etc.</p>\n<p>For this documentation, the following global/environment variables can be defined and used within urls and for header values:</p>\n<ul>\n<li><strong>api-domain:</strong> The domain for your Essential Cloud/Docker environment, e.g. <a href=\"https://mycompany.essentialintelligence.com\"><strong>https://mycompany.essentialintelligence.com</strong></a></li>\n<li><strong>api-repo-id:</strong> The id of the repository containing the target enterprise architecture resources</li>\n<li><strong>authorization:</strong> The bearer token provided by the <strong>GET LOGIN /api/oauth/token</strong> endpoint and taking the format, 'Bearer TOKEN'</li>\n<li><strong>api-key:</strong> The api key that permits access to the repositories of your specific tenant</li>\n</ul>\n<p>The following global/environment variables are passed in the body of the <strong>GET LOGIN</strong> request to retrieve a valid bearer token and refresh token.</p>\n<ul>\n<li><strong>username:</strong> A username for an account with access to the target repository</li>\n<li><strong>pwd:</strong> The password for the given username</li>\n</ul>\n<p><strong>Note:</strong> An authenticated bearer token must be provided in the header of all other requests.</p>\n<p>To test the APIs from Postman, click the \"Run in Postman\" button in the top right corner of this page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8260620","collectionId":"4f6a8726-c7f4-4cde-a7ee-88c410e06ce7","publishedId":"TVYDdyev","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"C41E3A"},"publishDate":"2020-10-23T09:04:05.000Z"},"item":[{"name":"Core API","item":[{"name":"Business Architecture","item":[{"name":"Business Domains","item":[{"name":"GET ALL Business Domains","event":[{"listen":"prerequest","script":{"id":"4addcead-c414-475e-b0f6-12a95e270f83","exec":[""],"type":"text/javascript"}}],"id":"954fbd81-8f32-4204-957e-f08c751fc814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-domains","description":"<p>Retrieve the full list of Business Domains</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"954fbd81-8f32-4204-957e-f08c751fc814"},{"name":"GET Business Domain","id":"899ebe3b-e926-4b54-940e-324a643addcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-domains/{BUSDOMAIN_ID}","description":"<p>Retrieve a specific Business Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-domains","{BUSDOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"899ebe3b-e926-4b54-940e-324a643addcf"},{"name":"POST Business Domain","id":"c7357bf6-4756-40b5-8682-3aa0ba843668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"aBusDomain\",\n    \"description\": \"a new Business Domain\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-domains","description":"<p>Create a Business Domain with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7357bf6-4756-40b5-8682-3aa0ba843668"},{"name":"PATCH Business Domain","id":"c43548dd-bbca-41dd-955e-aeb22aaf05fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"BUSDOMAIN_ID\",\n    \"name\": \"Updated Business Domain\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-domains/{BUSDOMAIN_ID}","description":"<p>Update the specified properties of a Business Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-domains","{BUSDOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c43548dd-bbca-41dd-955e-aeb22aaf05fc"},{"name":"DELETE Business Domain","id":"d47e0450-f274-40f2-af4b-e6f960912f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-domains/{BUSDOMAIN_ID}","description":"<p>Delete a specific Business Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-domains","{BUSDOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d47e0450-f274-40f2-af4b-e6f960912f58"}],"id":"dfcca73e-adbd-4980-a379-ea8854d03640","description":"<p>A high-level business area</p>\n<p><strong>Examples:</strong> Finance, Sales, IT</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Conceptual/<strong>Business_Domain</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"5010125e-fbae-4055-87f6-0718cc2f3ebd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31264ace-43c4-4280-91ce-a91e295f6aa5","type":"text/javascript","exec":[""]}}],"_postman_id":"dfcca73e-adbd-4980-a379-ea8854d03640","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Product Concepts","item":[{"name":"GET ALL Product Concepts","id":"f7c54d8d-e4bb-48d8-bd80-82e534286c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/product-concepts","description":"<p>Retrieve the full list of high level Product Concepts</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","product-concepts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c54d8d-e4bb-48d8-bd80-82e534286c46"},{"name":"GET Product Concept","id":"b9893d7e-274b-4a4d-977e-16879ff51c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/product-concepts/{PROD_CONCEPT_ID}","description":"<p>Retrieve a specific Product Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","product-concepts","{PROD_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9893d7e-274b-4a4d-977e-16879ff51c5a"},{"name":"POST Product Concept","id":"a10dfdd3-775d-48f7-9052-5b156e83c91a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Product Concept\",\n    \"description\": \"a new Product Concept\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/product-concepts","description":"<p>Create a new Product Concept with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","product-concepts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a10dfdd3-775d-48f7-9052-5b156e83c91a"},{"name":"PATCH Product Concept","id":"b6eee26c-595d-4c0d-895c-c301430d876c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"PROD_CONCEPT_ID\",\n    \"name\": \"Updated Product Concept\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/product-concepts/{PROD_CONCEPT_ID}","description":"<p>Update the given properties of a Product Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","product-concepts","{PROD_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6eee26c-595d-4c0d-895c-c301430d876c"},{"name":"DELETE Product Concept","id":"8dc32c12-a386-4979-ba93-1a3a00d9daf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/product-concepts/{PROD_CONCEPT_ID}","description":"<p>Delete a specific Product Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","product-concepts","{PROD_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dc32c12-a386-4979-ba93-1a3a00d9daf9"}],"id":"0da751df-1186-4a2f-b2e8-c3a235c4c062","description":"<p>Defines conceptual level representations of Products. Fundamentally defines WHAT a type of product is, e.g. a motor manufacturer might have a 'Vehicle' concept defined to cover all the types of vehicle that they manufacture, such as car, truck etc., whereas a service organisation would define the classes of service that they provide.</p>\n<p><strong>Examples:</strong> Consulting Services, Consumer Energy Products, Retail Banking Products</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Conceptual/<strong>Product_Concept</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"1a66ec22-423d-4c4e-b8d3-9f605f539303","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1191d37d-fd63-4256-b811-054b5f75122e","type":"text/javascript","exec":[""]}}],"_postman_id":"0da751df-1186-4a2f-b2e8-c3a235c4c062","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Business Capabilities","item":[{"name":"GET ALL Business Capabilities","event":[{"listen":"prerequest","script":{"id":"b1d8ed44-ba2c-402c-ae4f-93595fd87f30","exec":[""],"type":"text/javascript"}}],"id":"9aca2d54-fbfc-4d5d-b8e3-6f4b7144c91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-capabilities","description":"<p>Retrieve the full list of Business Capabilities</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aca2d54-fbfc-4d5d-b8e3-6f4b7144c91f"},{"name":"GET Business Capability","event":[{"listen":"prerequest","script":{"id":"08fc4825-0498-4398-8cd7-cb06fe361034","exec":[""],"type":"text/javascript"}}],"id":"8299a249-299d-4eb9-a254-8624b3b9cbb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-capabilities/{BUSCAP_ID}","description":"<p>Retrieve a specific Business Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-capabilities","{BUSCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8299a249-299d-4eb9-a254-8624b3b9cbb4"},{"name":"POST Business Capability","event":[{"listen":"prerequest","script":{"id":"289ac321-d71a-4779-b549-9e6e83c0c433","exec":[""],"type":"text/javascript"}}],"id":"f67f2bc2-6ca8-4620-ac90-ca528f331324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Bus Cap\",\n    \"description\": \"a new Business Capability\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-capabilities","description":"<p>Create a Business Capability with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f67f2bc2-6ca8-4620-ac90-ca528f331324"},{"name":"PATCH Business Capability","event":[{"listen":"prerequest","script":{"id":"55483453-0f19-4a4d-9c81-ae228b498db0","exec":[""],"type":"text/javascript"}}],"id":"58340ab9-1972-4ac2-bbb1-3b722794f9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"BUSCAP_ID\",\n    \"name\": \"Updated Bus Cap\",\n    \"description\": \"An updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-capabilities/{BUSCAP_ID}","description":"<p>Update the specified properties of a Business Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-capabilities","{BUSCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58340ab9-1972-4ac2-bbb1-3b722794f9cc"},{"name":"DELETE Business Capability","event":[{"listen":"prerequest","script":{"id":"21665bac-2c0d-4b9c-ae33-5f248bb27eec","exec":[""],"type":"text/javascript"}}],"id":"439a2739-9d67-4a2e-b8ac-b9214be97769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-capabilities/{BUSCAP_ID}","description":"<p>Delete a specific Business Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-capabilities","{BUSCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"439a2739-9d67-4a2e-b8ac-b9214be97769"}],"id":"32ac851c-4ace-4fed-89ff-cf2b48bd9147","description":"<p>A high-level, conceptual definition of an internally facing or externally facing business service</p>\n<p><strong>Examples:</strong> Finance Management, Sales Management, IT Management</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Conceptual/<strong>Business_Capability</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"1e270f11-797c-44ba-8778-152d4db9e3b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"832dedf1-a6c3-4e43-b0ca-917c5013fae0","type":"text/javascript","exec":[""]}}],"_postman_id":"32ac851c-4ace-4fed-89ff-cf2b48bd9147","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Business Processes","item":[{"name":"GET ALL Business Processes","id":"4fce60b5-a7ce-4490-91d7-4a6752faa9ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes","description":"<p>Retrieve the full list of Business Processes</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fce60b5-a7ce-4490-91d7-4a6752faa9ec"},{"name":"GET Business Process","id":"91d75bc3-80c8-4ee7-b24a-1a3575d87bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUSPROC_ID}","description":"<p>Retrieve a specific Business Process with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUSPROC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91d75bc3-80c8-4ee7-b24a-1a3575d87bdf"},{"name":"GET ALL Business Process Performing Organisations","id":"773c2209-f0af-4a88-8b62-3c37f7d74501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUSPROC_ID}/organisations","description":"<p>Get a list of all organisations that perform the given business process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUSPROC_ID}","organisations"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"773c2209-f0af-4a88-8b62-3c37f7d74501"},{"name":"GET Business Process Performed By Organisation","id":"0cc6334b-cd90-4f77-8e34-a01dfc94c0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUSPROC_ID}/organisations/{ORG_ID}","description":"<p>Retrieve a given organisation performing the given business process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUSPROC_ID}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc6334b-cd90-4f77-8e34-a01dfc94c0e5"},{"name":"POST Business Processes","id":"3be4c190-e681-4d05-985c-3bdb0150d843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Business Process\",\n    \"description\": \"a new Business Process\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes","description":"<p>Create a new Business Process with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3be4c190-e681-4d05-985c-3bdb0150d843"},{"name":"POST Business Process Performed By Organisation","id":"0593332e-88b5-4c2c-bd8d-4acbcf99b6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"organisation\": {\n\t    \"id\": \"ORGANISATUION_ID\"\n\t}\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUSPROC_ID}/organisations","description":"<p>Add an organisation as performing the given process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUSPROC_ID}","organisations"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0593332e-88b5-4c2c-bd8d-4acbcf99b6a3"},{"name":"PATCH Business Process","id":"4b61331d-052f-4752-8555-d35e60ae0f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"BUS_PROCESS_ID\",\n    \"processFamilies\": [\n    \t{\"id\": \"BUS_PROCESS_FAMILY_ID\"}\t\n    ],\n    \"applicationServices\": [\n        {\n            \"id\": \"BUSPROC_TO_APPSERVICE_REL_ID\",\n            \"service\": {\n                \"id\": \"APPSERVICE_ID\"\n            },\n            \"criticality\": {\n                \"id\": \"BUS_CRITICALITY_ID\"\n            }\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUS_PROCESS_ID}","description":"<p>Update the specified properties of the given Business Process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUS_PROCESS_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b61331d-052f-4752-8555-d35e60ae0f24"},{"name":"PATCH Business Process Performed By Organisation","id":"26f4a337-47f5-45c5-80c5-42527817d60a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"BUS_PROCESS_ID\",\n    \"organisation\": {\n        \"id\": \"ORG_ID\"\n    },\n    \"applications\": [\n\t    {\n\t        \"id\": \"APPLICATION_ID\",\n\t        \"name\": \"Microsoft O365\",\n\t        \"description\": \"Office productivity suite\",\n\t        \"services\": [\n\t            {\n\t                \"id\": \"APP_PROVIDER_ROLE_ID\",\n\t                \"service\": {\n\t                    \"id\": \"APP_SERVICE_ID\",\n\t                    \"name\": \"Office Productivity Tools\"\n\t                }\n\t            }\n\t        ]\n\t    }\n\t]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUS_PROCESS_ID}/organisations/{ORG_ID}","description":"<p>Update the specified properties of a given organisation performing the given process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUS_PROCESS_ID}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26f4a337-47f5-45c5-80c5-42527817d60a"},{"name":"DELETE Business Process","id":"ea1a3315-8e31-4cb0-80de-2b133845d597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUS_PROCESS_ID}","description":"<p>Delete the Business Process with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUS_PROCESS_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea1a3315-8e31-4cb0-80de-2b133845d597"},{"name":"DELETE Business Process Performed By Organisation","id":"f96fbd4b-734e-4263-aaa9-87bd33313298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-processes/{BUS_PROCESS_ID}/organisations/{ORG_ID}","description":"<p>Update the specified properties of a given organisation performing the given process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-processes","{BUS_PROCESS_ID}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f96fbd4b-734e-4263-aaa9-87bd33313298"}],"id":"ee32ad89-6380-48a6-8792-40091f1f78d2","description":"<p>Defines a sequence of activities undertaken by the business that deliver a business outcome</p>\n<p><strong>Examples:</strong> Identify Business Risk, Identify Opportunities, Monitor Regulatory Compliance</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Process_Type/Business_Process</p>\n","event":[{"listen":"prerequest","script":{"id":"ca5f73e9-d30f-4556-8930-f7b0d8f05c97","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"316ccd9e-e12d-4f64-b0a5-9933e67525be","type":"text/javascript","exec":[""]}}],"_postman_id":"ee32ad89-6380-48a6-8792-40091f1f78d2","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Business Process Families","item":[{"name":"GET ALL Business Process Families","id":"06a57324-cb47-4e38-9f16-ecc84545baaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-process-families","description":"<p>Retrieve the full list of  Business Process Families</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-process-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06a57324-cb47-4e38-9f16-ecc84545baaf"},{"name":"GET  Business Process Family","id":"de502d92-6328-4a86-bd3d-ec59d6e2e7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-process-families/{BUSPROC_FAMILY_ID}","description":"<p>Retrieve a specific  Business Process Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-process-families","{BUSPROC_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de502d92-6328-4a86-bd3d-ec59d6e2e7ae"},{"name":"POST Business Process Family","id":"8839fc64-b585-4bae-9505-480cf8257b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Bus Process Family\",\n    \"description\": \"a new Business Process Family\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-process-families","description":"<p>Create a new Business Process Family with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-process-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8839fc64-b585-4bae-9505-480cf8257b4a"},{"name":"PATCH Business Process Family","id":"27c0e06d-4c82-4b54-884c-06fad8659cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"BUSPROC_FAMILY_ID\",\n    \"name\": \"Updated Business Process Fanily\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-process-families/{BUSPROC_FAMILY_ID}","description":"<p>Update the specified properties of a Business Process Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-process-families","{BUSPROC_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27c0e06d-4c82-4b54-884c-06fad8659cbd"},{"name":"DELETE Business Process Family","id":"789eb43a-ebd0-4f07-95c3-00bf227a1b77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-process-families/{BUSPROC_FAMILY_ID}","description":"<p>Delete a specific Business Process Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-process-families","{BUSPROC_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"789eb43a-ebd0-4f07-95c3-00bf227a1b77"}],"id":"c98325ae-f1d8-4f5e-a989-89b6a8c6ff53","description":"<p>Defines a grouping of business processes that typically achieve the same business outcomes</p>\n<p><strong>Examples:</strong> Identify Business Risk Process, Identify Opportunities Process, Monitor Regulatory Compliance Process</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/<strong>Business_Process_Family</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"f0294082-d062-46ae-b649-6c85021cc7c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3afee25-abea-42f7-8e1b-e1451e369b6d","type":"text/javascript","exec":[""]}}],"_postman_id":"c98325ae-f1d8-4f5e-a989-89b6a8c6ff53","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Organisational Roles","item":[{"name":"GET ALL Organisational Roles","id":"acac5e96-4f7b-4995-b79f-3f415bfb2ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles","description":"<p>Retrieve the full list of Organisational Roles</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acac5e96-4f7b-4995-b79f-3f415bfb2ec8"},{"name":"GET ALL Organisational Roles for Class","id":"6a84f974-749d-481f-8b85-3f627ae851c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles/classes/{CLASS_NAME}","description":"<p>Retrieve all Organisational Roles that are associated with the given meta-class</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles","classes","{CLASS_NAME}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a84f974-749d-481f-8b85-3f627ae851c5"},{"name":"GET Organisational Role","id":"201e90e4-5b56-4ce4-a183-252640762560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles/{ORG_ROLE_ID}","description":"<p>Retrieve a specific Organisational Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles","{ORG_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"201e90e4-5b56-4ce4-a183-252640762560"},{"name":"POST Organisational Role","id":"4c969d4f-ec94-4dad-a10f-b5f23f0b4fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Org Role\",\n    \"description\": \"a new Organisational Role\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles","description":"<p>Create a new Organisational Role with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c969d4f-ec94-4dad-a10f-b5f23f0b4fd0"},{"name":"PATCH Organisational Role","id":"3401cb3a-3b72-4179-af4d-b1cd836bcbd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ORG_ROLE_ID\",\n    \"name\": \"Updated Organisational Role\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles/{ORG_ROLE_ID}","description":"<p>Update the specified properties of an Organisational Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles","{ORG_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3401cb3a-3b72-4179-af4d-b1cd836bcbd4"},{"name":"DELETE Organisational Role","id":"93a83b37-3ba0-4ef4-b3f7-852b01ee919d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisational-roles/{ORG_ROLE_ID}","description":"<p>Delete a specific Organisational Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisational-roles","{ORG_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"93a83b37-3ba0-4ef4-b3f7-852b01ee919d"}],"id":"ea690332-a9d3-4859-a898-69a5cc7155f9","description":"<p>Defines an organisational role that played by an internal or external organisation</p>\n<p><strong>Examples:</strong> Sales Partner, Finance Team, Marketing Team</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Role/<strong>Group_Business_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"3c9480a0-9f0c-4672-9dea-76190dc1c7e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa220ad2-a384-4d5c-9737-53d551ace31c","type":"text/javascript","exec":[""]}}],"_postman_id":"ea690332-a9d3-4859-a898-69a5cc7155f9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"External Organisational Roles","item":[{"name":"GET ALL External Organisational Roles","id":"850bf2aa-0c02-4121-bda2-d261401d808d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/external-organisational-roles","description":"<p>Retrieve the full list of External Organisational Roles</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","external-organisational-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"850bf2aa-0c02-4121-bda2-d261401d808d"},{"name":"GET External Organisational Role","id":"261a7669-84ba-4cec-998e-a4f590006af9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/external-organisational-roles/{ORG_ROLE_ID}","description":"<p>Retrieve a specific External Organisational Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","external-organisational-roles","{ORG_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"261a7669-84ba-4cec-998e-a4f590006af9"}],"id":"7e4e218b-a64b-4666-9b21-03f9fe148a7d","description":"<p>Defines an organisational role that is expected to be played by an external organisation</p>\n<p><strong>Examples:</strong> Sales Partner, Creative Agency, Customer Data Provider</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Role/<strong>Group_Business_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"a47f349b-0671-4c25-be65-2ded42f45b8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e9a556d7-6b33-436d-b211-32ea11ad63ce","type":"text/javascript","exec":[""]}}],"_postman_id":"7e4e218b-a64b-4666-9b21-03f9fe148a7d","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Individual Roles","item":[{"name":"GET ALL Individual Roles","id":"c125026c-61cb-4c67-a707-d77da9eb1fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles","description":"<p>Retrieve the full list of Individual Roles</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c125026c-61cb-4c67-a707-d77da9eb1fc7"},{"name":"GET ALL Individual Roles for Class","id":"be4fe01e-1606-4cc0-8529-eb20beea1720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles/classes/{CLASS_NAME}","description":"<p>Retrieve all Individual Roles that are associated with the given meta-class</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles","classes","{CLASS_NAME}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4fe01e-1606-4cc0-8529-eb20beea1720"},{"name":"GET Individual Role","id":"137d36f3-3a72-4013-a5f6-8b0e64a549a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles/{INDIV_ROLE_ID}","description":"<p>Retrieve a specific Individual Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles","{INDIV_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"137d36f3-3a72-4013-a5f6-8b0e64a549a5"},{"name":"POST Individual Role","id":"365ae805-7359-42ce-8dce-37c23ad136e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Individual Role\",\n    \"description\": \"a new Individual Role\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles","description":"<p>Create a new Individual Role with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"365ae805-7359-42ce-8dce-37c23ad136e2"},{"name":"PATCH Individual Role","id":"5198aec5-d5f3-4567-a177-5006248181d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"INDIV_ROLE_ID\",\n    \"name\": \"Updated Individual Role\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles/{INDIV_ROLE_ID}","description":"<p>Update the specified properties of an Individual Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles","{INDIV_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5198aec5-d5f3-4567-a177-5006248181d6"},{"name":"DELETE Individual Role","id":"1bac3506-f52f-4924-9ca3-cda5a10857d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individual-roles/{INDIV_ROLE_ID}","description":"<p>Delete a specific Individual Role with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individual-roles","{INDIV_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bac3506-f52f-4924-9ca3-cda5a10857d8"}],"id":"e6da13ef-4916-470f-8e67-02202ff948c9","description":"<p>Defines an individual role that played by an individual person</p>\n<p><strong>Examples:</strong> Project Manager, Sales Executive, Application Support Lead</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Role/<strong>Individual_Business_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"89e8fc92-d663-4146-89b7-56feb9c2dba8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f31fc16b-8e8d-42b5-86f5-98de73d90144","type":"text/javascript","exec":[""]}}],"_postman_id":"e6da13ef-4916-470f-8e67-02202ff948c9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Organisations","item":[{"name":"GET ALL Organisations","id":"eef52f01-c403-4432-b22a-e7b42768c1dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations","description":"<p>Retrieve the full list of Organisations</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eef52f01-c403-4432-b22a-e7b42768c1dc"},{"name":"GET Organisation","id":"2c029069-cdd2-48c2-9b6a-d84f6edced38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations/{ORG_ID}","description":"<p>Retrieve a specific Organisation with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c029069-cdd2-48c2-9b6a-d84f6edced38"},{"name":"POST Organisation","id":"c4290cac-602f-4c7b-b42b-9b7814805d1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Org\",\n    \"description\": \"a new Organisation\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations","description":"<p>Create a new Organisation with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4290cac-602f-4c7b-b42b-9b7814805d1d"},{"name":"PATCH Organisation","id":"8d4f1ffa-8ba8-40ac-be0c-86e3209983a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"ORG_ID\",\n    \"name\": \"Updated Organisation\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations/{ORG_ID}","description":"<p>Update the specified properties of an Organisation with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d4f1ffa-8ba8-40ac-be0c-86e3209983a3"},{"name":"DELETE Organisation","id":"ba2f9125-98e0-4d1f-8a8c-0dc349edd1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations/{ORG_ID}","description":"<p>Delete a specific Organisation with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations","{ORG_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba2f9125-98e0-4d1f-8a8c-0dc349edd1c8"}],"id":"67090f75-b666-483a-943a-1fb75cc8ccc1","description":"<p>Defines an external organisation, business unit or team that perform business processes</p>\n<p><strong>Examples:</strong> UK Business Unit, Global IT, Singapore Marketing Team, Global Audit, </p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Physical/Actor/<strong>Group_Actor</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"f1bec666-3d06-4368-9b26-5af408a8a5e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1c404d9b-63db-4c8e-8353-14dee80e9802","type":"text/javascript","exec":[""]}}],"_postman_id":"67090f75-b666-483a-943a-1fb75cc8ccc1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Organisations Playing Roles","item":[{"name":"GET ALL Organisations Playing Roles","id":"c7053d09-8b43-491c-9165-9befa91bad11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations-playing-roles","description":"<p>Retrieve the full list of organisations and the roles that they perform</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations-playing-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7053d09-8b43-491c-9165-9befa91bad11"},{"name":"GET Organisation Playing Role","id":"434df320-b9d4-49a5-917c-c050e7a0ba1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations-playing-roles/{ORG_AS_ROLE_ID}","description":"<p>Retrieve the a specific organisation performing a specific role</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations-playing-roles","{ORG_AS_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"434df320-b9d4-49a5-917c-c050e7a0ba1f"},{"name":"POST Organisation Playing Role","id":"cd8fb631-f1a4-4a1a-9af3-88bbb3b8d18f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"organisation\": {\n        \"id\": \"ORG_ID\"\n    },\n    \"role\": {\n        \"id\": \"ORG_ROLE_ID\"\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/organisations-playing-roles","description":"<p>Define the given organisation as performing the given role</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","organisations-playing-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd8fb631-f1a4-4a1a-9af3-88bbb3b8d18f"}],"id":"b5f4a3d8-4724-4884-992f-cc53d0dd9bec","description":"<p>Defines an external organisation, business unit or team and the organisational roles that they perform</p>\n<p><strong>Examples:</strong> US Sales Inc as Sales Partner, Italy Finance as Finance Team</p>\n<p><strong>Essential Class:</strong> EA Relationship/EA Relation/Business Relationship/<strong>Actor To Role Relationship</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"27ce2979-3b97-4bb3-9b85-33f39d895601","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fa4b4024-c436-43b4-8cb7-6fd1a642f28c","type":"text/javascript","exec":[""]}}],"_postman_id":"b5f4a3d8-4724-4884-992f-cc53d0dd9bec","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Individuals","item":[{"name":"GET ALL Individuals","id":"c9b8d911-de6a-4050-b522-5103f8af7639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individuals","description":"<p>Retrieve the full list of Vendor Lifecycle Status resources</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individuals"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9b8d911-de6a-4050-b522-5103f8af7639"},{"name":"GET Individual","id":"a135f570-3873-4715-aa06-ca5aa88394f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individuals/{INDIVIDUAL_ID}","description":"<p>Retrieve a specific Individual with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individuals","{INDIVIDUAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a135f570-3873-4715-aa06-ca5aa88394f0"}],"id":"ccdb7845-5ba6-4b91-93a1-112b39b606f8","description":"<p>Defines a person that is a stakeholder in one or more enterpris element</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Physical/Actor/<strong>Individual_Actor</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"62aeff70-960c-4211-b671-ee874be1375e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31f984ed-4905-4887-b11a-ebf008e0b777","type":"text/javascript","exec":[""]}}],"_postman_id":"ccdb7845-5ba6-4b91-93a1-112b39b606f8","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Personas","item":[{"name":"GET ALL Personas","id":"736132bf-a4ee-49de-8579-87ebd1952935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/personas","description":"<p>Retrieve the full list of Personas</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","personas"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"736132bf-a4ee-49de-8579-87ebd1952935"},{"name":"GET Persona","id":"0374d0be-6fa3-409e-8660-48a09e8fdd93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/personas/{PERSONA_ID}","description":"<p>Retrieve a specific Persona with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","personas","{PERSONA_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0374d0be-6fa3-409e-8660-48a09e8fdd93"},{"name":"POST Persona","id":"e5c9aecb-6070-4f3a-aa81-e018a0ac6319","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Persona\",\n    \"description\": \"a new Persona\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/personas","description":"<p>Create a new Persona with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","personas"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5c9aecb-6070-4f3a-aa81-e018a0ac6319"},{"name":"PATCH Persona","id":"fdf08d00-6a53-4c37-803f-0d9b20be85a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"PERSONA_ID\",\n    \"name\": \"Updated Persona\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/personas/{PERSONA_ID}","description":"<p>Update the given properties of a Persona with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","personas","{PERSONA_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdf08d00-6a53-4c37-803f-0d9b20be85a2"},{"name":"DELETE Persona","id":"8b0c02b8-df14-4519-a051-1cff8ffb1b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/personas/{PERSONA_ID}","description":"<p>Delete a specific Persona with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","personas","{PERSONA_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b0c02b8-df14-4519-a051-1cff8ffb1b7e"}],"id":"e94b21f8-4cd6-4b04-a7d9-52ccff020386","description":"<p>Defines an an archetype of internal or external individuals that interact with products and services</p>\n<p><strong>Examples:</strong> Business Purchasing Decision Maker, Technical Purchasing Decision Maker  </p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Physical/Actor/Individual_Actor/<strong>Persona</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"7ca95c42-e15a-453b-bca8-832c3332b118","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb4b00ce-7618-4b90-8b07-7bdd4c4a6a03","type":"text/javascript","exec":[""]}}],"_postman_id":"e94b21f8-4cd6-4b04-a7d9-52ccff020386","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Individuals Playing Roles","item":[{"name":"GET ALL Individuals Playing Roles","id":"01341090-dfb9-4042-ac81-c8648c9ac7c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individuals-playing-roles","description":"<p>Retrieve the full list of individualsand the roles that they perform</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individuals-playing-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01341090-dfb9-4042-ac81-c8648c9ac7c5"},{"name":"GET Individual Playing Role","id":"32ed19e2-0411-431c-a6cc-79b1db9831c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/individuals-playing-roles/{INDIV_AS_ROLE_ID}","description":"<p>Retrieve a specific individual performing a specific role</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","individuals-playing-roles","{INDIV_AS_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ed19e2-0411-431c-a6cc-79b1db9831c5"},{"name":"POST Individual Playing Role","id":"714fc1d7-fca5-4cf4-9d1b-1b5218ff28c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"individual\": {\n        \"id\": \"INDIVIDUAL_ACTOR_ID\"\n    },\n    \"role\": {\n        \"id\": \"INDIVIDUAL_BUS_ROLE_ID\"\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}//individuals-playing-roles","description":"<p>Define the given individual as playing the given role</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","","individuals-playing-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"714fc1d7-fca5-4cf4-9d1b-1b5218ff28c3"}],"id":"54a1cdab-d00c-4339-bbd2-b7bcc9cb27c9","description":"<p>Defines a person and the business roles that they perform</p>\n<p><strong>Examples:</strong> John Smith as Project Manager, Jane Doe as Application Owner</p>\n<p><strong>Essential Class:</strong> EA Relationship/EA Relation/Business Relationship/<strong>Actor To Role Relationship</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"858a53d1-8825-4b64-81df-87e679930b68","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c102bf65-06fd-4591-9f28-fbcad17b3755","type":"text/javascript","exec":[""]}}],"_postman_id":"54a1cdab-d00c-4339-bbd2-b7bcc9cb27c9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Physical Processes","item":[{"name":"GET ALL Physical Processes","id":"da38b176-456a-4fc9-8f68-6f1628b97700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/physical-processes","description":"<p>Retrieve the full list of Physical Processes</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","physical-processes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da38b176-456a-4fc9-8f68-6f1628b97700"},{"name":"GET Physical Process","id":"b17f67f4-0c8d-4425-9119-d973ce05b541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/physical-processes/{PHYSPROC_ID}","description":"<p>Retrieve a specific Physical Process with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","physical-processes","{PHYSPROC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b17f67f4-0c8d-4425-9119-d973ce05b541"},{"name":"POST Physical Process","id":"ce3f31a0-0cde-45d9-b917-4d9a0ab7a5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"businessProcess\": {\n        \"id\": \"BUSPROC_ID\"\n    },\n    \"organisation\": {\n        \"id\": \"ORG_ID\"\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/physical-processes","description":"<p>Define the given organisation as performing the given business process</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","physical-processes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce3f31a0-0cde-45d9-b917-4d9a0ab7a5f3"}],"id":"c53fb04b-72d9-4dcf-9a57-7c84c019b1a4","description":"<p>Represents an organisation performing a specific business process</p>\n<p><strong>Examples:</strong> UK Business Unit performing Manages Sales Pipeline, Global IT performing Manage Application Portflio, Singapore Marketing Team performing Analyse Advertising Effectiveness</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Physical/Physical_Process_Type/<strong>Physical_Process</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"84d5046d-5f2d-4d3f-92e0-8fd85f75f2c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b305ca01-4cdf-4dcb-bd36-bed403b157c5","type":"text/javascript","exec":[""]}}],"_postman_id":"c53fb04b-72d9-4dcf-9a57-7c84c019b1a4","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Business Criticalities","item":[{"name":"GET ALL Business Criticalities","id":"284e1123-587a-4853-95e4-de5b66f69f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-criticalities","description":"<p>Retrieve the full list of Business Criticalities</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-criticalities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"284e1123-587a-4853-95e4-de5b66f69f35"},{"name":"GET Business Criticality","id":"1987c348-b7bf-46cd-b461-d66a395f445d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-criticalities/BUSCRIT_ID","description":"<p>Retrieve a specific Business Criticality with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-criticalities","BUSCRIT_ID"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1987c348-b7bf-46cd-b461-d66a395f445d"}],"id":"168163a1-fc04-4339-88a6-46ff7dcbddc1","description":"<p>A relative, subjective definition fo criticality of an element to the business</p>\n<p><strong>Examples:</strong> High, Medium, Low</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Business_Criticality</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"32444f8a-ea23-4077-9a9c-d2a7eae65fee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"07641935-a02c-4eb5-b585-5b14f7022253","type":"text/javascript","exec":[""]}}],"_postman_id":"168163a1-fc04-4339-88a6-46ff7dcbddc1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"44b6440d-9663-4a9f-9a88-8c8433bbeb85","description":"<p>Resources related to Business Architecture</p>\n","event":[{"listen":"prerequest","script":{"id":"56ac150e-d923-46eb-b21b-647e80805269","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c78e2ac3-cdec-4eb2-bcf0-afc46638d9c0","type":"text/javascript","exec":[""]}}],"_postman_id":"44b6440d-9663-4a9f-9a88-8c8433bbeb85","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Information / Data Architecture","item":[{"name":"Information Domains","item":[{"name":"GET ALL Information Domains","id":"c1a2e540-4b9a-4fe6-9d02-b383d17c1105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-domains","description":"<p>Retrieve the full list of Information Domains</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a2e540-4b9a-4fe6-9d02-b383d17c1105"},{"name":"GET  Information Domain","id":"9b69a64c-90f1-4104-9c84-d8897a1239b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-domains/{INFO_DOMAIN_ID}","description":"<p>Retrieve a specific  Information Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-domains","{INFO_DOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b69a64c-90f1-4104-9c84-d8897a1239b2"},{"name":"POST Information Domain","id":"a6dd743d-13ac-47da-bec4-d469e5c5d4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Information Domain\",\n    \"description\": \"a new Inforfmation Domain\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-domains","description":"<p>Create a new Information Domain with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6dd743d-13ac-47da-bec4-d469e5c5d4c7"},{"name":"PATCH Information Domain","id":"4dfec0db-4ea4-4f07-8eff-f6e5478fae33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"INFO_DOMAIN_ID\",\n    \"name\": \"Updated Information Domain\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-domains/{INFO_DOMAIN_ID}","description":"<p>Update the given properties of a specific Information Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-domains","{INFO_DOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dfec0db-4ea4-4f07-8eff-f6e5478fae33"},{"name":"DELETE Information Domain","id":"ee310f41-c400-4ad6-b1bb-d2b562004f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-domains/{INFO_DOMAIN_ID}","description":"<p>Delete a specific Information Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-domains","{INFO_DOMAIN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee310f41-c400-4ad6-b1bb-d2b562004f06"}],"id":"ba4c6a97-d3dd-4b1b-a179-c52e5a063d0e","description":"<p>Represents the top level (and least specific) construct in the Information Architecture, providing a means of categorising Information Concepts independently of the context in which they are used</p>\n<p><strong>Examples:</strong> Financial, Sales, Customer</p>\n<p><strong>Essential Class:</strong> EA_Class/Information_Layer/Information_Conceptual/<strong>Information_Domain</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"3921548e-da3f-46b1-84d7-d764a533b4f5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ea51218-a5ab-4024-bf72-508c9b874ef3","type":"text/javascript","exec":[""]}}],"_postman_id":"ba4c6a97-d3dd-4b1b-a179-c52e5a063d0e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Information Concepts","item":[{"name":"GET ALL Information Concepts","id":"d8b00e8c-ea9a-4eda-ae6a-4e768556d610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-concepts","description":"<p>Retrieve the full list of Information Concepts</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-concepts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8b00e8c-ea9a-4eda-ae6a-4e768556d610"},{"name":"GET  Information Concept","id":"0857018c-c95c-48d0-a30b-527adbf6f1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-concepts/{INFO_CONCEPT_ID}","description":"<p>Retrieve a specific Information Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-concepts","{INFO_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0857018c-c95c-48d0-a30b-527adbf6f1b4"},{"name":"POST Information Concept","id":"b31bf599-ad73-4f76-b93e-ed98a7dbe19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Information Concept\",\n    \"description\": \"a new Inforfmation Concept\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-concepts","description":"<p>Create a new Information Concept with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-concepts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31bf599-ad73-4f76-b93e-ed98a7dbe19e"},{"name":"PATCH Information Concept","id":"4891c769-8086-4fd5-a14c-9073c4ef4e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"INFO_CONCEPT_ID\",\n    \"name\": \"Updated Information Concept\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-concepts/{INFO_CONCEPT_ID}","description":"<p>Update the given properties of a specific Information Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-concepts","{INFO_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4891c769-8086-4fd5-a14c-9073c4ef4e5c"},{"name":"DELETE Information Concept","id":"f42d3a61-a5ff-4116-9a6f-144112e76ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-concepts/{INFO_CONCEPT_ID}","description":"<p>Delete a specific Information Concept with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-concepts","{INFO_CONCEPT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f42d3a61-a5ff-4116-9a6f-144112e76ace"}],"id":"b1aaae48-28e1-400c-aee0-8c7ac9dc4177","description":"<p>Represents High level, conceptual elements that capture the type of Information items that are used in the course of running the business.</p>\n<p><strong>Examples:</strong> Cost, Production Order, Sales Volume</p>\n<p><strong>Essential Class:</strong> EA_Class/Information_Layer/Information_Conceptual/<strong>Information_Concept</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"78c26294-c413-49f0-9f99-146acd5b7a17","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f36b4cba-e9cd-4357-a841-a9bac27b9029","type":"text/javascript","exec":[""]}}],"_postman_id":"b1aaae48-28e1-400c-aee0-8c7ac9dc4177","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Information Views","item":[{"name":"GET ALL Information Views","id":"542ca705-e7ed-4ae0-b26d-e87a485c047f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-views","description":"<p>Retrieve the full list of Information Views</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-views"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"542ca705-e7ed-4ae0-b26d-e87a485c047f"},{"name":"GET  Information View","id":"01262746-839a-4c1b-a81a-2e6176280e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-views/{INFO_VIEW_ID}","description":"<p>Retrieve a specific  Information View with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-views","{INFO_VIEW_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01262746-839a-4c1b-a81a-2e6176280e3b"},{"name":"POST Information View","id":"1c1218a4-ba05-482d-9340-a2205e3c3c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Information View\",\n    \"description\": \"a new Inforfmation View\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-views","description":"<p>Create a new Information View with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-views"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c1218a4-ba05-482d-9340-a2205e3c3c22"},{"name":"PATCH Information View","id":"002dad5a-5a62-4988-86aa-5c0d148571c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"INFO_VIEW_ID\",\n    \"name\": \"Updated Information View\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-views/{INFO_VIEW_ID}","description":"<p>Update the given properties of a specific Information View with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-views","{INFO_VIEW_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"002dad5a-5a62-4988-86aa-5c0d148571c3"},{"name":"DELETE Information View","id":"67a4091d-d926-4d50-9a20-fa8a43c93314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/information-views/{INFO_VIEW_ID}","description":"<p>Delete a specific Information View with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","information-views","{INFO_VIEW_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67a4091d-d926-4d50-9a20-fa8a43c93314"}],"id":"fa9dc566-35cc-4d1f-8f4d-2e3f84bb2d6e","description":"<p>Represents refined views of Information Concepts that can also include the relevant attributes of the view, if required (e.g. to show how one View of a Concept differs from another). An Information View describes in more detail a certain view of a Concept</p>\n<p><strong>Examples:</strong> Site Product Costs, Sales Volumes by Country</p>\n<p><strong>Essential Class:</strong> EA_Class/Information_Layer/Information_Logical/Information_View_Type/<strong>Information_View</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"6e74911d-1775-44fd-b22e-314988863396","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"169d0db0-e019-4b71-9193-c2edc2ffb45a","type":"text/javascript","exec":[""]}}],"_postman_id":"fa9dc566-35cc-4d1f-8f4d-2e3f84bb2d6e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"49933cb7-532f-4ba0-94a5-8fa242c3dd21","description":"<p>Resources related to Information and Data Architecture</p>\n","event":[{"listen":"prerequest","script":{"id":"4b5c555b-97f7-4a04-b9c7-a34940bdf4ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94d4bf7d-b788-4d14-a2d5-7c9b9aee8ceb","type":"text/javascript","exec":[""]}}],"_postman_id":"49933cb7-532f-4ba0-94a5-8fa242c3dd21","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Application Architecture","item":[{"name":"Application Capabilities","item":[{"name":"GET ALL Application Capabilities","id":"0ad9e6b8-6bb2-4115-98df-0d6e4db36e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-capabilities","description":"<p>Retrieve the full list of Application Capabilities</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ad9e6b8-6bb2-4115-98df-0d6e4db36e2c"},{"name":"GET Application Capability","id":"4111fae3-7888-4e45-80c8-ae8b9f661bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-capabilities/{APPCAP_ID}","description":"<p>Retrieve a specific Application Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-capabilities","{APPCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4111fae3-7888-4e45-80c8-ae8b9f661bdf"},{"name":"POST Application Capability","id":"30a5b066-ea02-4572-baa4-8ffad2531a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An App Capability\",\n    \"description\": \"a new App Capability\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-capabilities","description":"<p>Create a new Application Capability with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a5b066-ea02-4572-baa4-8ffad2531a95"},{"name":"PATCH Application Capability","id":"6ffbbab4-6158-4605-8ff1-2ca9425ef047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APPCAP_ID\",\n    \"name\": \"Updated App Capability\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-capabilities/{APPCAP_ID}","description":"<p>Update the specified properties of an Application Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-capabilities","{APPCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ffbbab4-6158-4605-8ff1-2ca9425ef047"},{"name":"DELETE Application Capability","id":"29ce1044-5bab-4078-8382-6b307d835603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-capabilities/{APPCAP_ID}","description":"<p>Delete an Application Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-capabilities","{APPCAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29ce1044-5bab-4078-8382-6b307d835603"}],"id":"9b47ce9f-5047-47e6-a830-31c49e086bb0","description":"<p>A high-level, conceptual definition of application functionality that supports the business. Typically used in the context of an Application Reference Model</p>\n<p><strong>Examples:</strong> Financial Modelling, Social Collaboration, Contracts Management</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Conceptual/<strong>Application_Capability</strong></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"535cd0c0-3a06-4bb2-869f-d445dda9c450","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c147131-e0c5-4739-a171-fe8c97ba815d","type":"text/javascript","exec":[""]}}],"_postman_id":"9b47ce9f-5047-47e6-a830-31c49e086bb0"},{"name":"Application Services","item":[{"name":"GET ALL Application Services","id":"0eb36ec1-e25b-46ad-a428-b0b5f9ca060b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services","description":"<p>Retrieve the full list of Application Services</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eb36ec1-e25b-46ad-a428-b0b5f9ca060b"},{"name":"GET ALL Application Services' Applications","id":"f70497d9-81e4-4b34-ba88-5b574c501c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services-applications","description":"<p>Retrieve the full list of Application Services together with the Applications that provide them</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services-applications"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f70497d9-81e4-4b34-ba88-5b574c501c60"},{"name":"GET  Application Service","id":"503a15cf-c7e7-4063-90cd-643b74ebca45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services/{APPSVC_ID}","description":"<p>Retrieve a specific Application Service with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services","{APPSVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"503a15cf-c7e7-4063-90cd-643b74ebca45"},{"name":"POST Application Service","id":"1e225837-9452-4afc-a15c-0589069380d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An App Service\",\n    \"description\": \"a new App Service\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services","description":"<p>Create a new Application Service with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e225837-9452-4afc-a15c-0589069380d8"},{"name":"PATCH Application Service","id":"ab7df700-8e08-46fe-9fd5-02c2e8850c41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APPSVC_ID\",\n    \"name\": \"Updated App Service\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services/{APPSVC_ID}","description":"<p>Update the specified properties of the Application Service with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services","{APPSVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab7df700-8e08-46fe-9fd5-02c2e8850c41"},{"name":"DELETE Application Service","id":"f98711bd-4ee4-4690-9490-0ca82885d736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-services/{APPSVC_ID}","description":"<p>Delete a specific Application Service with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-services","{APPSVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f98711bd-4ee4-4690-9490-0ca82885d736"}],"id":"88d0223c-c7a0-4e75-a4e5-0d1e159194f7","description":"<p>Represents a well-defined component of functional behaviour that provides a logical grouping of related application Functions. The specification of the service - in terms of what it does - is defined by the set of Application Functions that it provides.</p>\n<p><strong>Examples:</strong> Exchange Rates Service, Credit Card Payment Service, CRM System, ERP System</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Logical/<strong>Application_Service</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"fcc1859f-9f9f-4837-acf2-552dedebd311","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f5179189-2a1d-445f-a652-c5e0b033ad63","type":"text/javascript","exec":[""]}}],"_postman_id":"88d0223c-c7a0-4e75-a4e5-0d1e159194f7","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Applications","item":[{"name":"GET ALL Applications","event":[{"listen":"prerequest","script":{"id":"0e984466-dca3-4b7d-97dc-c4ae9bda2327","exec":[""],"type":"text/javascript"}}],"id":"998d5978-dbc9-4877-aacd-f739403261ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications","description":"<p>Retrieve the list of all Applications with full details for each</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"998d5978-dbc9-4877-aacd-f739403261ef"},{"name":"GET ALL Application Summaries","event":[{"listen":"prerequest","script":{"id":"a7bdfadc-16ad-4ab5-a9e0-a8410ae64b88","exec":[""],"type":"text/javascript"}}],"id":"160d70f4-c236-44d8-ad44-fba83a6ec8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/summary","description":"<p>Retrieve the list of all Applications, containing only id, name and description</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","summary"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"160d70f4-c236-44d8-ad44-fba83a6ec8cd"},{"name":"GET ALL Applications List","event":[{"listen":"prerequest","script":{"id":"093e79fb-cd87-40b1-88dc-1099eb353aeb","exec":[""],"type":"text/javascript"}}],"id":"9152f3d0-26c5-46ea-ba1b-ea84b358170b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/list","description":"<p>Retrieve the list of all Applications, containing only id and name</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","list"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9152f3d0-26c5-46ea-ba1b-ea84b358170b"},{"name":"GET Application","id":"dc93c9da-2bd7-4889-8d94-ee12da25252e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}","description":"<p>Retrieve a specific Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc93c9da-2bd7-4889-8d94-ee12da25252e"},{"name":"POST Application","id":"14a8917a-aede-4db9-93ea-15e5169c1877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A New App\",\n    \"className\": \"Composite_Application_Provider\",\n    \"shortName\": \"AMS\",\n    \"description\": \"This is a new Application\",\n    \"supplier\": {\n        \"id\": \"SUPPLIER_ID1\",\n        \"name\": \"Akamai\"\n    },\n    \"applicationFamilies\": [\n        {\n            \"id\": \"APP_FAM_ID1\",\n            \"name\": \"An Application Family\",\n            \"description\": \"This is an application family\"\n        }\n    ],\n    \"purpose\": {\n        \"id\": \"APP_PURPOSE_ID1\",\n        \"name\": \"Business Application\",\n        \"label\": \"Business Application\",\n        \"description\": \"Application purpose for those applications that are directly access by business users.\"\n    },\n    \"codebase\": {\n        \"id\": \"CODEBASE_ID1\",\n        \"name\": \"Customised_Package\",\n        \"label\": \"Customised Package\",\n        \"description\": \"An Application that has been created by customising or enhancing a packaged application\",\n        \"styles\": [\n            {\n                \"backgroundColor\": \"#EEC62A\"\n            }\n        ]\n    },\n    \"deliveryModel\": {\n        \"id\": \"DEL_MODEL_ID1\",\n        \"name\": \"Hybrid Cloud Service\",\n        \"label\": \"Hybrid Cloud Service\",\n        \"description\": \"Represents when a service is hosted across multiple services i.e. it can cross public or private cloud and/or on-premise.\",\n        \"index\": 5,\n        \"styles\": [\n            {\n                \"cssClass\": \"\",\n                \"backgroundColor\": \"#E37F2C\",\n                \"icon\": \"\",\n                \"textColor\": \"\"\n            }\n        ]\n    },\n    \"deploymentStatus\": {\n        \"id\": \"DEP_STATUS_ID1\",\n        \"name\": \"Retired\",\n        \"label\": \"Retired\",\n        \"description\": \"Status for components that have been retired or decommissioned and should no longer be supporting the business\",\n        \"index\": 3,\n        \"styles\": [\n            {\n                \"cssClass\": \"bg-brightred-120\",\n                \"backgroundColor\": \"#2196ad\",\n                \"icon\": \"\",\n                \"textColor\": \"#ffffff\"\n            }\n        ]\n    },\n    \"subModules\": [\n        {\n            \"id\": \"APP_ID2\",\n            \"name\": \"New APp Sub-Module\",\n            \"description\": \"This is a sub module\"\n        }\n    ],\n    \"organisationalUsers\": [\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID1\",\n            \"organisation\": {\n                \"id\": \"ORG_ID1\",\n                \"name\": \"Acquisitions\",\n                \"description\": \"Monitor and identify acquisition opportunities\"\n            }\n        },\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID2\",\n            \"organisation\": {\n                \"id\": \"ORG_ID2\",\n                \"name\": \"HR\",\n                \"description\": \"Management of employees\"\n            }\n        }\n    ],\n    \"supportedProcesses\": [\n        {\n            \"id\": \"PHYSPROC_ID1\",\n            \"businessProcess\": {\n                \"id\": \"BUSPROC_ID1\",\n                \"name\": \"Action Hedging Process\",\n                \"description\": \"Business process to agree and action the most viable hedging opportunities identified\"\n            },\n            \"organisation\": {\n                \"id\": \"BUSPROC_ID2\",\n                \"name\": \"Acquisitions\",\n                \"description\": \"Monitor and identify acquisition opportunities\"\n            }\n        },\n        {\n            \"id\": \"PHYSPROC_ID2\",\n            \"businessProcess\": {\n                \"id\": \"essential_baseline_v67_supp_risk_mgt_test_repo_Class173\",\n                \"name\": \"Action Hedging Process\",\n                \"description\": \"Business process to agree and action the most viable hedging opportunities identified\"\n            },\n            \"organisation\": {\n                \"id\": \"essential_baseline_v67_supp_risk_mgt_test_repo_Class721\",\n                \"name\": \"HR\",\n                \"description\": \"Management of employees\"\n            }\n        }\n    ],\n    \"stakeholders\": [\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID3\",\n            \"individual\": {\n                \"id\": \"INDIVACTOR_ID1\",\n                \"name\": \"Test Individual Actor\"\n            },\n            \"role\": {\n                \"id\": \"INDIVROLE_ID1\",\n                \"name\": \"Application Business Owner\"\n            }\n        },\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID4\",\n            \"organisation\": {\n                \"id\": \"ORG_ID5\",\n                \"name\": \"Marketing\",\n                \"description\": \"Provide marketing services for the organisation including advertising, brand awareness, brand planning, client segmentation, etc\",\n                \"externalIds\": [\n                    {\n                        \"sourceName\": \"Essential Energy Demo Launchpad Data\",\n                        \"id\": \"GA1\"\n                    }\n                ]\n            },\n            \"role\": {\n                \"id\": \"GROUP_ROLE_ID3\",\n                \"name\": \"Application Organisation Owner\"\n            }\n        }\n    ],\n    \"cost\": {\n        \"currency\": {\n            \"id\": \"CURRENCY_ID1\",\n            \"name\": \"Euro\",\n            \"isDefault\": false,\n            \"iso-code\": \"EUR\",\n            \"symbol\": \"€\"\n        },\n        \"costs\": [\n            {\n                \"description\": \"Test Cost\",\n                \"recurrence\": \"Once\",\n                \"category\": {\n                    \"id\": \"COST_CATEGORY_ID1\",\n                    \"name\": \"Hosting Cost\",\n                    \"label\": \"Server Cost\",\n                    \"index\": 1\n                },\n                \"fromDate\": \"2020-06-23\",\n                \"toDate\": \"2020-06-27\",\n                \"amount\": 25000.0\n            },\n            {\n                \"description\": \"Another COst\",\n                \"recurrence\": \"Annual\",\n                \"category\": {\n                    \"id\": \"COST_CATEGORY_ID2\",\n                    \"name\": \"Database Cost\",\n                    \"label\": \"Database Cost\"\n                },\n                \"fromDate\": \"2020-06-01\",\n                \"toDate\": \"2021-07-14\",\n                \"amount\": 12000.0\n            }\n        ]\n    },\n    \"deploymentLifecycle\": [\n        {\n            \"id\": \"LFC_STATUS_ID1\",\n            \"name\": \"ProductionStrategic\",\n            \"label\": \"Active\",\n            \"index\": 2,\n            \"startDate\": \"2020-06-09\"\n        },\n        {\n            \"id\": \"LFC_STATUS_ID2\",\n            \"name\": \"Sunset\",\n            \"label\": \"Sunset\",\n            \"index\": 0,\n            \"startDate\": \"2020-09-12\"\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications","description":"<p>Create a new Application with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14a8917a-aede-4db9-93ea-15e5169c1877"},{"name":"PATCH Application","id":"069f4588-2a4e-4d9c-af82-63e37df91d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APP_ID\",\n    \"name\": \"Updated Application\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}","description":"<p>Update the specified properties of the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"069f4588-2a4e-4d9c-af82-63e37df91d56"},{"name":"DELETE Application","id":"48e237be-c2b0-4cd3-aa05-f47692fb9d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}","description":"<p>Delete a specific Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48e237be-c2b0-4cd3-aa05-f47692fb9d43"},{"name":"GET ALL Application's Services","id":"11c97396-e40d-4bf0-ab4e-4b7545dbb12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/services","description":"<p>Retrieve the full list of Services provided by the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","services"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11c97396-e40d-4bf0-ab4e-4b7545dbb12b"},{"name":"GET Application's Service","id":"1fbbd5e8-8771-4214-84fd-ad6e9551659b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/services/{APP_SVC_ID}","description":"<p>Retrieve a specific Service provided by the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","services","{APP_SVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fbbd5e8-8771-4214-84fd-ad6e9551659b"},{"name":"POST Application's Service","id":"31fa58d2-7f19-462e-be37-48eaafed6f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"service\": {\n        \"id\": \"APP_SERVICE_ID1\",\n        \"name\": \"Benchmarking\",\n        \"description\": \"Benchmarks energy performance against market\"\n    },\n    \"supportedProcesses\": [\n        {\n            \"id\": \"PHYS_PROCESS_ID1\",\n            \"businessProcess\": {\n                \"id\": \"BUS_PROCESS_ID1\",\n                \"name\": \"Agree Designs\"\n            },\n            \"organisation\": {\n                \"id\": \"ORG_ID1\",\n                \"name\": \"Marketing\"\n            }\n        },\n        {\n            \"id\": \"PHYS_PROCESS_ID2\",\n            \"businessProcess\": {\n                \"id\": \"BUS_PROCESS_ID2\",\n                \"name\": \"Agree Designs\"\n            },\n            \"organisation\": {\n                \"id\": \"ORG_ID2\",\n                \"name\": \"Maintenance\"\n            }\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/services","description":"<p>Define an Application with the given id as providing the given Application Service</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","services"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31fa58d2-7f19-462e-be37-48eaafed6f4c"},{"name":"PATCH Application's Service","id":"ee1ebb77-e8a1-4366-b1d9-11cb9fb73838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APP_AS_SVC_ID\",\n\t\"supportedProcesses\": [\n        {\n            \"id\": \"PHYS_PROCESS_ID\"\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/services/{APP_AS_SVC_ID}","description":"<p>Update the specified properties of a Service provided by the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","services","{APP_AS_SVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee1ebb77-e8a1-4366-b1d9-11cb9fb73838"},{"name":"DELETE Application's Service","id":"0c43790c-75ba-4d3b-a7fa-9d8dee24bd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/services/{APP_AS_SVC_ID}","description":"<p>Remove a Service as being provided the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","services","{APP_AS_SVC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c43790c-75ba-4d3b-a7fa-9d8dee24bd7d"},{"name":"GET ALL Application's Deployments","id":"59adb773-e86f-4ab6-adea-5fb7e81d0e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments","description":"<p>Retrieve the full list of physical Deployments of the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59adb773-e86f-4ab6-adea-5fb7e81d0e27"},{"name":"GET Application's Deployment","id":"73c64a7e-e64f-4483-8148-a313445281e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{DEPLOYMENT_ID}","description":"<p>Retrieve a specific physical Deployment of an Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{DEPLOYMENT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"73c64a7e-e64f-4483-8148-a313445281e3"},{"name":"POST Application's Deployment","id":"d6d780d5-92f4-42c3-9e82-c6d7252ef3ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"environmentType\": {\n        \"id\": \"DEP_ROLE_ID1\",\n        \"name\": \"Training\",\n        \"label\": \"Training\",\n        \"description\": \"Indicates that an IT element is part of a training environment\",\n        \"index\": 4\n    },\n    \"technologyPlatform\": {\n        \"containedTechProducts\": [\n            {\n                \"id\": \"TECHPROD_USAGE_ID1\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID1\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID1\",\n                        \"name\": \"Application Integration Platform\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID1\",\n                        \"name\": \"CA API Gateway 9.3\"\n                    }\n                }\n            },\n            {\n                \"id\": \"TECHPROD_USAGE_ID2\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID2\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID2\",\n                        \"name\": \"Desktop Monitor\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID2\",\n                        \"name\": \"Acer P223W\"\n                    }\n                }\n            },\n            {\n                \"id\": \"TECHPROD_USAGE_ID3\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID3\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID3\",\n                        \"name\": \".Net Runtime Services\",\n                        \"description\": \"Run-time platform that executes software that requires the Microsoft .NET platform to operate\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID3\",\n                        \"name\": \".Net Framework 2.0\"\n                    }\n                }\n            }\n        ],\n        \"techProductDependencies\": [\n            {\n                \"id\": \"DEPENDENCY_ID1\",\n                \"sourceId\": \"TECHPROD_USAGE_ID1\",\n                \"targetId\": \"TECHPROD_USAGE_ID2\"\n            },\n            {\n                \"id\": \"DEPENDENCY_ID2\",\n                \"sourceId\": \"TECHPROD_USAGE_ID2\",\n                \"targetId\": \"TECHPROD_USAGE_ID3\"\n            }\n        ]\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments","description":"<p>Create a new physical Deployment of the Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d780d5-92f4-42c3-9e82-c6d7252ef3ae"},{"name":"PATCH Application's Deployment","id":"8bb1a3f5-a805-4ba2-94a1-d53017604bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APP_DEP_ID\",\n    \"environmentType\": {\n        \"id\": \"DEP_ROLE_ID1\",\n        \"name\": \"Training\",\n        \"label\": \"Training\",\n        \"description\": \"Indicates that an IT element is part of a training environment\",\n        \"index\": 4\n    },\n    \"technologyPlatform\": {\n        \"id\": \"TECH_PROD_BUILD_ID\",\n        \"containedTechProducts\": [\n            {\n                \"id\": \"TECHPROD_USAGE_ID1\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID1\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID1\",\n                        \"name\": \"Application Integration Platform\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID1\",\n                        \"name\": \"CA API Gateway 9.3\"\n                    }\n                }\n            },\n            {\n                \"id\": \"TECHPROD_USAGE_ID2\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID2\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID2\",\n                        \"name\": \"Desktop Monitor\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID2\",\n                        \"name\": \"Acer P223W\"\n                    }\n                }\n            },\n            {\n                \"id\": \"TECHPROD_USAGE_ID3\",\n                \"techProductAsType\": {\n                    \"id\": \"TECHPROD_ROLE_ID3\",\n                    \"technologyType\": {\n                        \"id\": \"TECHCOMP_ID3\",\n                        \"name\": \".Net Runtime Services\",\n                        \"description\": \"Run-time platform that executes software that requires the Microsoft .NET platform to operate\"\n                    },\n                    \"technologyProduct\": {\n                        \"id\": \"TECHPROD_ID3\",\n                        \"name\": \".Net Framework 2.0\"\n                    }\n                }\n            }\n        ],\n        \"techProductDependencies\": [\n            {\n                \"id\": \"DEPENDENCY_ID1\",\n                \"sourceId\": \"TECHPROD_USAGE_ID1\",\n                \"targetId\": \"TECHPROD_USAGE_ID2\"\n            },\n            {\n                \"id\": \"DEPENDENCY_ID2\",\n                \"sourceId\": \"TECHPROD_USAGE_ID2\",\n                \"targetId\": \"TECHPROD_USAGE_ID3\"\n            }\n        ]\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{DEPLOYMENT_ID}","description":"<p>Update the given properties of a specific physical Deployment of an Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{DEPLOYMENT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bb1a3f5-a805-4ba2-94a1-d53017604bdf"},{"name":"DELETE Application's Deployment","id":"a86f55b3-7528-484d-966e-a5a3ce2a6515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{DEPLOYMENT_ID}","description":"<p>Delete a specific physical Deployment of an Application with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{DEPLOYMENT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a86f55b3-7528-484d-966e-a5a3ce2a6515"},{"name":"GET Application's Dependency Model","id":"d28987b6-beed-4aba-afda-fa13d77be753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model","description":"<p>Retrieve the list of integrations that exist between the Application with the given id, and other Applications</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d28987b6-beed-4aba-afda-fa13d77be753"},{"name":"DELETE Application's Dependency Model","id":"cdbaf913-c15c-4c77-bb34-2d44f1ee2e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model","description":"<p>Delete all integrations that exist between the Application with the given id, and other Applications</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdbaf913-c15c-4c77-bb34-2d44f1ee2e40"},{"name":"POST Inbound Application Dependency","id":"2fbe79a7-31f6-433d-ad0b-5a13fca4453d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"receivesFrom\": [\n        {\n            \"id\": \"APP_ID1\"\n        },\n        {\n            \"id\": \"APP_ID2\"\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model/receives-from","description":"<p>Create a new inbound integration between the Application with the given id, and another Application, i.e. Application A with given id recieves information/data from Application B</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model","receives-from"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fbe79a7-31f6-433d-ad0b-5a13fca4453d"},{"name":"POST Outbound Application Dependency","id":"84d5a40e-8d44-404a-87b4-1ebf1b6a7d47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TARGET_APP_ID\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model/sends-to","description":"<p>Create a new outbound integration between the Application with the given id, and another Application, i.e. Application A with given id sends information/data to Application B</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model","sends-to"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"84d5a40e-8d44-404a-87b4-1ebf1b6a7d47"},{"name":"DELETE Inbound Application Dependency","id":"747dc343-8547-4294-93a0-d4ebe3cd4431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model/receives-from/{APP_ID}","description":"<p>Delete a specific inbound integration between the Application with the given id, and another Application with a given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model","receives-from","{APP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"747dc343-8547-4294-93a0-d4ebe3cd4431"},{"name":"DELETE Outbound Application Dependency","id":"1d049f01-6914-4cbd-ba0f-4fb8373fd8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/dependency-model/sends-to/{APP_ID}","description":"<p>Delete a specific outbound integration between the Application with the given id, and another Application with a given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","dependency-model","sends-to","{APP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d049f01-6914-4cbd-ba0f-4fb8373fd8c9"}],"id":"66efbd43-8688-404b-a40a-6550e59ded7c","description":"<p><strong>Application</strong>\nRepresents an IT solution that directly supports or automates a business process.</p>\n<p><strong>Examples:</strong> US ERP, Our Global HR System, Sales Performance Analysis Spreadsheet </p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Logical/Application_Provider_Type/<strong>Application_Provider</strong> or <strong>Composite_Application_Provider</strong> or <strong>Application_Provider_Interface</strong></p>\n<p><strong>Application's Services</strong>\nRepresents the business functonality offered by a specific Application.</p>\n<p><strong>Examples:</strong> US ERP as ERP, Our Global HR System as Talent Management System, Sales Performance Analysis Spreadsheet as Sales Analytics System</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Logical/<strong>Application_Provider_Role</strong></p>\n<p><strong>Application's Deployments</strong>\nRepresents a physical deployment of a specific Application.</p>\n<p><strong>Examples:</strong> US ERP - Production, Our Global HR System - QA, Sales Performance Analysis Spreadsheet - Test</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Physical/<strong>Application_Deployment</strong></p>\n<p><strong>Application's Dependency Model</strong>\nRepresents the inbound and outbound integrations that exist between a specific Application and other Applications.</p>\n<p><strong>Examples:</strong> Static Architecure of US ERP, Static Architecure of Our Global HR System</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Logical/Logical_Application_Model/<strong>Static_Application_Provider_Architecture</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"8df727f7-8404-49cc-8e39-18937cf3b06a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3629452c-13fe-42ef-8c69-82b683936923","type":"text/javascript","exec":[""]}}],"_postman_id":"66efbd43-8688-404b-a40a-6550e59ded7c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Applications v2","item":[{"name":"GET ALL Application's Deployments","event":[{"listen":"prerequest","script":{"id":"f6cd1437-0eeb-4371-98f9-428aecb8349b","exec":[""],"type":"text/javascript"}}],"id":"d1447a5e-987e-4ef8-93c3-85344129d498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v2/repositories/{{api-repo-id}}/applications/clean_demo_v2_Class10608/deployments","description":"<p>Retrieve the full list of Deployments of the given Application</p>\n","urlObject":{"path":["api","essential-core","v2","repositories","{{api-repo-id}}","applications","clean_demo_v2_Class10608","deployments"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1447a5e-987e-4ef8-93c3-85344129d498"},{"name":"GET Application's Deployment","event":[{"listen":"prerequest","script":{"id":"32cb528e-703b-48ff-91a2-88d831876e63","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript"}}],"id":"58a5c54e-ec2a-40cc-841f-38b3c8d12e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v2/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{APP_DEP_ID}","description":"<p>Retrieve a given Application Deployment</p>\n","urlObject":{"path":["api","essential-core","v2","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{APP_DEP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58a5c54e-ec2a-40cc-841f-38b3c8d12e63"},{"name":"POST Application's Deployment","event":[{"listen":"prerequest","script":{"id":"f37b6fe7-6da6-4fdd-9de3-c96e20c3ddff","exec":[""],"type":"text/javascript"}}],"id":"aab44e7f-9e65-4bdc-bc8f-3302438545da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"environmentType\": {\n        \"id\": \"essential_prj_EE_v0.1_Instance_20011\",\n        \"name\": \"Production\"\n    },\n    \"technologyPlatform\": {\n        \"containedTechProducts\": [\n            {\n                \"techProductAsType\": {\n                    \"id\": \"techProdAsTypeId\"\n                },\n                \"costs\": [\n                    {\n                        \"currency\": {\n                            \"id\": \"essential_baseline_v505_Class17\"\n                         },\n                        \"costComponents\": [\n                            {\n                                \"recurrence\": \"Monthly\",\n                                \"amount\": 2500.0,\n                                \"toDate\": \"2021-01-31\",\n                                \"type\": {\n                                    \"id\": \"essential_baseline_v3.0.6_Class10021\"\n                                 },\n                                \"fromDate\": \"2021-01-01\"\n                            }, \n                            {\n                                \"recurrence\": \"Monthly\",\n                                \"amount\": 32000.0,\n                                \"toDate\": \"2021-02-28\",\n                                \"type\": {\n                                    \"id\": \"essential_baseline_v3.0.6_Class10018\"\n                                },\n                                \"fromDate\": \"2021-02-01\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"techProductAsType\": {\n                    \"id\": \"store_55_Class7945\"                   \n                },\n                \"costs\": [\n                    {\n                        \"currency\": {\n                            \"id\": \"essential_baseline_v505_Class16\"\n                         },\n                        \"costComponents\": [\n                            {\n                                \"recurrence\": \"Monthly\",\n                                \"amount\": 2800.0,\n                                \"toDate\": \"2021-01-31\",\n                                \"type\": {\n                                    \"id\": \"essential_baseline_v3.0.6_Class10021\"\n                                 },\n                                \"fromDate\": \"2021-01-01\"\n                            }, \n                            {\n                                \"recurrence\": \"Monthly\",\n                                \"amount\": 72000.0,\n                                \"toDate\": \"2021-02-28\",\n                                \"type\": {\n                                    \"id\": \"essential_baseline_v3.0.6_Class10020\"\n                                },\n                                \"fromDate\": \"2021-02-01\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v2/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments","description":"<p>Create a new deployment of an Application</p>\n","urlObject":{"path":["api","essential-core","v2","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aab44e7f-9e65-4bdc-bc8f-3302438545da"},{"name":"PATCH Application's Deployment","event":[{"listen":"prerequest","script":{"id":"0ef20cdd-f82e-40e0-adc9-a01d1e0bc96c","exec":[""],"type":"text/javascript"}}],"id":"7a3eab6c-c56d-49f1-a99a-1d5eb5fa16fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APP_DEP_ID\",\n    \"environmentType\": {\n        \"id\": \"essential_prj_CC_v1.4.2_Instance_490006\"\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{APP_DEP_ID}","description":"<p>Update a given Application Deployment</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{APP_DEP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a3eab6c-c56d-49f1-a99a-1d5eb5fa16fc"},{"name":"DELETE Application's Deployment","event":[{"listen":"prerequest","script":{"id":"173c7dca-e0a0-47da-a552-8450ab149e42","exec":[""],"type":"text/javascript"}}],"id":"547ebadf-e369-4b6c-8a37-78b14356d3e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":" {{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/applications/{APP_ID}/deployments/{APP_DEP_ID}","description":"<p>Delete the given Application Deployment</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","applications","{APP_ID}","deployments","{APP_DEP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"547ebadf-e369-4b6c-8a37-78b14356d3e8"}],"id":"d5a03efc-2dcf-470d-bda7-1fe84662595c","description":"<p><strong>Application's Deployments</strong>\nRepresents a physical deployment of a specific Application as well as the underlying Technology Products used to implement the deployment. <strong>Version 2</strong> adds the ability to access the costs associated withe the implementations of the Technology Products in support of a specific Application Deployment </p>\n<p><strong>Examples:</strong> US ERP - Production, Our Global HR System - QA, Sales Performance Analysis Spreadsheet - Test</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Physical/<strong>Application_Deployment</strong></p>\n","_postman_id":"d5a03efc-2dcf-470d-bda7-1fe84662595c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Application Families","item":[{"name":"GET ALL Application Families","id":"c65e8ef5-e2ef-4379-8261-0910b32eac45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-families","description":"<p>Retrieve the full list of  Application Families</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c65e8ef5-e2ef-4379-8261-0910b32eac45"},{"name":"GET  Application Family","id":"476817ee-4f3b-492b-9277-15004a4bd940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-families/{APP_FAMILY_ID}","description":"<p>Retrieve a specific  Application Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-families","{APP_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"476817ee-4f3b-492b-9277-15004a4bd940"},{"name":"POST Application Family","id":"58fc1294-15c5-4b3c-8745-578b44462eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"An Application Family\",\n    \"description\": \"a new Application Family\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-families","description":"<p>Create a new Application Family with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58fc1294-15c5-4b3c-8745-578b44462eb6"},{"name":"PATCH Application Family","id":"8423501a-7629-44c9-89bb-07ccad358af5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"APP_FAMILY_ID\",\n    \"name\": \"Updated Application Fanily\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-families/{APP_FAMILY_ID}","description":"<p>Update a specific Application Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-families","{APP_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8423501a-7629-44c9-89bb-07ccad358af5"},{"name":"DELETE Application Family","id":"55943925-d4a9-4f3a-97e2-ec0c2b711129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-families/{APP_FAMILY_ID}","description":"<p>Delete a specific Application Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-families","{APP_FAMILY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55943925-d4a9-4f3a-97e2-ec0c2b711129"}],"id":"ffb2709f-d9a2-4284-b675-a091204233af","description":"<p>Defines a grouping of related applications, typically based on a common vendor, or a suite of applications available from a supplier</p>\n<p><strong>Examples:</strong> Oracle E-Business Applications, SAP Business Suite, SalesForce Applications</p>\n<p><strong>Essential Class:</strong> EA_Class/Application_Layer/Application_Logical/<strong>Application_Family</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"940fc831-97dd-48c6-9e67-bc0dc73460e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd92865c-9992-4217-81d0-156ffc183057","type":"text/javascript","exec":[""]}}],"_postman_id":"ffb2709f-d9a2-4284-b675-a091204233af","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Application Delivery Models","item":[{"name":"GET ALL Application Delivery Models","id":"3b0300cc-cde1-443c-8347-5095adf0cb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-delivery-models","description":"<p>Retrieve the full list of Application Delivery Models</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-delivery-models"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b0300cc-cde1-443c-8347-5095adf0cb63"},{"name":"GET Application Delivery Model","id":"32aa847b-0553-415d-9323-84cdbc33eae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-delivery-models/{APP_DEL_MODEL_ID}","description":"<p>Retrieve a specific Application Delivery Model with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-delivery-models","{APP_DEL_MODEL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"32aa847b-0553-415d-9323-84cdbc33eae9"}],"id":"3c37446b-4321-4e09-9904-d4e7738d4af4","description":"<p>Defines the different ways in which applications are managed and made available to the business.</p>\n<p><strong>Examples:</strong> Desktop, Hosted, Managed Service, SaaS</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Application_Delivery_Model</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"3606e7fa-65a4-44d6-96e2-6b25eaacc8c2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a56e5117-18ff-4a80-a451-480a3132b1b6","type":"text/javascript","exec":[""]}}],"_postman_id":"3c37446b-4321-4e09-9904-d4e7738d4af4","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Application Purposes","item":[{"name":"GET ALL Application Purposes","id":"26cccdbd-4fd6-4f22-8f2c-21f50093c249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-purposes","description":"<p>Retrieve the full list of Application Purposes</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-purposes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26cccdbd-4fd6-4f22-8f2c-21f50093c249"},{"name":"GET Application Purpose","id":"c27fb2be-e74c-4a2a-9f11-156754916df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-delivery-purposes/{APP_PURPOSE_ID}","description":"<p>Retrieve a specific Application Purpose with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-delivery-purposes","{APP_PURPOSE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c27fb2be-e74c-4a2a-9f11-156754916df1"}],"id":"d14c3bf4-f07d-44a6-982c-04db93d1d6d1","description":"<p>Defines the main purpose of an application.</p>\n<p><strong>Examples:</strong> Integration, Business Application, Reporting/Analytics</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Application_Purpose</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"872c8033-69b8-4fa6-acee-fdcc1588c1a8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a5198bef-fcab-4ed3-8ee5-12beab2fc7a5","type":"text/javascript","exec":[""]}}],"_postman_id":"d14c3bf4-f07d-44a6-982c-04db93d1d6d1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Application Types","item":[{"name":"GET ALL Application Types","id":"b3e23c27-7cf1-499b-82c1-d7943621c7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/application-types","description":"<p>Retrieve the full list of application types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","application-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3e23c27-7cf1-499b-82c1-d7943621c7aa"}],"id":"55df08d3-4853-4402-9fff-c5333992f1db","description":"<p>Represents an available type of user facing application. <strong>Note:</strong> One of these values must be passed when creating a new Application.</p>\n<p><strong>Examples:</strong> Composite_Application_Provider, Application_Provider</p>\n<p><strong>Essential Class:</strong> n/a</p>\n","event":[{"listen":"prerequest","script":{"id":"58be5b63-8f67-4caa-8585-54cd20fc1420","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7af5ecf0-62c6-4e17-9b5d-8cb27b69a566","type":"text/javascript","exec":[""]}}],"_postman_id":"55df08d3-4853-4402-9fff-c5333992f1db","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Codebases","item":[{"name":"GET ALL Codebases","id":"f9b52fe1-5fa7-4d7b-b368-0da57ad112a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/codebases","description":"<p>Retrieve the full list of Codebases</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","codebases"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b52fe1-5fa7-4d7b-b368-0da57ad112a3"},{"name":"GET Codebase","id":"4ce8fb3b-1324-47cb-846b-515bbe083bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/codebases/{CODEBASE_ID}","description":"<p>Retrieve a speccific Codebase with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","codebases","{CODEBASE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ce8fb3b-1324-47cb-846b-515bbe083bcd"}],"id":"df104b94-ceda-415a-98ae-fb242fce13c0","description":"<p>Defines the accessibility and status of the source code of an application</p>\n<p><strong>Examples:</strong> Bespoke, Packaged, Customised Package</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Codebase_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"ec3754aa-f600-46fc-ac93-1aa6831a26e9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3543d99b-fb27-4aa6-9d2d-dc2bb31c4666","type":"text/javascript","exec":[""]}}],"_postman_id":"df104b94-ceda-415a-98ae-fb242fce13c0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"62499a5d-222b-45a2-8959-15390a663dc2","description":"<p>Resources related to Application Architecture</p>\n","event":[{"listen":"prerequest","script":{"id":"c83e6be4-abee-4349-afb6-cdbda9937a48","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fb5895c-ed2b-45fd-9703-4ea5cc39f92f","type":"text/javascript","exec":[""]}}],"_postman_id":"62499a5d-222b-45a2-8959-15390a663dc2","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Architecture","item":[{"name":"Technology Domains","item":[{"name":"GET ALL Technology Domains","id":"1c7f28c0-d57d-412b-b71f-4b6d314a56a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-domains","description":"<p>Retrieve the full list of Technology Domains</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c7f28c0-d57d-412b-b71f-4b6d314a56a7"},{"name":"GET Technology Domain","id":"5078c197-45ec-4426-b961-327368128e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-domains/{TECH_DOM_ID}","description":"<p>Retrieve a specific Technology Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-domains","{TECH_DOM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5078c197-45ec-4426-b961-327368128e69"},{"name":"POST Technology Domain","id":"f35450b5-13d8-4b25-94cd-9c135fa9ccdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Tech Domain\",\n    \"description\": \"a new Tech Domain\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-domains","description":"<p>Create a new Technology Domain with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-domains"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f35450b5-13d8-4b25-94cd-9c135fa9ccdd"},{"name":"PATCH Technology Domain","id":"00992dd6-289a-4ed6-8ff9-0662ca4da0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECH_DOM_ID\",\n    \"name\": \"Updated Tech Domain\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-domains/{TECH_DOM_ID}","description":"<p>Update the specified properties of the Technology Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-domains","{TECH_DOM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"00992dd6-289a-4ed6-8ff9-0662ca4da0a2"},{"name":"DELETE Technology Domain","id":"cee60f4b-324b-4be9-b959-5454b20fb428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-domains/{TECH_DOM_ID}","description":"<p>Delete a specific Technology Domain with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-domains","{TECH_DOM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cee60f4b-324b-4be9-b959-5454b20fb428"}],"id":"e47a2d77-f1b5-4bfd-9de0-80634fd4f794","description":"<p>A high-level technology area. Typically used to define Technology Reference Models</p>\n<p><strong>Examples:</strong> Security, Application Delivery and Execution, End User Computing</p>\n<p><strong>Essential Class:</strong> EA_Class/Technology_Layer/Technology_Conceptual/<strong>Technology_Domain</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"d4b1e85f-5391-40e7-a4ac-af2f62d53e23","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1adc162e-750a-4d28-a1ed-91e7253f7e22","type":"text/javascript","exec":[""]}}],"_postman_id":"e47a2d77-f1b5-4bfd-9de0-80634fd4f794","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Capabilities","item":[{"name":"GET ALL Technology Capabilities","id":"2ad040a5-82b1-4824-a610-c74962592459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-capabilities","description":"<p>Retrieve the full list of Technology Capabilities</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ad040a5-82b1-4824-a610-c74962592459"},{"name":"GET Technology Capability","id":"a4d0cfad-e1f6-462b-8437-048558cc66ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-capabilities/{TECH_CAP_ID}","description":"<p>Retrieve a specific Technology Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-capabilities","{TECH_CAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4d0cfad-e1f6-462b-8437-048558cc66ab"},{"name":"POST Technology Capability","id":"b071d255-1a66-4523-afec-485d508b3915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Tech Capability\",\n    \"description\": \"a new Tech Capability\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-capabilities","description":"<p>Create a new Technology Capability with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-capabilities"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b071d255-1a66-4523-afec-485d508b3915"},{"name":"PATCH Technology Capability","id":"9d528cbc-919a-4aac-aaaf-8dff70610404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECH_CAP_ID\",\n    \"name\": \"Updated Tech Capability\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-capabilities/{TECH_CAP_ID}","description":"<p>Update the specified properties of a Technology Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-capabilities","{TECH_CAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d528cbc-919a-4aac-aaaf-8dff70610404"},{"name":"DELETE Technology Capability","id":"d0aac198-ef96-4a25-b330-b389dc4dc6cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-capabilities/{TECH_CAP_ID}","description":"<p>Delete a specific Technology Capability with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-capabilities","{TECH_CAP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0aac198-ef96-4a25-b330-b389dc4dc6cb"}],"id":"243ca47a-5225-40b9-b7bc-3453951d5fab","description":"<p>A high-level, conceptual definition of horizontal infrastructure/platform services that support the delivery of business solutions. Typically used in the context of a Technology Reference Model</p>\n<p><strong>Examples:</strong> Artificial Intelligence Services, Network Services, Application Runtime Services</p>\n<p><strong>Essential Class:</strong> EA_Class/Technology_Layer/Technology_Conceptual/<strong>Technology_Capability</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"efc4c033-96bb-4757-adda-c6c14e4c8774","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"32d70599-edd8-474d-81a4-974a6b1c12b2","type":"text/javascript","exec":[""]}}],"_postman_id":"243ca47a-5225-40b9-b7bc-3453951d5fab","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Types","item":[{"name":"GET ALL Technology Types","id":"6761248c-c404-4b3c-afef-e7df1d49d463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types","description":"<p>Retrieve the full list of Technology Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6761248c-c404-4b3c-afef-e7df1d49d463"},{"name":"GET Technology Type","id":"35821db3-376e-486a-a836-f13b241d0916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}","description":"<p>Retrieve a specific type of Technology</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"35821db3-376e-486a-a836-f13b241d0916"},{"name":"GET ALL Technology Type's Products","id":"f3015bf8-8103-4247-9887-4ca24ef31dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}/technology-products","description":"<p>Retrieve all Technology Products that implement the type of technology with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}","technology-products"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3015bf8-8103-4247-9887-4ca24ef31dbc"},{"name":"GET Technology Type's Product","id":"beec4bd3-5ead-488f-ba96-30ad31340e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}/technology-products/{TECH_PROD_ROLE_ID}","description":"<p>Retrieve a specific Technology Product that implements the type of technology with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}","technology-products","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"beec4bd3-5ead-488f-ba96-30ad31340e6c"},{"name":"POST Technology Type","id":"753f19a3-d7e1-485f-a179-ab5b8ed5061f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Technology Type\",\n    \"description\": \"a new Technology Type\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types","description":"<p>Create a new type of Technology with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"753f19a3-d7e1-485f-a179-ab5b8ed5061f"},{"name":"POST Technology Type's Product","id":"3d3fc759-6e67-458c-8d8f-b68bd7ad643d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"technologyProduct\": {\n\t\t\"id\": \"TECH_PRODUCT_ID\"\n\t}\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}/technology-products","description":"<p>Define a specified Technology Product as implementing features of the specified type of Technology</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}","technology-products"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d3fc759-6e67-458c-8d8f-b68bd7ad643d"},{"name":"PATCH Technology Type","id":"445ea13e-cfeb-4578-a2cc-5beec4e8f309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECHCOMP_ID\",\n    \"name\": \"Updated Technology Type\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}","description":"<p>Update selected properties of a specific type of Technology with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"445ea13e-cfeb-4578-a2cc-5beec4e8f309"},{"name":"PATCH Technology Type's Product","id":"cdc456f8-2f12-486a-9df2-c53dc3cf59c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECH_PROD_ROLE_ID\",\n    \"standards\": [\n    \t{\n    \t\t\"standardisationLevel\": {\n                \"id\": \"STD_STRENGTH_ID1\"\n            }\n    \t},\n        {\n            \"standardisationLevel\": {\n                \"id\": \"STD_STRENGTH_ID2\"\n            },\n            \"organisationScope\": [\n                {\n                    \"id\": \"ORG_ID1\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}/technology-products/{TECH_PROD_ROLE_ID}","description":"<p>Update selected properties of a Technology Product when used as a Technology Type</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}","technology-products","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdc456f8-2f12-486a-9df2-c53dc3cf59c0"},{"name":"DELETE Technology Type","id":"4b4f3574-0c3a-4b48-93a9-ef61a9c5082e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}","description":"<p>Delete a specific type of Technology with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b4f3574-0c3a-4b48-93a9-ef61a9c5082e"},{"name":"DELETE Technology Type's Product","id":"cad39632-1af9-48a5-9873-2fe426f660dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-types/{TECHCOMP_ID}/technology-products/{TECH_PROD_ROLE_ID}","description":"<p>Remove a specific Technology Product as implementing a specific type of Technology with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-types","{TECHCOMP_ID}","technology-products","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cad39632-1af9-48a5-9873-2fe426f660dd"}],"id":"3cce5411-cb0a-4a88-a4da-61704a1d3144","description":"<p>Defines a logical type, or class of software or hardware technology that is used to deliver technology capabilities</p>\n<p><strong>Examples:</strong> ETL Platform, Laptop, Proxy Server, Integration Appliance, Network Attached Storage</p>\n<p><strong>Essential Class:</strong> EA_Class/Technology_Layer/Technology_Logical/<strong>Technology_Component</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"390015d4-f576-4fa7-b725-862b14a5c07c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0d95f523-a38f-4d19-aaf9-e9b7584d2b11","type":"text/javascript","exec":[""]}}],"_postman_id":"3cce5411-cb0a-4a88-a4da-61704a1d3144","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Products","item":[{"name":"GET ALL Technology Products","id":"67d48121-102d-4163-be8a-7ee8bf829f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products","description":"<p>Retrieve the full list of Technology Products</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67d48121-102d-4163-be8a-7ee8bf829f81"},{"name":"GET Technology Product","id":"7d763f23-1ce0-4b10-ad69-34a818e60f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}","description":"<p>Retrieve a specific Technology Product with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d763f23-1ce0-4b10-ad69-34a818e60f78"},{"name":"GET ALL Technology Product's Types","id":"b3ee58c7-6497-4e82-aa77-9258c0dd1010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}/technology-types","description":"<p>Retrieve the full list of technology types that are implemented by the Technology Product with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}","technology-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3ee58c7-6497-4e82-aa77-9258c0dd1010"},{"name":"GET Technology Product's Type","id":"7c454b4e-f77e-49ec-b9ae-5a8de0596c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}/technology-types/{TECH_PROD_ROLE_ID}","description":"<p>Retrieve a specific technology type that is implemented by the Technology Product with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}","technology-types","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c454b4e-f77e-49ec-b9ae-5a8de0596c4b"},{"name":"POST Technology Product","id":"6fa20fa7-6c8f-4950-894f-98177fa129a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Technology Product\",\n    \"description\": \"a new Technology Product\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products","description":"<p>Create a new Technology Product with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fa20fa7-6c8f-4950-894f-98177fa129a4"},{"name":"POST Technology Product's Type","id":"7c40a18d-de7f-4528-8820-6b4e70f07c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"technologyType\": {\n\t\t\"id\": \"TECH_COMP_ID\"\n\t}\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}/technology-types","description":"<p>Define the Technology Product with the given id as providing features typically associated with the specified Technology Type</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}","technology-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c40a18d-de7f-4528-8820-6b4e70f07c59"},{"name":"PATCH Technology Product","id":"2d433f4c-d624-4f42-946b-d8ed34e28148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECHPROD_ID\",\n    \"name\": \"Updated Tech Product\",\n    \"deploymentLifecycle\": [\n        {\n            \"id\": \"PROD_DEP_STATUS_ID\",\n            \"name\": \"ProductionStrategic\",\n            \"label\": \"Production\",\n            \"index\": 3,\n            \"start-date\": \"2019-01-04\"\n        },\n        {\n            \"id\": \"SUNSET_DEP_STATUS_ID\",\n            \"name\": \"Sunset\",\n            \"label\": \"Sunset\",\n            \"index\": 4,\n            \"start-date\": \"2019-09-20\"\n        }\n    ],\n    \"vendor-lifecycle\": [\n        {\n            \"id\": \"BETA_VENDOR_STATUS_ID\",\n            \"name\": \"Beta\",\n            \"label\": \"Beta\",\n            \"index\": 1,\n            \"start-date\": \"2019-08-01\"\n        },\n        {\n            \"id\": \"GENAVAIL_VENDOR_STATUS_ID\",\n            \"name\": \"General Availability\",\n            \"label\": \"General Availability\",\n            \"index\": 2,\n            \"start-date\": \"2021-11-31\"\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}","description":"<p>Update selected properties of the Technology Product with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d433f4c-d624-4f42-946b-d8ed34e28148"},{"name":"PATCH Technology Product's Tyoe","id":"0b51cdec-b14e-4bf5-83e8-e38ea1d4ec7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECH_PROD_ROLE_ID\",\n    \"standards\": [\n    \t{\n    \t\t\"standardisationLevel\": {\n                \"id\": \"STD_STRENGTH_ID1\"\n            }\n    \t},\n        {\n            \"standardisationLevel\": {\n                \"id\": \"STD_STRENGTH_ID2\"\n            },\n            \"organisationScope\": [\n                {\n                    \"id\": \"ORG_ID1\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}/technology-types/{TECH_PROD_ROLE_ID}","description":"<p>Update specified properties of the Technology Product when it is providing features of a Technology Type</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}","technology-types","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b51cdec-b14e-4bf5-83e8-e38ea1d4ec7e"},{"name":"DELETE Technology Product","id":"bd758f75-ae5d-4e6b-a2ba-241d93337db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}","description":"<p>Delete the Technology Product with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd758f75-ae5d-4e6b-a2ba-241d93337db4"},{"name":"DELETE Technology Product's Type","id":"3fdaced5-94a9-4270-9f52-767a316bd685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-products/{TECHPROD_ID}/technology-types/{TECH_PROD_ROLE_ID}","description":"<p>Delete a specific Technology Product Role</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-products","{TECHPROD_ID}","technology-types","{TECH_PROD_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fdaced5-94a9-4270-9f52-767a316bd685"}],"id":"bc86dcb6-e431-48f9-b399-a4dad2383fec","description":"<p>Defines a specific version of an internally or externally sourced software or hardware, that implements horizontal technology capabilities</p>\n<p><strong>Examples:</strong> Microsoft Windows 10, Apple iOS 12, Dell Inspiron 15 5000</p>\n<p><strong>Essential Class:</strong> EA_Class/Technology_Layer/Technology_Logical/Technology_Provider/<strong>Technology_Product</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"687719e7-67a7-4310-b26d-b8a80f71f37f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15c24145-d824-42bc-ba87-4a70424b5341","type":"text/javascript","exec":[""]}}],"_postman_id":"bc86dcb6-e431-48f9-b399-a4dad2383fec","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Product Families","item":[{"name":"GET ALL Technology Product Families","id":"23107535-8f5b-46b3-ae0d-553a3badaae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-product-families","description":"<p>Retrieve the full list of Technology Product Families</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-product-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23107535-8f5b-46b3-ae0d-553a3badaae9"},{"name":"GET  Technology Product Family","id":"6728363a-b03c-493e-974f-af16c50678b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-product-families/{TECHPROD_FAM_ID}","description":"<p>Retrieve a specific Technology Product Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-product-families","{TECHPROD_FAM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6728363a-b03c-493e-974f-af16c50678b1"},{"name":"POST Technology Product Family","id":"2c21f546-2a5a-409f-890b-134466c89f1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Technology Product Family\",\n    \"description\": \"This is a technology product family\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-product-families","description":"<p>Create a new Technology Product Family with the given properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-product-families"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c21f546-2a5a-409f-890b-134466c89f1a"},{"name":"PATCH Technology Product Family","id":"b4fd3992-3f8e-4253-b7c0-644b0c7efeea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"TECHPROD_FAM_ID\",\n    \"name\": \"Updated Tech Product Fanily\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-product-families/{TECHPROD_FAM_ID}","description":"<p>Update a specific Technology Product Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-product-families","{TECHPROD_FAM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4fd3992-3f8e-4253-b7c0-644b0c7efeea"},{"name":"DELETE Technology Product Family","id":"c5df0a61-2693-40fe-944b-b7a26e8a3403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-product-families/{TECHPROD_FAM_ID}","description":"<p>Delete a specific Technology Product Family with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-product-families","{TECHPROD_FAM_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5df0a61-2693-40fe-944b-b7a26e8a3403"}],"id":"609eca77-c2d4-4afa-9192-5a68de791a20","description":"<p>Defines a grouping of related technolgy products, typically this is used to group multiple versions of the same technology product</p>\n<p><strong>Examples:</strong> Microsoft Windows, Apple iOS, Dell Lattitude</p>\n<p><strong>Essential Class:</strong> EA_Class/Technology_Layer/Technology_Logical/<strong>Technology_Product_Family</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"274d253a-0e49-4c76-afac-6c29423034c0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ec5d273-04b9-45de-bdff-4ea2142ef7c9","type":"text/javascript","exec":[""]}}],"_postman_id":"609eca77-c2d4-4afa-9192-5a68de791a20","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Delivery Models","item":[{"name":"GET ALL Technology Delivery Models","id":"30a0ea55-331f-464c-ae90-3f25da723c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-delivery-models","description":"<p>Retrieve the full list of Technology Delivery Models</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-delivery-models"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30a0ea55-331f-464c-ae90-3f25da723c65"},{"name":"GET Technology Delivery Model","id":"f692ef44-473f-4205-8044-b7e67b5ff81d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-delivery-models/{TECH_DEL_MODEL_ID}","description":"<p>Retrieve a specific Technology Delivery Model with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-delivery-models","{TECH_DEL_MODEL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f692ef44-473f-4205-8044-b7e67b5ff81d"}],"id":"712801e7-b43d-4a45-aff5-2439d61d87e5","description":"<p>Defines the different ways in which technology infrastructure is managed and delivered to the business.</p>\n<p><strong>Examples:</strong> Installed, Cloud Service, Hybrid Cloud Service</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Technology_Delivery_Model</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"fd8ce32e-0790-4380-a3b4-d6b9ced5f19e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d36f5476-4312-40ac-ba50-c7e6686b0058","type":"text/javascript","exec":[""]}}],"_postman_id":"712801e7-b43d-4a45-aff5-2439d61d87e5","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Document Types","item":[{"name":"GET ALL Technology Document Types","id":"28b53562-a4cd-4548-a119-671385948274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-document-types","description":"<p>Retrieve the full list of Technology Document Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-document-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b53562-a4cd-4548-a119-671385948274"},{"name":"GET Technology Document Type","id":"0a1aedfc-1e1c-426d-ab50-93ab658a30cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-document-types/{DOC_TYPE_ID}","description":"<p>Retrieve a specific Technology Document Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-document-types","{DOC_TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a1aedfc-1e1c-426d-ab50-93ab658a30cb"}],"id":"8e382b99-17e1-447b-a08c-2158d7fd5d6c","description":"<p>Defines the terms (or tags) contained with the taxonomy of Technology Document Types</p>\n<p><strong>Examples:</strong> Implementation Guidelines, Design Principles and Standards</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Taxonomy_Management/<strong>Taxonomy_Term</strong></p>\n<p><strong>Terms from Taxonomy:</strong> Technology Link Types</p>\n","event":[{"listen":"prerequest","script":{"id":"010076f1-f774-4630-8d26-53445f10ccd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b2c2b246-3e0d-46ca-86ba-6320f96ada46","type":"text/javascript","exec":[""]}}],"_postman_id":"8e382b99-17e1-447b-a08c-2158d7fd5d6c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Vendor Lifecycle Statii","item":[{"name":"GET ALL Vendor Lifecycle Statii","id":"2808a912-26b6-4ff1-a5cd-71fdb1d7b834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/vendor-lifecycle-statii","description":"<p>Retrieve the full list of Vendor Lifecycle Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","vendor-lifecycle-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2808a912-26b6-4ff1-a5cd-71fdb1d7b834"},{"name":"GET Vendor Lifecycle Status","id":"9179091d-b152-47e9-acf8-a9b1589b0533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/vendor-lifecycle-statii/{LFC_ID}","description":"<p>Retrieve a specific Vendor Lifecycle Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","vendor-lifecycle-statii","{LFC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9179091d-b152-47e9-acf8-a9b1589b0533"}],"id":"e1eee212-e6ba-4c53-847d-78457ff1830d","description":"<p>Defines a lifecycle status for a technology product as defined by the product's vendor.</p>\n<p><strong>Examples:</strong> Beta, General Release, Extended Support, End of Life</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/Lifecycle_Status/<strong>Vendor_Lifecycle_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"d8f10240-bef6-47a2-8fab-69c9d5dda2fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c77a98d2-f962-4413-927f-47677e07ef57","type":"text/javascript","exec":[""]}}],"_postman_id":"e1eee212-e6ba-4c53-847d-78457ff1830d","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"e354c0bc-c4a5-4887-9b05-f9bd7cec28c4","description":"<p>Resources related to Technology Architecture</p>\n","event":[{"listen":"prerequest","script":{"id":"25c1828f-440a-431b-8e6f-a375ff04c12a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"284d4289-bfd1-419e-8b43-ee1353aee82c","type":"text/javascript","exec":[""]}}],"_postman_id":"e354c0bc-c4a5-4887-9b05-f9bd7cec28c4","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Strategy Management","item":[{"name":"Planning Actions","item":[{"name":"GET ALL Planning Actions","id":"d769b589-c4f1-4cd4-bfb0-da721d3c5828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/planning-actions","description":"<p>Retrieve the full list of Planning Actions</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","planning-actions"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d769b589-c4f1-4cd4-bfb0-da721d3c5828"},{"name":"GET Planning Action","id":"96d6d8e9-f605-4c6e-826d-c192f3bcd0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/planning-actions/{ACTION_ID}","description":"<p>Retrieve a specific Planning Action with the gievn id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","planning-actions","{ACTION_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96d6d8e9-f605-4c6e-826d-c192f3bcd0f1"}],"id":"6d657ab8-0493-4891-9ff9-a89314422654","description":"<p>Represents a type of change that can be planned for an element in the enterprise</p>\n<p><strong>Examples:</strong> Decommission, Outsource, Upgrade, Establish</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Planning_Action</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"7d22b0e9-6514-45d2-82d8-d7f99180d726","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8cde441c-72ff-4ff0-971c-1a9ec595fc39","type":"text/javascript","exec":[""]}}],"_postman_id":"6d657ab8-0493-4891-9ff9-a89314422654","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Business Outcomes","item":[{"name":"GET ALL Business Outcomes","id":"94196355-156c-49ab-b7a4-2629bd683be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-outcomes","description":"<p>Retrieve the full list of Business Outcomes</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-outcomes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94196355-156c-49ab-b7a4-2629bd683be9"},{"name":"GET Business Outcome","id":"52c37ab0-8a20-48ad-9ecd-840eec059905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/business-outcomes/{BUS_OUTCOME_ID}","description":"<p>Retrieve a specific Business Outcome with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","business-outcomes","{BUS_OUTCOME_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52c37ab0-8a20-48ad-9ecd-840eec059905"}],"id":"409d954f-a967-4fb5-b3f2-356cf713ca20","description":"<p>Represents qualitative or quantitative KPIs or Service Qualities that directly impact, or are a measure of, the business</p>\n<p><strong>Examples:</strong> Customer Service Responsiveness, Suppleirs Onboarded, Time to Contact, Gross Sales</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Service_Quality_Measure/Service_Quality/<strong>Business_Service_Quality</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"66c01a50-252f-4daa-ba53-84f56712afb8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bcf2d009-6943-4bdc-9061-316b53a6245e","type":"text/javascript","exec":[""]}}],"_postman_id":"409d954f-a967-4fb5-b3f2-356cf713ca20","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Strategic Drivers","item":[{"name":"GET ALL Strategic Drivers","id":"e7e6592d-9cb5-4f43-8014-f2714b27bd45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-drivers","description":"<p>Retrieve the full list of Strategic Drivers</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-drivers"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7e6592d-9cb5-4f43-8014-f2714b27bd45"},{"name":"GET Strategic Driver","id":"59fcbaef-cbfe-487f-bd6d-38a3cbbb8ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-drivers/{STRAT_DRIVER_ID}","description":"<p>Retrieve a specific Strategic Driver with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-drivers","{STRAT_DRIVER_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59fcbaef-cbfe-487f-bd6d-38a3cbbb8ac8"},{"name":"PATCH Strategic Driver","id":"67066c53-479d-4ae2-916e-38c68587fc20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"id\": \"STRAT_DRIVER_ID\",\n            \"motivated-goals\": [\n                {\n                    \"id\": \"GOAL_ID1\"\n                },\n                {\n                    \"id\": \"GOAL_ID2\"\n                }\n            ]\n        }"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-drivers/{STRAT_DRIVER_ID}","description":"<p>Update the specified properties of a Strategic Driver with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-drivers","{STRAT_DRIVER_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67066c53-479d-4ae2-916e-38c68587fc20"}],"id":"cb496a9c-3d3e-4a62-8cd2-ac137740fa85","description":"<p>Represents a high-level strategic business, application, information or technology motivation (internatl and external influences) for change</p>\n<p><strong>Examples:</strong> Increased Supplier Costs, New Market Entrants, Data Privacy Regulatory Changes</p>\n<p><strong>Essential Classes:</strong></p>\n<ul>\n<li>EA_Class/Business_Layer/Business_Conceptual/<strong>Business_Driver</strong></li>\n<li>EA_Class/Application_Layer/Application_Conceptual/<strong>Application_Driver</strong></li>\n<li>EA_Class/Information_Layer/Information_Conceptual/<strong>Information_Driver</strong></li>\n<li>EA_Class/Technology_Layer/Technology_Conceptual/<strong>Technology_Driver</strong></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"e1a21380-1ce9-43ee-b2db-5a8af956e9f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d704a325-5bc9-40b7-a404-40c636764900","type":"text/javascript","exec":[""]}}],"_postman_id":"cb496a9c-3d3e-4a62-8cd2-ac137740fa85","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Strategic Goals","item":[{"name":"GET ALL Strategic Goals","id":"defa5559-0eaa-4189-92dd-29e587552d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-goals","description":"<p>Retrieve the full list of Strategic Goals</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-goals"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"defa5559-0eaa-4189-92dd-29e587552d99"},{"name":"GET Strategic Goal","id":"1b28755e-04fc-4cb5-8a8a-60d2f74a80d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-goals/{STRAT_GOAL_ID}","description":"<p>Retrieve a specific Strategic Goal with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-goals","{STRAT_GOAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b28755e-04fc-4cb5-8a8a-60d2f74a80d0"},{"name":"PATCH Strategic Goal","id":"0a71eac4-f09f-4098-8f33-247784ef059e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-goals/{STRAT_GOAL_ID}","description":"<p>Update the specified properties of the Strategic Goal with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-goals","{STRAT_GOAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a71eac4-f09f-4098-8f33-247784ef059e"}],"id":"27671ffe-7ad7-4074-8248-a9d09b038c3c","description":"<p>Represents a high-level strategic, aspirational objective for the business, application architecture, information/data architecture or technology architecture</p>\n<p><strong>Examples:</strong> Increase Customer Satisfaction, Increase B2B Revenues, Reduce Application Portfolio Duplication, Improve Data Quality, Migrate to Cloud</p>\n<p><strong>Essential Classes:</strong></p>\n<ul>\n<li>EA_Class/Business_Layer/Business_Conceptual/Business_Objective_Type/<strong>Business_Goal</strong></li>\n<li>EA_Class/Application_Layer/Application_Conceptual/Application_Objective_Type/<strong>Application_Goal</strong></li>\n<li>EA_Class/Information_Layer/Information_Conceptual/Information_Objective_Type/<strong>Information_Goal</strong></li>\n<li>EA_Class/Technology_Layer/Technology_Conceptual/Technology_Objective_Type/<strong>Technology_Goal</strong></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"952ab57f-6dff-4182-9064-86ccfd8a883f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"66c4f480-7a25-4759-9288-371a94f0a40f","type":"text/javascript","exec":[""]}}],"_postman_id":"27671ffe-7ad7-4074-8248-a9d09b038c3c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Strategic Objectives","item":[{"name":"GET ALL Strategic Objectives","id":"ca52d1d8-cda0-4af9-ab5f-e062ca779ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-objectives","description":"<p>Retrieve the full list of Strategic Objectives</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-objectives"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca52d1d8-cda0-4af9-ab5f-e062ca779ebc"},{"name":"GET Strategic Objective","id":"8f553264-df07-41ad-9b50-51fc7b248ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-objectives/{STRAT_OBJ_ID}","description":"<p>Retrieve a specific Strategic Objective with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-objectives","{STRAT_OBJ_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f553264-df07-41ad-9b50-51fc7b248ce0"},{"name":"PATCH Strategic Objective","id":"65801468-b121-48e9-936e-34ec4150b583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-objectives//{STRAT_OBJ_ID}","description":"<p>Update the specified properties of the Strategic Objective with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-objectives","","{STRAT_OBJ_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65801468-b121-48e9-936e-34ec4150b583"}],"id":"f5ba2d66-4448-44fd-8663-ad39b97f04e9","description":"<p>Represents a concrete, SMART objective for the business, application architecture, information/data architecture or technology architecture</p>\n<p><strong>Examples:</strong> Increase Customer Satisfaction, Increase B2B Revenues by 15%, Reduce Application Costs by 20%, Migrate 90% of Applications to Cloud</p>\n<p><strong>Essential Classes:</strong></p>\n<ul>\n<li>EA_Class/Business_Layer/Business_Conceptual/Business_Objective_Type/<strong>Business_Objective</strong></li>\n<li>EA_Class/Application_Layer/Application_Conceptual/Application_Objective_Type/<strong>Application_Architecture_Objective</strong></li>\n<li>EA_Class/Information_Layer/Information_Conceptual/Information_Objective_Type/<strong>Information_Architecture_Objective</strong></li>\n<li>EA_Class/Technology_Layer/Technology_Conceptual/Technology_Objective_Type/<strong>Technology_Architecture_Objective</strong></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"818cc554-adc2-4007-a7b5-8f3bd5f9b425","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"143a228b-8305-4ff8-9de5-838d11ca0215","type":"text/javascript","exec":[""]}}],"_postman_id":"f5ba2d66-4448-44fd-8663-ad39b97f04e9","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Strategic Plans","item":[{"name":"GET ALL Strategic Plans","id":"580f35c8-f7f0-4a99-a817-b1e17d1d4562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans","description":"<p>Retrieve the full list of business, application, information, technology and enterprise Strategic Plans</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"580f35c8-f7f0-4a99-a817-b1e17d1d4562"},{"name":"GET ALL Strategic Plan Summaries for Class","id":"44c6a842-542c-45e9-893d-723678eeb384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans/classes/{CLASS_NAME}/summary","description":"<p>Retrieve summary details for all Strategic Plans that impact elements of the given class</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans","classes","{CLASS_NAME}","summary"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c6a842-542c-45e9-893d-723678eeb384"},{"name":"GET Strategic Plan","id":"adffa7f8-1abe-4c0b-aa30-cf081cbf1482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans/{STRATPLAN_ID}","description":"<p>Retrieve a specific business, application, information, technology or enterprise Strategic Plan with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans","{STRATPLAN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adffa7f8-1abe-4c0b-aa30-cf081cbf1482"},{"name":"PATCH Strategic Plan","id":"dd5e71bc-3d72-4798-b00a-c07bc6644dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"STRATPLAN_ID\",\n\t\"name\": \"An Updated Strategic Plan\",\n\t\"description\": \"Updated plan description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans/{STRATPLAN_ID}","description":"<p>Update the specified properties of the business, application, information, technology or enterprise Strategic Plan with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans","{STRATPLAN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd5e71bc-3d72-4798-b00a-c07bc6644dc5"},{"name":"POST Strategic Plan","id":"357978a1-270f-43ef-928b-dfad067af2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"A Strategic Plan\",\n\t\"description\": \"This is a plan\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans","description":"<p>Create a new Strategic Plan with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"357978a1-270f-43ef-928b-dfad067af2ba"},{"name":"DELETE Strategic Plan","id":"5db2f9c2-004b-4f0b-b2ad-a815d23ae671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/strategic-plans/{STRAT_PLAN_ID}","description":"<p>Delete the business, application, information, technology or enterprise Strategic Plan with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","strategic-plans","{STRAT_PLAN_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5db2f9c2-004b-4f0b-b2ad-a815d23ae671"}],"id":"d6dabde6-991b-4b61-b4a5-579fc6772d82","description":"<p>Represents a plan of intent to change one or more business, application, information/data or technology elements to meet specific objectives.</p>\n<p><strong>Examples:</strong> Outsource Finance Processes, Decommission Legacy Finance Applications, Upgrade Network Infrastructure</p>\n<p><strong>Essential Classes:</strong></p>\n<ul>\n<li>EA_Class/EA_Support/Strategy_Management/Strategic_Plan/<strong>Business_Strategic_Plan</strong></li>\n<li>EA_Class/EA_Support/Strategy_Management/Strategic_Plan/<strong>Application_Strategic_Plan</strong></li>\n<li>EA_Class/EA_Support/Strategy_Management/Strategic_Plan/<strong>Information_Strategic_Plan</strong></li>\n<li>EA_Class/EA_Support/Strategy_Management/Strategic_Plan/<strong>Technology_Strategic_Plan</strong></li>\n<li>EA_Class/EA_Support/Strategy_Management/Strategic_Plan/<strong>Enterprise_Strategic_Plan</strong></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c367137c-8f47-4590-88ce-5aa3c4cbbd8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f9b7035-0403-4b5d-acdd-f866554fb0c1","type":"text/javascript","exec":[""]}}],"_postman_id":"d6dabde6-991b-4b61-b4a5-579fc6772d82","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"d4d5094d-4590-4923-bf39-bcada3ffb800","description":"<p>Resources related to defining and managing strategies</p>\n","_postman_id":"d4d5094d-4590-4923-bf39-bcada3ffb800","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Change Management","item":[{"name":"Budget Approval Statii","item":[{"name":"GET ALL Budget Approval Statii","id":"58acada3-11a9-4ceb-ad6c-c196eebfeca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/budget-approval-statii","description":"<p>Retrieve the full list of allowable Budget Approval Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","budget-approval-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58acada3-11a9-4ceb-ad6c-c196eebfeca5"},{"name":"GET Budget Approval Status","id":"7d616b92-7b37-41f2-abac-ce3b98de36da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/budget-approval-statii/(BUDG_STATUS_ID}","description":"<p>Retrieve a specific Budget Approval Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","budget-approval-statii","(BUDG_STATUS_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d616b92-7b37-41f2-abac-ce3b98de36da"}],"id":"7e6c31b7-fd46-4bf8-b548-44bb001b1090","description":"<p>Defines a approval status for budget allocated to a change activity, e.g. Programme, Project.</p>\n<p><strong>Examples:</strong> Approved, Pending, Not Approved</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Budget_Approval_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"e0455e53-934f-400f-9ddb-f388ace78613","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82660677-12c0-4645-a953-bfe5f3b90fd0","type":"text/javascript","exec":[""]}}],"_postman_id":"7e6c31b7-fd46-4bf8-b548-44bb001b1090","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Project Approval Statii","item":[{"name":"GET ALL Project Approval Statii","id":"8f01b7b6-f80b-452b-8d62-5a7cd436cf9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-approval-statii","description":"<p>Retrieve the full list of Project Approval Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-approval-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f01b7b6-f80b-452b-8d62-5a7cd436cf9d"},{"name":"GET Project Approval Status","id":"735f1586-8cfc-4d38-9b15-adbe41600ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-approval-statii/{STATUS_ID}","description":"<p>Retrieve a specific Project Approval Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-approval-statii","{STATUS_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"735f1586-8cfc-4d38-9b15-adbe41600ecd"}],"id":"1544c679-3425-401b-95c6-fb6e3bd9650c","description":"<p>Defines a approval status for a change activity, e.g. Programme, Project.</p>\n<p><strong>Examples:</strong> Approved, Not Approved, Suspended</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Project_Approval_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"51c2708f-163e-444c-a553-fb924123403b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"770dc735-0379-4ac3-a7c8-e171c4f7958e","type":"text/javascript","exec":[""]}}],"_postman_id":"1544c679-3425-401b-95c6-fb6e3bd9650c","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Project Individual Roles","item":[{"name":"GET ALL Individual Project Roles","id":"31860d4f-8c74-4b02-a548-b8e2d4062afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-individual-roles","description":"<p>Retrieve the full list of Project Roles that can be performed by an individual</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-individual-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31860d4f-8c74-4b02-a548-b8e2d4062afd"},{"name":"GET Individual Project Role","id":"dbb195dc-6548-472a-872d-273d351b40d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-individual-roles/{INDIVROLE_ID}","description":"<p>Retrieve a specific Project Roles that can be performed by an individual, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-individual-roles","{INDIVROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbb195dc-6548-472a-872d-273d351b40d6"}],"id":"eafebf43-02d8-41e8-8d76-4aac0cdfbf97","description":"<p>Defines a responsibility that a person may be given with respect to projects</p>\n<p><strong>Examples:</strong> Project Manager, Project Sponsor, Scrum Master</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Role/<strong>Individual_Business_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"2a156e58-6688-4a4b-806c-46e1b746336f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03c4ba9d-2112-43d3-866c-305bc3e62ede","type":"text/javascript","exec":[""]}}],"_postman_id":"eafebf43-02d8-41e8-8d76-4aac0cdfbf97","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Project Lifecycle Statii","item":[{"name":"GET ALL Project Lifecycle Statii","id":"348d5104-5c99-4369-b94a-b1ce0374bd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-lifecycle-statii","description":"<p>Retrieve the full list of Project Lifecycle Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-lifecycle-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"348d5104-5c99-4369-b94a-b1ce0374bd98"},{"name":"GET Project Lifecycle Status","id":"05ab1c7b-07fe-4545-a3dc-43932ede6ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-lifecycle-statii/{PROJ_LFC_ID}","description":"<p>Retrieve a specific Project Lifecycle Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-lifecycle-statii","{PROJ_LFC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05ab1c7b-07fe-4545-a3dc-43932ede6ff6"}],"id":"6b204781-c438-4270-a0a2-694a09a75fbc","description":"<p>Defines the lifecycle stages of projects.</p>\n<p><strong>Examples:</strong> Initiation, Planning, Execution, Closure</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/Lifecycle_Status/<strong>Project_Lifecycle_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"7dc4a041-4cb5-43a7-93f6-40898265d175","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83148b0d-cc53-46d7-b299-33f71c1ef0df","type":"text/javascript","exec":[""]}}],"_postman_id":"6b204781-c438-4270-a0a2-694a09a75fbc","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Project Organisational Roles","item":[{"name":"GET ALL Organisational Project Roles","id":"f93b3da4-a19e-4c48-b673-e86895c872c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-organisational-roles","description":"<p>Retrieve the full list of Project Roles that can be performed by an Organisation</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-organisational-roles"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f93b3da4-a19e-4c48-b673-e86895c872c0"},{"name":"GET Organisational Project Role","id":"a919786c-dfb7-4126-9421-541add5d03e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/project-organisational-roles/{ORG_ROLE_ID}","description":"<p>Retrieve a specific Project Roles that can be performed by an Organisation, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","project-organisational-roles","{ORG_ROLE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a919786c-dfb7-4126-9421-541add5d03e5"}],"id":"f32c8c6f-45e8-4559-a26b-31706644b24b","description":"<p>Defines a responsibility that a business unit or team may be given with respect to projects</p>\n<p><strong>Examples:</strong> Project Organisation Owner, Project Organisation Customer</p>\n<p><strong>Essential Class:</strong> EA_Class/Business_Layer/Business_Logical/Business_Role/<strong>Group_Business_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"817b0499-00a6-4cd7-ae78-3033bda282c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c387bd8-69d1-4f31-9a47-0b6e490b66c8","type":"text/javascript","exec":[""]}}],"_postman_id":"f32c8c6f-45e8-4559-a26b-31706644b24b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Projects","item":[{"name":"GET ALL Projects","id":"a1f32dff-57ba-4a2d-863b-d944d5dba0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/projects","description":"<p>Retrieve the full list of Projects</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","projects"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f32dff-57ba-4a2d-863b-d944d5dba0d0"},{"name":"GET Project","id":"29d1b4a5-475d-49f3-b8f2-67fa4dcbd894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/projects/{PROJECT_ID}","description":"<p>Retrieve a specific Project with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","projects","{PROJECT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"29d1b4a5-475d-49f3-b8f2-67fa4dcbd894"},{"name":"POST Project","id":"4a92fe5d-c377-4eb5-ba9e-49f298a057bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"A Project\",\n\t\"description\": \"This is a project\",\n\t\"dates\": {\n\t\t\"planned-start\": \"2019-07-01\",\n\t\t\"planned-end\": \"2020-03-23\"\n\t}\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/projects","description":"<p>Create a new Project with the specified properties</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","projects"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a92fe5d-c377-4eb5-ba9e-49f298a057bb"},{"name":"PATCH Project","id":"7729aac5-ce9d-4aa6-99f7-f20772dcf5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"PROJECT_ID\",\n    \"dates\": {\n        \"planned-end\": \"2021-03-23\"\n    }\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/projects/{PROJECT_ID}","description":"<p>Update the specified properties of a Project with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","projects","{PROJECT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7729aac5-ce9d-4aa6-99f7-f20772dcf5f4"},{"name":"DELETE Project","id":"6c01c058-f24f-429e-a554-233721c40065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/projects/{PROJECT_ID}","description":"<p>Delete a specific Project with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","projects","{PROJECT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c01c058-f24f-429e-a554-233721c40065"}],"id":"95f9ede8-cc48-4dbe-81f0-9095fda7e4f4","description":"<p>Defines a managed activity to implement a change to the enterprise</p>\n<p><strong>Examples:</strong> Customer Data Integration Project, UX Improvement Epic</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Change_Management/Change_Activity/<strong>Project</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"1274bfa8-d99f-408f-8375-104981653bc2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4106043b-f356-449c-9628-da8e8a11ca3e","type":"text/javascript","exec":[""]}}],"_postman_id":"95f9ede8-cc48-4dbe-81f0-9095fda7e4f4","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"d8ed1dcf-c52b-4065-aa50-4b8a07aa8ad8","description":"<p>Resources relating to planning and managing changes to the enterprise</p>\n","_postman_id":"d8ed1dcf-c52b-4065-aa50-4b8a07aa8ad8","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Standards Management","item":[{"name":"Standardisation Levels","item":[{"name":"GET ALL Standardisation Levels","id":"0a87c8b0-68a1-47c3-98b0-c90f7ee70bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/standardisation-levels","description":"<p>Retrieve the full list of Standardisation Levels</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","standardisation-levels"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a87c8b0-68a1-47c3-98b0-c90f7ee70bfa"},{"name":"GET Standardisation Level","id":"adfb18e5-3033-4448-a42b-eabfb6cad2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/standardisation-levels/{STD_LEVEL_ID}","description":"<p>Retrieve a specific Standardisation Level, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","standardisation-levels","{STD_LEVEL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"adfb18e5-3033-4448-a42b-eabfb6cad2ad"}],"id":"a67b48f3-5c81-40fb-8f12-2d2acb9ed89b","description":"<p>Defines the strength of enforcement of a business, application, information/data or technology standard</p>\n<p><strong>Examples:</strong> Mandatory, Recommended, Permitted, Waiver Required</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Standard_Strength</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"eda8993e-8f84-498a-8c1a-122ace427b24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc62c251-c1ac-4819-9f8f-5bcd56a58f0a","type":"text/javascript","exec":[""]}}],"_postman_id":"a67b48f3-5c81-40fb-8f12-2d2acb9ed89b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"b90e290d-2586-4f88-92f7-1dd4d7c6b955","description":"<p>Resources related to the definition of standards across an enterprise</p>\n","_postman_id":"b90e290d-2586-4f88-92f7-1dd4d7c6b955","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Cost / Benefit Analysis","item":[{"name":"Cost Benefit Recurrences","item":[{"name":"GET ALL Cost Benefit Recurrences","id":"289ed687-9586-4918-98ca-f1ed772e374a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-benefit-recurrences","description":"<p>Retrieve the full list of Cost/Benefit Recurrences</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-benefit-recurrences"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"289ed687-9586-4918-98ca-f1ed772e374a"}],"id":"11e3a12e-633b-4183-bb70-b3c094a3a7ac","description":"<p>Defines the frequency in which a cost is incurred or value (i.e. revenue) is achieved</p>\n<p><strong>Examples:</strong> Ad-Hoc, Annual, Quarterly, Monthly</p>\n<p><strong>Essential Class:</strong> n/a</p>\n","event":[{"listen":"prerequest","script":{"id":"9b511539-5444-4caf-b5b6-2cd40c8b834d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"505e15ab-4cbd-4f92-9f1a-503dbc17d883","type":"text/javascript","exec":[""]}}],"_postman_id":"11e3a12e-633b-4183-bb70-b3c094a3a7ac","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Cost Categories","item":[{"name":"GET ALL Cost Categories","id":"e460177b-43a6-49fe-bf18-2d12c0366a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-categories","description":"<p>Retrieve the full list of Cost Categories</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-categories"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e460177b-43a6-49fe-bf18-2d12c0366a90"},{"name":"GET Cost Category","id":"227fb49d-a130-4547-9aca-d66bbbe3c0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-categories/{COST_CATEGORY_ID}","description":"<p>Retrieve a specific Cost Category, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-categories","{COST_CATEGORY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"227fb49d-a130-4547-9aca-d66bbbe3c0d3"}],"id":"faaebdff-f1a4-4105-8b17-11b1ef1fad9a","description":"<p>Defines the types of cost that are incurred across the enterprise</p>\n<p><strong>Examples:</strong> Hosting Costs, People Costs, Application Support Costs</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Cost_Component_Type</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"41b3bd9c-f746-426a-b602-342fe3fb6970","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"650b38df-a3d7-4ce7-af25-381bc16db1dc","type":"text/javascript","exec":[""]}}],"_postman_id":"faaebdff-f1a4-4105-8b17-11b1ef1fad9a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Cost Purposes","item":[{"name":"GET ALL Cost Purposes","event":[{"listen":"prerequest","script":{"id":"ac737b36-178b-4e55-85fa-ff12249a7e32","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript"}}],"id":"0b898919-b73c-48ad-b2a4-48b1fd1e56c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":" {{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-purposes","description":"<p>Retrieve the full list of Cost Purpose resources</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-purposes"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b898919-b73c-48ad-b2a4-48b1fd1e56c7"},{"name":"GET Cost Purpose","id":"c3f4a2b2-30f6-41d4-9835-2a3eafec2643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":" {{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-purposes/COST_PURPOSE_ID","description":"<p>Retrieve a specific cost purpose resource</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-purposes","COST_PURPOSE_ID"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3f4a2b2-30f6-41d4-9835-2a3eafec2643"}],"id":"7f33a235-1f1f-4904-ab21-29fcbd7fbc5b","description":"<p>Requests related to Cost Purpose resources that describe whether a Cost Component is operational or discretionary in nature</p>\n<p><strong>Examples:</strong> Investment Costs, Operational/Run Costs</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Taxonomy_Management/<strong>Taxonomy_Term</strong></p>\n<p><strong>Terms from Taxonomy:</strong> Cost Purposes</p>\n","event":[{"listen":"prerequest","script":{"id":"673da006-bb81-4b7d-a4a5-d82f4d1b8073","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90e64e14-669a-4fcc-a3a8-b3d26367b9da","type":"text/javascript","exec":[""]}}],"_postman_id":"7f33a235-1f1f-4904-ab21-29fcbd7fbc5b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Cost Category Types","item":[{"name":"GET ALL Cost Category Types","id":"318a57a6-e1d4-4bb2-90e2-882e73d452eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-category-types","description":"<p>Retrieve the full list of Cost Category Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-category-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"318a57a6-e1d4-4bb2-90e2-882e73d452eb"},{"name":"GET Cost Category Type","id":"611742ff-85ba-45b0-9576-bc45f8025a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/cost-category-types/{CAT_TYPE_ID}","description":"<p>Retrieve a specific Cost Category Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","cost-category-types","{CAT_TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"611742ff-85ba-45b0-9576-bc45f8025a3a"}],"id":"dd5c54a9-ba83-495b-ba9d-10c9d0ed5a5f","description":"<p>Defines a high-level grouping of cost categories</p>\n<p><strong>Examples:</strong> Direct Business Costs, IT Costs, Indirect Business Costs</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Taxonomy_Management/<strong>Taxonomy_Term</strong></p>\n<p><strong>Terms from Taxonomy:</strong> Cost Category Types</p>\n","event":[{"listen":"prerequest","script":{"id":"a2eb1231-d1b7-4898-bf6e-9c465251aeea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0457c8e2-c5e6-4621-aff7-3fc10e2c855d","type":"text/javascript","exec":[""]}}],"_postman_id":"dd5c54a9-ba83-495b-ba9d-10c9d0ed5a5f","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Currencies","item":[{"name":"GET ALL Currencies","id":"d0ea69b7-a38b-40fb-adf4-414752acb245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/currencies","description":"<p>Retrieve the full list of Currencies</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","currencies"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ea69b7-a38b-40fb-adf4-414752acb245"},{"name":"GET Currency","id":"2ca9fafa-d4f4-4d0d-8836-1fe083bff4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/currencies/{CURRENCY_ID}","description":"<p>Retrieve a specific Currency, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","currencies","{CURRENCY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ca9fafa-d4f4-4d0d-8836-1fe083bff4b5"}],"id":"0574ac47-a124-4fdf-b3d5-0f8977d5932e","description":"<p>Represents a system of money in general use in a particular country.</p>\n<p><strong>Examples:</strong> US Dollar, Euro, Chinese Yen, Australian Dollar</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/<strong>Currency</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"971327eb-6c46-4451-8dee-95a7825931b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e3012b59-f904-4cfc-a55b-e3a241de8706","type":"text/javascript","exec":[""]}}],"_postman_id":"0574ac47-a124-4fdf-b3d5-0f8977d5932e","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Revenue Categories","item":[{"name":"GET ALL Revenue Categories","id":"91c1f374-0081-443d-8d5d-505763774331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/revenue-categories","description":"<p>Retrieve the full list of Revenue Categories</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","revenue-categories"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91c1f374-0081-443d-8d5d-505763774331"},{"name":"GET Revenue Category","id":"58f7327a-a181-4ed4-b9c4-e0d6b697f493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/revenue-categories/{REV_CATEGORY_ID}","description":"<p>Retrieve a specific Revenue Category, with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","revenue-categories","{REV_CATEGORY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"58f7327a-a181-4ed4-b9c4-e0d6b697f493"}],"id":"4048c053-3d57-482f-8e64-49636c7b50a5","description":"<p>Defines the types of revenue that are earned by the enterprise</p>\n<p><strong>Examples:</strong> Product Sales Commission, Consulting Service Sales</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Revenue_Component_Type</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"1c1f147e-b1b8-497f-aec9-d225dedb320c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee2cf5a5-e1ae-4e46-9a72-f2968b178a3f","type":"text/javascript","exec":[""]}}],"_postman_id":"4048c053-3d57-482f-8e64-49636c7b50a5","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Revenue Category Types","item":[{"name":"GET ALL Revenue Category Types","id":"d06b419d-067a-4e7c-a39b-23505fef6344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/revenue-category-types","description":"<p>Retrieve the full list of Revenue Category Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","revenue-category-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d06b419d-067a-4e7c-a39b-23505fef6344"},{"name":"GET Revenue Category Type","id":"99f15fb2-13e0-4462-9ee2-8e3f41346c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/revenue-category-types/{CAT_TYPE_ID}","description":"<p>Retrieve a specific Revenue Category Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","revenue-category-types","{CAT_TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f15fb2-13e0-4462-9ee2-8e3f41346c1b"}],"id":"12a63c77-8f9e-480c-bfae-1b1058581300","description":"<p>Defines a high-level grouping of revenue categories</p>\n<p><strong>Examples:</strong> Direct Business Revenues, Indirect Business Revenues</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Taxonomy_Management/<strong>Taxonomy_Term</strong></p>\n<p><strong>Terms from Taxonomy:</strong> Revenue Category Types</p>\n","event":[{"listen":"prerequest","script":{"id":"8e934f50-fe5b-46d7-acdb-a41e775577a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"35363827-3760-453e-9f6a-a8a252836887","type":"text/javascript","exec":[""]}}],"_postman_id":"12a63c77-8f9e-480c-bfae-1b1058581300","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"c52171fe-250b-41db-9d8b-f441e9069d25","description":"<p>Resources related to the costs and revenues associated with enterprise elements</p>\n","_postman_id":"c52171fe-250b-41db-9d8b-f441e9069d25","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Supplier and Contract Management","item":[{"name":"Suppliers and Contracts","item":[{"name":"GET ALL Suppliers","id":"22479d03-c5aa-4687-8367-4a2620f25e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers","description":"<p>Retrieve the full list of Suppliers</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22479d03-c5aa-4687-8367-4a2620f25e34"},{"name":"GET Supplier","id":"49460ae7-7da3-42e1-a83c-7c287c4a2452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}","description":"<p>Retrieve a specific Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49460ae7-7da3-42e1-a83c-7c287c4a2452"},{"name":"POST Supplier","id":"7eda1614-4911-41cd-b2a9-4d2c2b913f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"A Supplier\",\n    \"description\": \"a new Supplier\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers","description":"<p>Retrieve the full list of Suppliers</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eda1614-4911-41cd-b2a9-4d2c2b913f2e"},{"name":"PATCH Supplier","id":"b25c71d4-9c0a-46bd-ae6e-70e2b6e7e674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"SUPPLIER_ID\",\n    \"name\": \"Updated Supplier\",\n    \"description\": \"Updated description\"\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}","description":"<p>Update the given properties of the Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b25c71d4-9c0a-46bd-ae6e-70e2b6e7e674"},{"name":"DELETE Supplier","id":"4e8be1d2-ad6e-424b-967b-b084b4155ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}","description":"<p>Delete a specific Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e8be1d2-ad6e-424b-967b-b084b4155ec3"},{"name":"GET ALL Supplier Contracts","id":"c5375251-3d8a-4a9f-b825-667112ea656c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts","description":"<p>Retrieve all Contracts in place for the specific Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5375251-3d8a-4a9f-b825-667112ea656c"},{"name":"GET Supplier Contract","id":"a122ddf0-6c1c-40de-a0f9-f75cc3903734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}","description":"<p>Retrieve a specific Contract with the given id, that is in place for the Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a122ddf0-6c1c-40de-a0f9-f75cc3903734"},{"name":"POST Supplier Contract","id":"cacff7cc-3a3f-4a1b-9654-9571749e38f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Contract 12345\",\n    \"description\": \"This is a new contract\",\n    \"signatureDate\": \"2020-04-14\",\n    \"endDate\": \"2021-06-30\",\n    \"type\": {\n        \"id\": \"CONTRACT_TYPE_ID1\",\n        \"name\": \"MSA\"\n    },\n    \"renewalModel\": {\n        \"id\": \"RENEWAL_MODEL_ID1\",\n        \"name\": \"Ad-hoc\"\n    },\n    \"renewalNoticeDays\": 120,\n    \"stakeholders\": [\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID1\",\n            \"individual\": {\n                \"id\": \"INDIVACTOR_ID1\",\n                \"name\": \"Test Individual Actor\"\n            },\n            \"role\": {\n                \"id\": \"INDIV_ROLE_ID1\",\n                \"name\": \"Contract Signatory\"\n            }\n        },\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID2\",\n            \"individual\": {\n                \"id\": \"INDIVACTOR_ID2\",\n                \"name\": \"Test Individual Actor\"\n            },\n            \"role\": {\n                \"id\": \"INDIV_ROLE_ID2\",\n                \"name\": \"Contract Individual Approver\"\n            }\n        },\n        {\n            \"id\": \"ACTOR_TO_ROLE_ID2\",\n            \"organisation\": {\n                \"id\": \"ORG_ID1\",\n                \"name\": \"Treasury\"\n            },\n            \"role\": {\n                \"id\": \"ORG_ROLE_ID1\",\n                \"name\": \"Sales Partner\"\n            }\n        }\n    ],\n    \"documentLinks\": [\n        {\n            \"name\": \"Contract 1234 - Main Contract\",\n            \"url\": \"http://mydoclink.com/1234\",\n            \"documentType\": {\n                \"id\": \"CONTRACT_DOC_TYPE_ID\",\n                \"name\": \"Main Contract Document\"\n            }\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts","description":"<p>Create a new Contract for the Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cacff7cc-3a3f-4a1b-9654-9571749e38f9"},{"name":"PATCH Supplier Contract","id":"7a0ba6ff-0329-4fdc-85f0-5967f8e25a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}","description":"<p>Update the given properties of a specific Contract with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a0ba6ff-0329-4fdc-85f0-5967f8e25a3f"},{"name":"DELETE Supplier Contract","id":"c91c403e-462d-4113-bdd3-d952b3e64411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}","description":"<p>Delete a specific Contract with the given id, that is in place for the Supplier with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c91c403e-462d-4113-bdd3-d952b3e64411"},{"name":"GET ALL Contract Service Groups","id":"813ddaa7-3e54-4205-8c51-6276a40471f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}/service-groups","description":"<p>Retrieve all the groups of products/services within a Contract with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}","service-groups"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"813ddaa7-3e54-4205-8c51-6276a40471f6"},{"name":"GET Contract Service Group","id":"6cb59379-2171-4dc9-a5c3-6327e8a47c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}/service-groups/{SERVICE_GROUP_ID}","description":"<p>Retrieve a specific group of products/services with the given id, that form part of a Contract with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}","service-groups","{SERVICE_GROUP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cb59379-2171-4dc9-a5c3-6327e8a47c7f"},{"name":"POST Supplier Contract Service Group","id":"849ddba8-cc72-45ed-ad94-87655428f11a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Contract 12345 for {Action Hedging Process, .NET 4.5, AWS, Essential Reporting Service, Aggregate and Distribute Data, Akamai API Gateway}\",\n    \"startDate\": \"2020-06-02\",\n    \"endDate\": \"2022-09-03\",\n    \"licensingModel\": {\n        \"id\": \"LICENSE_MODEL_ID1\",\n        \"name\": \"EnterpriseLicense\"\n    },\n    \"contractedUnits\": 200,\n    \"currency\": {\n        \"id\": \"CURRENCY_ID1\",\n        \"name\": \"Euro\",\n        \"isDefault\": false,\n        \"iso-code\": \"EUR\",\n        \"symbol\": \"€\"\n    },\n    \"cost\": 50000.0,\n    \"renewalModel\": {\n        \"id\": \"RENEWAL_MODEL_ID1\",\n        \"name\": \"Auto-renew\"\n    },\n    \"renewalNoticeDays\": 70,\n    \"services\": [\n        {\n            \"id\": \"BUSPROCESS_ID1\",\n            \"name\": \"Action Hedging Process\",\n            \"meta\": {\n                \"href\": \"business-processes/BUSPROCESS_ID1\",\n                \"typeLabel\": \"Business Process\",\n                \"anchorClass\": \"Business_Process\"\n            }\n        },\n        {\n            \"id\": \"TECH_PRODUCT_ID1\",\n            \"name\": \".NET 4.5\",\n            \"meta\": {\n                \"href\": \"technology-products/TECH_PRODUCT_ID1\",\n                \"typeLabel\": \"Technology Product\",\n                \"anchorClass\": \"Technology_Product\"\n            }\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}/service-groups","description":"<p>Create a new group of products/services within a Contract with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}","service-groups"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"849ddba8-cc72-45ed-ad94-87655428f11a"},{"name":"PATCH Supplier Contract Service Group","id":"334153ea-eece-459d-a5e2-10510dea12ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}/service-groups/{SERVICE_GROUP_ID}","description":"<p>Update the given properties of a specific group of products/services with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}","service-groups","{SERVICE_GROUP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"334153ea-eece-459d-a5e2-10510dea12ec"},{"name":"DELETE Supplier Contract Service Group","id":"f78b454d-dc9f-468b-8121-abe32770a9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/suppliers/{SUPPLIER_ID}/contracts/{CONTRACT_ID}/service-groups/{SERVICE_GROUP_ID}","description":"<p>Delete a specific group of products/services with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","suppliers","{SUPPLIER_ID}","contracts","{CONTRACT_ID}","service-groups","{SERVICE_GROUP_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f78b454d-dc9f-468b-8121-abe32770a9eb"}],"id":"c2ee8eb5-80e4-447c-82ce-172e84688f3b","description":"<p><strong>Supplier</strong>\nA 3rd party supplier of products and services to the enterprise</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/<strong>Supplier</strong></p>\n<p><strong>Contract</strong>\nA legal agreement between the enterprise and a Supplier of services/products</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Obligation_Management/<strong>Contract</strong></p>\n<p><strong>Service Group</strong>\nA collection of 3rd party provided Business Processes, Applications or Technology Products to which a contract applies, and the terms that apply to the group</p>\n<p><strong>Essential Class:</strong> :SYSTEM-CLASS/EA_Relation/EA_Support_Relationship/OBLIGATION_MGT_RELATION/<strong>CONTRACT_COMPONENT_RELATION</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"d60397e3-ecdc-4dc0-b8f9-f1febff79578","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3115f324-fe8f-4813-a87f-b4a4c30da604","type":"text/javascript","exec":[""]}}],"_postman_id":"c2ee8eb5-80e4-447c-82ce-172e84688f3b","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Technology Suppliers","item":[{"name":"GET ALL Technology Suppliers","id":"c4d88daf-df36-426e-9b1f-efc891e84c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/technology-suppliers","description":"<p>Retrieve the full list of Suppliers that provide Technology Products</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","technology-suppliers"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4d88daf-df36-426e-9b1f-efc891e84c30"}],"id":"d815aa27-d708-4040-9774-56991e05ef24","description":"<p>A 3rd party supplier of application or technology products to the enterprise</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/<strong>Supplier</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"96a41406-be93-448d-ab83-f3472b1e28b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f46edcd-9eca-4663-a735-9da25a499995","type":"text/javascript","exec":[""]}}],"_postman_id":"d815aa27-d708-4040-9774-56991e05ef24","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Supplier Relationship Statii","item":[{"name":"GET ALL Supplier Relationship Statii","id":"13401e8a-2c43-490d-84b2-b504c3254f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/supplier-relationship-statii","description":"<p>Retrieve the full list of Supplier Relationship Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","supplier-relationship-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13401e8a-2c43-490d-84b2-b504c3254f67"},{"name":"GET Supplier Relationship Status","id":"3207301f-c531-47e9-8381-5618fad259b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/supplier-relationship-statii/{STATUS_ID}","description":"<p>Retrieve a specific Supplier Relationship Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","supplier-relationship-statii","{STATUS_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3207301f-c531-47e9-8381-5618fad259b7"}],"id":"8ab4978c-62c2-4b9f-a315-f0ed6aebb639","description":"<p>The status of the relationship that exists between the enterprise and a Supplier</p>\n<p><strong>Examples:</strong> Approved, Strategic</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Supplier_Relationship_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"7a213f72-2a70-444c-80d7-0c0fcfaf49ae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbdcef7e-7916-4363-81f3-72f46531d889","type":"text/javascript","exec":[""]}}],"_postman_id":"8ab4978c-62c2-4b9f-a315-f0ed6aebb639","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Conract Document Types","item":[{"name":"GET ALL Contract Document Types","id":"697fd2ef-6fcd-40cc-97b9-b3717603c8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-document-types","description":"<p>Retrieve the full list of Contract Document Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-document-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"697fd2ef-6fcd-40cc-97b9-b3717603c8bc"},{"name":"GET Contract Document Type","id":"87d83695-4924-4e4d-ae8a-9b427cfa4273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-document-types/{DOC_TYPE_ID}","description":"<p>Retrieve a specific Contract Document Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-document-types","{DOC_TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87d83695-4924-4e4d-ae8a-9b427cfa4273"}],"id":"baa9eac1-e84e-4d0e-9447-adb3a2235559","description":"<p>Defines the terms (or tags) contained with the taxonomy of Contract Document Types</p>\n<p><strong>Examples:</strong> Contract Addendum, Main Contract Document</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Taxonomy_Management/<strong>Taxonomy_Term</strong></p>\n<p><strong>Terms from Taxonomy:</strong> Contract Document Types</p>\n","event":[{"listen":"prerequest","script":{"id":"7f5408d2-acc4-48d2-b1a8-8abc7ebe5ba1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4d7b286-cc37-4a15-b5a8-bc8c949c35a5","type":"text/javascript","exec":[""]}}],"_postman_id":"baa9eac1-e84e-4d0e-9447-adb3a2235559","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Contract Renewal Models","item":[{"name":"GET ALL Contract Renewal Models","id":"0d12ad08-5d00-4cf4-82c6-a1cc47819e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-renewal-models","description":"<p>Retrieve the full list of Contract Renewal Models</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-renewal-models"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d12ad08-5d00-4cf4-82c6-a1cc47819e95"},{"name":"GET Contract Renewal Model","id":"858b8c08-925f-4a27-ace3-5c790501892e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-renewal-models/{RENEWAL_MODEL_ID}","description":"<p>Retrieve a specific Contract Renewal Model with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-renewal-models","{RENEWAL_MODEL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"858b8c08-925f-4a27-ace3-5c790501892e"}],"id":"ba9ec034-cbf5-4e46-9fb8-25e363eb20b2","description":"<p>The approach taken to renewing a Contract or group of products/services within a Contract.</p>\n<p><strong>Examples:</strong> Fixed Term, Auto-Renew</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Contract_Renewal_Model</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"fffa298d-62c2-4601-a69f-542864c50d16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a3a1c93-953e-4fbd-89ef-9fb966217ac3","type":"text/javascript","exec":[""]}}],"_postman_id":"ba9ec034-cbf5-4e46-9fb8-25e363eb20b2","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Licensing Models","item":[{"name":"GET ALL Licensing Models","id":"0f237f0a-25f3-4ea9-b566-e71f257b0572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/licensing-models","description":"<p>Retrieve the full list of Licensing Models</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","licensing-models"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f237f0a-25f3-4ea9-b566-e71f257b0572"},{"name":"GET Licensing Model","id":"7c57ddad-f545-419c-bb65-6c3d7d68812e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/licensing-models/{LICENSING_MODEL_ID}","description":"<p>Retrieve a specific Licensing Model with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","licensing-models","{LICENSING_MODEL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c57ddad-f545-419c-bb65-6c3d7d68812e"}],"id":"c0499d47-03e2-4cf1-8866-1ecd176b9c60","description":"<p>Defines the basis upon which a license is granted </p>\n<p><strong>Examples:</strong> Per User, Per Core, Enterprise</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>License_Model</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"60b476e9-4e24-47f9-abae-46796adc42cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b21d8ea8-370f-4c99-b4e4-13076b88213b","type":"text/javascript","exec":[""]}}],"_postman_id":"c0499d47-03e2-4cf1-8866-1ecd176b9c60","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Contract Types","item":[{"name":"GET ALL Contract Types","id":"ef4c05b6-e9d4-4a15-8ea4-d2bc7829ed57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-types","description":"<p>Retrieve the full list of Contract Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef4c05b6-e9d4-4a15-8ea4-d2bc7829ed57"},{"name":"GET Contract Type","id":"4a26b2ec-db6c-45fb-8d5e-65cc24af5bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/contract-types/{TYPE_ID}","description":"<p>Retrieve a specific Contract Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","contract-types","{TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a26b2ec-db6c-45fb-8d5e-65cc24af5bb9"}],"id":"6e14d945-a00f-4070-ba4e-9ca283143bbd","description":"<p>Defines the different types of Contracts in scope for the enterprise</p>\n<p><strong>Examples:</strong> MSA, NDA, SLA, Order Form</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Contract_Type</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"9896d086-b154-42f6-9900-6604f14bb5e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f2db814-c4db-4a96-a589-a40f057c5223","type":"text/javascript","exec":[""]}}],"_postman_id":"6e14d945-a00f-4070-ba4e-9ca283143bbd","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"3cfe3b77-46ba-402e-bab4-92b9ed26a2df","description":"<p>Resources related to Suppliers and Contracts in place for 3rd party services/products</p>\n","event":[{"listen":"prerequest","script":{"id":"356003c9-01fd-45f1-86b0-8ecfaba2f4bc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2aa95748-cd37-47a7-b212-b2a53da0a28d","type":"text/javascript","exec":[""]}}],"_postman_id":"3cfe3b77-46ba-402e-bab4-92b9ed26a2df","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Geography","item":[{"name":"Countries","item":[{"name":"GET ALL Countries","id":"1a98ea6a-0607-4c55-8ee1-2a1fbeefd77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/countries","description":"<p>Retrieve the full list of Countries</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","countries"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a98ea6a-0607-4c55-8ee1-2a1fbeefd77f"},{"name":"GET Country","id":"fde635fa-1a6e-4a89-b203-9c6071c3c659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/countries/{COUNTRY_ID}","description":"<p>Retrieve a specific Country with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","countries","{COUNTRY_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fde635fa-1a6e-4a89-b203-9c6071c3c659"}],"id":"fa91c179-819d-4a42-a3b0-c61bcf5c9fdd","description":"<p>A geographical region that is identified as a distinct political entity with a defined territory</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Geography/<strong>Geographic_Region</strong></p>\n<p><strong>Taxonomy Classification:</strong> Region Type: <strong>Country</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"fb91af63-6306-45de-8e27-541d635dc867","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dba17700-b3b6-4a75-9cce-68faeccc17f7","type":"text/javascript","exec":[""]}}],"_postman_id":"fa91c179-819d-4a42-a3b0-c61bcf5c9fdd","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"1eab01db-b24e-4547-b2b2-2a972ad4bd73","description":"<p>Resources related to geographic regions and locations</p>\n","_postman_id":"1eab01db-b24e-4547-b2b2-2a972ad4bd73","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Common","item":[{"name":"Deployment Lifecycle Statii","item":[{"name":"GET ALL Deployment Lifecycle Statii","id":"c77270b4-b289-4fb2-8e15-8570c83f6e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/deployment-lifecycle-statii","description":"<p>Retrieve the full list of Deployment Lifecycle Statii</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","deployment-lifecycle-statii"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c77270b4-b289-4fb2-8e15-8570c83f6e0d"},{"name":"GET Deployment Lifecycle Status","id":"c5c44f5c-bf2e-4718-addc-d1291003a6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/deployment-lifecycle-statii/{LFC_ID}","description":"<p>Retrieve a specific Deployment Lifecycle Status with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","deployment-lifecycle-statii","{LFC_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5c44f5c-bf2e-4718-addc-d1291003a6fb"}],"id":"d8ba0f19-8fce-4d4c-9d74-9699c0261879","description":"<p>Defines the lifecycle stages of business, application, information or technology elements in terms of their deployment and use in support of the enterprise.</p>\n<p><strong>Examples:</strong> Planned, Prototype, Pilot, Production, Sunset, Retired</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration//<strong>Lifecycle_Status</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"19e3d9a4-8a35-463c-a27b-60b8287a1170","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8fe2a05-2f25-4a02-8cab-0c43bd923042","type":"text/javascript","exec":[""]}}],"_postman_id":"d8ba0f19-8fce-4d4c-9d74-9699c0261879","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}},{"name":"Environment Types","item":[{"name":"GET ALL Environment Types","id":"4ce4f5d7-ac1e-4a67-becc-9a9d0d041440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/environment-types","description":"<p>Retrieve the full list of Contract Types</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","environment-types"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ce4f5d7-ac1e-4a67-becc-9a9d0d041440"},{"name":"GET Environment Type","id":"feb1486b-acb4-4f3a-a790-f8ff31689f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-core/v1/repositories/{{api-repo-id}}/environment-types/{TYPE_ID}","description":"<p>Retrieve a specific Contract Type with the given id</p>\n","urlObject":{"path":["api","essential-core","v1","repositories","{{api-repo-id}}","environment-types","{TYPE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feb1486b-acb4-4f3a-a790-f8ff31689f26"}],"id":"df359f47-1469-4490-ad27-c30987059ef5","description":"<p>Defines the different roles that can be played by physical deployments of applications or technology platforms</p>\n<p><strong>Examples:</strong> Production, Disaster Recovery, Testing, QA, Training</p>\n<p><strong>Essential Class:</strong> EA_Class/EA_Support/Utilities/Enumeration/<strong>Deployment_Role</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"42c7944b-96c3-4436-a73e-c2aef2a848e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae9f8818-b350-4732-a0d8-8180bfe7546f","type":"text/javascript","exec":[""]}}],"_postman_id":"df359f47-1469-4490-ad27-c30987059ef5","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"c68b07e6-2287-40f1-850a-a76e50ef2ccc","description":"<p>Resources that are shared across architecture layers and management activities</p>\n","_postman_id":"c68b07e6-2287-40f1-850a-a76e50ef2ccc","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","name":"Core API","type":"folder"}}}],"id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc","description":"<p>Collection of APIs for reading, creating, updating and deleting enterprise architecture related resources in an Essential Cloud/Docker repository.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5b89ca4b-621d-4814-8437-5d7b391b6c3a","type":"text/javascript","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"]}},{"listen":"test","script":{"id":"d783ef25-bd70-433c-a5e0-2af9353f2888","type":"text/javascript","exec":[""]}}],"_postman_id":"4ff22616-14f0-4efd-99b7-e0e9102d4ffc"},{"name":"Utility API","item":[{"name":"Version 2 (DEPRECATED)","item":[{"name":"Instances","item":[{"name":"GET All Class Instances","event":[{"listen":"prerequest","script":{"id":"d8c83268-92e6-4af2-a55c-32a660c0102a","exec":[""],"type":"text/javascript"}}],"id":"7bcb44bd-c8e7-4188-872b-2c225dd05512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/instances","description":"<p>Get all instances of the specified class. \nThe class can be one of the out-of-the-box Essential Meta Model classes or any custom extension class that has been added to the repository.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","instances"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bcb44bd-c8e7-4188-872b-2c225dd05512"},{"name":"GET All Class Instances List","event":[{"listen":"prerequest","script":{"id":"76371fee-5754-4ac4-9aea-368e640a6f6d","exec":[""],"type":"text/javascript"}}],"id":"db2c07a0-8494-4fb6-aa9e-db5f1e3eed94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/instances/summary","description":"<p>Get all instances of the specified class. \nThe class can be one of the out-of-the-box Essential Meta Model classes or any custom extension class that has been added to the repository.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","instances","summary"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db2c07a0-8494-4fb6-aa9e-db5f1e3eed94"},{"name":"GET Instance","event":[{"listen":"prerequest","script":{"id":"5c920761-27fb-4bcd-a32b-9958d542dc56","exec":[""],"type":"text/javascript"}}],"id":"fed0ae72-1300-49f9-b73a-30efb30114c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}","description":"<p>Get information about a specific instance in the repository. The instance is referenced by its instance ID</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fed0ae72-1300-49f9-b73a-30efb30114c2"},{"name":"GET Instance References","event":[{"listen":"prerequest","script":{"id":"007d7459-8200-4a0d-a82b-ceb767be97c7","exec":[""],"type":"text/javascript"}}],"id":"0e595738-a96a-4063-870a-ec4b636df4bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}/references","description":"<p>Get a summary list of instances that that have slot values that reference the instance with the given instance ID</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}","references"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e595738-a96a-4063-870a-ec4b636df4bb"},{"name":"GET Instance by External Reference","event":[{"listen":"prerequest","script":{"id":"804ddfb1-76a7-4888-b20d-6295733df8d3","exec":[""],"type":"text/javascript"}}],"id":"5ad356af-e6c3-481c-911b-514672910cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/external-repositories/{EXTERNAL_REPOSITORY_NAME}/external-instances/{EXTERNAL_ID}","description":"<p>Get information about a specific instance in the repository, identified by the external ID.\nBoth the external repository name (use URL encoding if the name has spaces) and the external instance ID are required to qualify the external reference ID.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","external-repositories","{EXTERNAL_REPOSITORY_NAME}","external-instances","{EXTERNAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ad356af-e6c3-481c-911b-514672910cc3"},{"name":"GET Instance of Class by External Reference","event":[{"listen":"prerequest","script":{"id":"d02f79a3-4a86-4579-83c2-87677ec3251b","exec":[""],"type":"text/javascript"}}],"id":"df647d4d-3a84-4178-8b84-df85e176bb76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/external-repositories/{EXTERNAL_REPOSITORY_NAME}/external-instances/{EXTERNAL_ID}","description":"<p>Get information about a specific instance in the repository, identified by the class name and the external reference. Both the external repository name (use URL encoding if the name has spaces) and the external instance ID are required to qualify the external reference ID.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","external-repositories","{EXTERNAL_REPOSITORY_NAME}","external-instances","{EXTERNAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df647d4d-3a84-4178-8b84-df85e176bb76"},{"name":"POST New Class Instance(s)","event":[{"listen":"prerequest","script":{"id":"4e131daf-ac65-419c-ab1f-325b14e386fd","exec":[""],"type":"text/javascript"}}],"id":"544f51f5-7682-4f3a-bb21-502406c40613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"className\": \"Project\",\n        \"name\": \"Self Service in France Project\",\n        \"description\": \"Project to implement customer self service in France\",\n        \"slots\": [\n            {\n                \"slotName\": \"ca_planned_changes\",\n                \"slotValue\": [\"INSTANCE_ID1\", \"INSTANCE_ID2\", \"INSTANCE_ID3\"]\n            }\n        ]\n    },\n    {\n        \"className\": \"Project\",\n        \"name\": \"Self Service in UK Project\",\n        \"description\": \"Project to implement customer self service in UK\",\n        \"slots\": [\n            {\n                \"slotName\": \"ca_planned_changes\",\n                \"slotValue\": [\"INSTANCE_ID4\", \"INSTANCE_ID5\"]\n            }\n        ]\n    }\n]}\n"},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/classes/{CLASS_NAME}","description":"<p>Create a new instance of the specified class. Multiple instances can be specified to create multiple instances in a single request by adding a list of objects to the 'instances' array</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","classes","{CLASS_NAME}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"544f51f5-7682-4f3a-bb21-502406c40613"},{"name":"PATCH Update Instance","event":[{"listen":"prerequest","script":{"id":"c221514e-ecdd-4906-b4aa-5a10bf5f382c","exec":[""],"type":"text/javascript"}}],"id":"a26d9ee2-464a-46b0-b801-cb5a3c7cb24d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"id\": \"APP_ID1\",\n        \"externalIds\": [{\n            \"sourceName\": \"An_External_System\",\n            \"id\": \"abc423\"\n        }],\n        \"className\": \"Composite_Application_Provider\",\n        \"name\": \"Application Composite A - updated\",\n        \"description\": \"Updated (by PATCH) Description of composite application A\",\n        \"slots\": [\n            {\n                \"slotName\": \"ap_delivery_model\",\n                \"slotValue\": [\"DELMODEL_ID1\"]\n            },\n            {\n                \"slotName\": \"system_content_lifecycle_status\",\n                \"slotValue\": [\"STATUS_ID1\"]\n            },\n            {\n                \"slotName\": \"system_content_visibility\",\n                \"slotValue\": [\"VIS_STATUS_ID1\"]\n            }\n        ]\n    },\n    {\n        \"id\": \"store_104_Class620011\",\n        \"externalIds\": [{\n            \"sourceName\": \"An_External_System\",\n            \"id\": \"def456\"\n        }],\n        \"className\": \"Composite_Application_Provider\",\n        \"name\": \"Application Composite B - Updated\",\n        \"description\": \"Updated by PATCH\",\n        \"slots\": [{\n            \"slotName\": \"ap_delivery_model\",\n            \"slotValue\": [\"essential_baseline_v2.0_Class20005\"]\n        }]\n    }\n]}"},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSATNCE_ID}","description":"<p>Update the specified instance(s) using the updates defined in the body of the request. Multiple instances can be specified to update multiple instances in a single request by adding a list of objects to the 'instances' array.</p>\n<p><strong>NOTE</strong>: The \"className\" attribute is required in each request</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSATNCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a26d9ee2-464a-46b0-b801-cb5a3c7cb24d"},{"name":"PUT Update Instance","event":[{"listen":"prerequest","script":{"id":"c4963a3c-a2b9-4a5e-bab1-1891854136d5","exec":[""],"type":"text/javascript"}}],"id":"497dcc6c-c698-4064-a931-3f4645ac2c48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"id\": \"APP_ID1\",\n        \"externalIds\": [{\n            \"sourceName\": \"A PUT External System\",\n            \"id\": \"bcd423\"\n        }],\n        \"className\": \"Composite_Application_Provider\",\n        \"name\": \"Application Composite A - PUT updated\",\n        \"description\": \"Updated (by PUT) Description of composite application A\"\n    }\n]}"},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}","description":"<p><strong>DEPRECATED</strong>. PUT is now replaced by PATCH\nUpdate the specified instance using the updates defined in the body of the request.</p>\n<p><strong>NOTE</strong>: The \"className\" and \"id\" attribute is required in each request</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"497dcc6c-c698-4064-a931-3f4645ac2c48"},{"name":"PUT Update Multiple Instances","event":[{"listen":"prerequest","script":{"id":"a31a1e12-83f9-46c0-bc18-05a29d33c161","exec":[""],"type":"text/javascript"}}],"id":"feabcbcf-fc14-4390-9d09-fd5038a80aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"id\": \"APP_ID1\",\n        \"externalIds\": [{\n            \"sourceName\": \"A PUT External System\",\n            \"id\": \"bcd423\"\n        }],\n        \"className\": \"Composite_Application_Provider\",\n        \"name\": \"Application Composite A - PUT multi updated\",\n        \"description\": \"Updated (by PUT) Description of composite application A\"\n    },\n    {\n        \"id\": \"APP_ID2\",\n        \"externalIds\": [{\n            \"sourceName\": \"A PUT External System\",\n            \"id\": \"def456\"\n        }],\n        \"className\": \"Composite_Application_Provider\",\n        \"name\": \"Application Composite B - Updated\",\n        \"description\": \"Updated by PUT multi\",\n        \"slots\": [{\n            \"slotName\": \"ap_delivery_model\",\n            \"slotValue\": [\"DEL_MODEL_ID1\"]\n        }]\n    }\n]}"},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances","description":"<p><strong>DEPRECATED</strong>. PUT is now replaced by PATCH\nUpdate the specified instance(s) using the updates defined in the body of the request. Multiple instances can be specified to update multiple instances in a single request by adding a list of objects to the 'instances' array.</p>\n<p><strong>NOTE</strong>: The \"className\" attribute is required in each request</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feabcbcf-fc14-4390-9d09-fd5038a80aff"},{"name":"DELETE Instance","event":[{"listen":"prerequest","script":{"id":"ccb4f1cc-a1ae-4de8-88a2-2bfd3ed0ee85","exec":[""],"type":"text/javascript"}}],"id":"ef44e1ab-d8ee-4bb5-a3f3-c06fac250618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}","description":"<p>Delete the specified instance</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef44e1ab-d8ee-4bb5-a3f3-c06fac250618"}],"id":"b403d81a-95b9-441e-99d6-d68fa53eff1a","description":"<p>Resources that are related to instances of classes in the target repository. Instances are referenced by their resource identifier or by the classes of the Essential Meta Model.  </p>\n","event":[{"listen":"prerequest","script":{"id":"746c0544-8899-42b3-aec8-02711ff19fee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"27f3ec46-201a-4b38-98a0-19db079978a2","type":"text/javascript","exec":[""]}}],"_postman_id":"b403d81a-95b9-441e-99d6-d68fa53eff1a"},{"name":"Meta Model","item":[{"name":"GET Class Slots","id":"8477ec05-e0bd-4d1d-8f85-ab77b26ff859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/slots","description":"<p>Get meta data about the set of slots, in terms of names, descriptions, types and allowed values of the specified class.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","slots"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8477ec05-e0bd-4d1d-8f85-ab77b26ff859"}],"id":"bd8bd6a9-aabe-491c-9154-8d05c040d86a","description":"<p>Resources related to the structure of the repository meta model, including extensions to the base Essential Meta Model</p>\n","event":[{"listen":"prerequest","script":{"id":"088f5476-e409-4044-87ad-fdf822353295","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"658393ea-c246-49b6-ac9d-0e8041efd443","type":"text/javascript","exec":[""]}}],"_postman_id":"bd8bd6a9-aabe-491c-9154-8d05c040d86a"}],"id":"99ab2f54-b36a-48e1-99b2-22b742963143","description":"<p>This version of the Utility API has been <strong>deprecated</strong> and <strong>replaced by the Utility API v3</strong>, which provides the same capabilities, but with a simpler JSON structure for slot values as well as additional features, such as filtering, slot selection and as the ability to create or update instances that are related to a given instance.</p>\n<p>It is highly recommended that existing Utility v2 API consumers be migrated to the Utility v3 API and that any new API consumers should use the latter.</p>\n","_postman_id":"99ab2f54-b36a-48e1-99b2-22b742963143"},{"name":"Version 3","item":[{"name":"Instances","item":[{"name":"GET All Class Instances","event":[{"listen":"prerequest","script":{"id":"7f1ab22a-4c4d-4353-a320-250bd1683e39","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4c4e582f-2ab6-40ee-9fa0-0b810e1a5fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/classes/Composite_Application_Provider/instances?filter=^not^(name^eq^Test)&count=5&directinstances=false","description":"<p>Get all instances of the specified class.<br />The class can be one of the out-of-the-box Essential Meta Model classes or any custom extension class that has been added to the repository.</p>\n<h3 id=\"request-parameters\"><strong>Request parameters</strong></h3>\n<p>A number of request parameters are now available when requesting all instances of a given class. These are:</p>\n<ul>\n<li><p><strong>slots</strong>: a list of slot names, delimited by the “^” character, telling the API to only return populated slots in the given list. These can be slots for the root instance or nested instances. If this parameter is omitted from the API request, all populated slots of the requested instances will be returned along with the id and name of any nested instances</p>\n</li>\n<li><p><strong>maxdepth:</strong> a integer between 0 (default) and 10, telling the API the maximum number of relationship traversals that it should make in the target repository to retrieve data related to a root instance. When combined with the slots parameter, API consumers are able to effectively selectively retrieve segments of the instance graph contained in a repository by specifying relationship slots that they wish to be traversed across the model</p>\n</li>\n<li><p><strong>directinstances</strong>*: set to true to only retrieve instances of the specified class. If this property is omitted or set to false, all instances of the specified class and its concrete sub-classes will be returned</p>\n</li>\n<li><p><strong>updatedAfter</strong>*: an ISO 8601 formatted date/time string, telling the API to only return instances of the given class that have been updated since the given date/time</p>\n</li>\n<li><p><strong>start</strong>* and <strong>count</strong>*: used together, provide a paging capability when requesting all instances of a given class. The start parameter is an integer value(default is 0) that tells the API the index of the first instance that should be returned out of the full list. The count parameter is an integer value that tells the API the maximum number of instances to be returned (default is all remaining from start index)</p>\n</li>\n<li><p><strong>filter</strong>*: a string that uses a specific syntax to represent a list of match statements against property/relationship values defined using dot notation. Instances of the requested class that match the combined filter statements will be returned. The filter statements can be separated by “@and@” or \"@or@\" as well as prefixed using \"^not^(<em>FILTER</em>)\". The comparators that can currently be used in filters are as follows:</p>\n<ul>\n<li><strong>^contains^</strong> =&gt; the value defined by the property path contains the given string, e.g. <strong>provides_application_services.name^contains^Management</strong></li>\n<li><strong>^eq^</strong> =&gt; the value defined by the property path exactly matches the given string, e.g. <strong>provides_application_services.name^eq^ERP</strong></li>\n<li><strong>^not_eq^</strong> =&gt; the value defined by the property path does not match the given string, e.g. <strong>provides_application_services.name^not_eq^ERP</strong></li>\n<li><strong>^in^</strong> =&gt; the value defined by the property path is an exact match for at least one of those defined in the given \"$\" separated list of strings, e.g. <strong>provides_application_services.name^in^ERP$CRM$Accounting</strong></li>\n<li><strong>^empty^</strong> =&gt; the value or relationship defined by the property path is not populated, e.g. <strong>provides_application_services.name^empty^</strong></li>\n<li><strong>^not_empty^</strong> =&gt; the value or relationship defined by the property path is populated with at least one value/instance, e.g. <strong>provides_application_services.name^not_empty^</strong></li>\n</ul>\n</li>\n<li><p>= GET ALL only</p>\n</li>\n</ul>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","classes","Composite_Application_Provider","instances"],"host":["{{api-domain}}"],"query":[{"disabled":true,"description":{"content":"<p>OPTIONAL: An integer between  0 (default) and 10, telling the API the  maximum number of relationship  traversals that it should make in the target repository to retrieve data</p>\n","type":"text/plain"},"key":"maxdepth","value":"1"},{"disabled":true,"description":{"content":"<p>OPTIONAL: A list of slot names, delimited by the “^” character, telling the API to only return populated slots in the given list</p>\n","type":"text/plain"},"key":"slots","value":"name^application_provider_purpose^lifecycle_status_application_provider^lifecycle_model_for_element^stakeholders"},{"disabled":true,"description":{"content":"<p>OPTIONAL: An ISO 8601 formatted date/time string, telling the API to only return instances of the given class that have been updated since the given date/time</p>\n","type":"text/plain"},"key":"updatedAfter","value":"2022-01-01"},{"description":{"content":"<p>OPTIONAL: A string in a specific syntax representing a list of match statements against root property values, for which only instances that match all statements will be returned</p>\n","type":"text/plain"},"key":"filter","value":"^not^(name^eq^Test)"},{"disabled":true,"description":{"content":"<p>OPTIONAL: An integer value (default is 0) that tells the API the index of the first instance that should be returned out of the full lis</p>\n","type":"text/plain"},"key":"start","value":"1"},{"description":{"content":"<p>OPTIONAL: An integer value that tells the API the maximum number of instances to be returned (default is all remaining from start index)</p>\n","type":"text/plain"},"key":"count","value":"5"},{"description":{"content":"<p>OPTIONAL: If set to true, only returns instances of the specified class. If this property is omitted or set to false, all instances of the specified class and its concrete sub-classes will be returned</p>\n","type":"text/plain"},"key":"directinstances","value":"false"},{"disabled":true,"key":"slots","value":"name^externalIds"},{"disabled":true,"key":"filter","value":"external_repository_instance_reference.external_repository_reference.name^eq^TestSource"}],"variable":[]}},"response":[],"_postman_id":"4c4e582f-2ab6-40ee-9fa0-0b810e1a5fea"},{"name":"GET Instance","event":[{"listen":"prerequest","script":{"id":"4b7ffbc7-4c2f-46fa-a737-7f1274758d2f","exec":[""],"type":"text/javascript"}}],"id":"bf20c0b3-4028-412e-8397-08f5247ec489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}?maxdepth=1&slots=name^description","description":"<p>Get information about a specific instance in the repository. The instance is referenced by its instance ID</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[{"description":{"content":"<p>An integer between  0 (default) and 10, telling the API the  maximum number of relationship  traversals that it should make in the target repository to retrieve data</p>\n","type":"text/plain"},"key":"maxdepth","value":"1"},{"description":{"content":"<p>A list of slot names, delimited by the “^” character, telling the API to only return populated slots in the given list</p>\n","type":"text/plain"},"key":"slots","value":"name^description"}],"variable":[]}},"response":[],"_postman_id":"bf20c0b3-4028-412e-8397-08f5247ec489"},{"name":"GET Instance References","event":[{"listen":"prerequest","script":{"id":"7c274522-3b2c-49d7-9789-73fb70451e1c","exec":[""],"type":"text/javascript"}}],"id":"752bf949-5aca-41d8-9078-041fde085749","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}/references","description":"<p>Get a summary list of instances that that have slot values that reference the instance with the given instance ID</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}","references"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"752bf949-5aca-41d8-9078-041fde085749"},{"name":"GET Instance by External Reference","event":[{"listen":"prerequest","script":{"id":"dd96e777-175b-46f7-9a67-444ec1f219b3","exec":[""],"type":"text/javascript"}}],"id":"e556a3ed-61fb-420a-ace2-79d65e6421e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/external-repositories/{EXTERNAL_REPOSITORY_NAME}/external-instances/{EXTERNAL_ID}","description":"<p>Get information about a specific instance in the repository, identified by the external ID.\nBoth the external repository name (use URL encoding if the name has spaces) and the external instance ID are required to qualify the external reference ID.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","external-repositories","{EXTERNAL_REPOSITORY_NAME}","external-instances","{EXTERNAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e556a3ed-61fb-420a-ace2-79d65e6421e9"},{"name":"GET Instance of Class by External Reference","event":[{"listen":"prerequest","script":{"id":"b767ad78-d6fb-4880-a49e-7cd56c2bc14c","exec":[""],"type":"text/javascript"}}],"id":"ce333f8e-d475-46fc-8465-91654d30756d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/external-repositories/{EXTERNAL_REPOSITORY_NAME}/external-instances/{EXTERNAL_ID}","description":"<p>Get information about a specific instance in the repository, identified by the class name and the external reference. Both the external repository name (use URL encoding if the name has spaces) and the external instance ID are required to qualify the external reference ID.</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","external-repositories","{EXTERNAL_REPOSITORY_NAME}","external-instances","{EXTERNAL_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce333f8e-d475-46fc-8465-91654d30756d"},{"name":"POST New Instance","event":[{"listen":"prerequest","script":{"id":"2cb4a93c-5d3d-40a3-9da7-5d07231e0c3c","exec":[""],"type":"text/javascript"}}],"id":"10fa85c5-b998-47b5-9886-36bbfca6d31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{   \n    \"name\": \"Utility v3 Test Project 2\",\n    \"className\": \"Project\",\n    \"description\": \"This is a test Project\",\n    \"externalId\": {\n        \"sourceName\": \"EXTERNAL_REPO_NAME\",\n        \"id\": \"INSATNCE_EXTERNAL_REPO_ID\"\n    }\n}"},"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances","description":"<p>Create a new instance</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10fa85c5-b998-47b5-9886-36bbfca6d31b"},{"name":"BATCH POST New Instances","event":[{"listen":"prerequest","script":{"id":"a597e1dc-9f9f-4355-b7e0-87e3ce9b2ee5","exec":[""],"type":"text/javascript"}}],"id":"7a38f1e1-00e8-446f-b831-8503e7bf4ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"className\": \"Project\",\n        \"name\": \"Utility v3 Project 4\",\n        \"description\": \"Empty Project to implement customer self service in France\",\n        \"externalId\": {\n            \"sourceName\": \"Jira\",\n            \"id\": \"123456\"\n        },\n        \"ca_milestones\": [\n            {\n                \"className\": \"Change_Milestone\",\n                \"name\": \"Utility v3 Milestone 3\",\n                \"cm_date_iso_8601\": \"2021-05-28\"\n            }\n        ]\n    },\n    {\n        \"className\": \"Project\",\n        \"name\": \"Utility v3 Project 5\",\n        \"description\": \"Empty Project to implement customer self service in France\",\n        \"ca_milestones\": [\n            {\n                \"className\": \"Change_Milestone\",\n                \"name\": \"Utility v3 Milestone 4\",\n                \"cm_date_iso_8601\": \"2021-05-31\"\n            }\n        ]\n    }\n]}\n"},"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances/batch","description":"<p>Create one or more new instances. Instances of various classes can be specified as objects in the 'instances' array</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances","batch"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a38f1e1-00e8-446f-b831-8503e7bf4ee9"},{"name":"PATCH Update Instance","event":[{"listen":"prerequest","script":{"id":"107b308d-772c-4a94-834d-c697152a1fce","exec":[""],"type":"text/javascript"}}],"id":"e62a1662-3acf-4ca5-b9a2-916bf23f61ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<INSTABCE_ID>\",\n    \"className\": \"Managed_Service\",\n    \"ea_scope\": [\n        {\n        \"name\": \"EMEA\",\n        \"className\": \"Geographic_Region\"\n        }\n    ],\n    \"external_reference_links\": [\n        {\n            \"id\": \"INSTANCE_ID\",\n            \"className\": \"External_Reference_Link\",\n            \"name\": \"My Link\",\n            \"external_reference_url\": \"http://www.mylink.com\",\n            \"UPDATE_OBJECT\": true\n        }\n    ]\n}"},"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}","description":"<p>Update the instance with the id specified in the request URL.</p>\n<p><strong>NOTE</strong>: The \"className\" attribute is required for each root or nested object contained in the request body</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e62a1662-3acf-4ca5-b9a2-916bf23f61ca"},{"name":"BATCH PATCH Update Instances","event":[{"listen":"prerequest","script":{"id":"1fb7e7cc-09f4-4eba-81f7-f33426a46969","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript","packages":{}}}],"id":"3e759edd-ea98-4e75-afd2-45e694cf0cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"{{api-key}}","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"instances\": [\n        {\n            \"name\": \"Start2\",\n            \"className\": \"Business_Event\",\n             \"externalId\": {\n                    \"sourceName\": \"Test Seb2\",\n                    \"id\": \"Test2\"\n                }\n        }\n        \n    ]\n}"},"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances/batch","description":"<p>Provides a means of updating multiple instances of various classes in a single request by providing a list of objects in the 'instances' array of the request body.</p>\n<p><strong>NOTE</strong>: The \"className\" attribute is required in each root and nested JSON object</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances","batch"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e759edd-ea98-4e75-afd2-45e694cf0cc5"},{"name":"DELETE Instance","event":[{"listen":"prerequest","script":{"id":"7676e78f-3857-45f4-a1ab-0355ddf22f8a","exec":[""],"type":"text/javascript"}}],"id":"251d5f21-71e6-4035-aeba-dc702662778d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":""},"url":"{{api-domain}}/api/essential-utility/v2/repositories/{{api-repo-id}}/instances/{INSTANCE_ID}","description":"<p>Delete the instance with the specified id</p>\n","urlObject":{"path":["api","essential-utility","v2","repositories","{{api-repo-id}}","instances","{INSTANCE_ID}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"251d5f21-71e6-4035-aeba-dc702662778d"},{"name":"BATCH DELETE Instances","event":[{"listen":"prerequest","script":{"id":"29d7d367-2946-4f29-8072-51c5a9893efd","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript"}}],"id":"051b360a-7a7b-4683-92bd-db1e06ffa8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"x-api-key","type":"text","value":"{{api-key}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"}],"body":{"mode":"raw","raw":"{\"instances\": [\n    {\n        \"id\": \"INSTANCE_ID1\",\n        \"className\": \"Project\"\n    },\n    {\n        \"id\": \"INSTANCE_ID2\",\n        \"className\": \"Change_Milestone\"\n    },\n    {\n        \"id\": \"INSTANCE_ID3\",\n        \"className\": \"Project\"\n    },\n    {\n        \"id\": \"INSTANCE_ID4\",\n        \"className\": \"Change_Milestone\"\n    }\n]}\n"},"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/instances/batch/delete","description":"<p>Delete one or more new instances. Instances of various classes can be specified as objects in the 'instances' array by providing <strong>id</strong> and <strong>className</strong> properties in each</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","instances","batch","delete"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"051b360a-7a7b-4683-92bd-db1e06ffa8ab"}],"id":"00075f97-ba9a-4848-95fe-eba3843a77b5","description":"<p>Resources that are related to instances of classes in the target repository. Instances are referenced by their resource identifier or by the classes of the Essential Meta Model.  </p>\n","event":[{"listen":"prerequest","script":{"id":"fea0c918-e019-4d04-96a4-12b0c18b6d36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ecdb7547-b4f6-4930-be2f-116784fcd6d1","type":"text/javascript","exec":[""]}}],"_postman_id":"00075f97-ba9a-4848-95fe-eba3843a77b5"},{"name":"Meta Model","item":[{"name":"GET Classes","id":"b542090a-d771-449c-810a-bae137c48347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/classes/meta-data","description":"<p>Get meta data about all classes defined in the given repository, in terms of names, descriptions, whether ornot they are abstract as well as all of their super-classes</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","classes","meta-data"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b542090a-d771-449c-810a-bae137c48347"},{"name":"GET Class Slots","id":"4b4d6d29-9e7d-4174-93a0-3f9587aacc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-utility/v3/repositories/{{api-repo-id}}/classes/{CLASS_NAME}/slots","description":"<p>Get meta data about the set of slots, in terms of names, descriptions, types and allowed values of the specified class.</p>\n","urlObject":{"path":["api","essential-utility","v3","repositories","{{api-repo-id}}","classes","{CLASS_NAME}","slots"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b4d6d29-9e7d-4174-93a0-3f9587aacc7f"}],"id":"385d059e-41ee-4f55-b9cf-fa58675980cc","description":"<p>Resources related to the structure of the repository meta model, including extensions to the base Essential Meta Model</p>\n","event":[{"listen":"prerequest","script":{"id":"e450f1f5-3f93-4992-991e-d21a7a92c4f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0322a1cc-b01d-4c56-841d-f273a4386ae7","type":"text/javascript","exec":[""]}}],"_postman_id":"385d059e-41ee-4f55-b9cf-fa58675980cc"}],"id":"ac91ff5f-5810-4246-905e-1da21cf50fca","description":"<p>The Utility v3 API provides a powerful and flexible means of reading, creating, updating and deleting instances for a given repository.</p>\n<p><strong>NOTE:</strong> This version is a break fix update and <strong>will not be compatible with consumers of the Utility v2 API</strong>.</p>\n<p>The key changes for this version are:</p>\n<h3 id=\"simplified-json-structure-for-instance-slot-values\"><strong>Simplified JSON structure for instance slot values</strong></h3>\n<p>The slot values for instances are now represented as key/value pairs instead where the JSON property name is the name of the slot, and the JSON property value is a string, number, boolean or JSON object depending on the value type of the slot. In addition, single cardinality slots provide a single JSON property value and multiple cardinality slots provide an array JSON property value</p>\n<p>Example</p>\n<p><strong>Utility API v2</strong></p>\n<p><code>{</code></p>\n<p><code>\"id”: “instanceId”,</code></p>\n<p><code>“name”: “Instance Name”,</code></p>\n<p><code>“description”: “Application description”,</code></p>\n<p><code>“className”: “Application_Provider”,</code></p>\n<p><code>“slots”: [</code></p>\n<p><code>{</code></p>\n<p><code>\"slotName\": \"application_provider_purpose\",</code></p>\n<p><code>\"slotValue\": [\"instanceId\"]</code></p>\n<p><code>},</code></p>\n<p><code>{</code></p>\n<p><code>\"slotName\": \"distribute_costs\",</code></p>\n<p><code>\"slotValue\": [\"true\"]</code></p>\n<p><code>}</code></p>\n<p><code>]</code></p>\n<p><code>}</code></p>\n<p><strong>Utility API v3</strong></p>\n<p><code>{</code></p>\n<p><code>“id”: “instanceId”,</code></p>\n<p><code>“name”: “Application Name”,</code></p>\n<p><code>“description”: “Application description”,</code></p>\n<p><code>“className”: “Application_Provider”,</code></p>\n<p><code>\"application_provider_purpose\": {</code></p>\n<p><code>“id”: “instanceId”,</code></p>\n<p><code>“name”: “Business Application”,</code></p>\n<p><code>“className”: “Application_Provider_Purpose”</code></p>\n<p><code>},</code></p>\n<p><code>\"distribute_costs\": true</code></p>\n<p><code>}</code></p>\n<h3 id=\"new-request-parameters-for-get-and-get-all\"><strong>New request parameters for GET and GET ALL</strong></h3>\n<p>A number of new request parameters are now available when requesting a single instance or all instances of a given class.</p>\n<h3 id=\"dedicated-api-endpoints-for-post-single-instance-and-patch-single-instance\"><strong>Dedicated API endpoints for POST single instance and PATCH single instance</strong></h3>\n<p>New endpoints are provided to allow for the creation or updating of a single instance where the same REST JSON structure used in the Utility API v3 GET endpoint is used for the request body.</p>\n<h3 id=\"support-for-relating-creation-of-andor-updating-of-nested-instances-in-postpatch-api-endpoints\"><strong>Support for relating, creation of, and/or updating of nested instances in POST/PATCH API endpoints</strong></h3>\n<p>With both single and batch POST or PATCH API endpoints, API consumers are now able to relate, create or update instances that are nested within the request JSON body.</p>\n<p>However, there are some rules/constraints that apply to this behaviour. Specifically:</p>\n<ul>\n<li>By default, only slots included in the root JSON object will be updated</li>\n<li>If a root JSON property contains an object or an array of objects, then:<ul>\n<li>Provided the nested object contains a “className” property as well as at least one of “id”, “externalId” or “name”, then the PATCH or POST will attempt to find a matching instance in the repository and assign it to the defined slot. If a matching instance is not found and only the className and name properties are provided, then the API will create a new instance of the given class, with the given name, set any additional properties that have been provided, and assign it to the root property</li>\n<li>If the API consumer wishes to update the included slots of pre-existing nested objects (at any level), then each object to be updated must include a special boolean JSON property, “UPDATE_OBJECT”, with its value set to true</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"new-batch-delete-api-endpoint\"><strong>New batch DELETE API endpoint</strong></h3>\n<p>A new API endpoint has been provided to support batch deleting of repository instances. This endpoint uses the POST method as it requires the API consumer to provide a request body containing an array of JSON objects, with each object including an “id” and “className” property. The API response includes an ordered array of objects, each of which provides a response code indicating the success or failure to delete the corresponding object in the request body.</p>\n<h3 id=\"removed-put-instances-endpoint\"><strong>Removed PUT instances endpoint</strong></h3>\n<p>The PUT API endpoint has been removed due to the fact that its behaviour was exactly the same as that of the PATCH action, even though they should be quite different if REST conventions were to be followed. However, it was felt that a PUT operation that followed the typical REST conventions (i.e. replace the existing Instance with the values specified in the JSON body, removing/deleting any that are omitted) was not well suited to a graph-based ontology, such as that used by Essential.</p>\n","event":[{"listen":"prerequest","script":{"id":"fc93c802-df4e-4ae5-bd0b-16bd41bf2add","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"89525b2b-cdcb-4575-8989-6c8455e9de64","type":"text/javascript","exec":[""]}}],"_postman_id":"ac91ff5f-5810-4246-905e-1da21cf50fca"}],"id":"075efa1e-3da9-4b70-a2ff-608ea8331398","description":"<p>Collection of API resources for reading, creating, updating and deleting enterprise architecture related resources in an Essential Cloud/Docker repository.</p>\n","event":[{"listen":"prerequest","script":{"id":"5eb94e81-5b27-42f7-8376-69936def1537","type":"text/javascript","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"]}},{"listen":"test","script":{"id":"26795f9c-459b-4b89-8fb0-586b07327e89","type":"text/javascript","exec":[""]}}],"_postman_id":"075efa1e-3da9-4b70-a2ff-608ea8331398"},{"name":"Platform API","item":[{"name":"Repositories","item":[{"name":"GET All Repositories","event":[{"listen":"prerequest","script":{"id":"bdaa75c6-a8e0-45b0-9e25-1b1be430602d","exec":[""],"type":"text/javascript"}}],"id":"265fc7fb-0a4d-41b5-ba13-62a76b6a004a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-system/v1/repositories","description":"<p>Retrieve the ID and names for all repositories available for the requester's tenant</p>\n","urlObject":{"path":["api","essential-system","v1","repositories"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"265fc7fb-0a4d-41b5-ba13-62a76b6a004a"}],"id":"9a7e4fac-0ab1-44a4-90a3-dd7124940d23","_postman_id":"9a7e4fac-0ab1-44a4-90a3-dd7124940d23","description":""},{"name":"Class Layouts","item":[{"name":"GET All Class Labels","event":[{"listen":"prerequest","script":{"id":"d7702a4c-8594-4e76-9787-ec997634b08d","exec":[""],"type":"text/javascript"}}],"id":"33e123b9-66ba-493c-8343-5228b75c774a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","type":"text","value":"{{api-key}}"}],"url":"{{api-domain}}/api/essential-system/v1/repositories/{{api-repo-id}}/class-layouts","description":"<p>Retrieve the user-defined labels defined for all concrete meta-classes</p>\n","urlObject":{"path":["api","essential-system","v1","repositories","{{api-repo-id}}","class-layouts"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"33e123b9-66ba-493c-8343-5228b75c774a"},{"name":"GET Slot Layout Information for Class","event":[{"listen":"prerequest","script":{"id":"fbccaf5b-cfda-43fd-9674-dd5e78da253a","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","        'content-type': 'application/json',","        'x-api-key': pm.environment.get(\"api-key\")","    },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","\t\t\"grantType\":\"password\",","\t\t\"username\":pm.environment.get(\"username\"),","\t\t\"password\": pm.environment.get(\"pwd\")","\t})","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","    pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript"}}],"id":"47c16e17-5b05-4951-bb8b-d8468340795d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"x-api-key","value":"{{api-key}}","type":"text"}],"url":"{{api-domain}}/api/essential-system/v1/repositories/{{api-repo-id}}/class-layouts/{CLASS_NAME}","description":"<p>Retrieve the user-defined labels, layout order and input types for all slots of he given meta-class</p>\n","urlObject":{"path":["api","essential-system","v1","repositories","{{api-repo-id}}","class-layouts","{CLASS_NAME}"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47c16e17-5b05-4951-bb8b-d8468340795d"}],"id":"f59a0093-f304-4eb9-88cf-0e72ed46e0d4","description":"<p>A collection of APIs that provides access to UI meta-data of Classes, e.g. class labels, slot labels, selected slot UI widgets</p>\n","_postman_id":"f59a0093-f304-4eb9-88cf-0e72ed46e0d4"},{"name":"Audit","item":[{"name":"GET Audit Events","event":[{"listen":"prerequest","script":{"id":"e6ec1126-f39a-40a8-aa19-4dbc1bda34bd","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","        'content-type': 'application/json',","        'x-api-key': pm.environment.get(\"api-key\")","    },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","\t\t\"grantType\":\"password\",","\t\t\"username\":pm.environment.get(\"username\"),","\t\t\"password\": pm.environment.get(\"pwd\")","\t})","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","    pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"],"type":"text/javascript","packages":{}}}],"id":"364efe9f-0f4e-4a44-a026-6c1e8bfb9879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api-key}}","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{api-domain}}/api/essential-system/audit/v1/audit-events?start=0&limit=4000&context.type.metamodel-instance=<ESSENTIAL-INSTANCE-ID>&context.type.repository={{api-repo-id}}&event=create-instance&fromDate=2022-06-01&toDate=2022-06-31","description":"<p>Retrieve all audit events for your tenant that satisfy the given criteria. The key audit events that are available to the API include:</p>\n<ul>\n<li><p>create-instance</p>\n</li>\n<li><p>update-instance</p>\n</li>\n<li><p>delete-instance</p>\n</li>\n<li><p>create-class</p>\n</li>\n<li><p>update-class</p>\n</li>\n<li><p>delete-class</p>\n</li>\n<li><p>create-slot</p>\n</li>\n<li><p>update-slot</p>\n</li>\n<li><p>delete-slot</p>\n</li>\n<li><p>user-login</p>\n</li>\n<li><p>create-user</p>\n</li>\n<li><p>update-user</p>\n</li>\n<li><p>delete-user</p>\n</li>\n<li><p>change-password</p>\n</li>\n<li><p>apply-system-update</p>\n</li>\n<li><p>publish</p>\n</li>\n<li><p>create-snapshot</p>\n</li>\n<li><p>restore-snapshot</p>\n</li>\n<li><p>overwrite-repository-with-copy</p>\n</li>\n<li><p>import-protege-project</p>\n</li>\n</ul>\n","urlObject":{"path":["api","essential-system","audit","v1","audit-events"],"host":["{{api-domain}}"],"query":[{"description":{"content":"<p>OPTIONAL integer value (default is 0) that tells the API the index of the first matching Audit Event that should be returned out of the full list</p>\n","type":"text/plain"},"key":"start","value":"0"},{"description":{"content":"<p>OPTIONAL integer value that tells the API the maximum number of Audit Events to be returned (default and maximum is 20,000)</p>\n","type":"text/plain"},"key":"limit","value":"4000"},{"description":{"content":"<p>OPTIONAL parameter constraining the audit events returned to only those that occurred against an instance with the given id</p>\n","type":"text/plain"},"key":"context.type.metamodel-instance","value":"<ESSENTIAL-INSTANCE-ID>"},{"description":{"content":"<p>RECOMMENDED parameter constraining the audit events returned to only those that occurred against the repository with the given Id </p>\n","type":"text/plain"},"key":"context.type.repository","value":"{{api-repo-id}}"},{"description":{"content":"<p>OPTIONAL parameter constraining the audit events to those matching the given event type. See supported events in Audit API introduction</p>\n","type":"text/plain"},"key":"event","value":"create-instance"},{"disabled":true,"key":"","value":""},{"key":"fromDate","value":"2022-06-01"},{"key":"toDate","value":"2022-06-31"}],"variable":[]}},"response":[],"_postman_id":"364efe9f-0f4e-4a44-a026-6c1e8bfb9879"}],"id":"747985e9-f83d-4a92-80fa-d0f800833883","_postman_id":"747985e9-f83d-4a92-80fa-d0f800833883","description":""}],"id":"f1dcd629-977d-41a3-9c53-842404e20343","description":"<p>Collection of API resources for retrieving platform level information for the tenant of the requester</p>\n","event":[{"listen":"prerequest","script":{"id":"218298a8-0701-4f29-a3f4-2f47a22bfc24","type":"text/javascript","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"]}},{"listen":"test","script":{"id":"be2d33d9-2e17-43ef-8433-dd8b3d04c7a3","type":"text/javascript","exec":[""]}}],"_postman_id":"f1dcd629-977d-41a3-9c53-842404e20343"},{"name":"Viewer Dataset API","item":[{"name":"GET Dataset API Data","event":[{"listen":"prerequest","script":{"id":"cb906ad9-a90c-491d-a37d-af67c09fe048","exec":[""],"type":"text/javascript"}}],"id":"21392771-6f79-4f95-9b44-f1f96bb4ff02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-api-key header generated by Postman.","key":"x-api-key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"{{api-domain}}/viewer/{{api-viewer-id}}/reportApi?XML=reportXML.xml&XSL=user/api/my-view.xsl&PMA=<ESSENTIAL-INSTANCE-ID>","description":"<p>Request the published data from the Essential Viewer that is produced by a given Dataset API</p>\n","urlObject":{"path":["viewer","{{api-viewer-id}}","reportApi"],"host":["{{api-domain}}"],"query":[{"description":{"content":"<p>REQUIRED parameter and value</p>\n","type":"text/plain"},"key":"XML","value":"reportXML.xml"},{"description":{"content":"<p>REQUIRED parameter defining the relative path of the out-of-the-box or custom Dataset API xsl file that is responsible for generating the required data</p>\n","type":"text/plain"},"key":"XSL","value":"user/api/my-view.xsl"},{"description":{"content":"<p>OPTIONAL parameter that allows the Dataset API to only return data for a specific instance with the given Id</p>\n","type":"text/plain"},"key":"PMA","value":"<ESSENTIAL-INSTANCE-ID>"}],"variable":[]}},"response":[],"_postman_id":"21392771-6f79-4f95-9b44-f1f96bb4ff02"}],"id":"b1d6a07a-b5e1-4747-adac-453a75fa1a04","description":"<p>Collection of API resources for requesting published data from the Essential Viewer that is produced by out-of-the-box or user-defined Dataset APIs, created using xsl.</p>\n","event":[{"listen":"prerequest","script":{"id":"f74b14d5-47a0-42e8-9a15-6a0d50398f64","type":"text/javascript","exec":["const echoPostRequest = {","  url: pm.environment.get(\"api-domain\") + '/api/oauth/token',","  method: 'POST',","  header: {","    'content-type': 'application/json',","    'x-api-key': pm.environment.get(\"api-key\")","  },","  body: {","    mode: 'raw',","    raw: JSON.stringify({","      \"grantType\": \"password\",","      \"username\": pm.environment.get(\"username\"),","      \"password\": pm.environment.get(\"pwd\")","    })","  }","};","","/**"," * set the env. variable to the bearer token, and we can then reference"," * that env. variable in our Postman callection"," */","pm.sendRequest(echoPostRequest, function (err, res) {","  pm.environment.set(\"authorization\", \"Bearer \" + res.json().bearerToken);","});"]}},{"listen":"test","script":{"id":"19d88134-19b1-4609-ba11-6e611fda3613","type":"text/javascript","exec":[""]}}],"_postman_id":"b1d6a07a-b5e1-4747-adac-453a75fa1a04"},{"name":"Create Bearer Token (from username/password)","id":"51a3fd91-c625-4b71-9599-e3fe9687399f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n  \"grantType\": \"password\",\n  \"username\": \"{{username}}\",\n  \"password\": \"{{pwd}}\"\n}"},"url":"{{api-domain}}/api/oauth/token","description":"<p>Request a bearer and refresh token for accessing APIs using a username and password</p>\n","urlObject":{"path":["api","oauth","token"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51a3fd91-c625-4b71-9599-e3fe9687399f"},{"name":"Create Bearer Token (from refresh token)","id":"90ce2b6f-ede5-437c-8e92-3bba4ddb9506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{api-key}}"}],"body":{"mode":"raw","raw":"{\n  \"grantType\": \"refresh_token\",\n  \"refreshToken\": \"<REFRESH_TOKEN>\"\n}"},"url":"{{api-domain}}/api/oauth/token","description":"<p>Request a bearer and refresh token for accessing APIs using a valid refresh token</p>\n","urlObject":{"path":["api","oauth","token"],"host":["{{api-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90ce2b6f-ede5-437c-8e92-3bba4ddb9506"}],"event":[{"listen":"prerequest","script":{"id":"4a5fd75c-1413-4b9e-94c0-3257eaecc469","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f750946c-142e-4423-b894-3a8b0fc136b5","type":"text/javascript","exec":[""]}}]}