{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/cpm/developer/rest-api/overview/powerplatform-api/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#power-platform-api\" aria-label=\"power platform api permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"power-platform-api\"></div>Power Platform API</h1>\n<p>Use these APIs to work with Celonis Process Management elements inside of the Microsoft Power Platform. This API have a flat response format optimized for the Microsoft environment.</p>\n<p>You can access the Swagger definition of these APIs using this URL: <code class=\"language-text\">https://pz.symbioweb.com/swagger/index.html?url=/swagger/v1/swagger.json</code> - replace \"pz.symbioweb.com\" with the hostname (and port) of your Celonis Process Management instance.</p>\n<h2 style=\"position:relative;\"><a href=\"#format\" aria-label=\"format permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"format\"></div>Format</h2>\n<p>The format is in form of a very flat object with unique property names for easier selection of the properties inside of the Power Platform editors. The following json is an example of the response:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"77062424015600860000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{\n    &quot;value&quot;: [\n        {\n            &quot;id&quot;: &quot;3b146a24-d4df-4315-ab22-5f16befe7252&quot;,\n            &quot;name&quot;: &quot;My test&quot;,\n            &quot;typeKey&quot;: &quot;subProcess&quot;,\n            &quot;typeName&quot;: &quot;Sub process&quot;,\n            &quot;stateKey&quot;: &quot;inProcess&quot;,\n            &quot;stateName&quot;: &quot;In process&quot;,\n            &quot;createdById&quot;: &quot;8a753cb8-e7f4-4da5-a5a9-b4594ddd90c2&quot;,\n            &quot;createdByName&quot;: &quot;token&quot;,\n            &quot;createdOn&quot;: &quot;2020-08-28T10:12:19&quot;,\n            &quot;changedOn&quot;: &quot;0001-01-01T00:00:00&quot;,\n            &quot;identifier&quot;: &quot;MT&quot;,\n            &quot;authorId&quot;: &quot;8a753cb8-e7f4-4da5-a5a9-b4594ddd90c2&quot;,\n            &quot;authorName&quot;: &quot;token&quot;,\n            &quot;properties&quot;: {\n                &quot;validUntil&quot;: &quot;9999-12-31T00:00:00&quot;\n            }\n        }\n    ]\n}`, `77062424015600860000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-77062424015600860000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">{</span>\n    <span class=\"token property\">\"value\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span>\n        <span class=\"token punctuation\">{</span>\n            <span class=\"token property\">\"id\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"3b146a24-d4df-4315-ab22-5f16befe7252\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"name\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"My test\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"typeKey\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"subProcess\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"typeName\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Sub process\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"stateKey\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"inProcess\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"stateName\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"In process\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"createdById\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"8a753cb8-e7f4-4da5-a5a9-b4594ddd90c2\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"createdByName\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"token\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"createdOn\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"2020-08-28T10:12:19\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"changedOn\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"0001-01-01T00:00:00\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"identifier\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"MT\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"authorId\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"8a753cb8-e7f4-4da5-a5a9-b4594ddd90c2\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"authorName\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"token\"</span><span class=\"token punctuation\">,</span>\n            <span class=\"token property\">\"properties\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">{</span>\n                <span class=\"token property\">\"validUntil\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"9999-12-31T00:00:00\"</span>\n            <span class=\"token punctuation\">}</span>\n        <span class=\"token punctuation\">}</span>\n    <span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n      </div>\n<p>It is easy to use now e. g. in Power Automate. In the following example you can see the selection a value in a <code class=\"language-text\">Create HTML table</code> action:</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 599px; \"\n    >\n      <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 121.05263157894737%; position: relative; bottom: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAIAAAB1KUohAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAB4UlEQVQ4y8VU247TMBT03/ItfA6fwCtPCIGEFlXQpjRp7o7vPrHNOGmrFWy74WlHR7bj5HjmXBz2/l36+MH/2jVPX9unb83+hxjq1Jaxq9I92/2kc5kOO8e+fJJloeKcvI3ORp8tPTKXjI5EaWg967vp+2cuBNdazTNtMqIQaew109od911Vlc65lFK8jxCCAAmfxDQO0ldnxci7eXY+jxTC/NiI/M2aM2eY0gVxowH4Osu+Osf/dI5v6+z9LeatWEJOF2dtvbVuwWVaFhav7pU6BBo6xay1w2Taru/armma7gqsp2nKx7wE50zfSobXKDUa4LkwPCKw+Q6IyHlbVxwdpjnnwwJQgVMp9ThmOE+CF/t6YSaCAyIEIQ7+S8ULCQsRzNVpYMYYdCwi7PsezBhfZ/aEVLT1xNbkQjn0b2RGm+Mu5N5G6qSUa54hYRMzZebmPLE19eM4gjxc8QpzCEqr46G5ZLvChS5LHLGWd9W/VuX5gvKPYEaZpRLl7/4iW2uDU6RSGCEbO0LKuj4Xh8PxeCyKojydwIF9DEJIa01uz5j7IeT0h2wrzyoeiTQLcLQx9raPGeIF94zmaChqH7SPbo7bL4aEM+e+7V3TO4zD6JUkra4m/7FlH99YM3e1+QNNFHkHm3L5bQAAAABJRU5ErkJggg=='); background-size: cover; display: block;\"\n  ></span>\n  <img\n        class=\"gatsby-resp-image-image\"\n        alt=\"Power Automate Flow\"\n        title=\"Power Automate Flow\"\n        src=\"/static/d7802f6f09b2af2ea0b43c880f7aa493/43142/power-automate-flow.png\"\n        srcset=\"/static/d7802f6f09b2af2ea0b43c880f7aa493/d4770/power-automate-flow.png 228w,\n/static/d7802f6f09b2af2ea0b43c880f7aa493/379c3/power-automate-flow.png 455w,\n/static/d7802f6f09b2af2ea0b43c880f7aa493/43142/power-automate-flow.png 599w\"\n        sizes=\"(max-width: 599px) 100vw, 599px\"\n        style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n        loading=\"lazy\"\n      />\n    </span></p>","headings":[{"value":"Power Platform API","depth":1},{"value":"Format","depth":2}]},"contentItem":{"data":{"lastModified":"2025-09-10T14:16:09.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"2f67b02b-81f9-57ca-b4a6-cdfd31a980e7__redocly content/cpm/developer/rest-api/overview/powerplatform-api/","seo":{"title":"Power Platform API","description":null,"image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"cpm/developer/rest-api/overview/powerplatform-api.md","pageBaseUrl":"/cpm/developer/rest-api/overview/powerplatform-api","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Power Platform API","id":"power-platform-api"},{"depth":2,"value":"Format","id":"format"}]},"data":{"title":""},"catalogInfo":null,"link":"/cpm/developer/rest-api/overview/powerplatform-api/","sidebarName":"celonis","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}