{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Reporting","description":"API documentation for Celonis APIs.","siteUrl":"https://developer.celonis.com/","keywords":"celonis developer portal, celonis apis, celonis api reference docs","lang":"en-US","llmstxt":{"hide":false,"description":"Celonis API documentation","sections":[{"title":"API Docs","description":"Available Celonis API Docs","includeFiles":["**/*.md"],"excludeFiles":[]},{"title":"API Specs","description":"All Celonis API specifications","includeFiles":["**/openapi.yaml"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"reporting","__idx":0},"children":["Reporting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["api-version"]},": 4.0"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get the reporting for whole facet"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET  /{collectionId}/{storageId}/_api/rest/facets/{facetId}/reporting\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get the reporting for specific element"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET  /{collectionId}/{storageId}/_api/rest/facets/{facetId}/reporting/{elementId}\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"parameters","__idx":1},"children":["Parameters"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"In"},"children":["In"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["collectionId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["true"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The ID of the storage collection."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["storageId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["true"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The ID of the tenant."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["facetId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["true"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The name of the facet."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["viewId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["true"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The name of the view."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["elementId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["path"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["true"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The ID of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["$filter"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["query"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["$expandRelated"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["query"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A comma separated list of names of the related contexts to expand."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["$resources"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["query"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string [\"attributes\", \"related\", \"children\", \"content\", \"displayNames\", \"rootPath\"]"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The resources to include. If not specified all resources will be included."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["$select"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["query"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A comma separated list of namesof the attributes/related contexts to include."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["$expandRelated"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["query"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A comma separated list of names of the related contexts to expand."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"responses","__idx":2},"children":["Responses"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"success-200","__idx":3},"children":["Success 200"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["count"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of returned values."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["values"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#element"},"children":["ElementCollection"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of elements."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"error-4xx","__idx":4},"children":["Error 4xx"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["message"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The error message"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["output"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#operationresultoutput"},"children":["OperationResultOutput"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The result output."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#operationresulttype"},"children":["OperationResultType"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The result type."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["data"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#operationerror"},"children":["OperationError"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of errors."]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"examples","__idx":5},"children":["Examples"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"get-the-report-of-whole-facet","__idx":6},"children":["Get the report of whole facet"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"request","__idx":7},"children":["Request"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/reporting\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"response-200-ok","__idx":8},"children":["Response (200 OK)"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"count\": 2,\n    \"values\": [\n        {\n            \"facetName\": \"processes\",\n            \"id\": \"ab2835f8-da30-4e36-a863-456e1105bb58\",\n            \"creationId\": \"ab2835f8-da30-4e36-a863-456e1105bb58\",\n            \"type\": \"processHouse\",\n            \"attributes\": {\n                \"changedOn\": {\n                    \"127\": \"2018-10-30T04:09:21\"\n                },\n                \"createdOn\": {\n                    \"127\": \"2016-03-23T13:10:04\"\n                },\n                \"gotoUrl\": {\n                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/ab2835f8-da30-4e36-a863-456e1105bb58\",\n                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/ab2835f8-da30-4e36-a863-456e1105bb58\"\n                },\n                \"name\": {\n                    \"1031\": \"Prozesshaus\",\n                    \"1033\": \"Process House\"\n                },\n                \"state1\": {\n                    \"127\": \"show\"\n                }\n            },\n            \"children\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"20e369c5-f0f8-491b-9e7f-f15db6a0fb80\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-07T14:24:19\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/20e369c5-f0f8-491b-9e7f-f15db6a0fb80\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/20e369c5-f0f8-491b-9e7f-f15db6a0fb80\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Managementprozesse\",\n                            \"1033\": \"Management Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-11-05T10:03:59\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Kernprozesse\",\n                            \"1033\": \"Core Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-30T04:08:17\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Unterstützungsprozesse\",\n                            \"1033\": \"Support Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"5cb80f0d-d94f-4d05-8a64-1d98345d481c\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-08T15:20:23\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2018-10-08T15:18:50\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/5cb80f0d-d94f-4d05-8a64-1d98345d481c\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/5cb80f0d-d94f-4d05-8a64-1d98345d481c\"\n                        },\n                        \"name\": {\n                            \"1031\": \"E2E Scenarios\",\n                            \"1033\": \"E2E Scenarios\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                }\n            ],\n            \"content\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"20e369c5-f0f8-491b-9e7f-f15db6a0fb80\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-07T14:24:19\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/20e369c5-f0f8-491b-9e7f-f15db6a0fb80\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/20e369c5-f0f8-491b-9e7f-f15db6a0fb80\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Managementprozesse\",\n                            \"1033\": \"Management Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-11-05T10:03:59\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/24c2a5a1-cdb5-40e7-bb59-4e3d9b1a7ee2\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Kernprozesse\",\n                            \"1033\": \"Core Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-30T04:08:17\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/6823ca8f-1a8b-43e8-ae8c-8b2ef3bd0deb\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Unterstützungsprozesse\",\n                            \"1033\": \"Support Processes\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"5cb80f0d-d94f-4d05-8a64-1d98345d481c\",\n                    \"type\": \"subCategory\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-10-08T15:20:23\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2018-10-08T15:18:50\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/5cb80f0d-d94f-4d05-8a64-1d98345d481c\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/5cb80f0d-d94f-4d05-8a64-1d98345d481c\"\n                        },\n                        \"name\": {\n                            \"1031\": \"E2E Scenarios\",\n                            \"1033\": \"E2E Scenarios\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"facetName\": \"processes\",\n            \"id\": \"883669b6-83af-4ce9-b532-b0ba929bef71\",\n            \"type\": \"view\",\n            \"attributes\": {\n                \"changedOn\": {\n                    \"127\": \"2019-02-26T15:56:52\"\n                },\n                \"createdOn\": {\n                    \"127\": \"2016-03-23T13:10:04\"\n                },\n                \"gotoUrl\": {\n                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/883669b6-83af-4ce9-b532-b0ba929bef71\",\n                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/883669b6-83af-4ce9-b532-b0ba929bef71\"\n                },\n                \"name\": {\n                    \"1031\": \"View\",\n                    \"1033\": \"View\"\n                },\n                \"state1\": {\n                    \"127\": \"show\"\n                },\n                \"validUntil\": {\n                    \"127\": \"9999-12-31T00:00:00\"\n                }\n            },\n            \"related\": {\n                \"author\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                        \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                    }\n                ],\n                \"owner\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                        \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                    }\n                ],\n                \"qualityManager\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                        \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                    }\n                ]\n            },\n            \"children\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"c6e90187-b9f6-4787-9932-abfea54f5463\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2017-03-18T17:06:39\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:46:39\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/c6e90187-b9f6-4787-9932-abfea54f5463\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/c6e90187-b9f6-4787-9932-abfea54f5463\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Supply Chain Overview\",\n                            \"1033\": \"GeoMap\"\n                        },\n                        \"purp\": {\n                            \"1031\": \"Zeigt übersichtlich auf welche Logistik-Ströme zwischen den Verschiedenen Standort koordiniert werden müssen.\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-11-02T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2017-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"30fe276f-5312-45e2-ac9d-937437dcbc28\",\n                                \"creationId\": \"30fe276f-5312-45e2-ac9d-937437dcbc28\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/30fe276f-5312-45e2-ac9d-937437dcbc28\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2016-10-21T13:40:52\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:47:03\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\"\n                        },\n                        \"name\": {\n                            \"1031\": \"ISO 9001:2015\",\n                            \"1033\": \"ISO 9001\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-05-04T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2018-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"8db17967-8d30-4b75-9eab-434e85bd7df3\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2016-10-21T13:40:53\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:46:49\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/8db17967-8d30-4b75-9eab-434e85bd7df3\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/8db17967-8d30-4b75-9eab-434e85bd7df3\"\n                        },\n                        \"name\": {\n                            \"1031\": \"SCOR\",\n                            \"1033\": \"SCOR\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-11-02T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2015-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"77181a8e-b6fd-4176-929a-8cafded96cbb\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2019-02-26T15:57:00\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2019-02-26T14:17:32\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/77181a8e-b6fd-4176-929a-8cafded96cbb\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/77181a8e-b6fd-4176-929a-8cafded96cbb\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Symbio permissions\",\n                            \"1033\": \"Symbio permissions\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"9999-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"a364f30b-a126-4a74-9e1a-1df87f2a6074\",\n                                \"creationId\": \"a364f30b-a126-4a74-9e1a-1df87f2a6074\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/a364f30b-a126-4a74-9e1a-1df87f2a6074\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"content\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"c6e90187-b9f6-4787-9932-abfea54f5463\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2017-03-18T17:06:39\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:46:39\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/c6e90187-b9f6-4787-9932-abfea54f5463\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/c6e90187-b9f6-4787-9932-abfea54f5463\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Supply Chain Overview\",\n                            \"1033\": \"GeoMap\"\n                        },\n                        \"purp\": {\n                            \"1031\": \"Zeigt übersichtlich auf welche Logistik-Ströme zwischen den Verschiedenen Standort koordiniert werden müssen.\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-11-02T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2017-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"30fe276f-5312-45e2-ac9d-937437dcbc28\",\n                                \"creationId\": \"30fe276f-5312-45e2-ac9d-937437dcbc28\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/30fe276f-5312-45e2-ac9d-937437dcbc28\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2016-10-21T13:40:52\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:47:03\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/0bcbcd60-1d5b-4c95-a9ef-6e784df55dad\"\n                        },\n                        \"name\": {\n                            \"1031\": \"ISO 9001:2015\",\n                            \"1033\": \"ISO 9001\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-05-04T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2018-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"8db17967-8d30-4b75-9eab-434e85bd7df3\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2016-10-21T13:40:53\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-27T19:46:49\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/8db17967-8d30-4b75-9eab-434e85bd7df3\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/8db17967-8d30-4b75-9eab-434e85bd7df3\"\n                        },\n                        \"name\": {\n                            \"1031\": \"SCOR\",\n                            \"1033\": \"SCOR\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2015-11-02T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2015-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"77181a8e-b6fd-4176-929a-8cafded96cbb\",\n                    \"type\": \"view\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2019-02-26T15:57:00\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2019-02-26T14:17:32\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/77181a8e-b6fd-4176-929a-8cafded96cbb\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/77181a8e-b6fd-4176-929a-8cafded96cbb\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Symbio permissions\",\n                            \"1033\": \"Symbio permissions\"\n                        },\n                        \"state1\": {\n                            \"127\": \"show\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"9999-12-31T00:00:00\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"a364f30b-a126-4a74-9e1a-1df87f2a6074\",\n                                \"creationId\": \"a364f30b-a126-4a74-9e1a-1df87f2a6074\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/a364f30b-a126-4a74-9e1a-1df87f2a6074\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"get-the-report-for-specific-element","__idx":9},"children":["Get the report for specific element"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"request-1","__idx":10},"children":["Request"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"GET https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/reporting/6a50a65b-ba4f-4691-a6c5-e912e6d4063b\n"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"response-200-ok-1","__idx":11},"children":["Response (200 OK)"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"count\": 1,\n    \"values\": [\n        {\n            \"facetName\": \"processes\",\n            \"id\": \"ad112439-f0ef-483a-bab2-4d2a4bb17d00\",\n            \"versionId\": \"6a50a65b-ba4f-4691-a6c5-e912e6d4063b\",\n            \"type\": \"subProcess\",\n            \"state\": \"inEffect\",\n            \"displayNames\": {\n            \"1031\": \"Sub Process\",\n            \"1033\": \"sub process\"\n            },\n            \"attributes\": {\n                \"changedOn\": {\n                    \"127\": \"2018-04-07T12:58:07\"\n                },\n                \"createdOn\": {\n                    \"127\": \"2015-11-28T18:19:59\"\n                },\n                \"gotoUrl\": {\n                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/6a50a65b-ba4f-4691-a6c5-e912e6d4063b\",\n                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/6a50a65b-ba4f-4691-a6c5-e912e6d4063b\"\n                },\n                \"isLastInProcessOrReleased\": {\n                    \"127\": true\n                },\n                \"isReleased\": {\n                    \"127\": true\n                },\n                \"isReleasedOrLastInProcess\": {\n                    \"127\": true\n                },\n                \"majorVersion\": {\n                    \"127\": 1\n                },\n                \"minorVersion\": {\n                    \"127\": 0\n                },\n                \"name\": {\n                    \"1031\": \"Release Planung managen\",\n                    \"1033\": \"Manage Release Planning\"\n                },\n                \"reasonForRevision\": {\n                    \"127\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?><p>Initiale Prozesserstellung<br /></p>\"\n                },\n                \"relOn\": {\n                    \"127\": \"2018-04-07T12:58:07\"\n                },\n                \"state1\": {\n                    \"127\": \"inEffect\"\n                },\n                \"validFrom\": {\n                    \"127\": \"2018-04-06T00:00:00\"\n                },\n                \"validUntil\": {\n                    \"127\": \"2019-04-06T00:00:00\"\n                },\n                \"version\": {\n                    \"127\": \"1.0\"\n                }\n            },\n            \"related\": {\n                \"author\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                        \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                    }\n                ],\n                \"owner\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                        \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                    }\n                ],\n                \"qualityManager\": [\n                    {\n                        \"facetName\": \"users\",\n                        \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                        \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                        \"type\": \"user\",\n                        \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                    }\n                ]\n            },\n            \"content\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"9a04f3c3-d9f5-4968-9e8f-feb3ed6af7c5\",\n                    \"creationId\": \"9a04f3c3-d9f5-4968-9e8f-feb3ed6af7c5\",\n                    \"type\": \"evEnd\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-04-07T12:56:44\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2018-04-07T12:56:44\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/b7a5d8ca-fc9d-4530-808c-bb8af5d97733\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/b7a5d8ca-fc9d-4530-808c-bb8af5d97733\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Ende\",\n                            \"1033\": \"End\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"56b59c80-38dc-4fda-81a4-560cd0db1fe1\",\n                    \"creationId\": \"56b59c80-38dc-4fda-81a4-560cd0db1fe1\",\n                    \"type\": \"evStart\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-04-07T12:56:17\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2018-04-07T12:56:17\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/4a9eecc5-a2d3-418e-9fae-5dfcc5b8e451\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/4a9eecc5-a2d3-418e-9fae-5dfcc5b8e451\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Start\",\n                            \"1033\": \"Start\"\n                        }\n                    }\n                },\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"c9f3c367-4e9d-4eeb-90dd-ee569acebcaa\",\n                    \"creationId\": \"c9f3c367-4e9d-4eeb-90dd-ee569acebcaa\",\n                    \"type\": \"task\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-04-07T12:56:40\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2018-04-07T12:56:20\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/8fb4b72c-3916-4494-be23-87acd153d83c\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/8fb4b72c-3916-4494-be23-87acd153d83c\"\n                        },\n                        \"name\": {\n                            \"1031\": \"Release Planung managen\",\n                            \"1033\": \"Task\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2019-04-07T00:00:00\"\n                        }\n                    }\n                }\n            ],\n            \"versions\": [\n                {\n                    \"facetName\": \"processes\",\n                    \"id\": \"ad112439-f0ef-483a-bab2-4d2a4bb17d00\",\n                    \"versionId\": \"6a50a65b-ba4f-4691-a6c5-e912e6d4063b\",\n                    \"type\": \"subProcess\",\n                    \"state\": \"inEffect\",\n                    \"attributes\": {\n                        \"changedOn\": {\n                            \"127\": \"2018-04-07T12:58:07\"\n                        },\n                        \"createdOn\": {\n                            \"127\": \"2015-11-28T18:19:59\"\n                        },\n                        \"gotoUrl\": {\n                            \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/6a50a65b-ba4f-4691-a6c5-e912e6d4063b\",\n                            \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/6a50a65b-ba4f-4691-a6c5-e912e6d4063b\"\n                        },\n                        \"isLastInProcessOrReleased\": {\n                            \"127\": true\n                        },\n                        \"isReleased\": {\n                            \"127\": true\n                        },\n                        \"isReleasedOrLastInProcess\": {\n                            \"127\": true\n                        },\n                        \"majorVersion\": {\n                            \"127\": 1\n                        },\n                        \"minorVersion\": {\n                            \"127\": 0\n                        },\n                        \"name\": {\n                            \"1031\": \"Release Planung managen\",\n                            \"1033\": \"Manage Release Planning\"\n                        },\n                        \"reasonForRevision\": {\n                            \"127\": \"<?xml version=\\\"1.0\\\" encoding=\\\"utf-8\\\"?><p>Initiale Prozesserstellung<br /></p>\"\n                        },\n                        \"relOn\": {\n                            \"127\": \"2018-04-07T12:58:07\"\n                        },\n                        \"state1\": {\n                            \"127\": \"inEffect\"\n                        },\n                        \"validFrom\": {\n                            \"127\": \"2018-04-06T00:00:00\"\n                        },\n                        \"validUntil\": {\n                            \"127\": \"2019-04-06T00:00:00\"\n                        },\n                        \"version\": {\n                            \"127\": \"1.0\"\n                        }\n                    },\n                    \"related\": {\n                        \"author\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"creationId\": \"ab01a052-80f2-4fbf-8e21-698cb7095b34\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/ab01a052-80f2-4fbf-8e21-698cb7095b34\"\n                            }\n                        ],\n                        \"owner\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"creationId\": \"0630c057-6ba7-47fd-a72f-c9bb80bf18b1\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/0630c057-6ba7-47fd-a72f-c9bb80bf18b1\"\n                            }\n                        ],\n                        \"qualityManager\": [\n                            {\n                                \"facetName\": \"users\",\n                                \"id\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"creationId\": \"45b86897-4509-4db3-953f-bf4998f86f4d\",\n                                \"type\": \"user\",\n                                \"expandUri\": \"https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/reporting/45b86897-4509-4db3-953f-bf4998f86f4d\"\n                            }\n                        ]\n                    },\n                    \"content\": [\n                        {\n                            \"facetName\": \"processes\",\n                            \"id\": \"9a04f3c3-d9f5-4968-9e8f-feb3ed6af7c5\",\n                            \"creationId\": \"9a04f3c3-d9f5-4968-9e8f-feb3ed6af7c5\",\n                            \"type\": \"evEnd\",\n                            \"attributes\": {\n                                \"changedOn\": {\n                                    \"127\": \"2018-04-07T12:56:44\"\n                                },\n                                \"createdOn\": {\n                                    \"127\": \"2018-04-07T12:56:44\"\n                                },\n                                \"gotoUrl\": {\n                                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/b7a5d8ca-fc9d-4530-808c-bb8af5d97733\",\n                                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/b7a5d8ca-fc9d-4530-808c-bb8af5d97733\"\n                                },\n                                \"name\": {\n                                    \"1031\": \"Ende\",\n                                    \"1033\": \"End\"\n                                }\n                            }\n                        },\n                        {\n                            \"facetName\": \"processes\",\n                            \"id\": \"56b59c80-38dc-4fda-81a4-560cd0db1fe1\",\n                            \"creationId\": \"56b59c80-38dc-4fda-81a4-560cd0db1fe1\",\n                            \"type\": \"evStart\",\n                            \"attributes\": {\n                                \"changedOn\": {\n                                    \"127\": \"2018-04-07T12:56:17\"\n                                },\n                                \"createdOn\": {\n                                    \"127\": \"2018-04-07T12:56:17\"\n                                },\n                                \"gotoUrl\": {\n                                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/4a9eecc5-a2d3-418e-9fae-5dfcc5b8e451\",\n                                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/4a9eecc5-a2d3-418e-9fae-5dfcc5b8e451\"\n                                },\n                                \"name\": {\n                                    \"1031\": \"Start\",\n                                    \"1033\": \"Start\"\n                                }\n                            }\n                        },\n                        {\n                            \"facetName\": \"processes\",\n                            \"id\": \"c9f3c367-4e9d-4eeb-90dd-ee569acebcaa\",\n                            \"creationId\": \"c9f3c367-4e9d-4eeb-90dd-ee569acebcaa\",\n                            \"type\": \"task\",\n                            \"attributes\": {\n                                \"changedOn\": {\n                                    \"127\": \"2018-04-07T12:56:40\"\n                                },\n                                \"createdOn\": {\n                                    \"127\": \"2018-04-07T12:56:20\"\n                                },\n                                \"gotoUrl\": {\n                                    \"1031\": \"https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/8fb4b72c-3916-4494-be23-87acd153d83c\",\n                                    \"1033\": \"https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram//ad112439-f0ef-483a-bab2-4d2a4bb17d00/6a50a65b-ba4f-4691-a6c5-e912e6d4063b/8fb4b72c-3916-4494-be23-87acd153d83c\"\n                                },\n                                \"name\": {\n                                    \"1031\": \"Release Planung managen\",\n                                    \"1033\": \"Task\"\n                                },\n                                \"validUntil\": {\n                                    \"127\": \"2019-04-07T00:00:00\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"definitions","__idx":12},"children":["Definitions"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"element","__idx":13},"children":["Element"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["id"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Guid?"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The identifier of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["versionId"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Guid?"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The identifier of the specific version."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["state"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The current state of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["stereotype"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The stereotype of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["type"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The type of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["attributes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Dictionary<string, Dictionary<int, object>>"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The attributes of the element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["related"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Dictionary<string, List<Element>>"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of related elements."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["children"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Element"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of child elements."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["content"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Element"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of content elements."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["rootPath"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Element"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The list of hierarchical parent elements to the root element."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["displayNames"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Dictionary<int, string>"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Gets the display names of multiple languages."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["expandUri"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Gets or sets the expand Uri to get full information about element"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["facetName"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the facet"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["setReadOnly"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["bool?"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Gets or sets the read only of the element"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["versions"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Element"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Element versions of this container"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"operationresultoutput","__idx":14},"children":["OperationResultOutput"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["volatile"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["permanent"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["dialog"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["inline"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"operationresulttype","__idx":15},"children":["OperationResultType"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["critical"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["warning"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["success"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["unauthorized"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"operationerror","__idx":16},"children":["OperationError"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Name"},"children":["Name"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Type"},"children":["Type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["error"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The error message."]}]}]}]}]}]},"headings":[{"value":"Reporting","id":"reporting","depth":1},{"value":"Parameters","id":"parameters","depth":2},{"value":"Responses","id":"responses","depth":2},{"value":"Success 200","id":"success-200","depth":3},{"value":"Error 4xx","id":"error-4xx","depth":3},{"value":"Examples","id":"examples","depth":2},{"value":"Get the report of whole facet","id":"get-the-report-of-whole-facet","depth":3},{"value":"Request","id":"request","depth":4},{"value":"Response (200 OK)","id":"response-200-ok","depth":4},{"value":"Get the report for specific element","id":"get-the-report-for-specific-element","depth":3},{"value":"Request","id":"request-1","depth":4},{"value":"Response (200 OK)","id":"response-200-ok-1","depth":4},{"value":"Definitions","id":"definitions","depth":2},{"value":"Element","id":"element","depth":3},{"value":"OperationResultOutput","id":"operationresultoutput","depth":3},{"value":"OperationResultType","id":"operationresulttype","depth":3},{"value":"OperationError","id":"operationerror","depth":3}],"frontmatter":{"seo":{"title":"Reporting"}},"lastModified":"2026-02-26T22:05:33.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/cpm/developer/rest-api/reference/reporting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}